@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix : <foo://bla/names#> .
:john a :Person; :knows :mary; :child :alice.
:knows a owl:ReflexiveProperty.
:germany a :Country.
