Re: [sdw] BP 10 http://www.bbc.co.uk/ontologies gone (#1328)

Hello!
I have been forwarded a request by Linda van den Brink to contribute to this issue with production examples of geospatial data published as Linked Data. We are a research infrastructure for greenhouse gas measurements in Europe, called [ICOS](https://www.icos-cp.eu/). We have had Linked Data in production for 7 years, and intend to keep it running for many years to come. Our SPARQL endpoint is  https://meta.icos-cp.eu/sparql , can be conveniently used from https://meta.icos-cp.eu/sparqlclient/
An example query to start discovering the geospatial parts of our Linked Data could be the following:
```sparql
prefix cpmeta: <http://meta.icos-cp.eu/ontologies/cpmeta/>
select * where{
 ?feature cpmeta:hasSpatialCoverage ?geometry .
}
```
All the URLs are usable and have been pretty stable. Our main OWL ontology is accessible via the endpoint, too, but also available here: https://github.com/ICOS-Carbon-Portal/meta/blob/master/src/main/resources/owl/cpmeta.owl . Standard ontologies are often used indirectly by inheriting from their classes and properties.

More details can be provided, if there is interest.

-- 
GitHub Notification of comment by mirzov
Please view or discuss this issue at https://github.com/w3c/sdw/issues/1328#issuecomment-1129724077 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 18 May 2022 08:29:36 UTC