# $Id: mapInvP.n3,v 1.2 2002/09/03 15:53:02 connolly Exp $"
#
# mapInv: map inverses

@prefix : <http://example/vocab#>.
@prefix ex: <http://example/vocab#>.

@prefix my: <http://example/myVocab#>.
@prefix your: <http://example/yourVocab#>.

#@prefix ont: <http://www.daml.org/2001/03/daml+oil#>.
@prefix ont: <http://www.w3.org/2002/07/owl#>.

:joe my:hasBrother :bob.

my:hasBrother ont:inverseOf your:isBrotherOf.
