@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 owl: <http://www.w3.org/2002/07/owl#> .
@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:10191
  skos:prefLabel "antibióticos beta-lactámicos"@es, "beta-lactam antibiotics"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:148712 .

<https://lod.nal.usda.gov/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

nalt:148712
  skos:prefLabel "aztreonam"@en, "aztreonam"@es ;
  skos:broader nalt:148701, nalt:10191 ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  dc:created "2011-10-04"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85010687> ;
  skos:definition nalt:148712_def ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "59465" .

nalt:148701
  skos:prefLabel "beta-lactamas"@es, "beta-lactams"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:148712 .

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

nalt:148712_def
  rdf:value "Antibiótico monocíclico beta-lactámico aislado originalmente de Chromobacterium violaceum. Es resistente a las betalactamasas y se utiliza en las infecciones por gram-negativos, especialmente de las meninges, vejiga y riñones. Puede provocar una superinfección con organismos gram-positivos."@es, "A monocyclic beta-lactam antibiotic originally isolated from Chromobacterium violaceum. It is resistant to beta-lactamases and is used in gram-negative infections, especially of the meninges, bladder, and kidneys. It may cause a superinfection with gram-positive organisms."@en ;
  dc:source "Medical Subject Headings 2011" ;
  a ns0:Definition .

