@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/1774>
  skos:example "World Wide Telescope"@en ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:broader <http://astrothesaurus.org/uat/1856>, <http://astrothesaurus.org/uat/1147> ;
  skos:prefLabel "Virtual observatories"@en ;
  dc:modified "2018-08-27T19:29:50Z"^^xsd:dateTime ;
  a skos:Concept .

<http://astrothesaurus.org/uat/1856>
  skos:prefLabel "Astronomy web services"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1774> .

<http://astrothesaurus.org/uat/1147>
  skos:prefLabel "Observatories"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1774> .

