@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/1959>
  skos:broader <http://astrothesaurus.org/uat/1955> ;
  skos:prefLabel "Lomb-Scargle periodogram"@en ;
  dc:creator <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> ;
  skos:editorialNote [ ] ;
  a skos:Concept ;
  dc:modified "2020-11-10T18:34:04.083Z"^^xsd:dateTime, "2020-11-10T18:33:54.444Z"^^xsd:dateTime ;
  dc:created "2018-08-27T18:58:29Z"^^xsd:dateTime ;
  skos:definition "An algorithm for detecting and characterizing periodic signals in unevenly-sampled data. The Lomb-Scargle periodogram has a particularly wide use within the astronomy community. This method allows efficient computation of a Fourier-like power spectrum estimator from such unevenly-sampled data, resulting in an intuitive means of determining the period of oscillation."@en ;
  dc:contributor <http://editor.vocabs.ands.org.au/user/AAS_Frey.Katie> .

<http://astrothesaurus.org/uat/1955>
  skos:prefLabel "Period search "@en ;
  a skos:Concept ;
  skos:narrower <http://astrothesaurus.org/uat/1959> .

