Skip to content

Commit e9ee978

Browse files
committed
Add ontologies page.
1 parent 9b9a9d4 commit e9ee978

4 files changed

Lines changed: 172 additions & 5 deletions

File tree

365 KB
Loading

index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ <h2 class="w3-border-bottom w3-border-light-grey w3-padding-16">Overview</h2>
4141
<ul><li>analysis, mapping and communication of the results of testing for PFAS contamination</li>
4242
<li>spatial connections to known and potential sources</li></ul>
4343
to support PFAS research and decision making around PFAS testing and mitigation.</p>
44-
<div class="w3-panel w3-leftbar w3-light-grey">
45-
<img src="images/overview.png" style="width:100%;max-width:1000px" class="w3-margin-top">
46-
<p>In contrast to the current ecosystem of disconnected datasources, SAWGraph works by integrating and aligning data into a geospatial knowledge graph that supports interface that can dynamically answer questions about the related datasets. </p>
44+
45+
<div class="w3-card-4 w3-leftbar w3-light-grey" style="max-width:1100px; padding:15px">
46+
<img src="images/overview.png" style="width:100%;max-width:1000px" class="w3-margin w3-center">
47+
<p>In contrast to the current ecosystem of disconnected datasources, SAWGraph works by integrating and aligning data into a geospatial knowledge graph that supports interfaces that can dynamically answer questions about the related datasets. </p>
4748
</div>
4849

4950
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Intended Users</h3>
@@ -70,8 +71,8 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Intended Users</
7071
</div>
7172

7273
<!-- Use Cases Section -->
73-
<div class="w3-panel w3-auto w3-padding-large w3-pale-green" id="use_cases">
74-
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Use Cases</h3>
74+
<div class="w3-panel w3-padding-large w3-light-green" id="use_cases">
75+
<h3 class="w3-border-bottom w3-auto w3-border-light-grey w3-padding-16">Use Cases</h3>
7576
<ul>
7677
<li><b>Understanding Testing and Testing Gaps:</b> Where have we tested and were are significant gaps?
7778
<ul>

menu.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ document.write('\
1717
<div class="w3-dropdown-content w3-bar-block w3-card-4" style="margin-top: 32px">\
1818
<a href="kg.html#project" class="w3-bar-item w3-button">Architecture</a>\
1919
<a href="kg.html#data-sources" class="w3-bar-item w3-button">Data Sources</a>\
20+
<a href="ontologies.html" class="w3-bar-item w3-button">Ontologies</a>\
2021
<a href="index.html#about-kgs" class="w3-bar-item w3-button">About KGs</a>\
2122
</div>\
2223
</div>\

ontologies.html

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>SAWGraph - About Us</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
8+
</head>
9+
<body>
10+
11+
<!-- Navbar (sit on top) -->
12+
<div class="w3-top">
13+
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
14+
<script src="menu.js"></script>
15+
</div>
16+
</div>
17+
18+
<!-- Page content -->
19+
<div class="w3-content w3-padding" style="max-width:1564px">
20+
<br>
21+
<br>
22+
<h1>Ontologies</h1>
23+
<p>Each of the graphs in the SAWGraph project is built upon a set of ontologies that define the structure and relationships within the data.
24+
Ontologies define the concepts and categories and how they relate. SAWGraph reuses and extends existing ontologies to ensure consistency and interoperability across datasets.
25+
Each graph also has dataset specific ontology extensions that preserve the original data structure and semantics while aligning it with the overall SAWGraph framework.
26+
</p>
27+
28+
<img src="images\SAWGraph-Ontology-Overview (simple).png" style="width:100%;max-width:1000px" class="w3-margin-top">
29+
30+
<h2>SAWGraph (PFAS) KG</h2>
31+
<table class="w3-table w3-bordered w3-striped w3-border w3-hoverable w3-white">
32+
<tr>
33+
<th>Ontology</th>
34+
<th>Description</th>
35+
<th>Source</th>
36+
<th>Documentation</th>
37+
<th>Publication</th>
38+
</tr>
39+
<tr>
40+
<td>The Contaminant Observations and Samples Ontology (ContaminOSO)</td>
41+
<td>The core ontology for the SAWGraph knowledge graph, defining key concepts and relationships related to environmental sampling and release of contaminants. An extensions of <a href="https://www.w3.org/TR/vocab-ssn/">SOSA</a></td>
42+
<td><a href="https://github.com/SAWGraph/contaminoso" target="_blank">Github</a></td>
43+
<td><a href="https://sawgraph.github.io/contaminoso/" target="_blank">ContaminOSO</a></td>
44+
<td><a href="https://doi.org/10.3233/FAIA250501" target="_blank">ContaminOSO: Ontological Foundations and Design Choices for an Ontology for Environmental Contamination Data</a>
45+
<i> T Hahmann, K Schweikert, S Stephen, D Kedrowski</i></td>
46+
</tr>
47+
</table>
48+
49+
<h2>FRS KG</h2>
50+
<table class="w3-table w3-bordered w3-striped w3-border w3-hoverable w3-white">
51+
<tr>
52+
<th>Ontology</th>
53+
<th>Description</th>
54+
<th>Source</th>
55+
<th>Documentation</th>
56+
<th>Publication</th>
57+
</tr>
58+
<tr>
59+
<td>Facilities and Industries Ontology (FIO)</td>
60+
<td>Concepts and relations between facilities, industries and organizations</td>
61+
<td><a href="https://github.com/SAWGraph/fio" target="_blank">Github</a></td>
62+
<td><a href="http://w3id.org/fio/" target="_blank">FIO</a></td>
63+
<td><a href="" target="_blank">An Ontology Design Pattern for Industry Classification in the Facilities and Industries Ontology (FIO)</a>
64+
<i>K Schweikert,T Hahmann</i></td>
65+
</tr>
66+
<tr>
67+
<td>Facility Registry Service</td>
68+
<td> Dataset ontology for EPA Facility Registry Service</td>
69+
<td><a href="https://github.com/SAWGraph/fio/tree/main/datasets/federal/us-frs" target="_blank">Github</a></td>
70+
<td></td>
71+
<td></td>
72+
</tr>
73+
<tr>
74+
<td>North American Industry Classification System</td>
75+
<td> Dataset ontology for NAICS industry classification</td>
76+
<td><a href="https://github.com/SAWGraph/fio/tree/main/datasets/federal/naics" target="_blank">Github</a></td>
77+
<td></td>
78+
<td></td>
79+
</tr>
80+
</table>
81+
82+
<h2>Spatial KG</h2>
83+
<p>SAWGraph uses topological enrichment with S2 and Administrative Region 3 (county subdivisions and towns) in order to semantically link data in all graphs via their location. This is further outlined in our paper: </p>
84+
<p class="w3-panel"><a href="https://doi.org/10.4230/lipics.giscience.2025.4 " target="_blank">Precomputed Topological Relations for Integrated Geospatial Analysis Across Knowledge Graphs</a> <i>K Schweikert, DK Kedrowski, S Stephen, THahmann</i> In 13th International Conference on Geographic Information Science (GIScience 2025). Leibniz International Proceedings in Informatics (LIPIcs), Volume 346, pp. 4:1-4:22, Schloss Dagstuhl – Leibniz-Zentrum für Informatik (2025) <a href="https://doi.org/10.4230/LIPIcs.GIScience.2025.4" target="_blank">https://doi.org/10.4230/LIPIcs.GIScience.2025.4</a>
85+
</p>
86+
<table class="w3-table w3-bordered w3-striped w3-border w3-hoverable w3-white">
87+
<tr>
88+
<th>Ontology</th>
89+
<th>Description</th>
90+
<th>Source</th>
91+
<th>Documentation</th>
92+
<th>Publication</th>
93+
</tr>
94+
<tr>
95+
<td>SAWGraph Spatial Ontology</td>
96+
<td>A KWG-Ont extension that simplifies querying of spatial predicates by adding a superproperty for all spatial relations (excluding disjoint)</td>
97+
<td><a href="https://github.com/SAWGraph/geospatial-kg/blob/main/ontologies/sawgraph-spatial-ontology.ttl">Github</a></td>
98+
<td></td>
99+
<td></td>
100+
</tr>
101+
<tr>
102+
<td>KnowWhereGraph Ontology</td>
103+
<td>Ontology for representing and querying geospatial data (Administrative Regions, Precomputed Topological Relations)</td>
104+
<td></td>
105+
<td><a href="https://knowwheregraph.org/graph/" target="_blank">KnowWhereGraph</a></td>
106+
<td></td>
107+
</tr>
108+
<tr>
109+
<td>GeoSPARQL</td>
110+
<td>OGC standard for representing and querying geospatial data on the Semantic Web</td>
111+
<td><a href="https://www.ogc.org/standards/geosparql" target="_blank">OGC</a></td>
112+
<td><a href="https://www.ogc.org/standards/geosparql" target="_blank">GeoSPARQL</a></td>
113+
<td></td>
114+
</tr>
115+
116+
117+
</table>
118+
119+
<h2> Hydrology KG</h2>
120+
<table class="w3-table w3-bordered w3-striped w3-border w3-hoverable w3-white">
121+
<tr>
122+
<th>Ontology</th>
123+
<th>Description</th>
124+
<th>Source</th>
125+
<th>Documentation</th>
126+
<th>Publication</th>
127+
</tr>
128+
<tr>
129+
<td>SAWGraph Water Ontology</td>
130+
<td> Ontology for representing both surface and groundwater. Combines concepts from HY_Features, HYFO, GWML2 and alsoaligns to Geoconnex.</td>
131+
<td><a href="https://github.com/SAWGraph/water-kg/tree/main/ontologies" target="_blank">Github</a></td>
132+
<td></td>
133+
<td></td>
134+
</tr>
135+
</table>
136+
137+
<h2>DSSTox</h2>
138+
<table class="w3-table w3-bordered w3-striped w3-border w3-hoverable w3-white">
139+
<tr>
140+
<th>Ontology</th>
141+
<th>Description</th>
142+
<th>Source</th>
143+
<th>Documentation</th>
144+
<th>Publication</th>
145+
</tr>
146+
<tr>
147+
<td>DSSTox Ontology</td>
148+
<td>Ontology for representing chemical substances and their properties based on the DSSTox database structure</td>
149+
<td><a href="https://github.com/SAWGraph/comptox-ontology" target="_blank">Github</a></td>
150+
<td></td>
151+
<td></td>
152+
</tr>
153+
154+
</table>
155+
<!-- End page content -->
156+
</div>
157+
158+
159+
<!-- Footer -->
160+
<footer class="w3-center w3-black w3-padding-16">
161+
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
162+
</footer>
163+
164+
</body>
165+
</html>

0 commit comments

Comments
 (0)