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

nalt:10123
  skos:prefLabel "altura"@es, "height"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:304825 .

nalt:125
  skos:prefLabel "características de plantas"@es, "plant characteristics"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:304825 .

nalt:324316
  skos:prefLabel "altura del árbol"@es, "tree height"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:304825 .

nalt:304825
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:125, nalt:10123 ;
  skos:prefLabel "plant height"@en, "altura de las plantas"@es ;
  skos:hiddenLabel "height of the plant"@en ;
  dc:created "2017-07-07"^^xsd:date ;
  ns0:marc001 "83242" ;
  dc:modified "2018-09-12"^^xsd:date ;
  skos:narrower nalt:324316 .

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

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

