@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

<https://w3id.org/data/naturalcompetence/enhanced_glucose_availability> a <http://purl.obolibrary.org/obo/GO_0015748>;
  schema:description "Increased glucose transport provides additional energy substrate for fermentation during non-respiring growth"@en;
  rdfs:label "Enhanced Glucose Availability"@en .

<https://w3id.org/data/naturalcompetence/glucose_uptake_upregulation> a <http://purl.obolibrary.org/obo/GO_0015748>;
  <http://purl.obolibrary.org/obo/RO_0002087> <https://w3id.org/data/naturalcompetence/enhanced_glucose_availability>;
  schema:description "ComK upregulates genes encoding glucose-uptake transport machinery to enhance glycolytic substrate availability"@en;
  rdfs:label "ComK-Mediated Glucose Uptake System Upregulation"@en .
