From 1857f8cff15e88c96beb428999634b6951ad12fe Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Wed, 5 Oct 2022 14:21:10 +0200 Subject: [PATCH] check we have the label for the native subject --- .../sparql/check_missing_mandatory_record_fields.sparql | 1 + 1 file changed, 1 insertion(+) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/check_missing_mandatory_record_fields.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/check_missing_mandatory_record_fields.sparql index 2390f28..7f9281d 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/check_missing_mandatory_record_fields.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/check_missing_mandatory_record_fields.sparql @@ -114,6 +114,7 @@ SELECT DISTINCT ?s WHERE { MINUS { ?s rdf:type . ?s aocat:has_native_subject ?sub . + ?sub skos:prefLabel ?subjectLabel . } } UNION{