Amphibian:

ATO_0000665  and ( P_1  only ATO_0001618 and  D_1 only int)
ATO_0000665 ( P_1 => ATO_0001618,  D_1  => int)

FMA:
 
 Right_sclera and P_1 only Structural_anatomical_relation
 Right_sclera (P_1 => Structural_anatomical_relation)


MolecureRole:

IMR_0000508 and P_1 only IMR_0000949 and P_2 only IMR_0702475
IMR_0000508 (P_1 => IMR_0000949, P_2 => IMR_0702475)


CPO:

C3PO:150071298 and P_1 only C3PO:160035616
C3PO_150071298 (P_1 => C3PO:160035616)



MESH:


C16.320.322.500.687  and P_1 only A02.165.257
C16_320_322_500_687  (P_1 => H01_158_201)


LUBM:
Person (takesCourses => Course)
Person (worksFor => Organization, takesCourses => Course)


Jena:

"PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> "
    					   	 + " PREFIX ub: <http://www.lehigh.edu/%7Ezhp2/2004/0401/univ-bench.owl#> "
    					   //	 + "SELECT (COUNT(DISTINCT ?x) as ?tt)  "
    					   	 + "SELECT  ?x "
    					     + "WHERE { "
    					   	 + "?x rdf:type  ub:Person. "
    					   	 + "?x    ub:takesCourse ?y."
    					   	 + "?y rdf:type   ub:Course }";
    					   	 
    					   	 
    					   	 
"PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> "
    					     + " PREFIX ub: <http://www.lehigh.edu/%7Ezhp2/2004/0401/univ-bench.owl#>"
    					     + "SELECT ?x  "
    					     + "WHERE { "
    					     + "?x	  rdf:type    		ub:Person. "
    					     + "?x    ub:worksFor 		?y."
    					     + "?y    rdf:type    		ub:Organization." 
    					     + "?x    ub:headOf			?z." 
    					     + "?z    rdf:type			ub:Department"  					     
    					     + " }";
        




