@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cast: <http://onto.nerc.ac.uk/CAST/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dc:creator rdfs:label "Creator" .
dc:created rdfs:label "Created" .
dc:contributor rdfs:label "Contributor" .
dc:modified rdfs:label "Modified" .
cast:267
  a skos:Concept ;
  dc:contributor "dgwr" ;
  dc:created "2014-05-29T09:46:39Z"^^xsd:dateTime ;
  dc:creator "dgwr" ;
  dc:modified "2019-05-09T16:00:18.197+00:00"^^xsd:dateTime ;
  skos:altLabel "NTU"@en ;
  skos:broader cast:4 ;
  skos:definition "Nephelometric Turbidity Units. Units for turbidity measured using a nephelometer, where scattered light is measured by a detector placed to the side of a beam of light passing through a sample of water."@en ;
  skos:prefLabel "nephelometric turbidity units"@en .

cast:4
  a skos:Concept ;
  skos:narrower cast:267 ;
  skos:prefLabel "measurement units"@en .

