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

nalt:57107
  skos:hiddenLabel "peach"@en, "honey peaches"@en, "peach fruits"@en, "peach fruit"@en, "honey peach"@en ;
  skos:exactMatch <http://aims.fao.org/aos/agrovoc/c_5638>, <http://id.agrisemantics.org/gacs/C2573>, <http://id.cabi.org/cabt/86248> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:broader nalt:11371 ;
  skos:prefLabel "peaches"@en, "duraznos"@es ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Product> ;
  ns0:marc001 "27416" ;
  skos:altLabel "melocotón (prunus)"@es, "pavías"@es ;
  skos:related nalt:8230, nalt:291400 ;
  dc:modified "2018-07-13"^^xsd:date ;
  ns0:productOf nalt:8230 ;
  dc:created "2006-01-19"^^xsd:date .

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

nalt:291400
  skos:prefLabel "jugo de melocotón"@es, "peach juice"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:57107 .

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

nalt:8230
  skos:prefLabel "Prunus persica"@es, "Prunus persica"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:57107 ;
  ns0:hasProduct nalt:57107 .

nalt:11371
  skos:prefLabel "frutas de hueso"@es, "stone fruits"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:57107 .

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

