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

nalt:9550
  skos:prefLabel "técnicas de laboratorio"@es, "laboratory techniques"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:277626 .

nalt:33498
  skos:prefLabel "coloración diferencial"@es, "differential staining"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:277626 .

<https://lod.nal.usda.gov/nalt-core>
  rdfs:label "NALT Core"@es, "NALT Core"@en ;
  a skos:ConceptScheme .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:277626
  skos:broader nalt:9550 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "79118" ;
  dc:created "2016-05-03"^^xsd:date ;
  skos:prefLabel "staining"@en, "coloración"@es ;
  a ns0:Topic, skos:Concept ;
  skos:altLabel "staining methods"@en, "staining techniques"@en ;
  skos:related nalt:223 ;
  skos:narrower nalt:33498 ;
  skos:hiddenLabel "staining technique"@en ;
  dc:modified "2017-01-05"^^xsd:date .

nalt:223
  skos:prefLabel "tinciones"@es, "dyes"@en ;
  a ns0:Product, ns0:Chemical, skos:Concept ;
  skos:related nalt:277626 .

