@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

nalt:999
  skos:prefLabel "cartografía"@es, "cartography"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:225050 .

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

nalt:225050_def
  rdf:value "Mapa que muestra áreas discretas como condados, unidades de suelo y tipos de vegetación. Estas unidades son consideradas homogéneas con respecto a las estadísticas reunidas en ellas."@es, "A map showing discrete areas, such as counties, soil units, vegetation types. These units are considered to be uniform with respect to the statistics collected within them."@en ;
  dc:source "Schwarz, Charles F.; Thor, Edward C.; Elsner, Gary H. 1976. Wildland planning glossary. Gen. Tech. Rep. PSW-13. Berkeley, Calif.: U.S. Department of Agriculture, Forest Service, Pacific Southwest Forest and Range Experiment Station" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:225050
  skos:prefLabel "mapas de coropletas"@es, "choropleth maps"@en ;
  skos:broader nalt:999 ;
  dc:created "2014-08-19"^^xsd:date ;
  ns0:marc001 "65017" ;
  a skos:Concept, ns0:Topic ;
  skos:hiddenLabel "choropleth map"@en, "choropleth-maps"@en ;
  dc:modified "2014-11-17"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:225050_def .

