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

<https://lod.nal.usda.gov/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

nalt:573
  skos:prefLabel "plásticos"@es, "plastics"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:272287 .

nalt:309061
  skos:prefLabel "micropartículas"@es, "microparticles"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:272287 .

nalt:272287_def
  rdf:value "Partículas de plástico, de menos de 5 mm de diámetro, resultantes de la degradación de partes más grandes, o fabricadas como microestructuras o estructuras más pequeñas."@es, "Plastic particles, less than 5 millimeters in diameter, that are generated from the degradation of larger pieces or are manufactured to be microstructures or smaller."@en ;
  dc:source "Medical Subject Headings" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:323563
  skos:prefLabel "nanoplásticos"@es, "nanoplastics"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:broader nalt:272287 .

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

nalt:272287
  skos:hiddenLabel "micro-plastic"@en, "microplastic"@en, "micro-plastics"@en ;
  skos:broader nalt:573 ;
  skos:definition nalt:272287_def ;
  ns0:marc001 "88785" ;
  a skos:Concept, ns0:Chemical ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2016-02-17"^^xsd:date ;
  skos:narrower nalt:323563 ;
  skos:related nalt:309061 ;
  skos:prefLabel "microplastics"@en, "microplásticos"@es ;
  dc:modified "2020-07-29"^^xsd:date .

