test14.ofn revision c39dc3ce264ea72d39a31c083c30ec0ef22238be
Prefix( : = <http://example.org/> )
Ontology(
Declaration( ObjectProperty( :hasMother ) )
Declaration( ObjectProperty( :hasSister ) )
Declaration( ObjectProperty( :hasAunt ) )
SubObjectPropertyOf( ObjectPropertyChain( :hasMother :hasSister ) :hasAunt )
ObjectPropertyAssertion( :hasMother :Stewie :Lois )
ObjectPropertyAssertion( :hasSister :Lois :Carol )
)