PREFIX skos: PREFIX aocat: PREFIX rdf: PREFIX rdfs: SELECT DISTINCT ?g WHERE { GRAPH ?g { { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_access_rights ?o . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_ARIADNE_subject ?ariadneSubject . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_publisher ?agent . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_owner ?agent . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_responsible ?agent . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_contributor ?agent . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:was_issued ?agent . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:was_modified ?agent . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_language ?l . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_original_id ?id . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:is_part_of ?id . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_creator ?agent . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_title ?t . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_type ?t . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_native_subject ?sub . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_spatial_coverage ?spatial . ?spatial aocat:has_place_name ?placeName . } } } }