@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:254
  a skos:Concept ;
  dc:contributor "dgwr" ;
  dc:created "2012-06-29T15:17:42Z"^^xsd:dateTime ;
  dc:creator "dgwr" ;
  dc:modified "2019-05-09T16:00:18.197+00:00"^^xsd:dateTime ;
  skos:broader cast:3 ;
  skos:definition "A photometer which measures intensity as a function of the light source wavelength and is used to quantify the reflection or transmission properties of the sample. Analytes of interest within the sample reflect, absorb or transmit light at specific wavelengths, the intensity of this being related to analyte concentration."@en ;
  skos:narrower cast:255 ;
  skos:prefLabel "spectrophotometers"@en ;
  skos:related cast:256 .

cast:255
  a skos:Concept ;
  skos:broader cast:254 ;
  skos:prefLabel "UV-VIS spectrophotometers"@en .

cast:256
  a skos:Concept ;
  skos:prefLabel "spectrophotometry"@en ;
  skos:related cast:254 .

cast:3
  a skos:Concept ;
  skos:narrower cast:254 ;
  skos:prefLabel "machine descriptions"@en .

