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

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

nalt:25112
  skos:prefLabel "Coriandrum sativum"@es, "Coriandrum sativum"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:29082 .

nalt:26271
  skos:prefLabel "cilantro"@es, "cilantro"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:29082 .

nalt:29082
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  skos:scopeNote "Use for the whole or ground dried seeds of the plant as a spice; For the fresh green leaves of the plant as an herb, USE cilantro; For the coriander plant as a whole, USE Coriandrum sativum."@en, "Usar para las semillas enteras o molidas de la planta que se usan como condimento; USAR \"cilantro\" para referirse a las hojas verdes frescas de la hierba; USAR \"Coriandrum sativum\" para designar la planta."@es ;
  skos:prefLabel "semilla de cilantro"@es, "coriander seed"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:related nalt:26271, nalt:25112 ;
  skos:hiddenLabel "coriander-seed"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85032599> ;
  skos:broader nalt:6746 ;
  ns0:marc001 "50782" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date .

nalt:6746
  skos:prefLabel "especias"@es, "spices"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:29082 .

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

