@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/1939>
  skos:altLabel "friend-of-a-friend algorithm"@en, "friend-of-friends algorithm"@en ;
  skos:related <http://astrothesaurus.org/uat/1950> ;
  skos:prefLabel "Single-linkage hierarchical clustering"@en ;
  dc:creator <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  dc:created "2018-08-27T18:55:49Z"^^xsd:dateTime ;
  skos:broader <http://astrothesaurus.org/uat/1908> ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  a skos:Concept ;
  dc:modified "2018-08-27T19:01:31Z"^^xsd:dateTime .

<http://astrothesaurus.org/uat/1950>
  skos:prefLabel "Minimum spanning tree"@en ;
  a skos:Concept ;
  skos:related <http://astrothesaurus.org/uat/1939> .

<http://astrothesaurus.org/uat/1908>
  skos:prefLabel "Clustering"@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1939> .

