@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:13642
  skos:prefLabel "Islas Vírgenes"@es, "Virgin Islands"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:narrower nalt:66732 .

nalt:66732
  dc:modified "2016-10-07"^^xsd:date ;
  skos:hiddenLabel "United States Virgin Islands"@en, "American Virgin Islands"@en, "US Virgin Island"@en, "U.S. Virgin Islands"@en, "Virgin-Islands-of-the-United-States"@en ;
  skos:prefLabel "Islas Vírgenes de los Estados Unidos"@es, "Virgin Islands of the United States"@en ;
  skos:related nalt:7522 ;
  ns0:marc001 "39601" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:13642 ;
  a skos:Concept, ns0:Geographical ;
  skos:altLabel "US Virgin Islands"@en .

nalt:7522
  skos:prefLabel "Estados Unidos"@es, "United States"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:66732 .

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

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

