diff --git a/packages/network-of-terms-catalog/catalog/queries/lookup/cht.rq b/packages/network-of-terms-catalog/catalog/queries/lookup/cht.rq index d28c607c1..9b7c4f2d1 100644 --- a/packages/network-of-terms-catalog/catalog/queries/lookup/cht.rq +++ b/packages/network-of-terms-catalog/catalog/queries/lookup/cht.rq @@ -57,6 +57,7 @@ WHERE { OPTIONAL { ?uri skos:exactMatch ?exactMatch_uri . FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn")) + FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet")) OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel . FILTER(LANG(?exactMatch_prefLabel) = "nl") diff --git a/packages/network-of-terms-catalog/catalog/queries/search/cht-materials.rq b/packages/network-of-terms-catalog/catalog/queries/search/cht-materials.rq index 420da516d..edff47089 100644 --- a/packages/network-of-terms-catalog/catalog/queries/search/cht-materials.rq +++ b/packages/network-of-terms-catalog/catalog/queries/search/cht-materials.rq @@ -58,6 +58,7 @@ WHERE { OPTIONAL { ?uri skos:exactMatch ?exactMatch_uri . FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn")) + FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet")) OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel . FILTER(LANG(?exactMatch_prefLabel) = "nl") diff --git a/packages/network-of-terms-catalog/catalog/queries/search/cht-styles-and-periods.rq b/packages/network-of-terms-catalog/catalog/queries/search/cht-styles-and-periods.rq index e393e0bff..cb940af00 100644 --- a/packages/network-of-terms-catalog/catalog/queries/search/cht-styles-and-periods.rq +++ b/packages/network-of-terms-catalog/catalog/queries/search/cht-styles-and-periods.rq @@ -58,6 +58,7 @@ WHERE { OPTIONAL { ?uri skos:exactMatch ?exactMatch_uri . FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn")) + FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet")) OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel . FILTER(LANG(?exactMatch_prefLabel) = "nl") diff --git a/packages/network-of-terms-catalog/catalog/queries/search/cht.rq b/packages/network-of-terms-catalog/catalog/queries/search/cht.rq index 564edd74f..d949265f5 100644 --- a/packages/network-of-terms-catalog/catalog/queries/search/cht.rq +++ b/packages/network-of-terms-catalog/catalog/queries/search/cht.rq @@ -54,6 +54,7 @@ WHERE { OPTIONAL { ?uri skos:exactMatch ?exactMatch_uri . FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn")) + FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet")) OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel . FILTER(LANG(?exactMatch_prefLabel) = "nl")