PREFIX ex: SELECT ?animal { ?animal a ex:Animal MINUS { ?animal a ?type FILTER(?type = ex:Reptile || ?type = ex:Insect) } }