Skip to content

Commit caf5642

Browse files
chore(data): refresh catalog from Wikidata
1 parent 3302f8f commit caf5642

115 files changed

Lines changed: 14515 additions & 359 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/ontologies.json

Lines changed: 153 additions & 153 deletions
Large diffs are not rendered by default.

data/ontologies.ttl

Lines changed: 152 additions & 152 deletions
Large diffs are not rendered by default.

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-03-17T22:52:28Z",
2+
"generatedAt": "2026-03-18T07:10:55Z",
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/ontology/technology-web/">
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>
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>Adverse Event Reporting Ontology - Open Knowledge Graphs</title>
7+
<meta name="description" content="ontology for adverse event reporting in healthcare">
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="Adverse Event Reporting Ontology - Open Knowledge Graphs">
11+
<meta property="og:description" content="ontology for adverse event reporting in healthcare">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/ontology/life-sciences-healthcare/">
14+
<link rel="stylesheet" href="../../style.css">
15+
<script type="application/ld+json">
16+
{
17+
"@context": "https://schema.org",
18+
"@type": "DefinedTermSet",
19+
"name": "Adverse Event Reporting Ontology",
20+
"description": "ontology for adverse event reporting in healthcare",
21+
"url": "http://purl.obolibrary.org/obo/aero",
22+
"sameAs": "https://www.wikidata.org/wiki/Q55118235",
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">Adverse Event Reporting Ontology</h1>
113+
<div class="detail-meta">
114+
<span class="detail-tag">Ontology</span>
115+
<a href="https://openknowledgegraphs.com/?category=life-sciences-healthcare" class="detail-category">Life Sciences &amp; Healthcare</a>
116+
</div>
117+
<p class="detail-description">ontology for adverse event reporting in healthcare</p>
118+
<div class="detail-links">
119+
<a href="http://purl.obolibrary.org/obo/aero" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120+
121+
<a href="https://www.wikidata.org/wiki/Q55118235" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122+
</div>
123+
124+
125+
</div>
126+
</body>
127+
</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>Allotrope Merged Ontology Suite - Open Knowledge Graphs</title>
7+
<meta name="description" content="merged ontology suite for laboratory data and analytical chemistry">
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="Allotrope Merged Ontology Suite - Open Knowledge Graphs">
11+
<meta property="og:description" content="merged ontology suite for laboratory data and analytical chemistry">
12+
<meta property="og:type" content="website">
13+
<meta property="og:url" content="https://openknowledgegraphs.com/ontology/life-sciences-healthcare/">
14+
<link rel="stylesheet" href="../../style.css">
15+
<script type="application/ld+json">
16+
{
17+
"@context": "https://schema.org",
18+
"@type": "DefinedTermSet",
19+
"name": "Allotrope Merged Ontology Suite",
20+
"description": "merged ontology suite for laboratory data and analytical chemistry",
21+
"url": "http://purl.allotrope.org",
22+
"sameAs": "https://www.wikidata.org/wiki/Q64616725",
23+
"license": "Creative Commons Attribution",
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">Allotrope Merged Ontology Suite</h1>
113+
<div class="detail-meta">
114+
<span class="detail-tag">Ontology</span>
115+
<a href="https://openknowledgegraphs.com/?category=life-sciences-healthcare" class="detail-category">Life Sciences &amp; Healthcare</a>
116+
</div>
117+
<p class="detail-description">merged ontology suite for laboratory data and analytical chemistry</p>
118+
<div class="detail-links">
119+
<a href="http://purl.allotrope.org" target="_blank" rel="noopener noreferrer">Homepage &nearr;</a>
120+
121+
<a href="https://www.wikidata.org/wiki/Q64616725" target="_blank" rel="noopener noreferrer">Wikidata &nearr;</a>
122+
</div>
123+
<p class="detail-field"><strong>License:</strong> Creative Commons Attribution</p>
124+
125+
</div>
126+
</body>
127+
</html>

0 commit comments

Comments
 (0)