@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

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

nalt:20728
  skos:prefLabel "vegetales de hoja verde"@es, "green leafy vegetables"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:19330 .

nalt:19330
  dc:created "2006-01-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:altLabel "mustard leaves"@en, "leaf mustard"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "mustard greens"@en, "verduras de mostaza"@es ;
  skos:broader nalt:20728, nalt:19331 ;
  skos:related nalt:19293 ;
  ns0:marc001 "24303" ;
  skos:hiddenLabel "mustard-greens"@en ;
  skos:definition nalt:19330_def ;
  dc:modified "2014-06-20"^^xsd:date .

nalt:19293
  skos:prefLabel "Brassica"@es, "Brassica"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:19330 .

nalt:19330_def
  rdf:value "Hojas jóvenes color verde oscuro de plantas de mostaza que son usadas como una verdura cocinada o como una ensalada. Las hojas tienen un sabor pimientoso fuerte."@es, "The young, dark green leaves of mustard plants that are used as a cooked vegetable or as a salad green. The leaves have a strong, peppery taste."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:19331
  skos:prefLabel "productos derivados de mostaza"@es, "mustard products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:19330 .

