@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/naltv#productOf>
  rdfs:subPropertyOf skos:related ;
  rdfs:label "Is product of"@en .

nalt:192978
  skos:prefLabel "aceite de clavo de olor"@es, "clove oil"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:27286 .

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

nalt:22770
  skos:prefLabel "Syzygium aromaticum"@es, "Syzygium aromaticum"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:27286 ;
  ns0:hasProduct nalt:27286 .

nalt:27286
  a ns0:Product, skos:Concept ;
  skos:hiddenLabel "clove"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_23597>, <http://id.agrisemantics.org/gacs/C21602>, <http://id.cabi.org/cabt/30076> ;
  ns0:marc001 "9023" ;
  skos:prefLabel "cloves"@en, "clavos (especia)"@es ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:6746 ;
  skos:related nalt:22770, nalt:192978 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  ns0:productOf nalt:22770 ;
  skos:altLabel "clavo de olor"@es .

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

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

