@netwerk-digitaal-erfgoed/network-of-terms-catalog 9.17.2 → 9.18.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.
@@ -25,7 +25,7 @@
25
25
  }
26
26
  ],
27
27
  "url": [
28
- "http://iconclass.org/"
28
+ "https://iconclass.org/"
29
29
  ],
30
30
  "mainEntityOfPage": [
31
31
  "https://iconclass.org"
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "@context": "https://schema.org/docs/jsonldcontext.jsonld",
3
- "@id": "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens",
3
+ "@id": "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/523",
4
4
  "@type": "Dataset",
5
5
  "name": [
6
6
  {
7
7
  "@language": "nl",
8
- "@value": "Thesaurus Historische Persoonsgegevens"
8
+ "@value": "Thesaurus Historische Persoonsgegevens - brontypes"
9
9
  }
10
10
  ],
11
11
  "alternateName": [
12
12
  {
13
13
  "@language": "en",
14
- "@value": "PiCoT"
14
+ "@value": "PiCoT - brontypes"
15
15
  }
16
16
  ],
17
17
  "genre": [
@@ -33,20 +33,20 @@
33
33
  "description": [
34
34
  {
35
35
  "@language": "nl",
36
- "@value": "Gestandaardiseerde termen voor het type bron waarop een persoon is vermeld en voor de rol die die persoon kan hebben op de bron. Onderdeel van de Persons in Context-standaard."
36
+ "@value": "Gestandaardiseerde termen voor het type bron waarop een persoon is vermeld. Onderdeel van de Persons in Context-standaard."
37
37
  }
38
38
  ],
39
39
  "inLanguage": "nl",
40
40
  "distribution": [
41
41
  {
42
- "@id": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens",
42
+ "@id": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens#source-types",
43
43
  "@type": "DataDownload",
44
44
  "contentUrl": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens",
45
45
  "encodingFormat": "application/sparql-query",
46
46
  "potentialAction": [
47
47
  {
48
48
  "@type": "SearchAction",
49
- "query": "file://catalog/queries/search/poolparty.rq"
49
+ "query": "file://catalog/queries/search/picot.rq"
50
50
  },
51
51
  {
52
52
  "@type": "FindAction",
@@ -0,0 +1,69 @@
1
+ {
2
+ "@context": "https://schema.org/docs/jsonldcontext.jsonld",
3
+ "@id": "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/44",
4
+ "@type": "Dataset",
5
+ "name": [
6
+ {
7
+ "@language": "nl",
8
+ "@value": "Thesaurus Historische Persoonsgegevens - rollen"
9
+ }
10
+ ],
11
+ "alternateName": [
12
+ {
13
+ "@language": "en",
14
+ "@value": "PiCoT - rollen"
15
+ }
16
+ ],
17
+ "genre": [
18
+ {
19
+ "@id": "https://data.cultureelerfgoed.nl/termennetwerk/onderwerpen/Actoren-en-organismen"
20
+ }
21
+ ],
22
+ "creator": [
23
+ {
24
+ "@id": "https://www.cbg.nl"
25
+ }
26
+ ],
27
+ "url": [
28
+ "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/"
29
+ ],
30
+ "mainEntityOfPage": [
31
+ "https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens"
32
+ ],
33
+ "description": [
34
+ {
35
+ "@language": "nl",
36
+ "@value": "Gestandaardiseerde termen voor de rol die die persoon kan hebben op de bron. Onderdeel van de Persons in Context-standaard."
37
+ }
38
+ ],
39
+ "inLanguage": "nl",
40
+ "distribution": [
41
+ {
42
+ "@id": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens#roles",
43
+ "@type": "DataDownload",
44
+ "contentUrl": "https://terms.personsincontext.org/PoolParty/sparql/ThesaurusHistorischePersoonsgegevens",
45
+ "encodingFormat": "application/sparql-query",
46
+ "potentialAction": [
47
+ {
48
+ "@type": "SearchAction",
49
+ "query": "file://catalog/queries/search/picot.rq"
50
+ },
51
+ {
52
+ "@type": "FindAction",
53
+ "query": "file://catalog/queries/lookup/poolparty.rq"
54
+ },
55
+ {
56
+ "@type": "Action",
57
+ "target": {
58
+ "@type": "EntryPoint",
59
+ "actionApplication": {
60
+ "@id": "https://reconciliation-api.github.io/specs/latest/",
61
+ "@type": "SoftwareApplication"
62
+ },
63
+ "urlTemplate": "https://termennetwerk-api.netwerkdigitaalerfgoed.nl/reconcile/{dataset}"
64
+ }
65
+ }
66
+ ]
67
+ }
68
+ ]
69
+ }
@@ -0,0 +1,68 @@
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
+ ?uri a skos:Concept ;
20
+ skos:inScheme ?datasetUri ;
21
+ ?predicate ?label .
22
+ VALUES ?predicate { skos:prefLabel skos:altLabel }
23
+ FILTER(LANG(?label) = "nl")
24
+ FILTER(CONTAINS(LCASE(?label), LCASE(?query)))
25
+ OPTIONAL {
26
+ ?uri skos:prefLabel ?prefLabel .
27
+ FILTER(LANG(?prefLabel) = "nl")
28
+ }
29
+ OPTIONAL {
30
+ ?uri skos:altLabel ?altLabel .
31
+ FILTER(LANG(?altLabel) = "nl")
32
+ }
33
+ OPTIONAL {
34
+ ?uri skos:hiddenLabel ?hiddenLabel .
35
+ FILTER(LANG(?hiddenLabel) = "nl")
36
+ }
37
+ OPTIONAL {
38
+ ?uri skos:scopeNote ?scopeNote .
39
+ FILTER(LANG(?scopeNote) = "nl")
40
+ }
41
+ OPTIONAL {
42
+ ?uri skos:definition ?scopeNote .
43
+ FILTER(LANG(?scopeNote) = "nl")
44
+ }
45
+ OPTIONAL {
46
+ ?uri skos:broader ?broader_uri .
47
+ ?broader_uri skos:prefLabel ?broader_prefLabel .
48
+ FILTER(LANG(?broader_prefLabel) = "nl")
49
+ }
50
+ OPTIONAL {
51
+ ?uri skos:narrower ?narrower_uri .
52
+ ?narrower_uri skos:prefLabel ?narrower_prefLabel .
53
+ FILTER(LANG(?narrower_prefLabel) = "nl")
54
+ }
55
+ OPTIONAL {
56
+ ?uri skos:related ?related_uri .
57
+ ?related_uri skos:prefLabel ?related_prefLabel .
58
+ FILTER(LANG(?related_prefLabel) = "nl")
59
+ }
60
+ OPTIONAL {
61
+ ?uri skos:exactMatch ?exactMatch_uri .
62
+ OPTIONAL {
63
+ ?exactMatch_uri skos:prefLabel ?exactMatch_prefLabel .
64
+ FILTER(LANG(?exactMatch_prefLabel) = "nl")
65
+ }
66
+ }
67
+ }
68
+ LIMIT 1000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-catalog",
3
- "version": "9.17.2",
3
+ "version": "9.18.0",
4
4
  "type": "module",
5
5
  "description": "Catalog of Network of Terms datasets",
6
6
  "repository": {