@netwerk-digitaal-erfgoed/network-of-terms-catalog 6.24.0 → 6.25.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/README.md CHANGED
@@ -32,7 +32,7 @@ two types of queries:
32
32
 
33
33
  ### Adding a dataset
34
34
 
35
- * Create a `your-dataset.jsonld` file in the `catalog/` directory and add a description.
35
+ * Create a `your-dataset.jsonld` file in the `catalog/datasets` directory and add a description.
36
36
  * Create a `your-dataset.rq` file in the `queries/search` directory and add your SPARQL search query. A SPARQL
37
37
  lookup query goes into the `queries/lookup` directory.
38
38
  * If your SPARQL server supports fulltext search relevance scores, you can return them as `vrank:simpleRank` values to
@@ -0,0 +1,54 @@
1
+ {
2
+ "@context": "https://schema.org/docs/jsonldcontext.jsonld",
3
+ "@id": "https://data.niod.nl/WO2_biografieen",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "nl",
8
+ "@value": "WO2-biografieën"
9
+ }
10
+ ],
11
+ "creator": [
12
+ {
13
+ "@id": "https://www.niod.nl"
14
+ }
15
+ ],
16
+ "url": [
17
+ "https://data.niod.nl/WO2_biografieen/"
18
+ ],
19
+ "description": [
20
+ {
21
+ "@language": "nl",
22
+ "@value": "Korte biografieën van personen die een sleutelrol speelden in de Tweede Wereldoorlog"
23
+ }
24
+ ],
25
+ "distribution": [
26
+ {
27
+ "@id": "https://data.niod.nl/PoolParty/sparql/WO2_biografieen",
28
+ "@type": "DataDownload",
29
+ "contentUrl": "https://data.niod.nl/PoolParty/sparql/WO2_biografieen",
30
+ "encodingFormat": "application/sparql-query",
31
+ "potentialAction": [
32
+ {
33
+ "@type": "SearchAction",
34
+ "query": "file://catalog/queries/search/poolparty.rq"
35
+ },
36
+ {
37
+ "@type": "FindAction",
38
+ "query": "file://catalog/queries/lookup/poolparty.rq"
39
+ },
40
+ {
41
+ "@type": "Action",
42
+ "target": {
43
+ "@type": "EntryPoint",
44
+ "actionApplication": {
45
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
46
+ "@type": "SoftwareApplication"
47
+ },
48
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{distribution}"
49
+ }
50
+ }
51
+ ]
52
+ }
53
+ ]
54
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "6.24.0",
3
+ "version": "6.25.0",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {
@@ -28,10 +28,10 @@
28
28
  "author": "Netwerk Digitaal Erfgoed",
29
29
  "license": "EUPL-1.2",
30
30
  "devDependencies": {
31
- "@comunica/core": "^2.6.0",
32
- "@comunica/types": "^2.6.7",
31
+ "@comunica/core": "^2.7.0",
32
+ "@comunica/types": "^2.7.0",
33
33
  "@types/n3": "^1.4.3",
34
- "@types/rdf-ext": "^2.0.2",
34
+ "@types/rdf-ext": "^2.2.0",
35
35
  "gts": "^3.1.1",
36
36
  "jsonld-streaming-parser": "^3.2.0",
37
37
  "rdf-data-factory": "^1.1.1",
@@ -43,9 +43,9 @@
43
43
  },
44
44
  "homepage": "https://github.com/netwerk-digitaal-erfgoed/network-of-terms-catalog#readme",
45
45
  "dependencies": {
46
- "@comunica/bindings-factory": "^2.5.1",
47
- "@comunica/query-sparql-rdfjs": "^2.6.10",
48
- "@netwerk-digitaal-erfgoed/network-of-terms-query": "2.5.0",
46
+ "@comunica/bindings-factory": "^2.7.0",
47
+ "@comunica/query-sparql-rdfjs": "^2.7.1",
48
+ "@netwerk-digitaal-erfgoed/network-of-terms-query": "2.6.0",
49
49
  "globby": "^13.1.4",
50
50
  "rdf-parse": "^2.3.2",
51
51
  "rdf-store-stream": "^1.3.1"