@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:26543
  skos:prefLabel "cáscaras de fruta"@es, "fruit peels"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:5994 .

nalt:16721
  skos:prefLabel "frutos cítricos"@es, "citrus fruits"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:5994 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

nalt:5994
  skos:hiddenLabel "citrus rinds"@en, "pomelo skin"@en, "pomelo skins"@en, "pomelo peels"@en, "citrus rind"@en, "citrus fruit skin"@en, "pomelo peel"@en, "citrus fruit peel"@en, "citrus-peels"@en ;
  ns0:marc001 "8648" ;
  dc:modified "2020-01-29"^^xsd:date ;
  skos:related nalt:16721 ;
  skos:prefLabel "citrus peels"@en, "cáscaras de cítricos"@es ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C29856> ;
  skos:altLabel "citrus fruit peels"@en, "citrus peel"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  a ns0:Topic, skos:Concept ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:26543 .

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

