@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

nalt:6769
  skos:prefLabel "nueces"@es, "nuts"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  ns0:productOf nalt:45979 .

nalt:55416
  skos:prefLabel "árboles de frutos secos"@es, "nut trees"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:45979 .

nalt:138422
  skos:prefLabel "poda mecanizada"@es, "hedging (pruning)"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:45979 .

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

nalt:45979
  skos:exactMatch <http://id.cabi.org/cabt/80412>, <http://aims.fao.org/aos/agrovoc/c_5266>, <http://id.agrisemantics.org/gacs/C5396> ;
  ns0:hasProduct nalt:6769 ;
  skos:related nalt:55416, nalt:138422 ;
  skos:broader nalt:28136 ;
  a ns0:Organism, skos:Concept ;
  skos:prefLabel "plantas de frutos secos"@es, "nut crops"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "25719" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "nut-crops"@en .

nalt:28136
  skos:prefLabel "cultivos hortícolas"@es, "horticultural crops"@en ;
  a ns0:Organism, skos:Concept ;
  skos:narrower nalt:45979 .

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

ns0:hasProduct
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Has product"@en .

