@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:326027_def
  rdf:value "Altura de la señal medida desde el promedio del ruido hasta el pico máximo, dividida por la amplitud del ruido."@es, "The height of the signal as measured from the mean (average) of the noise to the peak maximum divided by the amplitude of the noise."@en ;
  dc:source "US Environmental Protection Agency" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:326024
  skos:prefLabel "intensidad de la señal"@es, "signal strength"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:326027 .

nalt:2179
  skos:prefLabel "mediciones"@es, "measurement"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:326027 .

nalt:326027
  skos:prefLabel "signal-to-noise ratio"@en, "relación señal-ruido"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "signal to noise ratios"@en, "signal to noise ratio"@en, "signal-to-noise ratios"@en, "signal to-noise ratio"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  dc:modified "2018-11-16"^^xsd:date ;
  ns0:marc001 "90541" ;
  skos:definition nalt:326027_def ;
  skos:related nalt:326024 ;
  dc:created "2018-10-31"^^xsd:date ;
  skos:broader nalt:2179 .

ns0:Topic
  rdfs:label "Topic"@en ;
  a owl:Class .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

