@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.16.1 → 10.17.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.
Files changed (66) hide show
  1. package/catalog/datasets/aat-materials.jsonld +2 -4
  2. package/catalog/datasets/aat-processes-and-techniques.jsonld +1 -3
  3. package/catalog/datasets/aat-styles-and-periods.jsonld +1 -3
  4. package/catalog/datasets/aat.jsonld +7 -9
  5. package/catalog/datasets/abr.jsonld +2 -6
  6. package/catalog/datasets/adamlink-adressen.jsonld +2 -6
  7. package/catalog/datasets/adamlink-straten.jsonld +2 -6
  8. package/catalog/datasets/brabantse-gebouwen.jsonld +1 -3
  9. package/catalog/datasets/brinkman.jsonld +1 -3
  10. package/catalog/datasets/canon-van-limburg.jsonld +83 -0
  11. package/catalog/datasets/cht-materials.jsonld +1 -3
  12. package/catalog/datasets/cht-styles-and-periods.jsonld +1 -3
  13. package/catalog/datasets/cht.jsonld +1 -3
  14. package/catalog/datasets/eurovoc.jsonld +2 -6
  15. package/catalog/datasets/geonames-nl-be-de.jsonld +4 -8
  16. package/catalog/datasets/geonames.jsonld +4 -8
  17. package/catalog/datasets/goudatijdmachine-straten.jsonld +2 -4
  18. package/catalog/datasets/gtaa-classificatie.jsonld +1 -3
  19. package/catalog/datasets/gtaa-genres.jsonld +1 -3
  20. package/catalog/datasets/gtaa-geografische-namen.jsonld +1 -3
  21. package/catalog/datasets/gtaa-namen.jsonld +1 -3
  22. package/catalog/datasets/gtaa-onderwerpen-beng.jsonld +1 -3
  23. package/catalog/datasets/gtaa-onderwerpen.jsonld +1 -3
  24. package/catalog/datasets/gtaa-persoonsnamen.jsonld +1 -3
  25. package/catalog/datasets/homosaurus.jsonld +2 -6
  26. package/catalog/datasets/iconclass.jsonld +2 -6
  27. package/catalog/datasets/ied.jsonld +2 -6
  28. package/catalog/datasets/koloniaal-verleden.jsonld +1 -3
  29. package/catalog/datasets/muziekschatten-klassieke-werken.jsonld +2 -6
  30. package/catalog/datasets/muziekschatten-onderwerpen.jsonld +2 -6
  31. package/catalog/datasets/muziekschatten-personen.jsonld +2 -6
  32. package/catalog/datasets/mw-genresstijlen.jsonld +1 -3
  33. package/catalog/datasets/mw-personengroepen.jsonld +1 -3
  34. package/catalog/datasets/nmvw.jsonld +2 -6
  35. package/catalog/datasets/nta.jsonld +2 -6
  36. package/catalog/datasets/picot-gebeurtenistypen.jsonld +81 -0
  37. package/catalog/datasets/rijksmonumenten.jsonld +1 -3
  38. package/catalog/datasets/rkdartists.jsonld +2 -6
  39. package/catalog/datasets/rtf-personen.jsonld +2 -6
  40. package/catalog/datasets/stcn-drukkers.jsonld +1 -3
  41. package/catalog/datasets/uitvoeringsmedium.jsonld +2 -6
  42. package/catalog/datasets/vrouwenthesaurus.jsonld +67 -0
  43. package/catalog/datasets/westerbork.jsonld +2 -6
  44. package/catalog/datasets/wikidata-entities-all.jsonld +3 -7
  45. package/catalog/datasets/wikidata-entities-persons.jsonld +2 -6
  46. package/catalog/datasets/wikidata-entities-places.jsonld +2 -6
  47. package/catalog/datasets/wikidata-entities-streets.jsonld +2 -6
  48. package/catalog/datasets/wo2biografie.jsonld +1 -3
  49. package/catalog/datasets/wo2thesaurus.jsonld +2 -6
  50. package/catalog/publishers.jsonld +31 -1
  51. package/catalog/queries/lookup/canon-van-limburg.rq +54 -0
  52. package/catalog/queries/lookup/goudatijdmachine-straten.rq +33 -34
  53. package/catalog/queries/lookup/wo2thesaurus.rq +8 -2
  54. package/catalog/queries/search/aat-materials.rq +6 -8
  55. package/catalog/queries/search/aat-processes-and-techniques.rq +6 -8
  56. package/catalog/queries/search/aat-styles-and-periods.rq +7 -9
  57. package/catalog/queries/search/aat.rq +6 -8
  58. package/catalog/queries/search/abr.rq +1 -1
  59. package/catalog/queries/search/canon-van-limburg.rq +56 -0
  60. package/catalog/queries/search/goudatijdmachine-straten.rq +39 -48
  61. package/catalog/queries/search/rtf-personen.rq +1 -1
  62. package/catalog/queries/search/wo2thesaurus.rq +7 -2
  63. package/dist/getCatalog.d.ts +0 -6
  64. package/dist/getCatalog.d.ts.map +1 -1
  65. package/dist/getCatalog.js +16 -10
  66. package/package.json +8 -8
@@ -0,0 +1,81 @@
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@id": "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/73",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "Thesaurus Historische Persoonsgegevens - eventtypes"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "Thesaurus Historische Persoonsgegevens - gebeurtenistypen"
13
+ }
14
+ ],
15
+ "alternateName": [
16
+ {
17
+ "@language": "en",
18
+ "@value": "PiCoT - eventtypes"
19
+ },
20
+ {
21
+ "@language": "nl",
22
+ "@value": "PiCoT - gebeurtenistypen"
23
+ }
24
+ ],
25
+ "genre": [
26
+ {
27
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Actoren-en-organismen"
28
+ }
29
+ ],
30
+ "creator": [
31
+ {
32
+ "@id": "https://www.cbg.nl"
33
+ }
34
+ ],
35
+ "url": [
36
+ "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/"
37
+ ],
38
+ "mainEntityOfPage": [
39
+ "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens"
40
+ ],
41
+ "description": [
42
+ {
43
+ "@language": "en",
44
+ "@value": "Standardized terms for the role that a person can have in the source. Part of the Persons in Context standard"
45
+ },
46
+ {
47
+ "@language": "nl",
48
+ "@value": "Gestandaardiseerde termen voor de rol die die persoon kan hebben op de bron. Onderdeel van de Persons in Context-standaard"
49
+ }
50
+ ],
51
+ "inLanguage": "nl",
52
+ "distribution": [
53
+ {
54
+ "@id": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens#events",
55
+ "@type": "DataDownload",
56
+ "contentUrl": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens",
57
+ "encodingFormat": "application/sparql-query",
58
+ "potentialAction": [
59
+ {
60
+ "@type": "SearchAction",
61
+ "query": "file://../queries/search/picot.rq"
62
+ },
63
+ {
64
+ "@type": "FindAction",
65
+ "query": "file://../queries/lookup/poolparty.rq"
66
+ },
67
+ {
68
+ "@type": "Action",
69
+ "target": {
70
+ "@type": "EntryPoint",
71
+ "actionApplication": {
72
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
73
+ "@type": "SoftwareApplication"
74
+ },
75
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
76
+ }
77
+ }
78
+ ]
79
+ }
80
+ ]
81
+ }
@@ -25,9 +25,7 @@
25
25
  "url": [
26
26
  "https://linkeddata.cultureelerfgoed.nl/cho-kennis/id/rijksmonument/"
27
27
  ],
28
- "mainEntityOfPage": [
29
- "https://monumentenregister.cultureelerfgoed.nl/"
30
- ],
28
+ "mainEntityOfPage": ["https://monumentenregister.cultureelerfgoed.nl/"],
31
29
  "description": [
32
30
  {
33
31
  "@language": "en",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://rkd.nl"
23
23
  }
24
24
  ],
25
- "url": [
26
- "https://data.rkd.nl/artists/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://rkd.nl/nl/explore/artists"
30
- ],
25
+ "url": ["https://data.rkd.nl/artists/"],
26
+ "mainEntityOfPage": ["https://rkd.nl/nl/explore/artists"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://www.tresoar.nl"
23
23
  }
24
24
  ],
25
- "url": [
26
- "https://fryslan.regiotermen.nl/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://fryslan.regiotermen.nl/personen"
30
- ],
25
+ "url": ["https://fryslan.regiotermen.nl/"],
26
+ "mainEntityOfPage": ["https://fryslan.regiotermen.nl/personen"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -22,9 +22,7 @@
22
22
  "@id": "http://data.bibliotheken.nl/id/thes/p075301482"
23
23
  }
24
24
  ],
25
- "url": [
26
- "http://data.bibliotheken.nl/id/thes/"
27
- ],
25
+ "url": ["http://data.bibliotheken.nl/id/thes/"],
28
26
  "mainEntityOfPage": [
29
27
  "https://data.bibliotheken.nl/KB/-/stories/STCN-persons"
30
28
  ],
@@ -25,12 +25,8 @@
25
25
  "@id": "https://www.podiumkunst.net"
26
26
  }
27
27
  ],
28
- "url": [
29
- "https://data.muziekschatten.nl/som/um"
30
- ],
31
- "mainEntityOfPage": [
32
- "https://data.muziekschatten.nl/som/"
33
- ],
28
+ "url": ["https://data.muziekschatten.nl/som/um"],
29
+ "mainEntityOfPage": ["https://data.muziekschatten.nl/som/"],
34
30
  "description": [
35
31
  {
36
32
  "@language": "en",
@@ -0,0 +1,67 @@
1
+ {
2
+ "@context": "https://schema.org",
3
+ "@id": "https://vrouwenthesaurus.org",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "en",
8
+ "@value": "Women’s Thesaurus"
9
+ },
10
+ {
11
+ "@language": "nl",
12
+ "@value": "Vrouwenthesaurus"
13
+ }
14
+ ],
15
+ "genre": [
16
+ {
17
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Abstracte-begrippen"
18
+ }
19
+ ],
20
+ "creator": [
21
+ {
22
+ "@id": "https://atria.nl"
23
+ }
24
+ ],
25
+ "url": ["https://vrouwenthesaurus.org/conceptid/"],
26
+ "mainEntityOfPage": ["https://vrouwenthesaurus.org/conceptid.html"],
27
+ "description": [
28
+ {
29
+ "@language": "en",
30
+ "@value": "Concepts for describing information about the position and experiences of women in all their diversity, emancipation, and women’s history."
31
+ },
32
+ {
33
+ "@language": "nl",
34
+ "@value": "Onderwerpen voor het beschrijven van informatie over de positie van vrouwen in al hun diversiteit, emancipatie en vrouwengeschiedenis."
35
+ }
36
+ ],
37
+ "inLanguage": ["en", "nl"],
38
+ "distribution": [
39
+ {
40
+ "@id": "https://vrouwenthesaurus.org/PoolParty/sparql/conceptid",
41
+ "@type": "DataDownload",
42
+ "contentUrl": "https://vrouwenthesaurus.org/PoolParty/sparql/conceptid",
43
+ "encodingFormat": "application/sparql-query",
44
+ "potentialAction": [
45
+ {
46
+ "@type": "SearchAction",
47
+ "query": "file://../queries/search/poolparty.rq"
48
+ },
49
+ {
50
+ "@type": "FindAction",
51
+ "query": "file://../queries/lookup/poolparty.rq"
52
+ },
53
+ {
54
+ "@type": "Action",
55
+ "target": {
56
+ "@type": "EntryPoint",
57
+ "actionApplication": {
58
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
59
+ "@type": "SoftwareApplication"
60
+ },
61
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
62
+ }
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ }
@@ -38,12 +38,8 @@
38
38
  "@id": "https://kampwesterbork.nl"
39
39
  }
40
40
  ],
41
- "url": [
42
- "https://digitaalerfgoed.poolparty.biz/westerbork/"
43
- ],
44
- "mainEntityOfPage": [
45
- "https://digitaalerfgoed.poolparty.biz/westerbork.html"
46
- ],
41
+ "url": ["https://digitaalerfgoed.poolparty.biz/westerbork/"],
42
+ "mainEntityOfPage": ["https://digitaalerfgoed.poolparty.biz/westerbork.html"],
47
43
  "description": [
48
44
  {
49
45
  "@language": "en",
@@ -16,7 +16,7 @@
16
16
  {
17
17
  "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Objecten"
18
18
  },
19
- {
19
+ {
20
20
  "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Personen"
21
21
  },
22
22
  {
@@ -28,12 +28,8 @@
28
28
  "@id": "https://www.wikidata.org/entity/Q180"
29
29
  }
30
30
  ],
31
- "url": [
32
- "http://www.wikidata.org/entity/"
33
- ],
34
- "mainEntityOfPage": [
35
- "https://www.wikidata.org"
36
- ],
31
+ "url": ["http://www.wikidata.org/entity/"],
32
+ "mainEntityOfPage": ["https://www.wikidata.org"],
37
33
  "description": [
38
34
  {
39
35
  "@language": "en",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://www.wikidata.org/entity/Q180"
23
23
  }
24
24
  ],
25
- "url": [
26
- "http://www.wikidata.org/entity/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://www.wikidata.org"
30
- ],
25
+ "url": ["http://www.wikidata.org/entity/"],
26
+ "mainEntityOfPage": ["https://www.wikidata.org"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://www.wikidata.org/entity/Q180"
23
23
  }
24
24
  ],
25
- "url": [
26
- "http://www.wikidata.org/entity/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://www.wikidata.org"
30
- ],
25
+ "url": ["http://www.wikidata.org/entity/"],
26
+ "mainEntityOfPage": ["https://www.wikidata.org"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -22,12 +22,8 @@
22
22
  "@id": "https://www.wikidata.org/entity/Q180"
23
23
  }
24
24
  ],
25
- "url": [
26
- "http://www.wikidata.org/entity/"
27
- ],
28
- "mainEntityOfPage": [
29
- "https://www.wikidata.org"
30
- ],
25
+ "url": ["http://www.wikidata.org/entity/"],
26
+ "mainEntityOfPage": ["https://www.wikidata.org"],
31
27
  "description": [
32
28
  {
33
29
  "@language": "en",
@@ -22,9 +22,7 @@
22
22
  "@id": "https://www.wo2net.nl"
23
23
  }
24
24
  ],
25
- "url": [
26
- "https://data.niod.nl/WO2_biografieen/"
27
- ],
25
+ "url": ["https://data.niod.nl/WO2_biografieen/"],
28
26
  "mainEntityOfPage": [
29
27
  "https://www.oorlogsbronnen.nl/nieuws/project-wo2-thesaurus"
30
28
  ],
@@ -31,12 +31,8 @@
31
31
  "@id": "https://www.niod.nl"
32
32
  }
33
33
  ],
34
- "url": [
35
- "https://data.niod.nl/WO2_Thesaurus/"
36
- ],
37
- "mainEntityOfPage": [
38
- "https://www.niod.nl/nl/collecties/wo2-thesaurus"
39
- ],
34
+ "url": ["https://data.niod.nl/WO2_Thesaurus/"],
35
+ "mainEntityOfPage": ["https://www.niod.nl/nl/collecties/wo2-thesaurus"],
40
36
  "description": [
41
37
  {
42
38
  "@language": "en",
@@ -46,6 +46,21 @@
46
46
  ],
47
47
  "alternateName": "Westerbork"
48
48
  },
49
+ {
50
+ "@id": "https://atria.nl",
51
+ "@type": "Organization",
52
+ "name": [
53
+ {
54
+ "@language": "nl",
55
+ "@value": "Atria – kennisinstituut voor emancipatie en vrouwengeschiedenis"
56
+ },
57
+ {
58
+ "@language": "en",
59
+ "@value": "Atria – institute on gender equality and women’s history"
60
+ }
61
+ ],
62
+ "alternateName": "Atria"
63
+ },
49
64
  {
50
65
  "@id": "https://www.niod.nl",
51
66
  "@type": "Organization",
@@ -312,6 +327,21 @@
312
327
  }
313
328
  ],
314
329
  "alternateName": "Tresoar"
330
+ },
331
+ {
332
+ "@id": "https://lgog.nl",
333
+ "@type": "Organization",
334
+ "name": [
335
+ {
336
+ "@language": "en",
337
+ "@value": "Limburg Historical and Archeological Society"
338
+ },
339
+ {
340
+ "@language": "nl",
341
+ "@value": "Limburgs Geschied- en Oudheidkundig Genootschap"
342
+ }
343
+ ],
344
+ "alternateName": "LGOG"
315
345
  }
316
346
  ]
317
- }
347
+ }
@@ -0,0 +1,54 @@
1
+ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
2
+ PREFIX schema: <https://schema.org/>
3
+ PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
4
+
5
+ CONSTRUCT {
6
+ ?uri a skos:Concept ;
7
+ skos:prefLabel ?prefLabel ;
8
+ skos:altLabel ?altLabel ;
9
+ skos:scopeNote ?scopeNote ;
10
+ skos:exactMatch ?exactMatch_uri ;
11
+ skos:broader ?broader_uri ;
12
+ skos:narrower ?narrower_uri ;
13
+ skos:related ?related_uri ;
14
+ skos:seeAlso ?seeAlso_uri .
15
+ ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
16
+ ?broader_uri skos:prefLabel ?broader_prefLabel .
17
+ ?narrower_uri skos:prefLabel ?narrower_prefLabel .
18
+ ?related_uri skos:prefLabel ?related_prefLabel .
19
+ ?seeAlso_uri skos:prefLabel ?seeAlso_prefLabel .
20
+ }
21
+ WHERE {
22
+ GRAPH <https://canonvanlimburg.limburgcollectie.nl> {
23
+ SELECT * WHERE {
24
+ VALUES ?uri { ?uris }
25
+
26
+ ?uri a skos:Concept ;
27
+ skos:prefLabel ?prefLabel ;
28
+ skos:altLabel ?altLabel .
29
+
30
+ OPTIONAL { ?uri skos:scopeNote ?scopeNote }
31
+ OPTIONAL {
32
+ ?uri skos:exactMatch ?exactMatch_uri .
33
+ OPTIONAL { ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel }
34
+ }
35
+ OPTIONAL {
36
+ ?uri skos:broader ?broader_uri .
37
+ OPTIONAL { ?broader_uri skos:prefLabel ?broader_prefLabel }
38
+ }
39
+ OPTIONAL {
40
+ ?uri skos:narrower ?narrower_uri .
41
+ OPTIONAL { ?narrower_uri skos:prefLabel ?narrower_prefLabel }
42
+ }
43
+ OPTIONAL {
44
+ ?uri skos:related ?related_uri .
45
+ OPTIONAL { ?related_uri skos:prefLabel ?related_prefLabel }
46
+ }
47
+ OPTIONAL {
48
+ ?uri skos:seeAlso ?seeAlso_uri .
49
+ OPTIONAL { ?seeAlso_uri skos:prefLabel ?seeAlso_prefLabel }
50
+ }
51
+
52
+ }
53
+ }
54
+ }
@@ -4,40 +4,39 @@ PREFIX gtm: <https://www.goudatijdmachine.nl/def#>
4
4
  PREFIX hg: <http://rdf.histograph.io/>
5
5
  PREFIX owl: <http://www.w3.org/2002/07/owl#>
6
6
  PREFIX omeka: <http://omeka.org/s/vocabs/o#>
7
-
8
7
  CONSTRUCT {
9
- ?uri a skos:Concept ;
10
- skos:prefLabel ?prefLabel ;
11
- skos:altLabel ?altLabel ;
12
- skos:scopeNote ?scopeNote ;
13
- skos:related ?related_uri ;
14
- skos:exactMatch ?exactMatch_uri .
15
- ?related_uri skos:prefLabel ?related_prefLabel .
16
- ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
8
+ ?uri a skos:Concept ;
9
+ skos:prefLabel ?prefLabel ;
10
+ skos:altLabel ?altLabel ;
11
+ skos:scopeNote ?scopeNote ;
12
+ skos:related ?related_uri ;
13
+ skos:exactMatch ?exactMatch_uri .
14
+ ?related_uri skos:prefLabel ?related_prefLabel .
15
+ ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
17
16
  } WHERE {
18
- # For example:
19
- # Vuilsteeg: <https://n2t.net/ark:/60537/bIwfWk>
20
- # Kapelstraat: <https://n2t.net/ark:/60537/b4ApaO>
21
- VALUES ?uri { ?uris }
22
- ?uri a gtm:Straat ;
23
- sdo:identifier ?identifier ;
24
- sdo:name ?prefLabel .
25
- FILTER (STRSTARTS(STR(?uri), "https://n2t.net/ark:/60537/"))
26
- OPTIONAL {
27
- ?uri sdo:alternateName ?altLabel
28
- }
29
- BIND ( CONCAT( IF ( EXISTS { ?uri omeka:item_set <https://n2t.net/ark:/60537/bd75pg> }, "Verdwenen straat", "Straat" )," in Gouda") AS ?scopeNote )
30
- OPTIONAL {
31
- ?uri hg:absorbedBy|hg:absorbed ?related_uri .
32
- ?related_uri a gtm:Straat ;
33
- sdo:name ?related_prefLabel .
34
- FILTER (STRSTARTS(STR(?related_uri), "https://n2t.net/ark:/60537/") && ?uri != ?related_uri )
35
- }
36
-
37
- OPTIONAL {
38
- ?uri owl:sameAs ?exactMatch_uri .
39
- ?exactMatch_uri sdo:name ?exactMatch_prefLabel .
40
- FILTER(?exactMatch_uri != ?uri)
41
- }
17
+ # For example:
18
+ # Vuilsteeg: <https://n2t.net/ark:/60537/bIwfWk>
19
+ # Kapelstraat: <https://n2t.net/ark:/60537/b4ApaO>
20
+ VALUES ?uri { ?uris }
21
+ ?uri a gtm:Straat ;
22
+ sdo:identifier ?identifier ;
23
+ sdo:name ?prefLabel .
24
+ OPTIONAL {
25
+ ?uri sdo:alternateName ?altLabel
26
+ }
27
+ BIND ( CONCAT( IF ( EXISTS {
28
+ ?uri omeka:item_set <https://n2t.net/ark:/60537/bd75pg>
29
+ }, "Verdwenen straat", "Straat" )," in Gouda") AS ?scopeNote )
30
+ OPTIONAL {
31
+ ?uri hg:absorbedBy|hg:absorbed ?related_uri .
32
+ ?related_uri a gtm:Straat ;
33
+ sdo:name ?related_prefLabel .
34
+ FILTER (?uri != ?related_uri )
35
+ }
36
+ OPTIONAL {
37
+ ?uri owl:sameAs ?exactMatch_uri .
38
+ ?exactMatch_uri sdo:name ?exactMatch_prefLabel .
39
+ FILTER(?exactMatch_uri != ?uri)
40
+ }
42
41
  }
43
- LIMIT 100
42
+ LIMIT 100
@@ -22,9 +22,15 @@ WHERE {
22
22
  ?uri a skos:Concept .
23
23
 
24
24
  # Exclude terms from the 'Technische Lijsten', a concept scheme with terms that should only be used by NOB
25
+ # Include terms that are both in "Technische lijsten" and other conceptScheme's
25
26
  FILTER NOT EXISTS {
26
- ?uri skos:inScheme <https://data.niod.nl/WO2_Thesaurus/11183>
27
- }
27
+ ?uri skos:inScheme <https://data.niod.nl/WO2_Thesaurus/11183> .
28
+ FILTER NOT EXISTS {
29
+ ?uri skos:inScheme ?otherScheme .
30
+ FILTER(?otherScheme != <https://data.niod.nl/WO2_Thesaurus/11183>)
31
+ }
32
+ }
33
+
28
34
  OPTIONAL {
29
35
  ?uri skos:prefLabel ?prefLabel .
30
36
  FILTER(LANG(?prefLabel) = "nl")
@@ -27,6 +27,12 @@ WHERE {
27
27
  aat:300388277 # English
28
28
  }
29
29
 
30
+ # Pre-filter by language BEFORE the expensive subquery (based on Comunica query optimization).
31
+ ?uri skosxl:prefLabel [
32
+ dcterms:language ?language ; # Faster than FILTER(langMatches(...)): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
33
+ skosxl:literalForm ?prefLabel
34
+ ]
35
+
30
36
  {
31
37
  SELECT DISTINCT ?uri WHERE {
32
38
  ?uri luc:term ?query ;
@@ -36,17 +42,9 @@ WHERE {
36
42
  ?type rdfs:subClassOf gvp:Subject .
37
43
  FILTER (?type != gvp:Subject) .
38
44
  FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
39
- ?uri skosxl:prefLabel [
40
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
41
- skosxl:literalForm ?prefLabel
42
- ]
43
45
  }
44
46
  #LIMIT#
45
47
  }
46
- ?uri skosxl:prefLabel [
47
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
48
- skosxl:literalForm ?prefLabel
49
- ]
50
48
  OPTIONAL {
51
49
  ?uri skosxl:altLabel [
52
50
  dcterms:language ?language ;
@@ -27,6 +27,12 @@ WHERE {
27
27
  aat:300388277 # English
28
28
  }
29
29
 
30
+ # Pre-filter by language BEFORE the expensive subquery (based on Comunica query optimization).
31
+ ?uri skosxl:prefLabel [
32
+ dcterms:language ?language ; # Faster than FILTER(langMatches(...)): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
33
+ skosxl:literalForm ?prefLabel
34
+ ]
35
+
30
36
  {
31
37
  SELECT DISTINCT ?uri WHERE {
32
38
  ?uri luc:term ?query ;
@@ -36,17 +42,9 @@ WHERE {
36
42
  ?type rdfs:subClassOf gvp:Subject .
37
43
  FILTER (?type != gvp:Subject) .
38
44
  FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
39
- ?uri skosxl:prefLabel [
40
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
41
- skosxl:literalForm ?prefLabel
42
- ]
43
45
  }
44
46
  #LIMIT#
45
47
  }
46
- ?uri skosxl:prefLabel [
47
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
48
- skosxl:literalForm ?prefLabel
49
- ]
50
48
  OPTIONAL {
51
49
  ?uri skosxl:altLabel [
52
50
  dcterms:language ?language ;
@@ -27,26 +27,24 @@ WHERE {
27
27
  aat:300388277 # English
28
28
  }
29
29
 
30
+ # Pre-filter by language BEFORE the expensive subquery (based on Comunica query optimization).
31
+ ?uri skosxl:prefLabel [
32
+ dcterms:language ?language ; # Faster than FILTER(langMatches(...)): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
33
+ skosxl:literalForm ?prefLabel
34
+ ]
35
+
30
36
  {
31
37
  SELECT DISTINCT ?uri WHERE {
32
38
  ?uri luc:term ?query ;
33
39
  a ?type ;
34
40
  void:inDataset <http://vocab.getty.edu/dataset/aat> ;
35
- gvp:broaderPreferred+ <http://vocab.getty.edu/aat/300015646> . # limit results to the "styles and periodes hierarchy name (300015646)"
41
+ gvp:broaderPreferred+ <http://vocab.getty.edu/aat/300015646> . # limit results to the "styles and periods hierarchy name (300015646)"
36
42
  ?type rdfs:subClassOf gvp:Subject .
37
43
  FILTER (?type != gvp:Subject) .
38
44
  FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
39
- ?uri skosxl:prefLabel [
40
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
41
- skosxl:literalForm ?prefLabel
42
- ]
43
45
  }
44
46
  #LIMIT#
45
47
  }
46
- ?uri skosxl:prefLabel [
47
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
48
- skosxl:literalForm ?prefLabel
49
- ]
50
48
  OPTIONAL {
51
49
  ?uri skosxl:altLabel [
52
50
  dcterms:language ?language ;
@@ -27,6 +27,12 @@ WHERE {
27
27
  aat:300388277 # English
28
28
  }
29
29
 
30
+ # Pre-filter by language BEFORE the expensive subquery (based on Comunica query optimization).
31
+ ?uri skosxl:prefLabel [
32
+ dcterms:language ?language ; # Faster than FILTER(langMatches(...)): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
33
+ skosxl:literalForm ?prefLabel
34
+ ]
35
+
30
36
  {
31
37
  SELECT DISTINCT ?uri WHERE {
32
38
  ?uri luc:term ?query ;
@@ -35,17 +41,9 @@ WHERE {
35
41
  ?type rdfs:subClassOf gvp:Subject .
36
42
  FILTER (?type != gvp:Subject) .
37
43
  FILTER NOT EXISTS { ?uri a gvp:GuideTerm }
38
- ?uri skosxl:prefLabel [
39
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
40
- skosxl:literalForm ?prefLabel
41
- ]
42
44
  }
43
45
  #LIMIT#
44
46
  }
45
- ?uri skosxl:prefLabel [
46
- dcterms:language ?language ; # Faster than FILTER(langMatches(...): https://vocab.getty.edu/queries#Find_Terms_by_Language_Tag
47
- skosxl:literalForm ?prefLabel
48
- ]
49
47
  OPTIONAL {
50
48
  ?uri skosxl:altLabel [
51
49
  dcterms:language ?language ;