@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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:2735
  skos:prefLabel "calcifuges"@en, "calcífugas"@es ;
  skos:hiddenLabel "calcifuge"@en ;
  ns0:marc001 "6369" ;
  a skos:Concept, ns0:Topic ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:related nalt:2732 ;
  skos:broader nalt:874 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:2735_def .

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

nalt:874
  skos:prefLabel "plantas (botánica)"@es, "plants (botany)"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:2735 .

nalt:2735_def
  rdf:value "Plantas que crecen en suelos sólidos y no en suelos calizos, calcáreos ni alcalinos."@es, "Plants that thrive in acid soils and that do not thrive in lime-rich, calcareous, or alkaline soils."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:2732
  skos:prefLabel "suelos ácidos"@es, "acid soils"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:2735 .

