<> <#rcsid> "$Id: intersectionOfX.n3,v 1.2 2002/09/30 23:20:44 jderoo Exp $" .

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <intersectionOf#> .

:C owl:intersectionOf _:c1 .
_:c1 rdf:first :Employee .
_:c1 rdf:rest _:c2 .
_:c2 rdf:first :Student .
_:c2 rdf:rest rdf:nil .
