@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 .

nalt:2729
  skos:prefLabel "hidrolasas monoéster fosforicas"@es, "phosphoric monoester hydrolases"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:196493 .

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

nalt:196493
  skos:altLabel "type II inositol polyphosphate 5-phosphatase"@en, "IP3 phosphatase"@en, "phosphatidylinositol 4,5-bisphosphate phosphatase"@en, "EC 3.1.3.36"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2013-02-20"^^xsd:date ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:hiddenLabel "E.C. 3.1.3.36"@en ;
  skos:prefLabel "fosfoinositida 5-fosfatasa"@es, "phosphoinositide 5-phosphatase"@en ;
  ns0:marc001 "71413" ;
  skos:broader nalt:2729 ;
  dc:modified "2013-12-06"^^xsd:date .

