@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:69861
  skos:related nalt:68461 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:999 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2006-11-17"^^xsd:date ;
  ns0:marc001 "51789" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "map-projections"@en ;
  skos:altLabel "proyecciones cartográficas"@es ;
  skos:prefLabel "proyecciones geográficas"@es, "map projections"@en ;
  skos:definition nalt:69861_def .

nalt:999
  skos:prefLabel "cartografía"@es, "cartography"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:69861 .

nalt:68461
  skos:prefLabel "geodesia"@es, "geodesy"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:69861 .

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

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

nalt:69861_def
  rdf:value "Método utilizado para representar la forma tridimensional de la tierra en una superficie bidimensional, como por ejemplo, la proyección de Mercator y la proyección de Robinson."@es, "The method of representing the three-dimensional shape of the Earth on a two-dimensional surface, such as the Mercator projection and the Robinson projection."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

