PREFIX aocat: PREFIX skos: PREFIX rdf: INSERT { GRAPH { ?s aocat:has_type . rdf:type . skos:prefLabel "collection" } } WHERE { GRAPH { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_type ?t . } } }; PREFIX aocat: PREFIX rdf: INSERT { GRAPH { ?s aocat:was_modified ?created } } WHERE { GRAPH { ?s rdf:type . ?s aocat:was_created_on ?created MINUS { ?s rdf:type . ?s aocat:was_modified ?modified } } }; PREFIX aocat: PREFIX rdf: INSERT { GRAPH { ?s aocat:was_issued ?created } } WHERE { GRAPH { ?s rdf:type . ?s aocat:was_created_on ?created MINUS { ?s rdf:type . ?s aocat:was_issued ?modified } } };