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

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

nalt:10194
  skos:prefLabel "cefalosporinas"@es, "cephalosporins"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:23755 .

nalt:23755_def
  rdf:value "Antibiótico semisintético cefalosporina con actividad antimicrobiana similar a la de cefaloridina o cefalotina, pero algo menos potente. Es eficaz contra ambos microorganismos, gram-positivos y gram-negativos."@es, "A semisynthetic cephalosporin antibiotic with antimicrobial activity similar to that of cephaloridine or cephalothin, but somewhat less potent. It is effective against both gram-positive and gram-negative organisms."@en ;
  dc:source "Medical Subject Headings 2011" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:23755
  skos:prefLabel "cephalexin"@es, "cephalexin"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:narrower nalt:253701 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:broader nalt:10194 ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:23755_def ;
  dc:modified "2015-05-26"^^xsd:date ;
  ns0:marc001 "50749" .

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

nalt:253701
  skos:prefLabel "cefadroxilo"@es, "cefadroxil"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:broader nalt:23755 .

