@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:189
  a skos:Concept ;
  dc:contributor "dgwr" ;
  dc:created "2010-12-16T09:38:20Z"^^xsd:dateTime ;
  dc:creator "dgwr" ;
  dc:modified "2019-05-09T16:00:18.197+00:00"^^xsd:dateTime ;
  skos:altLabel "filled glass bottles (4 deg C, dark)"@en ;
  skos:broader cast:6 ;
  skos:definition "Samples stored in fully filled glass bottles (to avoid CO2 de-gassing) and stored at 4 degrees Celsius in the dark"@en ;
  skos:prefLabel "storage in filled glass bottles in the dark at 4 degrees Celsius"@en .

cast:6
  a skos:Concept ;
  skos:narrower cast:189 ;
  skos:prefLabel "preservation"@en .

