Portal
Editor
API
Dashboard
Explorer
🔍 SPARQL Query Interface
SELECT • Ctrl+Enter to run
Search
Examples:
— choose an example query —
Summary by template
Recent observations
Features of interest
Temperature readings
All measured properties
All predicates used
Date range filter
Min / Max per property
PREFIX sosa: <http://www.w3.org/ns/sosa/> PREFIX dm: <http://digitalmist.ie/ns/> SELECT ?obs ?time ?foi ?template WHERE { GRAPH ?g { ?obs a sosa:Observation . ?obs sosa:phenomenonTime ?time . ?obs dm:conformsTo ?template . OPTIONAL { ?obs sosa:hasFeatureOfInterest ?fn . ?fn sosa:isSampleOf ?foi . } } } ORDER BY DESC(?time) LIMIT 20
▶ Execute
+ Graph
Clear
📄
Execute a query to see results.
Click any IRI value to add it to the graph.
🕸️ RDF Graph Explorer
Observation
Template
Result
SOSA
Blank / Literal
0 nodes · 0 edges
⚡ Sample
⛶ Fit
🗑 Clear
Click a node to inspect • Double-click an Observation node to expand its RDF triples