@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

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

nalt:188549
  skos:prefLabel "benzofuranos"@es, "benzofurans"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:200438 .

nalt:200438
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "dibenzofurano"@es, "dibenzofuran"@en ;
  dc:created "2013-07-19"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:altLabel "2,2'-biphenylene oxide"@en, "diphenylene oxide"@en, "2,2'-biphenylylene oxide"@en ;
  skos:broader nalt:188549 ;
  dc:source "National Institute of Standards and Technology" ;
  ns0:marc001 "65999" ;
  dc:modified "2014-09-17"^^xsd:date ;
  skos:hiddenLabel "dibenzofurans"@en .

