PREFIX skos: PREFIX aocat: PREFIX rdf: PREFIX rdfs: SELECT ?s 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 . ?ariadneSubject skos:prefLabel ?archeologicalResourceTypeName . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_publisher ?agent . ?agent aocat:has_name ?agentName . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_owner ?agent . ?agent aocat:has_name ?agentName . } } UNION { ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_responsible ?agent . ?agent aocat:has_name ?agentName . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_contributor ?agent . ?agent aocat:has_name ?agentName . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:was_issued ?date . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:was_modified ?date . } } UNION{ ?s rdf:type . MINUS { ?s rdf:type . ?s aocat:has_language ?l . ?l skos:prefLabel ?label . } } 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 . ?sub skos:prefLabel ?subjectLabel . } } } }