@prefix o-owl-re: <http://tpl.ottr.xyz/owl/restriction/0.1/> .
@prefix o-owl-ut: <http://tpl.ottr.xyz/owl/util/0.1/> .
@prefix ottr:     <http://ns.ottr.xyz/0.4/> .
@prefix owl:      <http://www.w3.org/2002/07/owl#> .
@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .

o-owl-re:ExactCardinality
        rdf:type         ottr:Template ;
        ottr:parameters  ( [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:type      xsd:nonNegativeInteger ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:type      ottr:IRI ;
                             ottr:variable  _:b2
                           ]
                         ) ;
        ottr:pattern     [ ottr:of      o-owl-ut:Cardinality ;
                           ottr:values  ( _:b0
                                          owl:cardinality
                                          _:b1
                                          _:b2
                                        )
                         ] .
