@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.13.1 → 10.14.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.
@@ -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.1",
3
+ "version": "10.14.1",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "@comunica/query-sparql": "^4.1.0",
46
46
  "@comunica/query-sparql-rdfjs": "^4.1.0",
47
47
  "@comunica/utils-bindings-factory": "^4.0.2",
48
- "@netwerk-digitaal-erfgoed/network-of-terms-query": "6.2.0",
48
+ "@netwerk-digitaal-erfgoed/network-of-terms-query": "6.2.1",
49
49
  "globby": "^14.0.2",
50
50
  "ldkit": "^2.1.1",
51
51
  "memoize": "^10.0.0",