# Remove all tm:PersonProfession instances and their triples. # These have been replaced by direct schema:hasOccupation links. # Affects 742 PersonProfession instances. PREFIX tm: DELETE { ?pp ?p ?o . } WHERE { ?pp a tm:PersonProfession . ?pp ?p ?o . }