@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:642
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "6992" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "Mar Caribe"@es, "Caribbean Sea"@en ;
  a skos:Concept, ns0:Geographical ;
  skos:hiddenLabel "Caribbean-Sea"@en ;
  skos:broader nalt:640 ;
  skos:definition nalt:642_def ;
  skos:related nalt:672 .

nalt:640
  skos:prefLabel "cuerpos de agua con nombres propios"@es, "named bodies of water"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:642 .

nalt:642_def
  rdf:value "El Mar Caribe se localiza entre los paralelos 9° y 22° de latitud norte y los meridianos 89° y 60° de longitud oeste. Los países que se encuentran al sur del Mar Caribe son Venezuela, Colombia y Panamá. Los países que se encuentran al oeste son Costa Rica, Nicaragua, Honduras, Guatemala, Belice y la Península de Yucatán, México. Los países que se encuentran al norte son las Islas Antillanas Mayores de Cuba, la Española, Jamaica y Puerto Rico. Las Antillas Menores se encuentran al este."@es, "The Caribbean Sea is located at 9 to 22ºN and 89 to 60ºW. The countries found to the south of the Caribbean Sea are Venezuela, Colombia, and Panama. The countries found to the west are Costa Rica, Nicaragua, Honduras, Guatemala, Belize, and the Yucatan Peninsula of Mexico. The countries found to the north are the Greater Antilles Islands of Cuba, Hispaniola, Jamaica, and Puerto Rico. The Lesser Antilles Islands are found to the east."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:672
  skos:prefLabel "Caribe"@es, "Caribbean"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:642 .

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

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

