@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:209234
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:modified "2014-11-17"^^xsd:date ;
  skos:hiddenLabel "tropical depressions"@en ;
  ns0:marc001 "74573" ;
  skos:definition nalt:209234_def ;
  dc:created "2014-01-16"^^xsd:date ;
  skos:broader nalt:46181 ;
  skos:prefLabel "tropical depression"@en, "depresión tropical"@es .

nalt:209234_def
  rdf:value "Ciclón tropical cuyos vientos sostenidos máximos alcanzan los 33 nudos (62 km/h) o menos."@es, "A tropical cyclone in which the maximum 1-minute sustained surface wind is 33 knots (38 mph) or less."@en ;
  dc:source "National Weather Service, National Oceanic and Atmospheric Administration" ;
  a ns0:Definition .

nalt:46181
  skos:prefLabel "huracanes"@es, "hurricanes"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:209234 .

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

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

