@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 owl: <http://www.w3.org/2002/07/owl#> .

nalt:10205_def
  rdf:value "Compuesto antibiótico derivado de Streptomyces niveus. Tiene una estructura química similar a la cumarina. La novobiocina se une al ADN girasa, y bloquea la actividad de la adenosina trifosfato (ATPasa)."@es, "An antibiotic compound derived from Streptomyces niveus. It has a chemical structure similar to coumarin. Novobiocin binds to DNA gyrase, and blocks adenosine triphosphatase (ATPase) activity."@en ;
  dc:source "Medical Subject Headings 2011" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:10205
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:definition nalt:10205_def ;
  skos:broader nalt:10186, nalt:10267 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "novobiocin"@en, "novobiocina"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2012-11-30"^^xsd:date ;
  ns0:marc001 "25662" .

ns0:Chemical
  rdfs:label "Chemical"@en ;
  a owl:Class .

nalt:10267
  skos:prefLabel "cumarinas"@es, "coumarins"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:10205 .

nalt:10186
  skos:prefLabel "antibióticos"@es, "antibiotics"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:10205 .

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

