@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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#> .

nalt:255916
  skos:prefLabel "jugo de pera"@es, "pear juice"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2015-06-17"^^xsd:date ;
  skos:hiddenLabel "pear-juice"@en, "pear juices"@en, "pear-juices"@en ;
  ns0:marc001 "71083" ;
  skos:related nalt:57125, nalt:28211 ;
  a skos:Concept, ns0:Product ;
  skos:broader nalt:11284 ;
  dc:modified "2015-11-16"^^xsd:date .

nalt:28211
  skos:prefLabel "Pyrus communis"@es, "Pyrus communis"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:255916 .

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

nalt:57125
  skos:prefLabel "peras"@es, "pears"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:255916 .

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

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

