@prefix o-owl-re: . @prefix o-owl-ut: . @prefix ottr: . @prefix owl: . @prefix rdf: . @prefix xsd: . o-owl-re:ObjectMinCardinality rdf:type ottr:Template ; ottr:parameters ( [ ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:type xsd:nonNegativeInteger ; ottr:variable _:b1 ] [ ottr:type owl:ObjectProperty ; ottr:variable _:b2 ] [ ottr:type owl:Class ; ottr:variable _:b3 ] ) ; ottr:pattern [ ottr:of o-owl-ut:ObjectCardinality ; ottr:values ( _:b0 owl:minQualifiedCardinality _:b1 _:b2 _:b3 ) ] .