@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:9103
  skos:prefLabel "tegumento"@es, "integument"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:40535 .

nalt:126790
  skos:prefLabel "esquila (lana)"@es, "shearing (defleecing)"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:40535 .

nalt:40535
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85148044> ;
  dc:modified "2013-10-22"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "fleece"@en, "vellón"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:6861, nalt:126790 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:broader nalt:9103 ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C23535>, <http://id.cabi.org/cabt/48537> ;
  skos:definition nalt:40535_def ;
  ns0:marc001 "15332" .

nalt:6861
  skos:prefLabel "lana"@es, "wool"@en ;
  a ns0:Product, skos:Concept ;
  skos:related nalt:40535 .

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

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

nalt:40535_def
  rdf:value "Lana de cualquier parte de una oveja o de un animal similar."@es, "The wool from all parts of a single sheep or similar animal."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

