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

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

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

nalt:25341
  skos:exactMatch <http://id.agrisemantics.org/gacs/C25803>, <http://id.cabi.org/cabt/72921> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-core>, <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "dichloro methane"@en, "dichloromethane"@en, "methylene dichloride"@en, "dichloro-methane"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:scopeNote "No se debe confundir con el cloruro de metilo."@es, "Do not confuse with methyl chloride."@en ;
  skos:prefLabel "methylene chloride"@en, "cloruro de metileno"@es ;
  dc:modified "2018-10-29"^^xsd:date ;
  skos:broader nalt:22231 ;
  skos:hiddenLabel "methylene-chloride"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh86002590> ;
  ns0:marc001 "23244" .

nalt:22231
  skos:prefLabel "hidrocarburos clorinados"@es, "chlorinated hydrocarbons"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:25341 .

