@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#> .

nalt:956
  skos:prefLabel "ciencia del suelo"@es, "soil science"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:314998 .

nalt:314998
  skos:altLabel "soil diversity"@en ;
  skos:prefLabel "pedodiversity"@en, "pedodiversidad"@es ;
  skos:related nalt:33020, nalt:5084, nalt:1558 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "89380" ;
  dc:modified "2018-11-14"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:956 ;
  dc:created "2018-03-16"^^xsd:date ;
  skos:hiddenLabel "pedodiverse"@en .

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

nalt:33020
  skos:prefLabel "clasificación de suelos"@es, "soil classification"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:314998 .

nalt:5084
  skos:prefLabel "propiedades del suelo"@es, "soil properties"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:314998 .

nalt:1558
  skos:prefLabel "horizontes del suelo"@es, "soil horizons"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:314998 .

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

