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

nalt:25065
  skos:prefLabel "Taiwán"@es, "Taiwan"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105773 .

nalt:640
  skos:prefLabel "cuerpos de agua con nombres propios"@es, "named bodies of water"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:narrower nalt:105773 .

nalt:44051
  skos:prefLabel "Islas Marianas"@es, "Mariana Islands"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105773 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:105773
  skos:broader nalt:640 ;
  dc:modified "2012-11-30"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  ns0:marc001 "53272" ;
  skos:related nalt:35135, nalt:44051, nalt:25065, nalt:56510 ;
  dc:created "2007-11-08"^^xsd:date ;
  skos:prefLabel "Philippine Sea"@en, "Mar de Filipinas"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "Philippine-Sea"@en .

nalt:35135
  skos:prefLabel "Japón"@es, "Japan"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:105773 .

nalt:56510
  skos:prefLabel "Filipinas"@es, "Philippines"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:105773 .

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

