@netwerk-digitaal-erfgoed/network-of-terms-catalog 10.3.1 → 10.4.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.
- package/catalog/datasets/cht-materials.jsonld +1 -1
- package/catalog/datasets/cht-styles-and-periods.jsonld +1 -1
- package/catalog/datasets/cht.jsonld +3 -3
- package/catalog/datasets/homosaurus.jsonld +1 -1
- package/catalog/queries/lookup/poolparty.rq +2 -9
- package/catalog/queries/search/cht-materials.rq +6 -11
- package/catalog/queries/search/cht-styles-and-periods.rq +6 -11
- package/catalog/queries/search/poolparty.rq +2 -10
- package/package.json +2 -2
- package/catalog/queries/lookup/cht.rq +0 -67
- package/catalog/queries/search/cht.rq +0 -68
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@value": "Onderwerpen voor het beschrijven van materiaalkenmerken van cultureel erfgoed"
|
|
49
49
|
}
|
|
50
50
|
],
|
|
51
|
-
"inLanguage": "nl",
|
|
51
|
+
"inLanguage": ["nl", "en"],
|
|
52
52
|
"distribution": [
|
|
53
53
|
{
|
|
54
54
|
"@id": "https://data.cultureelerfgoed.nl/PoolParty/sparql/term/id/cht/materials",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@value": "Onderwerpen voor het beschrijven van stijl- en periodekenmerken van cultureel erfgoed objecten."
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
|
-
"inLanguage": "nl",
|
|
54
|
+
"inLanguage": ["nl", "en"],
|
|
55
55
|
"distribution": [
|
|
56
56
|
{
|
|
57
57
|
"@id": "https://data.cultureelerfgoed.nl/PoolParty/sparql/term/id/cht/styles-and-periods",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@value": "Onderwerpen voor het beschrijven van cultureel erfgoed"
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
|
-
"inLanguage": "nl",
|
|
75
|
+
"inLanguage": ["nl", "en"],
|
|
76
76
|
"distribution": [
|
|
77
77
|
{
|
|
78
78
|
"@id": "https://data.cultureelerfgoed.nl/PoolParty/sparql/term/id/cht",
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"potentialAction": [
|
|
83
83
|
{
|
|
84
84
|
"@type": "SearchAction",
|
|
85
|
-
"query": "file://catalog/queries/search/
|
|
85
|
+
"query": "file://catalog/queries/search/poolparty.rq"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"@type": "FindAction",
|
|
89
|
-
"query": "file://catalog/queries/lookup/
|
|
89
|
+
"query": "file://catalog/queries/lookup/poolparty.rq"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"@type": "Action",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@value": "Termen voor het beschrijven van LHBTIQ (Lesbisch/Homo/Biseksueel/Transgender/Intersekse/Queer)-publicaties en -erfgoed"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
|
-
"inLanguage": "nl",
|
|
41
|
+
"inLanguage": ["nl", "en"],
|
|
42
42
|
"distribution": [
|
|
43
43
|
{
|
|
44
44
|
"@id": "https://data.ihlia.nl/PoolParty/sparql/homosaurus",
|
|
@@ -25,44 +25,37 @@ WHERE {
|
|
|
25
25
|
|
|
26
26
|
OPTIONAL {
|
|
27
27
|
?uri skos:prefLabel ?prefLabel .
|
|
28
|
-
FILTER(LANG(?prefLabel) = "nl")
|
|
29
28
|
}
|
|
30
29
|
OPTIONAL {
|
|
31
30
|
?uri skos:altLabel ?altLabel .
|
|
32
|
-
FILTER(LANG(?altLabel) = "nl")
|
|
33
31
|
}
|
|
34
32
|
OPTIONAL {
|
|
35
33
|
?uri skos:hiddenLabel ?hiddenLabel .
|
|
36
|
-
FILTER(LANG(?hiddenLabel) = "nl")
|
|
37
34
|
}
|
|
38
35
|
OPTIONAL {
|
|
39
36
|
?uri skos:scopeNote ?scopeNote .
|
|
40
|
-
FILTER(LANG(?scopeNote) = "nl")
|
|
41
37
|
}
|
|
42
38
|
OPTIONAL {
|
|
43
39
|
?uri skos:definition ?scopeNote .
|
|
44
|
-
FILTER(LANG(?scopeNote) = "nl")
|
|
45
40
|
}
|
|
46
41
|
OPTIONAL {
|
|
47
42
|
?uri skos:broader ?broader_uri .
|
|
48
43
|
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
49
|
-
FILTER(LANG(?broader_prefLabel) = "nl")
|
|
50
44
|
}
|
|
51
45
|
OPTIONAL {
|
|
52
46
|
?uri skos:narrower ?narrower_uri .
|
|
53
47
|
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
54
|
-
FILTER(LANG(?narrower_prefLabel) = "nl")
|
|
55
48
|
}
|
|
56
49
|
OPTIONAL {
|
|
57
50
|
?uri skos:related ?related_uri .
|
|
58
51
|
?related_uri skos:prefLabel ?related_prefLabel .
|
|
59
|
-
FILTER(LANG(?related_prefLabel) = "nl")
|
|
60
52
|
}
|
|
61
53
|
OPTIONAL {
|
|
62
54
|
?uri skos:exactMatch ?exactMatch_uri .
|
|
55
|
+
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn"))
|
|
56
|
+
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet"))
|
|
63
57
|
OPTIONAL {
|
|
64
58
|
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
65
|
-
FILTER(LANG(?exactMatch_prefLabel) = "nl")
|
|
66
59
|
}
|
|
67
60
|
}
|
|
68
61
|
}
|
|
@@ -17,46 +17,42 @@ CONSTRUCT {
|
|
|
17
17
|
}
|
|
18
18
|
WHERE {
|
|
19
19
|
{
|
|
20
|
-
SELECT
|
|
21
|
-
?uri
|
|
20
|
+
SELECT DISTINCT ?uri WHERE {
|
|
21
|
+
?uri a skos:Concept ;
|
|
22
|
+
?predicate ?label ;
|
|
22
23
|
# limit results to the narrower terms of the toplevel term 'materialen'
|
|
23
24
|
skos:broader+ <https://data.cultureelerfgoed.nl/term/id/cht/aa872ce6-a74c-4f81-96ec-6ee0e717f92a> .
|
|
24
25
|
VALUES ?predicate { skos:prefLabel skos:altLabel }
|
|
25
|
-
FILTER(LANG(?label) = "nl")
|
|
26
26
|
FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
|
|
27
27
|
}
|
|
28
28
|
#LIMIT#
|
|
29
29
|
}
|
|
30
30
|
OPTIONAL {
|
|
31
31
|
?uri skos:prefLabel ?prefLabel .
|
|
32
|
-
FILTER(LANG(?prefLabel) = "nl")
|
|
33
32
|
}
|
|
34
33
|
OPTIONAL {
|
|
35
34
|
?uri skos:altLabel ?altLabel .
|
|
36
|
-
FILTER(LANG(?altLabel) = "nl")
|
|
37
35
|
}
|
|
38
36
|
OPTIONAL {
|
|
39
37
|
?uri skos:hiddenLabel ?hiddenLabel .
|
|
40
|
-
FILTER(LANG(?hiddenLabel) = "nl")
|
|
41
38
|
}
|
|
42
39
|
OPTIONAL {
|
|
43
40
|
?uri skos:scopeNote ?scopeNote .
|
|
44
|
-
|
|
41
|
+
}
|
|
42
|
+
OPTIONAL {
|
|
43
|
+
?uri skos:definition ?scopeNote .
|
|
45
44
|
}
|
|
46
45
|
OPTIONAL {
|
|
47
46
|
?uri skos:broader ?broader_uri .
|
|
48
47
|
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
49
|
-
FILTER(LANG(?broader_prefLabel) = "nl")
|
|
50
48
|
}
|
|
51
49
|
OPTIONAL {
|
|
52
50
|
?uri skos:narrower ?narrower_uri .
|
|
53
51
|
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
54
|
-
FILTER(LANG(?narrower_prefLabel) = "nl")
|
|
55
52
|
}
|
|
56
53
|
OPTIONAL {
|
|
57
54
|
?uri skos:related ?related_uri .
|
|
58
55
|
?related_uri skos:prefLabel ?related_prefLabel .
|
|
59
|
-
FILTER(LANG(?related_prefLabel) = "nl")
|
|
60
56
|
}
|
|
61
57
|
OPTIONAL {
|
|
62
58
|
?uri skos:exactMatch ?exactMatch_uri .
|
|
@@ -64,7 +60,6 @@ WHERE {
|
|
|
64
60
|
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet"))
|
|
65
61
|
OPTIONAL {
|
|
66
62
|
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
67
|
-
FILTER(LANG(?exactMatch_prefLabel) = "nl")
|
|
68
63
|
}
|
|
69
64
|
}
|
|
70
65
|
}
|
|
@@ -17,46 +17,42 @@ CONSTRUCT {
|
|
|
17
17
|
}
|
|
18
18
|
WHERE {
|
|
19
19
|
{
|
|
20
|
-
SELECT
|
|
21
|
-
?uri
|
|
20
|
+
SELECT DISTINCT ?uri WHERE {
|
|
21
|
+
?uri a skos:Concept ;
|
|
22
|
+
?predicate ?label ;
|
|
22
23
|
# limit results to the narrower terms of the toplevel term 'stijlen en periodes'
|
|
23
24
|
skos:broader+ <https://data.cultureelerfgoed.nl/term/id/cht/63cca950-f545-467a-9d70-db3a2b21bba3> .
|
|
24
25
|
VALUES ?predicate { skos:prefLabel skos:altLabel }
|
|
25
|
-
FILTER(LANG(?label) = "nl")
|
|
26
26
|
FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
|
|
27
27
|
}
|
|
28
28
|
#LIMIT#
|
|
29
29
|
}
|
|
30
30
|
OPTIONAL {
|
|
31
31
|
?uri skos:prefLabel ?prefLabel .
|
|
32
|
-
FILTER(LANG(?prefLabel) = "nl")
|
|
33
32
|
}
|
|
34
33
|
OPTIONAL {
|
|
35
34
|
?uri skos:altLabel ?altLabel .
|
|
36
|
-
FILTER(LANG(?altLabel) = "nl")
|
|
37
35
|
}
|
|
38
36
|
OPTIONAL {
|
|
39
37
|
?uri skos:hiddenLabel ?hiddenLabel .
|
|
40
|
-
FILTER(LANG(?hiddenLabel) = "nl")
|
|
41
38
|
}
|
|
42
39
|
OPTIONAL {
|
|
43
40
|
?uri skos:scopeNote ?scopeNote .
|
|
44
|
-
|
|
41
|
+
}
|
|
42
|
+
OPTIONAL {
|
|
43
|
+
?uri skos:definition ?scopeNote .
|
|
45
44
|
}
|
|
46
45
|
OPTIONAL {
|
|
47
46
|
?uri skos:broader ?broader_uri .
|
|
48
47
|
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
49
|
-
FILTER(LANG(?broader_prefLabel) = "nl")
|
|
50
48
|
}
|
|
51
49
|
OPTIONAL {
|
|
52
50
|
?uri skos:narrower ?narrower_uri .
|
|
53
51
|
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
54
|
-
FILTER(LANG(?narrower_prefLabel) = "nl")
|
|
55
52
|
}
|
|
56
53
|
OPTIONAL {
|
|
57
54
|
?uri skos:related ?related_uri .
|
|
58
55
|
?related_uri skos:prefLabel ?related_prefLabel .
|
|
59
|
-
FILTER(LANG(?related_prefLabel) = "nl")
|
|
60
56
|
}
|
|
61
57
|
OPTIONAL {
|
|
62
58
|
?uri skos:exactMatch ?exactMatch_uri .
|
|
@@ -64,7 +60,6 @@ WHERE {
|
|
|
64
60
|
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet"))
|
|
65
61
|
OPTIONAL {
|
|
66
62
|
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
67
|
-
FILTER(LANG(?exactMatch_prefLabel) = "nl")
|
|
68
63
|
}
|
|
69
64
|
}
|
|
70
65
|
}
|
|
@@ -21,51 +21,43 @@ WHERE {
|
|
|
21
21
|
?uri a skos:Concept ;
|
|
22
22
|
?predicate ?label .
|
|
23
23
|
VALUES ?predicate { skos:prefLabel skos:altLabel }
|
|
24
|
-
FILTER(LANG(?label) = "nl")
|
|
25
24
|
FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
|
|
26
25
|
}
|
|
27
26
|
#LIMIT#
|
|
28
27
|
}
|
|
29
28
|
OPTIONAL {
|
|
30
29
|
?uri skos:prefLabel ?prefLabel .
|
|
31
|
-
FILTER(LANG(?prefLabel) = "nl")
|
|
32
30
|
}
|
|
33
31
|
OPTIONAL {
|
|
34
32
|
?uri skos:altLabel ?altLabel .
|
|
35
|
-
FILTER(LANG(?altLabel) = "nl")
|
|
36
33
|
}
|
|
37
34
|
OPTIONAL {
|
|
38
35
|
?uri skos:hiddenLabel ?hiddenLabel .
|
|
39
|
-
FILTER(LANG(?hiddenLabel) = "nl")
|
|
40
36
|
}
|
|
41
37
|
OPTIONAL {
|
|
42
38
|
?uri skos:scopeNote ?scopeNote .
|
|
43
|
-
FILTER(LANG(?scopeNote) = "nl")
|
|
44
39
|
}
|
|
45
40
|
OPTIONAL {
|
|
46
41
|
?uri skos:definition ?scopeNote .
|
|
47
|
-
FILTER(LANG(?scopeNote) = "nl")
|
|
48
42
|
}
|
|
49
43
|
OPTIONAL {
|
|
50
44
|
?uri skos:broader ?broader_uri .
|
|
51
45
|
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
52
|
-
FILTER(LANG(?broader_prefLabel) = "nl")
|
|
53
46
|
}
|
|
54
47
|
OPTIONAL {
|
|
55
48
|
?uri skos:narrower ?narrower_uri .
|
|
56
49
|
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
57
|
-
FILTER(LANG(?narrower_prefLabel) = "nl")
|
|
58
50
|
}
|
|
59
51
|
OPTIONAL {
|
|
60
52
|
?uri skos:related ?related_uri .
|
|
61
53
|
?related_uri skos:prefLabel ?related_prefLabel .
|
|
62
|
-
FILTER(LANG(?related_prefLabel) = "nl")
|
|
63
54
|
}
|
|
64
55
|
OPTIONAL {
|
|
65
56
|
?uri skos:exactMatch ?exactMatch_uri .
|
|
57
|
+
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn"))
|
|
58
|
+
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet"))
|
|
66
59
|
OPTIONAL {
|
|
67
60
|
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
68
|
-
FILTER(LANG(?exactMatch_prefLabel) = "nl")
|
|
69
61
|
}
|
|
70
62
|
}
|
|
71
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Catalog of Network of Terms datasets",
|
|
6
6
|
"repository": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@comunica/utils-bindings-factory": "^4.0.2",
|
|
48
48
|
"@netwerk-digitaal-erfgoed/network-of-terms-query": "6.2.0",
|
|
49
49
|
"globby": "^14.0.2",
|
|
50
|
-
"ldkit": "^2.1.
|
|
50
|
+
"ldkit": "^2.1.1",
|
|
51
51
|
"memoize": "^10.0.0",
|
|
52
52
|
"rdf-parse": "^3.0.0",
|
|
53
53
|
"rdf-store-stream": "^2.0.1"
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
2
|
-
|
|
3
|
-
CONSTRUCT {
|
|
4
|
-
?uri a skos:Concept ;
|
|
5
|
-
skos:prefLabel ?prefLabel ;
|
|
6
|
-
skos:altLabel ?altLabel ;
|
|
7
|
-
skos:hiddenLabel ?hiddenLabel ;
|
|
8
|
-
skos:scopeNote ?scopeNote ;
|
|
9
|
-
skos:broader ?broader_uri ;
|
|
10
|
-
skos:narrower ?narrower_uri ;
|
|
11
|
-
skos:related ?related_uri ;
|
|
12
|
-
skos:exactMatch ?exactMatch_uri .
|
|
13
|
-
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
14
|
-
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
15
|
-
?related_uri skos:prefLabel ?related_prefLabel .
|
|
16
|
-
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
17
|
-
}
|
|
18
|
-
WHERE {
|
|
19
|
-
# For example:
|
|
20
|
-
# Aardewerk: <https://data.cultureelerfgoed.nl/term/id/abr/71e411bf-8645-4420-98a4-b8746574b002>
|
|
21
|
-
# Aardewerk: <https://data.cultureelerfgoed.nl/term/id/cht/dfbf8107-09f9-49c9-8118-8e79b7613723>
|
|
22
|
-
VALUES ?uri { ?uris }
|
|
23
|
-
|
|
24
|
-
?uri a skos:Concept .
|
|
25
|
-
|
|
26
|
-
OPTIONAL {
|
|
27
|
-
?uri skos:prefLabel ?prefLabel .
|
|
28
|
-
FILTER(LANG(?prefLabel) = "nl")
|
|
29
|
-
}
|
|
30
|
-
OPTIONAL {
|
|
31
|
-
?uri skos:altLabel ?altLabel .
|
|
32
|
-
FILTER(LANG(?altLabel) = "nl")
|
|
33
|
-
}
|
|
34
|
-
OPTIONAL {
|
|
35
|
-
?uri skos:hiddenLabel ?hiddenLabel .
|
|
36
|
-
FILTER(LANG(?hiddenLabel) = "nl")
|
|
37
|
-
}
|
|
38
|
-
OPTIONAL {
|
|
39
|
-
?uri skos:scopeNote ?scopeNote .
|
|
40
|
-
FILTER(LANG(?scopeNote) = "nl")
|
|
41
|
-
}
|
|
42
|
-
OPTIONAL {
|
|
43
|
-
?uri skos:broader ?broader_uri .
|
|
44
|
-
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
45
|
-
FILTER(LANG(?broader_prefLabel) = "nl")
|
|
46
|
-
}
|
|
47
|
-
OPTIONAL {
|
|
48
|
-
?uri skos:narrower ?narrower_uri .
|
|
49
|
-
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
50
|
-
FILTER(LANG(?narrower_prefLabel) = "nl")
|
|
51
|
-
}
|
|
52
|
-
OPTIONAL {
|
|
53
|
-
?uri skos:related ?related_uri .
|
|
54
|
-
?related_uri skos:prefLabel ?related_prefLabel .
|
|
55
|
-
FILTER(LANG(?related_prefLabel) = "nl")
|
|
56
|
-
}
|
|
57
|
-
OPTIONAL {
|
|
58
|
-
?uri skos:exactMatch ?exactMatch_uri .
|
|
59
|
-
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn"))
|
|
60
|
-
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet"))
|
|
61
|
-
OPTIONAL {
|
|
62
|
-
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
63
|
-
FILTER(LANG(?exactMatch_prefLabel) = "nl")
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
LIMIT 1000
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
2
|
-
|
|
3
|
-
CONSTRUCT {
|
|
4
|
-
?uri a skos:Concept ;
|
|
5
|
-
skos:prefLabel ?prefLabel ;
|
|
6
|
-
skos:altLabel ?altLabel ;
|
|
7
|
-
skos:hiddenLabel ?hiddenLabel ;
|
|
8
|
-
skos:scopeNote ?scopeNote ;
|
|
9
|
-
skos:broader ?broader_uri ;
|
|
10
|
-
skos:narrower ?narrower_uri ;
|
|
11
|
-
skos:related ?related_uri ;
|
|
12
|
-
skos:exactMatch ?exactMatch_uri .
|
|
13
|
-
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
14
|
-
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
15
|
-
?related_uri skos:prefLabel ?related_prefLabel .
|
|
16
|
-
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
17
|
-
}
|
|
18
|
-
WHERE {
|
|
19
|
-
{
|
|
20
|
-
SELECT * WHERE {
|
|
21
|
-
?uri ?predicate ?label .
|
|
22
|
-
VALUES ?predicate { skos:prefLabel skos:altLabel }
|
|
23
|
-
FILTER(LANG(?label) = "nl")
|
|
24
|
-
FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
|
|
25
|
-
}
|
|
26
|
-
#LIMIT#
|
|
27
|
-
}
|
|
28
|
-
OPTIONAL {
|
|
29
|
-
?uri skos:prefLabel ?prefLabel .
|
|
30
|
-
FILTER(LANG(?prefLabel) = "nl")
|
|
31
|
-
}
|
|
32
|
-
OPTIONAL {
|
|
33
|
-
?uri skos:altLabel ?altLabel .
|
|
34
|
-
FILTER(LANG(?altLabel) = "nl")
|
|
35
|
-
}
|
|
36
|
-
OPTIONAL {
|
|
37
|
-
?uri skos:hiddenLabel ?hiddenLabel .
|
|
38
|
-
FILTER(LANG(?hiddenLabel) = "nl")
|
|
39
|
-
}
|
|
40
|
-
OPTIONAL {
|
|
41
|
-
?uri skos:scopeNote ?scopeNote .
|
|
42
|
-
FILTER(LANG(?scopeNote) = "nl")
|
|
43
|
-
}
|
|
44
|
-
OPTIONAL {
|
|
45
|
-
?uri skos:broader ?broader_uri .
|
|
46
|
-
?broader_uri skos:prefLabel ?broader_prefLabel .
|
|
47
|
-
FILTER(LANG(?broader_prefLabel) = "nl")
|
|
48
|
-
}
|
|
49
|
-
OPTIONAL {
|
|
50
|
-
?uri skos:narrower ?narrower_uri .
|
|
51
|
-
?narrower_uri skos:prefLabel ?narrower_prefLabel .
|
|
52
|
-
FILTER(LANG(?narrower_prefLabel) = "nl")
|
|
53
|
-
}
|
|
54
|
-
OPTIONAL {
|
|
55
|
-
?uri skos:related ?related_uri .
|
|
56
|
-
?related_uri skos:prefLabel ?related_prefLabel .
|
|
57
|
-
FILTER(LANG(?related_prefLabel) = "nl")
|
|
58
|
-
}
|
|
59
|
-
OPTIONAL {
|
|
60
|
-
?uri skos:exactMatch ?exactMatch_uri .
|
|
61
|
-
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/term/id/rn"))
|
|
62
|
-
FILTER(!STRSTARTS(STR(?exactMatch_uri), "https://data.cultureelerfgoed.nl/semnet"))
|
|
63
|
-
OPTIONAL {
|
|
64
|
-
?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
|
|
65
|
-
FILTER(LANG(?exactMatch_prefLabel) = "nl")
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|