added relatedMatch for NARA aat mapping

This commit is contained in:
Enrico Ottonello 2022-07-19 11:54:11 +02:00
parent b348366873
commit 3819cfe9bc
1 changed files with 7 additions and 0 deletions

View File

@ -367,4 +367,11 @@ WHERE {
bind (IRI(replace( str(?aat_native_subject), "NARA", "NABUNKEN")) as ?patched_aat_native_subject)
filter(?native_subject=?patched_aat_native_subject)
}
union
{
?record aocat:has_native_subject ?native_subject .
?aat_native_subject skos:relatedMatch ?aat_subject .
bind (IRI(replace( str(?aat_native_subject), "NARA", "NABUNKEN")) as ?patched_aat_native_subject)
filter(?native_subject=?patched_aat_native_subject)
}
};