@netwerk-digitaal-erfgoed/network-of-terms-catalog 6.25.6 → 6.26.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "@context": "https://schema.org/docs/jsonldcontext.jsonld",
3
- "@id": "http://data.muziekschatten.nl/#onderwerpen",
3
+ "@id": "https://data.muziekschatten.nl/#onderwerpen",
4
4
  "@type": "Dataset",
5
5
  "name": [
6
6
  {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "@context": "https://schema.org/docs/jsonldcontext.jsonld",
3
- "@id": "http://data.muziekschatten.nl/#personen",
3
+ "@id": "https://data.muziekschatten.nl/#personen",
4
4
  "@type": "Dataset",
5
5
  "name": [
6
6
  {
@@ -1,6 +1,6 @@
1
1
  PREFIX schema: <http://schema.org/>
2
2
  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
3
- PREFIX som: <http://data.muziekschatten.nl/som/>
3
+ PREFIX som: <https://data.muziekschatten.nl/som/>
4
4
 
5
5
  CONSTRUCT {
6
6
  ?uri a skos:Concept ;
@@ -53,7 +53,7 @@ WHERE {
53
53
  # For subjects
54
54
  OPTIONAL {
55
55
  ?uri a skos:Concept
56
- BIND(<http://data.muziekschatten.nl/#onderwerpen> AS ?datasetUri).
56
+ BIND(<https://data.muziekschatten.nl/#onderwerpen> AS ?datasetUri).
57
57
 
58
58
  OPTIONAL {
59
59
  ?uri schema:name ?schema_name .
@@ -83,7 +83,7 @@ WHERE {
83
83
  # For persons
84
84
  OPTIONAL {
85
85
  ?uri a schema:Person
86
- BIND(<http://data.muziekschatten.nl/#personen> AS ?datasetUri).
86
+ BIND(<https://data.muziekschatten.nl/#personen> AS ?datasetUri).
87
87
  OPTIONAL { ?uri schema:name ?schema_name }
88
88
  OPTIONAL { ?uri schema:alternateName ?altLabel }
89
89
  OPTIONAL { ?uri schema:hasOccupation ?schema_hasOccupation }
@@ -1,6 +1,6 @@
1
1
  PREFIX schema: <http://schema.org/>
2
2
  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
3
- PREFIX som: <http://data.muziekschatten.nl/som/>
3
+ PREFIX som: <https://data.muziekschatten.nl/som/>
4
4
 
5
5
  CONSTRUCT {
6
6
  ?uri a skos:Concept;
@@ -1,6 +1,6 @@
1
1
  PREFIX schema: <http://schema.org/>
2
2
  PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
3
- PREFIX som: <http://data.muziekschatten.nl/som/>
3
+ PREFIX som: <https://data.muziekschatten.nl/som/>
4
4
 
5
5
  # Persons for testing the query
6
6
  # No birth year:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "6.25.6",
3
+ "version": "6.26.0",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {