@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 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/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

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

nalt:226600
  skos:altLabel "NOS3 gene product"@en, "EC-NOS (endothelial constitutive nitric oxide synthase)"@en, "nitric oxide synthase 3"@en, "type III nitric oxide synthase"@en, "nitric oxide synthase type III"@en, "NOS3 (nitric oxide synthase type III)"@en, "eNOS (endothelial nitric oxide synthase)"@en, "endothelial nitric oxide synthetase"@en, "endothelial constitutive nitric oxide synthase"@en ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "endothelial NOS"@en, "endothelial-nitric-oxide-synthase"@en, "endothelial nitrogen-oxide synthase"@en ;
  ns0:marc001 "66403" ;
  skos:prefLabel "óxido nítrico sintasa endotelial"@es, "endothelial nitric oxide synthase"@en ;
  skos:broader nalt:35259 ;
  dc:modified "2016-05-12"^^xsd:date ;
  dc:created "2014-08-29"^^xsd:date .

nalt:35259
  skos:prefLabel "óxido nítrico sintasa"@es, "nitric oxide synthase"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:226600 .

