@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@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 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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:335707
  skos:prefLabel "ácidos sulfínicos"@es, "sulfinic acids"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:broader nalt:335703 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "sulfinic acid"@en ;
  dc:created "2020-01-28"^^xsd:date ;
  ns0:marc001 "95076" ;
  dc:modified "2020-10-29"^^xsd:date ;
  skos:definition nalt:335707_def .

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

nalt:335703
  skos:prefLabel "ácidos sulfúricos"@es, "sulfur acids"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:335707 .

nalt:335707_def
  rdf:value "Ácidos monobásicos orgánicos o inorgánicos de azufre, cuya fórmula general es RSO(OH)."@es, "Any of the monobasic inorganic or organic acids of sulfur with the general formula RSO(OH)."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

