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

nalt:45304
  skos:prefLabel "thyme"@en, "tomillo"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:16013 ;
  skos:related nalt:42350, nalt:323387 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_14877>, <http://id.agrisemantics.org/gacs/C27723> ;
  dc:modified "2018-08-15"^^xsd:date ;
  ns0:marc001 "37665" ;
  ns0:productOf nalt:42350 .

ns0:productOf
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:323387
  skos:prefLabel "aceite de tomillo"@es, "thyme oil"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:45304 .

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

nalt:16013
  skos:prefLabel "hierbas"@es, "herbs"@en ;
  a ns0:Product, ns0:Organism, skos:Concept ;
  skos:narrower nalt:45304 .

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

nalt:42350
  skos:prefLabel "Thymus vulgaris"@es, "Thymus vulgaris"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:45304 ;
  ns0:hasProduct nalt:45304 .

