@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.13.0 → 10.14.0

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.
@@ -47,11 +47,11 @@
47
47
  "description": [
48
48
  {
49
49
  "@language": "en",
50
- "@value": "Subjects for describing the history of WW2 and Camp Westerbork"
50
+ "@value": "Terms for describing and contextualising collections relating to the history of Camp Westerbork (1939-1971) and dealing with the historical site (1971-present)"
51
51
  },
52
52
  {
53
53
  "@language": "nl",
54
- "@value": "Onderwerpen voor het beschrijven van de geschiedenis van de Tweede Wereldoorlog en Kamp Westerbork"
54
+ "@value": "Termen voor het beschrijven en contextualiseren van collecties die betrekking hebben op de geschiedenis van kamp Westerbork (1939-1971) en omgang met de historische plek (1971-heden)"
55
55
  }
56
56
  ],
57
57
  "inLanguage": ["nl"],
@@ -23,7 +23,7 @@ WHERE {
23
23
  # Bicycles: <http://vocab.getty.edu/aat/300212636>
24
24
  # Wars: <http://vocab.getty.edu/aat/300055314>
25
25
  VALUES ?uri { ?uris }
26
-
26
+ FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
27
27
  VALUES ?language {
28
28
  aat:300388256 # Dutch
29
29
  aat:300388277 # English
@@ -35,6 +35,7 @@ WHERE {
35
35
  gvp:broaderPreferred+ <http://vocab.getty.edu/aat/300010357> . # limit results to the "materials hierarchy name" (300010357)
36
36
  ?type rdfs:subClassOf gvp:Subject .
37
37
  FILTER (?type != gvp:Subject) .
38
+ FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
38
39
  ?uri skosxl:prefLabel [
39
40
  dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
40
41
  skosxl:literalForm ?prefLabel
@@ -35,6 +35,7 @@ WHERE {
35
35
  gvp:broaderPreferred+ <http://vocab.getty.edu/aat/300053001> . # limit results to the "processes and techniques hierarchy name (300053001)"
36
36
  ?type rdfs:subClassOf gvp:Subject .
37
37
  FILTER (?type != gvp:Subject) .
38
+ FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
38
39
  ?uri skosxl:prefLabel [
39
40
  dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
40
41
  skosxl:literalForm ?prefLabel
@@ -35,6 +35,7 @@ WHERE {
35
35
  gvp:broaderPreferred+ <http://vocab.getty.edu/aat/300015646> . # limit results to the "styles and periodes hierarchy name (300015646)"
36
36
  ?type rdfs:subClassOf gvp:Subject .
37
37
  FILTER (?type != gvp:Subject) .
38
+ FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
38
39
  ?uri skosxl:prefLabel [
39
40
  dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
40
41
  skosxl:literalForm ?prefLabel
@@ -34,6 +34,7 @@ WHERE {
34
34
  void:inDataset <http://vocab.getty.edu/dataset/aat> .
35
35
  ?type rdfs:subClassOf gvp:Subject .
36
36
  FILTER (?type != gvp:Subject) .
37
+ FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
37
38
  ?uri skosxl:prefLabel [
38
39
  dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
39
40
  skosxl:literalForm ?prefLabel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "10.13.0",
3
+ "version": "10.14.0",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {