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

nalt:2770
  skos:prefLabel "tecnología de procesamiento"@es, "processing technology"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:301653 .

nalt:617
  skos:prefLabel "revestimientos"@es, "coatings"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:301653 .

nalt:301653
  ns0:marc001 "80708" ;
  a skos:Concept, ns0:Topic ;
  skos:related nalt:617 ;
  skos:broader nalt:2770 ;
  dc:created "2017-06-07"^^xsd:date ;
  skos:definition nalt:301653_def ;
  skos:prefLabel "revestimiento"@es, "cladding"@en ;
  dc:modified "2017-11-10"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "claddings"@en .

nalt:301653_def
  rdf:value "Cubierta que se coloca en la superficie de un material y que normalmente se fija a este."@es, "A coating placed on the surface of a material and usually bonded to the material."@en ;
  dc:source "NASA Thesaurus" ;
  a ns0:Definition .

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

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

