@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#> .

nalt:1352
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "51248" ;
  skos:hiddenLabel "2, 4, 6-trinitrotoluene"@en ;
  skos:prefLabel "trinitrotolueno"@es, "trinitrotoluene"@en ;
  skos:broader nalt:241718, nalt:12313 ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh2001000298> ;
  skos:altLabel "TNT (trinitrotoluene)"@en, "2,4,6-trinitrotoluene"@en ;
  a skos:Concept, ns0:Chemical ;
  dc:modified "2017-07-06"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date .

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

nalt:12313
  skos:prefLabel "tolueno"@es, "toluene"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:1352 .

nalt:241718
  skos:prefLabel "nitrocompuestos"@es, "nitro compounds"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:1352 .

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

