@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:154
  a skos:Concept ;
  dc:contributor "dgwr" ;
  dc:created "2010-12-15T15:50:59Z"^^xsd:dateTime ;
  dc:creator "dgwr" ;
  dc:modified "2019-05-09T16:00:18.197+00:00"^^xsd:dateTime ;
  skos:altLabel "g"@en ;
  skos:broader cast:4 ;
  skos:definition "Grams (unit of mass)"@en ;
  skos:prefLabel "grams"@en ;
  skos:relatedMatch <http://vocab.nerc.ac.uk/collection/P06/current/KGXX/>, <http://vocab.nerc.ac.uk/collection/P06/current/UGUG/>, <http://vocab.nerc.ac.uk/collection/P06/current/UNPI/> .

<http://vocab.nerc.ac.uk/collection/P06/current/KGXX/> skos:relatedMatch cast:154 .
<http://vocab.nerc.ac.uk/collection/P06/current/UGUG/> skos:relatedMatch cast:154 .
<http://vocab.nerc.ac.uk/collection/P06/current/UNPI/> skos:relatedMatch cast:154 .
cast:4
  a skos:Concept ;
  skos:narrower cast:154 ;
  skos:prefLabel "measurement units"@en .

