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

<https://lod.nal.usda.gov/naltv#Geographical>
  rdfs:label "Geographical"@en ;
  a owl:Class .

nalt:104973
  ns0:marc001 "53029" ;
  skos:broader nalt:22600 ;
  dc:modified "2012-11-30"^^xsd:date ;
  a skos:Concept, ns0:Geographical ;
  dc:created "2007-08-02"^^xsd:date ;
  skos:altLabel "Truk"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "Chuuk"@es, "Chuuk"@en .

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

nalt:22600
  skos:prefLabel "Estados Federados de Micronesia"@es, "Federated States of Micronesia"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:104973 .

