@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:10158
  skos:prefLabel "agentes antinflamatorios no esteroidales"@es, "nonsteroidal anti-inflammatory agents"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:10860094 .

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

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

nalt:10860094_def
  rdf:value "Medicamento antiinflamatorio no esteroideo (AINE) utilizado principalmente para aliviar la inflamación, la fiebre y el dolor articular y posoperatorio en los animales."@es, "A non-steroidal anti-inflammatory drug (NSAID) used primarily for relieving inflammation, fever, joint pain as well as post-surgery pain in animals."@en ;
  dc:source "AWIC" ;
  a ns0:Definition .

