@netwerk-digitaal-erfgoed/network-of-terms-catalog 5.5.2 → 5.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,10 @@ WHERE {
20
20
 
21
21
  ?uri a skos:Concept .
22
22
 
23
+ # Exclude terms from the 'Technische Lijsten', a concept scheme with terms that should only be used by NOB
24
+ FILTER NOT EXISTS {
25
+ ?uri skos:inScheme <https://data.niod.nl/WO2_Thesaurus/11183>
26
+ }
23
27
  OPTIONAL {
24
28
  ?uri skos:prefLabel ?prefLabel .
25
29
  FILTER(LANG(?prefLabel) = "nl")
@@ -13,6 +13,10 @@ CONSTRUCT {
13
13
  }
14
14
  WHERE {
15
15
  ?uri ?predicate ?label .
16
+ # Exclude terms from the 'Technische Lijsten', a concept scheme with terms that should only be used by NOB
17
+ FILTER NOT EXISTS {
18
+ ?uri skos:inScheme <https://data.niod.nl/WO2_Thesaurus/11183>
19
+ }
16
20
  VALUES ?predicate { skos:prefLabel skos:altLabel }
17
21
  FILTER(LANG(?label) = "nl")
18
22
  FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "5.5.2",
3
+ "version": "5.5.3",
4
4
  "description": "Catalog of Network of Terms datasets",
5
5
  "repository": {
6
6
  "type": "git",