@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

nalt:11816
  skos:prefLabel "árboles"@es, "trees"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:40663 .

nalt:40663_def
  rdf:value "Árbol cultivado por su belleza más bien que para uso. Por lo general es un árbol floral pequeño usado para subpiso o en laberintos exteriores por su color y textura."@es, "A tree cultivated for its beauty rather than for use. It is usually a small flowering tree used for understory or massed in the open for color and texture."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:56199
  skos:prefLabel "plantas leñosas ornamentales"@es, "ornamental woody plants"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:narrower nalt:40663 .

nalt:40663
  skos:definition nalt:40663_def ;
  skos:broader nalt:11816, nalt:56199 ;
  ns0:marc001 "26382" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85095707>, <http://id.agrisemantics.org/gacs/C19878> ;
  skos:prefLabel "ornamental trees"@en, "árboles ornamentales"@es ;
  dc:modified "2014-04-15"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  a ns0:Product, skos:Concept ;
  skos:hiddenLabel "ornamental-trees"@en, "ornamental tree"@en .

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

