This ontology provides common classes and properties for hypocenters, observation stations, observed waves, and strong-motion records published by JMA, FDSN, K-NET/KiK-net, and other seismic observation networks.
The external providers remain authoritative for the original records. This LOD is an RDF representation for discovery and linking. A snapshot is created for each acquisition, and stable source URIs are retained when available.
SELECT DISTINCT ?hypocenter ?originTime ?magnitude
WHERE {
?hypocenter a <https://seismic.balog.jp/ontology/jp-earthquake.ttl#hypocenter> ;
<https://seismic.balog.jp/ontology/jp-earthquake.ttl#originTime> ?originTime .
OPTIONAL {
?hypocenter <https://seismic.balog.jp/ontology/jp-earthquake.ttl#magnitude> ?magnitude .
}
}
ORDER BY DESC(?originTime)
LIMIT 100