@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://astrothesaurus.org/uat/1684>
  skos:prefLabel "Astronomical techniques"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/2019> .

<http://astrothesaurus.org/uat/2019>
  dc:creator <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  dc:created "2018-08-30T21:04:57Z"^^xsd:dateTime ;
  skos:broader <http://astrothesaurus.org/uat/1684> ;
  skos:prefLabel "Reverberation mapping"@en ;
  a skos:Concept .

