@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:54
  a skos:Concept ;
  dc:contributor "dgwr" ;
  dc:created "2010-12-10T16:32:55Z"^^xsd:dateTime ;
  dc:creator "dgwr" ;
  dc:modified "2019-05-09T16:00:18.197+00:00"^^xsd:dateTime ;
  skos:altLabel "total Li"@en, "total acid available lithium"@en, "dissolved plus acid recoverable lithium"@en, "total acid recoverable lithium"@en ;
  skos:broader cast:1 ;
  skos:definition "Total acid recoverable lithium, includes dissolved fraction plus that which was present in particulates but dissolved by acidification of the unfiltered sample to 1% with concentrated high purity nitric acid, without heating. This acidification takes place upon sampling and prior to cold storage and subsequent analysis."@en ;
  skos:narrower cast:55 ;
  skos:prefLabel "acid recoverable lithium"@en .

cast:55
  a skos:Concept ;
  skos:broader cast:54 ;
  skos:prefLabel "dissolved lithium"@en .

cast:1
  a skos:Concept ;
  skos:narrower cast:54 ;
  skos:prefLabel "determinands"@en .

