@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

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

nalt:45167
  skos:exactMatch <http://id.cabi.org/cabt/56662>, <http://id.agrisemantics.org/gacs/C29334>, <http://aims.fao.org/aos/agrovoc/c_35743> ;
  skos:hiddenLabel "herbal-tea"@en, "hawk leaf tea"@en, "herbal teas"@en, "hawk tea"@en, "hawk mature leaf tea"@en ;
  skos:broader nalt:16993 ;
  dc:modified "2017-04-24"^^xsd:date ;
  skos:prefLabel "herbal tea"@en, "té de hierbas"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:16013 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  ns0:productOf nalt:16013 ;
  dc:created "2006-01-19"^^xsd:date ;
  ns0:marc001 "18082" .

nalt:16993
  skos:prefLabel "té"@es, "tea"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:45167 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:16013
  skos:prefLabel "hierbas"@es, "herbs"@en ;
  a ns0:Product, ns0:Organism, skos:Concept ;
  skos:related nalt:45167 ;
  ns0:hasProduct nalt:45167 .

