@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:9209
  skos:prefLabel "fibras animales"@es, "animal fibers"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:broader nalt:9213 .

nalt:9213
  skos:narrower nalt:9209, nalt:15516, nalt:9216 ;
  dc:created "2006-01-19"^^xsd:date ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "24898" ;
  skos:prefLabel "natural fibers"@en, "fibras naturales"@es ;
  skos:broader nalt:5448 ;
  dc:modified "2017-02-07"^^xsd:date ;
  skos:altLabel "natural fibres"@en ;
  skos:hiddenLabel "natural-fibers"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:15516
  skos:prefLabel "fibras vegetales"@es, "plant fibers"@en ;
  a ns0:Product, skos:Concept ;
  skos:broader nalt:9213 .

nalt:5448
  skos:prefLabel "productos no alimenticios"@es, "nonfood products"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:9213 .

nalt:9216
  skos:prefLabel "fibras celulósicas"@es, "cellulosic fibers"@en ;
  a ns0:Topic, skos:Concept ;
  skos:broader nalt:9213 .

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

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

