@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 wd: <http://www.wikidata.org/entity/> .
@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: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:105925 .

nalt:5987
  skos:prefLabel "Europa"@es, "Europe"@en ;
  a <https://lod.nal.usda.gov/naltv#Geographical>, skos:Concept ;
  skos:related nalt:105925 .

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

nalt:105925
  skos:closeMatch wd:Q1653 ;
  skos:broader nalt:640 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:5987 ;
  skos:hiddenLabel "Danube-River"@en, "River Danube"@en, "River-Danube"@en ;
  skos:prefLabel "Danube River"@en, "Río Danubio"@es ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C24397>, <http://id.loc.gov/authorities/subjects/sh85035769>, <http://aims.fao.org/aos/agrovoc/c_29729>, <http://id.cabi.org/cabt/252463> ;
  dc:created "2007-11-16"^^xsd:date ;
  ns0:marc001 "53064" ;
  dc:modified "2017-07-18"^^xsd:date ;
  a ns0:Geographical, skos:Concept .

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

