fix wrong matches on native subjects

This commit is contained in:
Enrico Ottonello 2020-02-19 16:13:07 +01:00
parent 226cdde77d
commit bf862f20f2
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ CONSTRUCT {
?record mine:resourceType ?resourceType .
?record mine:modified ?modified .
?record mine:nativeSubject ?natSub .
?natSub a mine:NativeSubject .
?natSub mine:prefLabel ?nativeSbj .
?natSub a mine:NativeSubject .
?natSub mine:aat ?aat .
?aat mine:aatLabel ?aatLabel .
?spatial a mine:Spatial .