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

nalt:8508
  skos:prefLabel "Ananas comosus"@es, "Ananas comosus"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:8509 ;
  ns0:hasProduct nalt:8509 .

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

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

nalt:8509
  skos:related nalt:8508, nalt:324198, nalt:41676 ;
  skos:prefLabel "piñas"@es, "pineapples"@en ;
  ns0:productOf nalt:8508 ;
  skos:altLabel "ananá"@es ;
  skos:exactMatch <http://id.cabi.org/cabt/90835>, <http://id.agrisemantics.org/gacs/C8858>, <http://aims.fao.org/aos/agrovoc/c_13394> ;
  ns0:marc001 "28706" ;
  dc:modified "2018-09-07"^^xsd:date ;
  skos:hiddenLabel "pineapple"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:13571 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:created "2006-01-19"^^xsd:date .

nalt:324198
  skos:prefLabel "cáscaras de piña"@es, "pineapple peels"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:8509 .

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

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

nalt:41676
  skos:prefLabel "jugo de piña"@es, "pineapple juice"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:8509 .

