Skip to content

OGC SensorThings API for ILIAD ocean twin project exposing data modelled according to the Ocean Information Model (OIM)

License

Notifications You must be signed in to change notification settings

ILIAD-ocean-twin/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

ILIAD OGC SensorThings APIs template

OGC SensorThings API for ILIAD ocean twin project. Source data is modelled according to the Ocean Information Model (OIM). Data is retrieved from a semantic store (Virtuoso triplestore).

⚠️ Methods require 'application/json' in accept header, i.e., -H "accept: application/json"

Table of Contents

Base Resource Path

https://w3id.org/iliad/api/v1.0

Observations

Retrieve all Observations

https://w3id.org/iliad/api/v1.0/Observations

Retrieve a specific Observation

https://w3id.org/iliad/api/v1.0/Observations(id)

For example:

https://w3id.org/iliad/api/v1.0/Observations(3-10-361-Rhopilema%2520nomadica)

Retrieve Observations for a specific Datastream

https://w3id.org/iliad/api/v1.0//Datastreams(id)/Observations

For example:

https://w3id.org/iliad/api/v1.0/Datastreams(3-jellyFishAbundanceProperty)/Observations

Datastreams

Retrieve all the Datastreams

https://w3id.org/iliad/api/v1.0/Datastreams

Retrieve a specific Datastream.

https://w3id.org/iliad/api/v1.0/Datastreams(id)

For example:

https://w3id.org/iliad/api/v1.0/Datastreams(3-jellyFishAbundanceProperty)

Retrieve DataStream for a specific Observation

https://w3id.org/iliad/api/v1.0/Observations(id)/Datastream

Features of Interest

Retrieve all FeaturesOfInterest

Retrieve a specific FeatureOfInterest

Retrieve FeatureOfInterest for a specific Observation

https://w3id.org/iliad/api/v1.0/Observations(id)/FeatureOfInterest

Observed properties

Retrieve all the Observed properties

Retrieve the ObservedProperty of a specific Datastream.

https://w3id.org/iliad/api/v1.0//Datastreams(id)/ObservedProperty

Sensors

Retrieve all Sensors

Retrieve a specific Sensor

Retrieve the Sensor of a specific Datastream

https://w3id.org/iliad/api/v1.0//Datastreams(id)/Sensor

Things

Retrieve all Things

Retrieve a specific Thing

Retrieve the Thing of a specific Datastream

https://w3id.org/iliad/api/v1.0//Datastreams(id)/Thing

For more information about OGC API please refer to:

About

OGC SensorThings API for ILIAD ocean twin project exposing data modelled according to the Ocean Information Model (OIM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published