@prefix o-owl-ax: . @prefix o-owl-re: . @prefix ottr: . @prefix owl: . @prefix rdf: . @prefix rdfs: . o-owl-ax:SuperDataSomeValuesFrom rdf:type ottr:Template ; ottr:parameters ( [ ottr:type owl:Class ; ottr:variable _:b0 ] [ ottr:type owl:DatatypeProperty ; ottr:variable _:b1 ] [ ottr:type rdfs:Datatype ; ottr:variable _:b2 ] ) ; ottr:pattern [ ottr:of o-owl-ax:SubClassOf ; ottr:values ( _:b3 _:b0 ) ] ; ottr:pattern [ ottr:of o-owl-re:DataSomeValuesFrom ; ottr:values ( _:b3 _:b1 _:b2 ) ] .