@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 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#Product>
  rdfs:label "Product"@en ;
  a owl:Class .

nalt:131665
  skos:prefLabel "Malpighia emarginata"@es, "Malpighia emarginata"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:289269 .

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

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

nalt:289269
  skos:broader nalt:11284 ;
  skos:hiddenLabel "acerola-juice"@en, "acerola juices"@en ;
  ns0:marc001 "79693" ;
  skos:prefLabel "acerola juice"@en, "jugo de acerola"@es ;
  skos:related nalt:131665, nalt:131668 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2017-01-04"^^xsd:date ;
  dc:modified "2017-11-10"^^xsd:date ;
  a skos:Concept, ns0:Product .

nalt:11284
  skos:prefLabel "jugos de fruta"@es, "fruit juices"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:289269 .

