diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/04_insert_AAT_enrichment_template.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/04_insert_AAT_enrichment_template.sparql index 73c84dd..978c046 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/04_insert_AAT_enrichment_template.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/04_insert_AAT_enrichment_template.sparql @@ -89,7 +89,7 @@ WHERE { PREFIX aocat: PREFIX skos: INSERT { - GRAPH ::aat> { + GRAPH ::aat> { ?aat_subject skos:prefLabel ?label . } } @@ -107,7 +107,7 @@ PREFIX skos: PREFIX skosxl: PREFIX gvp: INSERT { - GRAPH ::aat> { + GRAPH ::aat> { ?aat_subject skos:prefLabel ?label . } }