@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 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:142452
  skos:exactMatch <http://id.cabi.org/cabt/92999>, <http://id.agrisemantics.org/gacs/C18090>, <http://aims.fao.org/aos/agrovoc/c_36386> ;
  skos:related nalt:59105, nalt:53675 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2011-01-25"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "polyethylene-film"@en, "polyethylene films"@en ;
  skos:definition nalt:142452_def ;
  ns0:marc001 "60022" ;
  skos:broader nalt:40167 ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:prefLabel "película de polietileno"@es, "polyethylene film"@en .

nalt:59105
  skos:prefLabel "polietileno"@es, "polyethylene"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:142452 .

nalt:40167
  skos:prefLabel "película de plástico"@es, "plastic film"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:142452 .

nalt:142452_def
  rdf:value "Película plástica hecha de polietileno."@es, "Plastic film made from polyethylene."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:53675
  skos:prefLabel "coberturas con película plástica"@es, "plastic film mulches"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:142452 .

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

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

