@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:11633
  skos:prefLabel "Egipto"@es, "Egypt"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:291826 .

nalt:291826
  skos:prefLabel "Palestina"@es, "Palestine"@en ;
  skos:hiddenLabel "Beit Lahia"@en, "Gaza Strips"@en ;
  dc:created "2017-02-08"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Geographical> ;
  skos:altLabel "Gaza Strip"@en, "Gaza (Palestine)"@en ;
  dc:modified "2017-11-10"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:11633, nalt:652, nalt:47909 ;
  skos:broader nalt:688 ;
  ns0:marc001 "82995" .

nalt:47909
  skos:prefLabel "Israel"@es, "Israel"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:291826 .

nalt:652
  skos:prefLabel "Mar Mediterráneo"@es, "Mediterranean Sea"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:related nalt:291826 .

nalt:688
  skos:prefLabel "Oriente Medio"@es, "Middle East"@en ;
  a ns0:Geographical, skos:Concept ;
  skos:narrower nalt:291826 .

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

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

