PREFIX rdf: PREFIX rdfs: PREFIX dc: PREFIX owl: DELETE { ?ontology ?ontology_annotation_property ?ontology_annotation_value . } WHERE { ?ontology rdf:type owl:Ontology . ?ontology ?ontology_annotation_property ?ontology_annotation_value . FILTER(?ontology_annotation_property != dc:source && ?ontology_annotation_property != rdf:type) }