@prefix o-owl-re: . @prefix o-rdf: . @prefix ottr: . @prefix owl: . @prefix rdf: . @prefix rdfs: . o-owl-re:DataSomeValuesFrom rdf:type ottr:Template ; ottr:parameters ( [ ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:type owl:DatatypeProperty ; ottr:variable _:b1 ] [ ottr:type rdfs:Datatype ; ottr:variable _:b2 ] ) ; ottr:pattern [ ottr:of o-owl-re:SomeValuesFrom ; ottr:values ( _:b0 _:b1 _:b2 ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( _:b1 owl:DatatypeProperty ) ] ; ottr:pattern [ ottr:of o-rdf:Type ; ottr:values ( _:b2 rdfs:Datatype ) ] .