Skip to content

Commit 4bd180d

Browse files
chore(data): refresh catalog from Wikidata
1 parent 0a1374c commit 4bd180d

27 files changed

Lines changed: 308 additions & 1778 deletions

File tree

data/categories.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,6 +2204,7 @@
22042204
"Q1386399": "Library & Cultural Heritage",
22052205
"Q138646378": "Library & Cultural Heritage",
22062206
"Q138668194": "General / Cross-domain",
2207+
"Q138775874": "Library & Cultural Heritage",
22072208
"Q138779629": "Technology & Web",
22082209
"Q138784030": "Technology & Web",
22092210
"Q138789286": "General / Cross-domain",
@@ -2219,6 +2220,7 @@
22192220
"Q139378266": "Geospatial",
22202221
"Q139378267": "Finance & Business",
22212222
"Q139378268": "Technology & Web",
2223+
"Q139379486": "Life Sciences & Healthcare",
22222224
"Q139710": "Finance & Business",
22232225
"Q1406710": "Life Sciences & Healthcare",
22242226
"Q1430635": "Life Sciences & Healthcare",

data/ontologies.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-04-16T07:58:09Z",
2+
"generatedAt": "2026-04-17T07:58:51Z",
33
"items": [
44
{
55
"title": "'CPR Ontology for the Institute of Medicine''s Computer-Based Patient Record Ontology'",
@@ -8480,6 +8480,14 @@
84808480
],
84818481
"category": "Technology & Web"
84828482
},
8483+
{
8484+
"title": "Glossary of narratology",
8485+
"wikidataId": "https://www.wikidata.org/wiki/Q138775874",
8486+
"types": [
8487+
"ControlledVocabulary"
8488+
],
8489+
"category": "Library & Cultural Heritage"
8490+
},
84838491
{
84848492
"title": "Glossary of natural stone (French)",
84858493
"wikidataId": "https://www.wikidata.org/wiki/Q3237382",
@@ -19103,6 +19111,15 @@
1910319111
"description": "classification of the plant genus Allium",
1910419112
"category": "Life Sciences & Healthcare"
1910519113
},
19114+
{
19115+
"title": "taxonomy of cats",
19116+
"wikidataId": "https://www.wikidata.org/wiki/Q139379486",
19117+
"types": [
19118+
"Taxonomy"
19119+
],
19120+
"description": "taxonomic classification of cats",
19121+
"category": "Life Sciences & Healthcare"
19122+
},
1910619123
{
1910719124
"title": "Taxonomy of Coelogyne",
1910819125
"wikidataId": "https://www.wikidata.org/wiki/Q10378438",

data/ontologies.ttl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5420,6 +5420,12 @@ okg:Glossary_of_nanotechnology_Q97359081 a okg:ControlledVocabulary ;
54205420
okg:title "Glossary of nanotechnology" ;
54215421
okg:wikidataId <https://www.wikidata.org/wiki/Q97359081> .
54225422

5423+
okg:Glossary_of_narratology_Q138775874 a okg:ControlledVocabulary ;
5424+
rdfs:label "Glossary of narratology" ;
5425+
okg:category okg:LibraryCulturalHeritage ;
5426+
okg:title "Glossary of narratology" ;
5427+
okg:wikidataId <https://www.wikidata.org/wiki/Q138775874> .
5428+
54235429
okg:Glossary_of_natural_stone_French_Q3237382 a okg:ControlledVocabulary ;
54245430
rdfs:label "Glossary of natural stone (French)" ;
54255431
okg:category okg:GeneralCrossDomain ;
@@ -27796,6 +27802,13 @@ okg:tactile_Q124134995 a okg:ControlledVocabulary ;
2779627802
okg:title "tactile" ;
2779727803
okg:wikidataId <https://www.wikidata.org/wiki/Q124134995> .
2779827804

27805+
okg:taxonomy_of_cats_Q139379486 a okg:Taxonomy ;
27806+
rdfs:label "taxonomy of cats" ;
27807+
okg:category okg:LifeSciencesHealthcare ;
27808+
okg:description "taxonomic classification of cats" ;
27809+
okg:title "taxonomy of cats" ;
27810+
okg:wikidataId <https://www.wikidata.org/wiki/Q139379486> .
27811+
2779927812
okg:taxonomy_of_the_Orchidaceae_Q2212160 a okg:Taxonomy ;
2780027813
rdfs:label "taxonomy of the Orchidaceae" ;
2780127814
okg:category okg:LifeSciencesHealthcare ;

data/page_qids.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/software.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-04-16T07:58:09Z",
2+
"generatedAt": "2026-04-17T07:58:51Z",
33
"items": [
44
{
55
"title": "4store",
@@ -1411,8 +1411,8 @@
14111411
"licenses": [
14121412
"Apache Software License 2.0"
14131413
],
1414-
"latestVersion": "0.5.45",
1415-
"releaseDate": "2026-02-24"
1414+
"latestVersion": "0.5.46",
1415+
"releaseDate": "2026-04-16"
14161416
},
14171417
{
14181418
"title": "QuitStore",

data/software.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,8 @@ okg:QLever_Q111016295 a okg:Software ;
814814
okg:description "SPARQL engine" ;
815815
okg:hasLicense okg:License_Apache_Software_License_2_0_Q13785927 ;
816816
okg:homepage <https://qlever.dev/> ;
817-
okg:latestVersion "0.5.45" ;
818-
okg:releaseDate "2026-02-24"^^xsd:date ;
817+
okg:latestVersion "0.5.46" ;
818+
okg:releaseDate "2026-04-16"^^xsd:date ;
819819
okg:sourceRepo <https://github.com/ad-freiburg/qlever> ;
820820
okg:title "QLever" ;
821821
okg:wikidataId <https://www.wikidata.org/wiki/Q111016295> .

site/resource/american-folklore-society-ethnographic-thesaurus/index.html

Lines changed: 0 additions & 137 deletions
This file was deleted.

site/resource/hemocomponents-and-hemoderivatives-ontology/index.html renamed to site/resource/brazilian-national-registry-of-health-facilities/index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Hemocomponents and Hemoderivatives Ontology - Open Knowledge Graphs</title>
7-
<meta name="description" content="ontology for blood components and blood-derived products classification">
6+
<title>Brazilian National Registry of Health Facilities - Open Knowledge Graphs</title>
7+
<meta name="description" content="information system for health facilities in Brazil">
88
<link rel="icon" type="image/svg+xml" href="../../favicon.svg">
99
<link rel="icon" type="image/png" sizes="192x192" href="../../favicon.png">
10-
<meta property="og:title" content="Hemocomponents and Hemoderivatives Ontology - Open Knowledge Graphs">
11-
<meta property="og:description" content="ontology for blood components and blood-derived products classification">
10+
<meta property="og:title" content="Brazilian National Registry of Health Facilities - Open Knowledge Graphs">
11+
<meta property="og:description" content="information system for health facilities in Brazil">
1212
<meta property="og:type" content="website">
13-
<meta property="og:url" content="https://openknowledgegraphs.com/resource/hemocomponents-and-hemoderivatives-ontology/">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/resource/brazilian-national-registry-of-health-facilities/">
1414
<link rel="stylesheet" href="../../style.css">
1515
<script type="application/ld+json">
1616
{
1717
"@context": "https://schema.org",
1818
"@type": "DefinedTermSet",
19-
"name": "Hemocomponents and Hemoderivatives Ontology",
20-
"description": "ontology for blood components and blood-derived products classification",
21-
"url": "http://mba.eci.ufmg.br/downloads/ontobras-2013_paper1.pdf",
22-
"sameAs": "https://www.wikidata.org/wiki/Q55118408",
19+
"name": "Brazilian National Registry of Health Facilities",
20+
"description": "information system for health facilities in Brazil",
21+
"url": "https://cnes.datasus.gov.br/",
22+
"sameAs": "https://www.wikidata.org/wiki/Q130344797",
2323
"license": "https://creativecommons.org/publicdomain/mark/1.0/",
2424
"isPartOf": {
2525
"@type": "DataCatalog",
@@ -109,16 +109,16 @@
109109
<body>
110110
<div class="detail-page">
111111
<a href="https://openknowledgegraphs.com/" class="detail-back">&larr; Browse all resources</a>
112-
<h1 class="detail-title">Hemocomponents and Hemoderivatives Ontology</h1>
112+
<h1 class="detail-title">Brazilian National Registry of Health Facilities</h1>
113113
<div class="detail-meta">
114-
<span class="detail-tag">Ontology</span>
114+
<span class="detail-tag">ControlledVocabulary</span>
115115
<a href="https://openknowledgegraphs.com/?category=life-sciences-healthcare" class="detail-category">Life Sciences &amp; Healthcare</a>
116116
</div>
117-
<p class="detail-description">ontology for blood components and blood-derived products classification</p>
117+
<p class="detail-description">information system for health facilities in Brazil</p>
118118
<div class="detail-links">
119-
<a href="http://mba.eci.ufmg.br/downloads/ontobras-2013_paper1.pdf" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
119+
<a href="https://cnes.datasus.gov.br/" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120120

121-
<a href="https://www.wikidata.org/wiki/Q55118408" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
121+
<a href="https://www.wikidata.org/wiki/Q130344797" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122122
</div>
123123

124124

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Gellish - Open Knowledge Graphs</title>
7-
<meta name="description" content="formal language">
6+
<title>CaLiGraph - Open Knowledge Graphs</title>
7+
<meta name="description" content="knowledge graph">
88
<link rel="icon" type="image/svg+xml" href="../../favicon.svg">
99
<link rel="icon" type="image/png" sizes="192x192" href="../../favicon.png">
10-
<meta property="og:title" content="Gellish - Open Knowledge Graphs">
11-
<meta property="og:description" content="formal language">
10+
<meta property="og:title" content="CaLiGraph - Open Knowledge Graphs">
11+
<meta property="og:description" content="knowledge graph">
1212
<meta property="og:type" content="website">
13-
<meta property="og:url" content="https://openknowledgegraphs.com/resource/gellish/">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/resource/caligraph/">
1414
<link rel="stylesheet" href="../../style.css">
1515
<script type="application/ld+json">
1616
{
1717
"@context": "https://schema.org",
1818
"@type": "DefinedTermSet",
19-
"name": "Gellish",
20-
"description": "formal language",
21-
"url": "http://www.gellish.net",
22-
"sameAs": "https://www.wikidata.org/wiki/Q2648698",
19+
"name": "CaLiGraph",
20+
"description": "knowledge graph",
21+
"url": "http://caligraph.org/",
22+
"sameAs": "https://www.wikidata.org/wiki/Q125730463",
2323
"license": "https://creativecommons.org/publicdomain/mark/1.0/",
2424
"isPartOf": {
2525
"@type": "DataCatalog",
@@ -109,16 +109,16 @@
109109
<body>
110110
<div class="detail-page">
111111
<a href="https://openknowledgegraphs.com/" class="detail-back">&larr; Browse all resources</a>
112-
<h1 class="detail-title">Gellish</h1>
112+
<h1 class="detail-title">CaLiGraph</h1>
113113
<div class="detail-meta">
114-
<span class="detail-tag">OntologyLanguage</span>
114+
<span class="detail-tag">KnowledgeGraph</span>
115115
<a href="https://openknowledgegraphs.com/?category=general-cross-domain" class="detail-category">General / Cross-domain</a>
116116
</div>
117-
<p class="detail-description">formal language</p>
117+
<p class="detail-description">knowledge graph</p>
118118
<div class="detail-links">
119-
<a href="http://www.gellish.net" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120-
<a href="https://github.com/AndriesSHP/Gellish" target="_blank" rel="noopener noreferrer">Source &nearr;</a>
121-
<a href="https://www.wikidata.org/wiki/Q2648698" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
119+
<a href="http://caligraph.org/" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120+
121+
<a href="https://www.wikidata.org/wiki/Q125730463" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122122
</div>
123123

124124

0 commit comments

Comments
 (0)