PREFIX aocat: PREFIX skos: #AAT ENRICHMENT INSERT { GRAPH ::aatplus> { ?record aocat:has_derived_subject ?aat . } } USING ::aat> USING ::> WHERE { { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:exactMatch ?aat . } union { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:broadMatch ?aat . } union { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:closeMatch ?aat . } union { ?record aocat:has_native_subject ?native_subject . ?native_subject skos:narrowMatch ?aat . } };