@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:8809_def
  rdf:value "Anestésico por inhalación, estable y no explosivo, que relativamente no produce efectos secundarios significativos."@es, "A stable, non-explosive inhalation anesthetic, relatively free from significant side effects."@en ;
  dc:source "Medical Subject Headings 2018" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:8809
  skos:definition nalt:8809_def ;
  ns0:marc001 "19798" ;
  skos:prefLabel "isoflurane"@en, "isoflurano"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:modified "2018-07-26"^^xsd:date ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C22233>, <http://id.cabi.org/cabt/61971>, <http://id.loc.gov/authorities/subjects/sh86005547> ;
  a skos:Concept, ns0:Chemical ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:317739, nalt:317734 .

nalt:317734
  skos:prefLabel "éteres metílicos"@es, "methyl ethers"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:8809 .

nalt:317739
  skos:prefLabel "anestésicos por inhalación"@es, "inhalation anesthetics"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:8809 .

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

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

