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

nalt:2318
  skos:prefLabel "analgésicos"@es, "analgesics"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:14973855 .

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

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

nalt:14973855_def
  rdf:value "Antiinflamatorio no esteroideo utilizado para tratar el dolor, la hipertermia y la inflamación en perros y gatos. Es un inhibidor de la ciclooxigenasa-2."@es, "It is non-steroidal anti-inflammatory drug used to treat pain, hyperthermia and inflammation in dogs and cats. It is a cyclooxygenase-2 (COX-2) inhibitor."@en ;
  dc:source "Based on MeSH." ;
  a ns0:Definition .

