@prefix rdfs: . @prefix rdf: . @prefix owl: . @prefix : . # The class :NoSuchClass is not declared; a suitable declaration should be added :Room a :NoSuchClass ; rdf:value "17" . # Declaration of another class. Should remain untouched :Bucket a rdfs:Class . # Class is valid, but the property is not - should remain untouched by *this* RepairTool :B1 a :Bucket ; :spoo 56 .