@prefix owl: . @prefix s: . { [] [ s:range ?C] ?O } => { ?O a ?C }. { ?S a [owl:onProperty ?P; owl:someValuesFrom ?C] } => { ?S ?P [ a ?C ] }.