Skip to content

Commit a4ee16d

Browse files
chore(data): refresh catalog from Wikidata
1 parent 38bfa5f commit a4ee16d

18 files changed

Lines changed: 1293 additions & 97 deletions

File tree

data/ontologies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-04-09T07:47:44Z",
2+
"generatedAt": "2026-04-10T07:51:49Z",
33
"items": [
44
{
55
"title": "'CPR Ontology for the Institute of Medicine''s Computer-Based Patient Record Ontology'",

data/page_qids.json

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

data/software.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-04-09T07:47:44Z",
2+
"generatedAt": "2026-04-10T07:51:49Z",
33
"items": [
44
{
55
"title": "4store",
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Actionable Intelligence Retrieval System - Open Knowledge Graphs</title>
7+
<meta name="description" content="ontology for actionable intelligence retrieval systems">
8+
<link rel="icon" type="image/svg+xml" href="../../favicon.svg">
9+
<link rel="icon" type="image/png" sizes="192x192" href="../../favicon.png">
10+
<meta property="og:title" content="Actionable Intelligence Retrieval System - Open Knowledge Graphs">
11+
<meta property="og:description" content="ontology for actionable intelligence retrieval systems">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/resource/actionable-intelligence-retrieval-system/">
14+
<link rel="stylesheet" href="../../style.css">
15+
<script type="application/ld+json">
16+
{
17+
"@context": "https://schema.org",
18+
"@type": "DefinedTermSet",
19+
"name": "Actionable Intelligence Retrieval System",
20+
"description": "ontology for actionable intelligence retrieval systems",
21+
"url": "http://ncor.buffalo.edu/ontologies/AIRS_Ontologies.pdf",
22+
"sameAs": "https://www.wikidata.org/wiki/Q55118238",
23+
"license": "https://creativecommons.org/publicdomain/mark/1.0/",
24+
"isPartOf": {
25+
"@type": "DataCatalog",
26+
"name": "Open Knowledge Graphs",
27+
"url": "https://openknowledgegraphs.com"
28+
}
29+
}
30+
</script>
31+
<style>
32+
.detail-page {
33+
max-width: 720px;
34+
margin: 2rem auto;
35+
padding: 0 1.5rem;
36+
}
37+
.detail-back {
38+
display: inline-block;
39+
margin-bottom: 1.5rem;
40+
color: var(--brand);
41+
text-decoration: none;
42+
font-size: 0.9rem;
43+
}
44+
.detail-back:hover {
45+
text-decoration: underline;
46+
}
47+
.detail-title {
48+
font-size: 1.75rem;
49+
margin: 0 0 0.75rem;
50+
line-height: 1.3;
51+
}
52+
.detail-description {
53+
font-size: 1.05rem;
54+
line-height: 1.6;
55+
color: var(--text-secondary, #555);
56+
margin-bottom: 1.5rem;
57+
}
58+
.detail-meta {
59+
display: flex;
60+
flex-wrap: wrap;
61+
gap: 0.5rem;
62+
margin-bottom: 1.5rem;
63+
}
64+
.detail-tag {
65+
background: var(--bg-muted, #f0f0f0);
66+
padding: 0.25rem 0.75rem;
67+
border-radius: 999px;
68+
font-size: 0.85rem;
69+
}
70+
.detail-category {
71+
background: var(--highlight, #f6ca67);
72+
padding: 0.25rem 0.75rem;
73+
border-radius: 999px;
74+
font-size: 0.85rem;
75+
text-decoration: none;
76+
color: inherit;
77+
}
78+
.detail-links {
79+
display: flex;
80+
gap: 1rem;
81+
margin-bottom: 1.5rem;
82+
flex-wrap: wrap;
83+
}
84+
.detail-links a {
85+
display: inline-flex;
86+
align-items: center;
87+
gap: 0.4rem;
88+
padding: 0.5rem 1rem;
89+
border: 1px solid var(--brand);
90+
border-radius: 6px;
91+
text-decoration: none;
92+
color: var(--brand);
93+
font-size: 0.9rem;
94+
transition: background 0.15s, color 0.15s;
95+
}
96+
.detail-links a:hover {
97+
background: var(--brand);
98+
color: #fff;
99+
}
100+
.detail-field {
101+
margin: 0.5rem 0;
102+
font-size: 0.95rem;
103+
}
104+
.detail-field strong {
105+
color: var(--text-primary, #333);
106+
}
107+
</style>
108+
</head>
109+
<body>
110+
<div class="detail-page">
111+
<a href="https://openknowledgegraphs.com/" class="detail-back">&larr; Browse all resources</a>
112+
<h1 class="detail-title">Actionable Intelligence Retrieval System</h1>
113+
<div class="detail-meta">
114+
<span class="detail-tag">Ontology</span>
115+
<a href="https://openknowledgegraphs.com/?category=technology-web" class="detail-category">Technology &amp; Web</a>
116+
</div>
117+
<p class="detail-description">ontology for actionable intelligence retrieval systems</p>
118+
<div class="detail-links">
119+
<a href="http://ncor.buffalo.edu/ontologies/AIRS_Ontologies.pdf" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120+
121+
<a href="https://www.wikidata.org/wiki/Q55118238" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122+
</div>
123+
124+
125+
</div>
126+
</body>
127+
</html>

site/resource/calames/index.html

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Calames - Open Knowledge Graphs</title>
7+
<meta name="description" content="French union catalog of archives and manuscripts in higher education libraries">
8+
<link rel="icon" type="image/svg+xml" href="../../favicon.svg">
9+
<link rel="icon" type="image/png" sizes="192x192" href="../../favicon.png">
10+
<meta property="og:title" content="Calames - Open Knowledge Graphs">
11+
<meta property="og:description" content="French union catalog of archives and manuscripts in higher education libraries">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/resource/calames/">
14+
<link rel="stylesheet" href="../../style.css">
15+
<script type="application/ld+json">
16+
{
17+
"@context": "https://schema.org",
18+
"@type": "DefinedTermSet",
19+
"name": "Calames",
20+
"description": "French union catalog of archives and manuscripts in higher education libraries",
21+
"url": "https://calames.abes.fr/",
22+
"sameAs": "https://www.wikidata.org/wiki/Q78524340",
23+
"license": "https://creativecommons.org/publicdomain/mark/1.0/",
24+
"isPartOf": {
25+
"@type": "DataCatalog",
26+
"name": "Open Knowledge Graphs",
27+
"url": "https://openknowledgegraphs.com"
28+
}
29+
}
30+
</script>
31+
<style>
32+
.detail-page {
33+
max-width: 720px;
34+
margin: 2rem auto;
35+
padding: 0 1.5rem;
36+
}
37+
.detail-back {
38+
display: inline-block;
39+
margin-bottom: 1.5rem;
40+
color: var(--brand);
41+
text-decoration: none;
42+
font-size: 0.9rem;
43+
}
44+
.detail-back:hover {
45+
text-decoration: underline;
46+
}
47+
.detail-title {
48+
font-size: 1.75rem;
49+
margin: 0 0 0.75rem;
50+
line-height: 1.3;
51+
}
52+
.detail-description {
53+
font-size: 1.05rem;
54+
line-height: 1.6;
55+
color: var(--text-secondary, #555);
56+
margin-bottom: 1.5rem;
57+
}
58+
.detail-meta {
59+
display: flex;
60+
flex-wrap: wrap;
61+
gap: 0.5rem;
62+
margin-bottom: 1.5rem;
63+
}
64+
.detail-tag {
65+
background: var(--bg-muted, #f0f0f0);
66+
padding: 0.25rem 0.75rem;
67+
border-radius: 999px;
68+
font-size: 0.85rem;
69+
}
70+
.detail-category {
71+
background: var(--highlight, #f6ca67);
72+
padding: 0.25rem 0.75rem;
73+
border-radius: 999px;
74+
font-size: 0.85rem;
75+
text-decoration: none;
76+
color: inherit;
77+
}
78+
.detail-links {
79+
display: flex;
80+
gap: 1rem;
81+
margin-bottom: 1.5rem;
82+
flex-wrap: wrap;
83+
}
84+
.detail-links a {
85+
display: inline-flex;
86+
align-items: center;
87+
gap: 0.4rem;
88+
padding: 0.5rem 1rem;
89+
border: 1px solid var(--brand);
90+
border-radius: 6px;
91+
text-decoration: none;
92+
color: var(--brand);
93+
font-size: 0.9rem;
94+
transition: background 0.15s, color 0.15s;
95+
}
96+
.detail-links a:hover {
97+
background: var(--brand);
98+
color: #fff;
99+
}
100+
.detail-field {
101+
margin: 0.5rem 0;
102+
font-size: 0.95rem;
103+
}
104+
.detail-field strong {
105+
color: var(--text-primary, #333);
106+
}
107+
</style>
108+
</head>
109+
<body>
110+
<div class="detail-page">
111+
<a href="https://openknowledgegraphs.com/" class="detail-back">&larr; Browse all resources</a>
112+
<h1 class="detail-title">Calames</h1>
113+
<div class="detail-meta">
114+
<span class="detail-tag">ControlledVocabulary</span>
115+
<a href="https://openknowledgegraphs.com/?category=general-cross-domain" class="detail-category">General / Cross-domain</a>
116+
</div>
117+
<p class="detail-description">French union catalog of archives and manuscripts in higher education libraries</p>
118+
<div class="detail-links">
119+
<a href="https://calames.abes.fr/" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120+
121+
<a href="https://www.wikidata.org/wiki/Q78524340" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122+
</div>
123+
124+
125+
</div>
126+
</body>
127+
</html>

site/resource/ontology-for-newborn-screening-and-translational-research/index.html renamed to site/resource/chemical-analysis-ontology/index.html

Lines changed: 13 additions & 13 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>Ontology for Newborn Screening and Translational Research - Open Knowledge Graphs</title>
7-
<meta name="description" content="ontology for newborn screening and translational research">
6+
<title>Chemical Analysis Ontology - Open Knowledge Graphs</title>
7+
<meta name="description" content="ontology for chemical analysis methods and techniques">
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="Ontology for Newborn Screening and Translational Research - Open Knowledge Graphs">
11-
<meta property="og:description" content="ontology for newborn screening and translational research">
10+
<meta property="og:title" content="Chemical Analysis Ontology - Open Knowledge Graphs">
11+
<meta property="og:description" content="ontology for chemical analysis methods and techniques">
1212
<meta property="og:type" content="website">
13-
<meta property="og:url" content="https://openknowledgegraphs.com/resource/ontology-for-newborn-screening-and-translational-research/">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/resource/chemical-analysis-ontology/">
1414
<link rel="stylesheet" href="../../style.css">
1515
<script type="application/ld+json">
1616
{
1717
"@context": "https://schema.org",
1818
"@type": "DefinedTermSet",
19-
"name": "Ontology for Newborn Screening and Translational Research",
20-
"description": "ontology for newborn screening and translational research",
21-
"url": "http://code.google.com/p/onstr",
22-
"sameAs": "https://www.wikidata.org/wiki/Q55118531",
19+
"name": "Chemical Analysis Ontology",
20+
"description": "ontology for chemical analysis methods and techniques",
21+
"url": "http://champ-project.org",
22+
"sameAs": "https://www.wikidata.org/wiki/Q55118293",
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">Ontology for Newborn Screening and Translational Research</h1>
112+
<h1 class="detail-title">Chemical Analysis Ontology</h1>
113113
<div class="detail-meta">
114114
<span class="detail-tag">Ontology</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 newborn screening and translational research</p>
117+
<p class="detail-description">ontology for chemical analysis methods and techniques</p>
118118
<div class="detail-links">
119-
<a href="http://code.google.com/p/onstr" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
119+
<a href="http://champ-project.org" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120120

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

124124

site/resource/united-nations-sustainable-development-goals-ontology-framework/index.html renamed to site/resource/dynamic-earth-sciences-ontologies-process-and-event-ontologies/index.html

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>United Nations Sustainable Development Goals Ontology Framework - Open Knowledge Graphs</title>
7-
<meta name="description" content="Ontology for Sustainable Development Goals (SDGs) Indicators">
6+
<title>Dynamic Earth Sciences Ontologies: Process and Event Ontologies - Open Knowledge Graphs</title>
7+
<meta name="description" content="ontologies for dynamic Earth science processes and geological events">
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="United Nations Sustainable Development Goals Ontology Framework - Open Knowledge Graphs">
11-
<meta property="og:description" content="Ontology for Sustainable Development Goals (SDGs) Indicators">
10+
<meta property="og:title" content="Dynamic Earth Sciences Ontologies: Process and Event Ontologies - Open Knowledge Graphs">
11+
<meta property="og:description" content="ontologies for dynamic Earth science processes and geological events">
1212
<meta property="og:type" content="website">
13-
<meta property="og:url" content="https://openknowledgegraphs.com/resource/united-nations-sustainable-development-goals-ontology-framework/">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/resource/dynamic-earth-sciences-ontologies-process-and-event-ontologies/">
1414
<link rel="stylesheet" href="../../style.css">
1515
<script type="application/ld+json">
1616
{
1717
"@context": "https://schema.org",
1818
"@type": "DefinedTermSet",
19-
"name": "United Nations Sustainable Development Goals Ontology Framework",
20-
"description": "Ontology for Sustainable Development Goals (SDGs) Indicators",
21-
"url": "https://www.unep.org/topics/sustainable-development-goals/monitoring-progress/sdg-interface-ontology",
22-
"sameAs": "https://www.wikidata.org/wiki/Q55118641",
19+
"name": "Dynamic Earth Sciences Ontologies: Process and Event Ontologies",
20+
"description": "ontologies for dynamic Earth science processes and geological events",
21+
"url": "http://www.geongrid.org/geoinformatics2006/presentations/slides/Hassan_Babaie/Babaie_-_Designing_dynamic_Earth_sciences_ontologies_talk_at_10-20.ppt",
22+
"sameAs": "https://www.wikidata.org/wiki/Q55118365",
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">United Nations Sustainable Development Goals Ontology Framework</h1>
112+
<h1 class="detail-title">Dynamic Earth Sciences Ontologies: Process and Event Ontologies</h1>
113113
<div class="detail-meta">
114114
<span class="detail-tag">Ontology</span>
115-
<a href="https://openknowledgegraphs.com/?category=international-development" class="detail-category">International Development</a>
115+
<a href="https://openknowledgegraphs.com/?category=environment-agriculture" class="detail-category">Environment &amp; Agriculture</a>
116116
</div>
117-
<p class="detail-description">Ontology for Sustainable Development Goals (SDGs) Indicators</p>
117+
<p class="detail-description">ontologies for dynamic Earth science processes and geological events</p>
118118
<div class="detail-links">
119-
<a href="https://www.unep.org/topics/sustainable-development-goals/monitoring-progress/sdg-interface-ontology" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120-
<a href="https://github.com/SDG-InterfaceOntology/sdgio" target="_blank" rel="noopener noreferrer">Source Code &nearr;</a>
121-
<a href="https://www.wikidata.org/wiki/Q55118641" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
119+
<a href="http://www.geongrid.org/geoinformatics2006/presentations/slides/Hassan_Babaie/Babaie_-_Designing_dynamic_Earth_sciences_ontologies_talk_at_10-20.ppt" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120+
121+
<a href="https://www.wikidata.org/wiki/Q55118365" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122122
</div>
123123

124124

0 commit comments

Comments
 (0)