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

nalt:7263
  skos:broader nalt:7281 ;
  ns0:marc001 "1955" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, ns0:Chemical ;
  dc:modified "2015-09-01"^^xsd:date ;
  skos:prefLabel "alum"@en, "alumbre"@es ;
  skos:definition nalt:7263_def .

nalt:7281
  skos:prefLabel "sulfatos"@es, "sulfates"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:7263 .

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

nalt:7263_def
  rdf:value "Sulfato doble formado por aluminio y algún otro elemento (especialmente un metal alcalino) o de aluminio. Tiene veinticuatro moléculas de agua de cristalización. El alumbre común es el doble de sulfato de amonio y potasio. Es blanco, transparente, muy astringente y se cristaliza fácilmente en octaedros. El término incluye por extensión otros sulfatos dobles de fórmula similar a la del alumbre."@es, "A double sulphate formed of aluminium and some other element (esp. an alkali metal) or of aluminium. It has twenty-four molecules of water of crystallization. Common alum is the double sulphate of aluminium and potassium. It is white, transparent, very astringent, and crystallizes easily in octahedrons. The term is extended so as to include other double sulphates similar to alum in formula."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

