@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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:257601_def
  rdf:value "Anillo de ciclohexano sustituido por una o varias cetonas en cualquier posición."@es, "Cyclohexane ring substituted by one or more ketones in any position."@en ;
  dc:source "Medical Subject Headings 2015" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:6469
  skos:prefLabel "ciclohexanos"@es, "cyclohexanes"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:257601 .

nalt:257601
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  ns0:marc001 "65692" ;
  dc:created "2015-07-08"^^xsd:date ;
  skos:definition nalt:257601_def ;
  skos:prefLabel "cyclohexanones"@en, "ciclohexanonas"@es ;
  dc:modified "2015-11-16"^^xsd:date ;
  skos:broader nalt:1390, nalt:6469 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "cyclohexanone"@en .

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

nalt:1390
  skos:prefLabel "cetonas"@es, "ketones"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:257601 .

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

