@netwerk-digitaal-erfgoed/network-of-terms-catalog 9.16.1 → 9.16.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.
@@ -22,7 +22,7 @@
22
22
  "https://data.muziekschatten.nl/som/work/"
23
23
  ],
24
24
  "mainEntityOfPage": [
25
- "https://data.muziekschatten.nl/som/"
25
+ "https://data.muziekschatten.nl/"
26
26
  ],
27
27
  "description": [
28
28
  {
@@ -25,7 +25,7 @@
25
25
  "https://data.muziekschatten.nl/som/"
26
26
  ],
27
27
  "mainEntityOfPage": [
28
- "https://data.muziekschatten.nl/som/"
28
+ "https://data.muziekschatten.nl/"
29
29
  ],
30
30
  "description": [
31
31
  {
@@ -25,7 +25,7 @@
25
25
  "https://data.muziekschatten.nl/som/um"
26
26
  ],
27
27
  "mainEntityOfPage": [
28
- "https://data.muziekschatten.nl/som/um"
28
+ "https://data.muziekschatten.nl/som/"
29
29
  ],
30
30
  "description": [
31
31
  {
@@ -22,9 +22,8 @@ CONSTRUCT {
22
22
  luc:query ?query ;
23
23
  luc:entities ?uri .
24
24
 
25
- ?uri sdo:identifier ?pid
26
- FILTER(STRSTARTS(?pid, "https://n2t.net"))
27
- BIND(IRI(?pid) AS ?piduri)
25
+ ?uri owl:sameAs ?piduri
26
+ FILTER(STRSTARTS(STR(?piduri), "https://n2t.net"))
28
27
 
29
28
  ?uri sdo:name ?prefLabel ;
30
29
  luc:score ?score .
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "9.16.1",
3
+ "version": "9.16.3",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {