@netwerk-digitaal-erfgoed/network-of-terms-catalog 6.19.0 → 6.19.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
|
2
|
-
PREFIX
|
|
2
|
+
PREFIX bengthes: <http://data.beeldengeluid.nl/schema/thes#>
|
|
3
3
|
PREFIX text: <http://jena.apache.org/text#>
|
|
4
4
|
|
|
5
5
|
CONSTRUCT {
|
|
@@ -18,7 +18,7 @@ CONSTRUCT {
|
|
|
18
18
|
WHERE {
|
|
19
19
|
?uri text:query (skos:prefLabel skos:altLabel skos:hiddenLabel ?query) .
|
|
20
20
|
?uri skos:inScheme ?datasetUri ;
|
|
21
|
-
|
|
21
|
+
bengthes:status ?status .
|
|
22
22
|
FILTER(?status IN ('approved', 'candidate'))
|
|
23
23
|
|
|
24
24
|
OPTIONAL {
|
|
@@ -53,4 +53,4 @@ WHERE {
|
|
|
53
53
|
FILTER(LANG(?related_prefLabel) = "nl")
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
|
-
LIMIT
|
|
56
|
+
LIMIT 10
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
|
|
3
|
-
"version": "6.19.
|
|
3
|
+
"version": "6.19.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Catalog of Network of Terms datasets",
|
|
6
6
|
"repository": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"author": "Netwerk Digitaal Erfgoed",
|
|
29
29
|
"license": "EUPL-1.2",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@comunica/core": "^2.
|
|
32
|
-
"@comunica/types": "^2.0
|
|
31
|
+
"@comunica/core": "^2.6.0",
|
|
32
|
+
"@comunica/types": "^2.6.0",
|
|
33
33
|
"@types/n3": "^1.4.3",
|
|
34
34
|
"@types/rdf-ext": "^1.3.11",
|
|
35
35
|
"gts": "^3.1.1",
|