From 22976a6983aa1a61c6ea29c734bb367015e085b7 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Tue, 10 Jan 2023 11:44:59 +0100 Subject: [PATCH] language for MISANU fixed: simplified Getty AAT enrichment --- .../ordered_sparql_insert_misanu_monuments.sparql | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/MISANU/ordered_sparql_insert_misanu_monuments.sparql b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/MISANU/ordered_sparql_insert_misanu_monuments.sparql index fae1f83..ade8228 100644 --- a/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/MISANU/ordered_sparql_insert_misanu_monuments.sparql +++ b/dnet-ariadneplus-graphdb-publisher/src/main/resources/eu/dnetlib/ariadneplus/sparql/enrich/MISANU/ordered_sparql_insert_misanu_monuments.sparql @@ -207,32 +207,28 @@ WHERE { { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:prefLabel ?nativeLabel . - ?match_subject skos:prefLabel ?matchedLabel . + ?match_subject skos:prefLabel ?nativeLabel . ?match_subject skos:exactMatch ?aat_subject . - filter(str(?nativeLabel) = str(?matchedLabel)) } union { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:prefLabel ?nativeLabel . - ?match_subject skos:prefLabel ?matchedLabel . + ?match_subject skos:prefLabel ?nativeLabel . ?match_subject skos:broadMatch ?aat_subject . - filter(str(?nativeLabel) = str(?matchedLabel)) } union { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:prefLabel ?nativeLabel . - ?match_subject skos:prefLabel ?matchedLabel . + ?match_subject skos:prefLabel ?nativeLabel . ?match_subject skos:closeMatch ?aat_subject . - filter(str(?nativeLabel) = str(?matchedLabel)) } union { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:prefLabel ?nativeLabel . - ?match_subject skos:prefLabel ?matchedLabel . + ?match_subject skos:prefLabel ?nativeLabel . ?match_subject skos:narrowMatch ?aat_subject . - filter(str(?nativeLabel) = str(?matchedLabel)) } }; \ No newline at end of file