@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

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

nalt:65440
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:prefLabel "tamarindos"@es, "tamarinds"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "36794" ;
  skos:hiddenLabel "tamarind"@en ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C27143>, <http://id.cabi.org/cabt/114567> ;
  skos:related nalt:65441 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:13571 ;
  a ns0:Product, skos:Concept ;
  ns0:productOf nalt:65441 .

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

nalt:65441
  skos:prefLabel "Tamarindus indica"@es, "Tamarindus indica"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:65440 ;
  ns0:hasProduct nalt:65440 .

nalt:13571
  skos:prefLabel "frutas tropicales y subtropicales"@es, "tropical and subtropical fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:65440 .

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

