The URL
To run the query:
Go to https://vocab.nerc.ac.uk/sparql/ and copy past the following query:
PREFIX skos: http://www.w3.org/2004/02/skos/core#
PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema#
select * where {
?URL skos:inScheme http://vocab.nerc.ac.uk/scheme/GLIDER_SENSORS/current/ .
?URL skos:prefLabel ?prefLabel .
?URL skos:altLabel ?alt .
?URL skos:definition ?def .
}