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

nalt:148772
  ns0:marc001 "60228" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2011-10-06"^^xsd:date ;
  a ns0:Chemical, skos:Concept ;
  skos:broader nalt:51057 ;
  skos:prefLabel "troleandomicina"@es, "troleandomycin"@en ;
  skos:definition nalt:148772_def ;
  dc:modified "2013-09-05"^^xsd:date .

nalt:148772_def
  rdf:value "Antibiótico macrólido similar a la eritromicina."@es, "A macrolide antibiotic that is similar to erythromycin."@en ;
  dc:source "Medical Subject Headings 2011" ;
  a ns0:Definition .

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

nalt:51057
  skos:prefLabel "oleandomicina"@es, "oleandomycin"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:148772 .

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

