Document( Prefix(tax ) Prefix(ppl ) Prefix(cpt ) Group ( Forall ?C ?I ?P ?V ( ?I[?P -> ?V] :- And (?C[?P -> ?V] ?I#?C ) ) ppl:john#cpt:Person cpt:Person[tax:phylum -> tax:Chordata] ) )