@netwerk-digitaal-erfgoed/network-of-terms-catalog 9.1.0 → 9.1.1

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.
@@ -36,6 +36,7 @@ CONSTRUCT {
36
36
  OPTIONAL {
37
37
  ?uri owl:sameAs ?exactMatch_uri .
38
38
  ?exactMatch_uri sdo:name ?exactMatch_prefLabel .
39
+ FILTER(?exactMatch_uri != ?uri)
39
40
  }
40
41
  }
41
42
  LIMIT 100
@@ -51,5 +51,6 @@ CONSTRUCT {
51
51
  OPTIONAL {
52
52
  ?uri owl:sameAs ?exactMatch_uri .
53
53
  ?exactMatch_uri sdo:name ?exactMatch_prefLabel .
54
+ FILTER(?exactMatch_uri != ?uri)
54
55
  }
55
56
  } ORDER BY DESC(?score) LIMIT 100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {
@@ -48,6 +48,6 @@
48
48
  "@netwerk-digitaal-erfgoed/network-of-terms-query": "5.0.0",
49
49
  "globby": "^14.0.1",
50
50
  "rdf-parse": "^2.3.3",
51
- "rdf-store-stream": "^2.0.0"
51
+ "rdf-store-stream": "^2.0.1"
52
52
  }
53
53
  }