PREFIX skos: PREFIX aocat: PREFIX rdf: PREFIX rdfs: SELECT * 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 ?issued . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:was_modified ?modified . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_language ?language . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_original_id ?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 ?title . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_type ?type . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_temporal_coverage ?temporalCoverage . } } } FILTER(?g != ) }