@netwerk-digitaal-erfgoed/network-of-terms-catalog 5.6.0 → 5.6.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.
@@ -7,8 +7,7 @@ CONSTRUCT {
7
7
  skos:prefLabel ?schema_name ;
8
8
  skos:altLabel ?schema_alternateName ;
9
9
  skos:scopeNote ?schema_description ;
10
- # commented the following lines as a temporary fix
11
- # rdfs:seeAlso ?rdfs_seeAlso .
10
+ rdfs:seeAlso ?rdfs_seeAlso .
12
11
  }
13
12
  WHERE {
14
13
  ?uri a ?type .
@@ -42,8 +41,7 @@ WHERE {
42
41
  OPTIONAL { ?uri schema:alternateName ?schema_alternateName . }
43
42
  OPTIONAL { ?uri schema:description ?schema_description . }
44
43
 
45
- # commented the following lines as a temporary fix
46
- #BIND(STRAFTER(STR(?uri), "https://data.rkd.nl/artists/") AS ?identifier)
47
- #BIND(IRI(CONCAT("https://rkd.nl/explore/artists/", ?identifier)) AS ?rdfs_seeAlso)
44
+ BIND(STRAFTER(STR(?uri), "https://data.rkd.nl/artists/") AS ?identifier)
45
+ BIND(IRI(CONCAT("https://rkd.nl/explore/artists/", ?identifier)) AS ?rdfs_seeAlso)
48
46
  }
49
47
  LIMIT 1000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Catalog of Network of Terms datasets",
5
5
  "repository": {
6
6
  "type": "git",