Class with object property without range

A class with object property without range.
 Ontology(<http://nomagic.com/ontology/example-case/case-03d>
 Declaration(
 Class(:Receptacle)
 )
 Declaration(
 ObjectProperty(:holds)
 )
 AnnotationAssertion(rdfs:label :Receptacle "Receptacle"@en)
 AnnotationAssertion(rdfs:label :holds "holds"@en)
 ObjectPropertyDomain(:holds :Receptacle)
 )