@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

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

nalt:253701_def
  rdf:value "Derivado de la cefalexina de acción prolongada, de amplio espectro y soluble en agua."@es, "Long-acting, broad-spectrum, water-soluble, cephalexin derivative."@en ;
  dc:source "Medical Subject Headings 2015" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

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

nalt:253701
  skos:altLabel "cefadroxil monohydrate"@en, "4-hydroxycephalexin"@en, "BL-S 578"@en, "BL-S578"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:definition nalt:253701_def ;
  skos:prefLabel "cefadroxilo"@es, "cefadroxil"@en ;
  ns0:marc001 "64645" ;
  dc:modified "2015-11-16"^^xsd:date ;
  skos:broader nalt:23755 ;
  dc:created "2015-05-26"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

