@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:8701
  skos:prefLabel "polen"@es, "pollen"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:334298 .

nalt:334298
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2019-09-26"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:8701, nalt:334198 ;
  skos:definition nalt:334298_def ;
  skos:broader nalt:18792 ;
  dc:modified "2019-12-16"^^xsd:date ;
  ns0:marc001 "9813980615600041" ;
  skos:prefLabel "palinología forense"@es, "forensic palynology"@en ;
  ns0:marc001previous "93866" .

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

nalt:18792
  skos:prefLabel "palionología"@es, "palynology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:334298 .

nalt:334298_def
  rdf:value "Estudio de polen, esporas o material relacionado que se halla en muestras forenses para resolver asuntos legales."@es, "The study of pollens, spores or related material found in forensic samples to solve legal issues."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

nalt:334198
  skos:prefLabel "morfología polínica"@es, "pollen morphology"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:334298 .

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

