@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .

nalt:9555
  skos:prefLabel "diseño experimental"@es, "experimental design"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:30929441 .

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

nalt:30929441
  a skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  skos:definition nalt:30929441_def ;
  skos:prefLabel "pilot studies"@en, "estudios piloto"@es ;
  skos:broader nalt:9555 ;
  dc:created "2023-04-03"^^xsd:date ;
  ns0:marc001 "30929441" ;
  dc:modified "2024-05-04"^^xsd:date .

nalt:30929441_def
  rdf:value "Estudio preliminar o a pequeña escala llevado a cabo para determinar la viabilidad de la investigación y detectar posibles efectos adversos que puedan causar dolor o angustia a los animales."@es, "A preliminary or small-scale study conducted to determine the viability of the research and to potentially identify adverse effects that may cause pain or distress to the animals."@en ;
  dc:source "MeSH" ;
  a ns0:Definition .

