@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<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:196503
  skos:prefLabel "glucosiltransferasas"@es, "glucosyltransferases"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:196506 .

nalt:196506
  skos:prefLabel "cellulose synthase"@en, "celulosa sintasa"@es ;
  skos:hiddenLabel "cellulose synthases"@en, "E.C. 2.4.1.12"@en, "E.C. 2.4.1.29"@en ;
  skos:altLabel "EC 2.4.1.12"@es, "EC 2.4.1.12"@en, "EC 2.4.1.29"@es, "EC 2.4.1.29"@en ;
  ns0:marc001 "64664" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a ns0:Chemical, skos:Concept ;
  dc:created "2013-02-20"^^xsd:date ;
  dc:modified "2018-06-28"^^xsd:date ;
  skos:broader nalt:196503 .

