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

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

nalt:98750038
  skos:prefLabel "syringe feeding"@en, "alimentación con jeringa"@es ;
  skos:broader nalt:21621872 ;
  dc:created "2023-04-03"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2024-05-04"^^xsd:date ;
  ns0:marc001 "98750038" ;
  skos:definition nalt:98750038_def ;
  a skos:Concept .

nalt:21621872
  skos:prefLabel "administración de sustancias"@es, "substance administration"@en ;
  a skos:Concept ;
  skos:narrower nalt:98750038 .

nalt:98750038_def
  rdf:value "Método alternativo a la sonda oral en el cual un animal de laboratorio (como un ratón o una rata) acepta e ingiere voluntariamente un fármaco, una sustancia química o un patógeno que se le ofrece mediante una pipeta oral."@es, "An alternative method to oral gavage in which a laboratory animal (such as a mouse or rat) voluntarily accepts and ingests a drug, chemical, or pathogen offered to it using an oral pipette."@en ;
  dc:source "Based upon Atcha, Z., Rourke, C., Neo, A. H. P., Goh, C. W. H., Lim, J. S. K., Aw, C.-C., Browne, E. R., & Pemberton, D. J. (2010). Alternative method of oral dosing for rats. Journal of the American Association for Laboratory Animal Science, 49(3), 335–343. Scopus. " ;
  a ns0:Definition .

