@prefix : <https://gwsp.cs.ksu.edu/nutrient-management/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://gwsp.cs.ksu.edu/nutrient-management/> .

<https://gwsp.cs.ksu.edu/nutrient-management/> rdf:type owl:Ontology ;
                                                <http://purl.org/dc/terms/creator> "GRIP, Kansas State University" ;
                                                <http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/4.0/> ;
                                                <http://purl.org/dc/terms/title> "GRIP Nutrient Management Ontology"@en ;
                                                rdfs:comment "The master ontology for the GRIP Nutrient Management suite developed at Kansas State University. This umbrella ontology imports five domain modules — environment, nutrient, fertilization, nitrogen cycle, and soil available nitrogen — and defines the shared root concept (Nutrient Management) that connects them into a coherent knowledge framework for describing, querying, and reasoning over nitrogen management experiments in crop production systems." ;
                                                rdfs:label "GRIP Nutrient Management Ontology" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://gwsp.cs.ksu.edu/nutrient-management/governed_by
:governed_by rdf:type owl:ObjectProperty ;
             rdfs:domain :Nutrient_Management ;
             rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ;
             rdfs:comment "Links Nutrient Management to the Nitrogen Balance that governs the outcome. The balance between nitrogen supply and demand, mediated by transformations and losses, determines how much applied nitrogen reaches the crop versus being lost to the environment. Bridges to the nitrogen module." ;
             rdfs:label "governed by" .


###  https://gwsp.cs.ksu.edu/nutrient-management/has_crop_response
:has_crop_response rdf:type owl:ObjectProperty ;
                   rdfs:domain :Nutrient_Management ;
                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                   rdfs:comment "Links Nutrient Management to the Crop Response variables measured to evaluate the effectiveness of a management treatment. Responses include yield, growth, and quality measurements. Bridges to the nutrient module." ;
                   rdfs:label "has crop response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/has_environmental_impact
:has_environmental_impact rdf:type owl:ObjectProperty ;
                          rdfs:domain :Nutrient_Management ;
                          rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> ;
                          rdfs:comment "Links Nutrient Management to the Environmental Impacts that may result from nitrogen losses. These are the externalities of nitrogen management — water pollution, soil acidification, atmospheric emissions — that the discipline seeks to minimise. Bridges to the soil available nitrogen module." ;
                          rdfs:label "has environmental impact" .


###  https://gwsp.cs.ksu.edu/nutrient-management/implemented_through
:implemented_through rdf:type owl:ObjectProperty ;
                     rdfs:domain :Nutrient_Management ;
                     rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> ;
                     rdfs:comment "Links Nutrient Management to the Nitrogen Fertilization decision and execution process that implements the management strategy. Encompasses source, rate, timing, and method choices. Bridges to the fertilization module." ;
                     rdfs:label "implemented through" .


###  https://gwsp.cs.ksu.edu/nutrient-management/involves_cultivar
:involves_cultivar rdf:type owl:ObjectProperty ;
                   rdfs:domain :Nutrient_Management ;
                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar> ;
                   rdfs:comment "Links Nutrient Management to the Cultivar being grown. Cultivar genotype determines yield potential, nitrogen demand, and grain protein response. Bridges to the nutrient module." ;
                   rdfs:label "involves cultivar" .


###  https://gwsp.cs.ksu.edu/nutrient-management/involves_nutrient
:involves_nutrient rdf:type owl:ObjectProperty ;
                   rdfs:domain :Nutrient_Management ;
                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                   rdfs:comment "Links Nutrient Management to the Nutrient(s) it addresses. Every nutrient management programme targets at least one nutrient; nitrogen is the primary focus of this ontology suite but the structure supports extension to phosphorus, potassium, and micronutrients. Bridges to the nutrient module." ;
                   rdfs:label "involves nutrient" .


###  https://gwsp.cs.ksu.edu/nutrient-management/involves_species
:involves_species rdf:type owl:ObjectProperty ;
                  rdfs:domain :Nutrient_Management ;
                  rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                  rdfs:comment "Links Nutrient Management to the Crop Species. Species determines fundamental nutrient requirements, growth habit, and the applicable set of response variables. Bridges to the nutrient module." ;
                  rdfs:label "involves species" .


###  https://gwsp.cs.ksu.edu/nutrient-management/occurs_in_environment
:occurs_in_environment rdf:type owl:ObjectProperty ;
                       rdfs:domain :Nutrient_Management ;
                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment> ;
                       rdfs:comment "Links Nutrient Management to the Environment in which it takes place. The environment (weather, soil, location, experimental design) constrains achievable yield, nitrogen dynamics, and loss risk. This property bridges the master ontology to the environment module." ;
                       rdfs:label "occurs in environment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_component
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_component> rdf:type owl:ObjectProperty ;
                                                                        rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment> ;
                                                                        rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component> ;
                                                                        rdfs:comment "Relates an Environment to one of its constituent components (weather, soil, location, or experimental design). An Environment instance is expected to have multiple has_component assertions — at least one per component pillar." ;
                                                                        rdfs:label "has component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_drainage_class
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_drainage_class> rdf:type owl:ObjectProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer> ;
                                                                             rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                             rdfs:comment "Associates a Soil Layer (or, by extension, the whole profile) with a USDA natural drainage class. Drainage class is typically assigned at the profile level, but attaching it at the layer level allows representing soils with contrasting drainage in different horizons (e.g., fragipan soils)." ;
                                                                             rdfs:label "has drainage class" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_nutrient_status
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_nutrient_status> rdf:type owl:ObjectProperty ;
                                                                              rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer> ;
                                                                              rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                              rdfs:comment "Associates a Soil Layer with a Nutrient (defined in the nutrient module) to record the availability or concentration of that nutrient at the given depth. Enables cross-module integration between environment and nutrient data." ;
                                                                              rdfs:label "has nutrient status" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_sampling_depth
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_sampling_depth> rdf:type owl:ObjectProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer> ;
                                                                             rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                             rdfs:comment "Links a Soil Layer to the vertical interval (Sampling Depth) at which it was observed. Every Soil Layer must reference exactly one Sampling Depth to indicate where in the profile the associated traits and nutrient measurements were obtained." ;
                                                                             rdfs:label "has sampling depth" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_soil_texture
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_soil_texture> rdf:type owl:ObjectProperty ;
                                                                           rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer> ;
                                                                           rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                           rdfs:comment "Associates a Soil Layer with one of the 12 USDA soil textural classes. Texture is usually constant within a sampling interval but may change between layers (e.g., sandy loam surface over clay sub-soil)." ;
                                                                           rdfs:label "has soil texture" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_soil_trait
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_soil_trait> rdf:type owl:ObjectProperty ;
                                                                         rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer> ;
                                                                         rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                         rdfs:comment "Associates a Soil Layer with a measurable soil property (e.g., bulk density, pH, organic matter). A Soil Layer may have multiple trait assertions to capture the full suite of measurements taken at that depth." ;
                                                                         rdfs:label "has soil trait" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/is_in_state
<https://gwsp.cs.ksu.edu/nutrient-management/environment/is_in_state> rdf:type owl:ObjectProperty ;
                                                                      rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Entity> ;
                                                                      rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                      rdfs:comment "Links a Geographic Entity (a County, a Weather Station, or any other state-anchored place) to its parent State. For Counties the link can be derived from the FIPS-5 code: its first two digits match the parent state's FIPS-2 code. For Weather Stations the link is recorded directly from the station metadata." ;
                                                                      rdfs:label "is in state" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/derived_from_factor
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/derived_from_factor> rdf:type owl:ObjectProperty ;
                                                                                rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Optimal_Nitrogen_Rate> ;
                                                                                rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor> ;
                                                                                rdfs:comment "Indicates that an Optimal Nitrogen Rate was analytically derived using one or more Fertilization Decision Factors (yield goal, yield potential, protein response). The directionality is: the optimal rate is computed FROM these factors, not the reverse." ;
                                                                                rdfs:label "derived from factor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_adjustment
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_adjustment> rdf:type owl:ObjectProperty ;
                                                                           rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ;
                                                                           rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Adjustment> ;
                                                                           rdfs:comment "Links a Management Practice to the Nitrogen Adjustment (credit or debit in kg N/ha) it generates. The adjustment modifies the base nitrogen recommendation derived from decision factors." ;
                                                                           rdfs:label "has adjustment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_application
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_application> rdf:type owl:ObjectProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> ;
                                                                            rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> ;
                                                                            rdfs:comment "Relates a Nitrogen Fertilization event to one or more discrete Nitrogen Application events that together implement the fertilization plan for a crop-season." ;
                                                                            rdfs:label "has application" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_crop_category
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_crop_category> rdf:type owl:ObjectProperty ;
                                                                              rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop> ;
                                                                              rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category> ;
                                                                              rdfs:comment "Links a Previous Crop to the broad agronomic category (cereals, legumes, oilseeds, fallow) that determines the direction and magnitude of the previous-crop nitrogen adjustment." ;
                                                                              rdfs:label "has crop category" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_depth
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_depth> rdf:type owl:ObjectProperty ;
                                                                      rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> ;
                                                                      rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Depth> ;
                                                                      rdfs:comment "Links a Nitrogen Application event to the Application Depth at which the fertilizer was placed. Applicable only for sub-surface methods (injection, deep banding); surface methods have no depth." ;
                                                                      rdfs:label "has depth" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_method
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_method> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                       rdfs:comment "Links a Nitrogen Application event to the Application Method (broadcast, injection, banding, etc.) used to place the fertilizer." ;
                                                                       rdfs:label "has method" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_rate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_rate> rdf:type owl:ObjectProperty ;
                                                                     rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> ;
                                                                     rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Rate> ;
                                                                     rdfs:comment "Links a Nitrogen Application event to the Nitrogen Rate (quantity of elemental N per unit area) applied." ;
                                                                     rdfs:label "has rate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_source
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_source> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                       rdfs:comment "Links a Nitrogen Application event to the Fertilizer Source (product) that was applied. A single application uses exactly one source; blended applications should be modeled as separate application events." ;
                                                                       rdfs:label "has source" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_timing
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_timing> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> ;
                                                                       rdfs:comment "Links a Nitrogen Application event to the Application Timing window (pre-plant, topdress, flag-leaf, etc.) at which it was executed." ;
                                                                       rdfs:label "has timing" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_cultivar
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_cultivar> rdf:type owl:ObjectProperty ;
                                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> ;
                                                                                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar> ;
                                                                                   rdfs:comment "Relates a Nitrogen Fertilization decision to the Cultivar being grown. Cultivar determines genetic yield potential, nitrogen uptake efficiency, and grain protein response characteristics. Imported from the nutrient module." ;
                                                                                   rdfs:label "influenced by cultivar" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_environment
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_environment> rdf:type owl:ObjectProperty ;
                                                                                      rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> ;
                                                                                      rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment> ;
                                                                                      rdfs:comment "Relates a Nitrogen Fertilization decision to the Environment (weather, soil, location) that constrains achievable yield and nitrogen dynamics. Imported from the environment module." ;
                                                                                      rdfs:label "influenced by environment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_factor
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_factor> rdf:type owl:ObjectProperty ;
                                                                                 rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> ;
                                                                                 rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor> ;
                                                                                 rdfs:comment "Relates a Nitrogen Fertilization decision to a Fertilization Decision Factor (yield goal, yield potential, protein response) that was used to determine the target nitrogen rate." ;
                                                                                 rdfs:label "influenced by factor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_practice
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_practice> rdf:type owl:ObjectProperty ;
                                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> ;
                                                                                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ;
                                                                                   rdfs:comment "Relates a Nitrogen Fertilization decision to a Management Practice (tillage, irrigation, grazing, manure, previous crop) that modifies the effective nitrogen requirement via adjustments." ;
                                                                                   rdfs:label "influenced by practice" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/associated_with
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/associated_with> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Fixation> ;
                                                                       rdfs:comment "Links a nitrogen-fixing organism group to the fixation type (symbiotic or non-symbiotic) it participates in." ;
                                                                       rdfs:label "associated with" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/depleted_by
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/depleted_by> rdf:type owl:ObjectProperty ;
                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Available_Nitrogen> ;
                                                                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ;
                                                                   rdfs:comment "Links Soil Available Nitrogen to the processes that remove nitrogen from the plant-available pool: crop uptake and the various loss pathways." ;
                                                                   rdfs:label "depleted by" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/draws_from
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/draws_from> rdf:type owl:ObjectProperty ;
                                                                  rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Translocation> ;
                                                                  rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Pool> ;
                                                                  rdfs:comment "Links Nitrogen Translocation to the nitrogen pools (mobilizable N in leaf, mobilizable N in stem) from which it remobilizes nitrogen for grain fill." ;
                                                                  rdfs:label "draws from" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> rdf:type owl:ObjectProperty ;
                                                                 rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation> ;
                                                                 rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Temperature> ;
                                                                 rdfs:comment "Links a nitrogen process (mineralization, nitrification, denitrification) to the environmental variable that regulates its rate. This replaces the former subClassOf relationship between drivers and processes." ;
                                                                 rdfs:label "driven by" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/fulfilled_by
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/fulfilled_by> rdf:type owl:ObjectProperty ;
                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand> ;
                                                                    rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Translocation> ;
                                                                    rdfs:comment "Links Grain Nitrogen Demand to the Nitrogen Translocation process that supplies the majority of grain nitrogen by remobilizing pre-anthesis vegetative nitrogen." ;
                                                                    rdfs:label "fulfilled by" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_computation> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> ;
                                                                       rdfs:comment "Links an organ-level nitrogen demand to the mathematical computation procedure that calculates its magnitude from physiological input parameters." ;
                                                                       rdfs:label "has computation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_demand> rdf:type owl:ObjectProperty ;
                                                                  rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ;
                                                                  rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand> ;
                                                                  rdfs:comment "Links Nitrogen Balance to its demand side — the aggregate of all nitrogen required by the crop." ;
                                                                  rdfs:label "has demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_determinant
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_determinant> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Crop_Growth_Stage> ;
                                                                       rdfs:comment "Links Nitrogen Demand to a variable that is a necessary computational input for calculating the demand quantity. Determinants directly enter the demand equation: growth stage, critical N requirement, and uptake capacity." ;
                                                                       rdfs:label "has determinant" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_loss
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_loss> rdf:type owl:ObjectProperty ;
                                                                rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ;
                                                                rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ;
                                                                rdfs:comment "Links Nitrogen Balance to the loss pathways that permanently remove nitrogen from the soil-plant system." ;
                                                                rdfs:label "has loss" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_parameter
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_parameter> rdf:type owl:ObjectProperty ;
                                                                     rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> ;
                                                                     rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                     rdfs:comment "Links a Nitrogen Demand Computation to one of its input variables (a Computation Parameter). Parameters are measurable physiological values that enter the computation equation; they are not types of the computation itself." ;
                                                                     rdfs:label "has parameter" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_substrate
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_substrate> rdf:type owl:ObjectProperty ;
                                                                     rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization> ;
                                                                     rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization_Substrate> ;
                                                                     rdfs:comment "Links Mineralization to the organic material from which nitrogen is being released through microbial decomposition." ;
                                                                     rdfs:label "has substrate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_supply
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_supply> rdf:type owl:ObjectProperty ;
                                                                  rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ;
                                                                  rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply> ;
                                                                  rdfs:comment "Links Nitrogen Balance to its supply side — the aggregate of all nitrogen inputs entering the system." ;
                                                                  rdfs:label "has supply" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_transformation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_transformation> rdf:type owl:ObjectProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ;
                                                                          rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation> ;
                                                                          rdfs:comment "Links Nitrogen Balance to transformations that change nitrogen form without altering the total pool size." ;
                                                                          rdfs:label "has transformation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> ;
                                                                       rdfs:comment "Inverse of has_parameter. Links a Computation Parameter to the Nitrogen Demand Computation in which it is used as an input variable." ;
                                                                       rdfs:label "is parameter of" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/modulated_by
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/modulated_by> rdf:type owl:ObjectProperty ;
                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand> ;
                                                                    rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Growing_Season> ;
                                                                    rdfs:comment "Links Nitrogen Demand to an external factor that modifies the rate or magnitude of demand without being a direct computational input. Modulators alter the context in which demand operates: growing season length, pest pressure, other nutrient limitations." ;
                                                                    rdfs:label "modulated by" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/supplied_through
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/supplied_through> rdf:type owl:ObjectProperty ;
                                                                        rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Available_Nitrogen> ;
                                                                        rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source> ;
                                                                        rdfs:comment "Links Soil Available Nitrogen to the supply sources that contribute nitrogen to the plant-available pool." ;
                                                                        rdfs:label "supplied through" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_crop_response
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_crop_response> rdf:type owl:ObjectProperty ;
                                                                         rdfs:domain :Nutrient_Management ;
                                                                         rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                         rdfs:comment "Links Nutrient Management to the set of crop response variables measured to evaluate treatment effects." ;
                                                                         rdfs:label "has crop response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_measure
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_measure> rdf:type owl:ObjectProperty ;
                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                   rdfs:comment "Links a Crop Response category (Yield_Response, Growth_Response, Quality_Response) to the specific measurement variables it contains. Retained for backward compatibility where needed but the preferred pattern is direct individual → class typing." ;
                                                                   rdfs:label "has measure" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_species
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_species> rdf:type owl:ObjectProperty ;
                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar> ;
                                                                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                                                                   rdfs:comment "Links a Cultivar to the Crop Species it belongs to. Every cultivar belongs to exactly one species; the species determines the set of applicable response variables (e.g., wheat-specific milling quality measures)." ;
                                                                   rdfs:label "has species" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/involves_nutrient
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/involves_nutrient> rdf:type owl:ObjectProperty ;
                                                                         rdfs:domain :Nutrient_Management ;
                                                                         rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                         rdfs:comment "Links Nutrient Management to the nutrients it addresses. Every nutrient management programme targets at least one nutrient." ;
                                                                         rdfs:label "involves nutrient" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/is_form_of
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/is_form_of> rdf:type owl:ObjectProperty ;
                                                                  rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Form> ;
                                                                  rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                  rdfs:comment "Links a Nutrient Form (e.g., Ammonium_Nitrogen, Nitrate_Nitrogen) to the parent Nutrient element it represents. A given element may have multiple forms with different soil mobility and availability characteristics." ;
                                                                  rdfs:label "is form of" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/observed_in_response_to
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/observed_in_response_to> rdf:type owl:ObjectProperty ;
                                                                               rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                               rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                               rdfs:comment "Links a Crop Response observation to the Nutrient(s) whose management treatment it evaluates. This replaces the previous vague 'Nutrient influence Observational_Traits' assertion with a precise, queryable relationship. Example: a Grain_Protein measurement observed_in_response_to Nitrogen." ;
                                                                               rdfs:label "observed in response to" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_location
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_location> rdf:type owl:ObjectProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Site_Year_Environment> ;
                                                                       rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location> ;
                                                                       rdfs:comment "Links a Site-Year Environment to its Location." ;
                                                                       rdfs:label "has location" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_maturity_group
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_maturity_group> rdf:type owl:ObjectProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar> ;
                                                                             rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                                             rdfs:comment "Links a Cultivar to its Maturity Group classification." ;
                                                                             rdfs:label "has maturity group" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_treatment_1
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_treatment_1> rdf:type owl:ObjectProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                          rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor> ;
                                                                          rdfs:comment "Links a Plot Observation to its primary treatment factor (Treatment 1). This is either a 'Fertility' treatment (varying nitrogen rates or management packages like FP, FP+N+MESZ) or a 'Management' treatment (overall management intensity like High, High_N)." ;
                                                                          rdfs:label "has treatment 1" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_treatment_2
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_treatment_2> rdf:type owl:ObjectProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                          rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor> ;
                                                                          rdfs:comment "Links a Plot Observation to its secondary treatment factor (Treatment 2). This is always 'Variety' — the cultivar being tested. The specific cultivar identity is also available via the observed_cultivar property for direct access without going through the Treatment_Factor indirection." ;
                                                                          rdfs:label "has treatment 2" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_treatment_3
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_treatment_3> rdf:type owl:ObjectProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                          rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor> ;
                                                                          rdfs:comment "Links a Plot Observation to its tertiary treatment factor (Treatment 3), if present. This is either an 'N timing' treatment (fall/spring/anthesis split) or a 'Plant Growth Regulator' treatment (Control vs Palisade). Not all trials have a third factor." ;
                                                                          rdfs:label "has treatment 3" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_year
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_year> rdf:type owl:ObjectProperty ;
                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Site_Year_Environment> ;
                                                                   rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Year> ;
                                                                   rdfs:comment "Links a Site-Year Environment to its crop-season Year." ;
                                                                   rdfs:label "has year" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_at_site_year
<https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_at_site_year> rdf:type owl:ObjectProperty ;
                                                                                rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/observation/Site_Year_Environment> ;
                                                                                rdfs:comment "Links a Plot Observation to the Site-Year Environment in which it was recorded." ;
                                                                                rdfs:label "observed at site-year" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_cultivar
<https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_cultivar> rdf:type owl:ObjectProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                            rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar> ;
                                                                            rdfs:comment "Links a Plot Observation to the Cultivar grown in the plot." ;
                                                                            rdfs:label "observed cultivar" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_in_trial
<https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_in_trial> rdf:type owl:ObjectProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                            rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/environment/Trial> ;
                                                                            rdfs:comment "Links a Plot Observation to the Trial it belongs to." ;
                                                                            rdfs:label "observed in trial" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_n_timing
<https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_n_timing> rdf:type owl:ObjectProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                            rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                            rdfs:comment "Links a Plot Observation to the Nitrogen Timing Split used for the nitrogen application in that plot." ;
                                                                            rdfs:label "observed N timing" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_previous_crop
<https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_previous_crop> rdf:type owl:ObjectProperty ;
                                                                                 rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                 rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop> ;
                                                                                 rdfs:comment "Links a Plot Observation to the actual Previous Crop grown in the field in the preceding season (e.g., Soybeans, Wheat, Canola, Fallow). The previous crop individual is in turn linked to its broad Crop Category (Legumes, Cereals, etc.) via has_crop_category." ;
                                                                                 rdfs:label "observed previous crop" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> rdf:type owl:ObjectProperty ;
                                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ;
                                                                                    rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> ;
                                                                                    rdfs:comment "Links a nitrogen loss pathway or transformation process to the environmental impact it produces. Each loss pathway may cause one or more distinct impacts: leaching causes water pollution, denitrification causes atmospheric pollution, nitrification causes soil acidification. Directionality is causal: the process produces the impact as an externality." ;
                                                                                    rdfs:label "causes impact" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/contributes_to
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/contributes_to> rdf:type owl:ObjectProperty ;
                                                                                     rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Uptake> ;
                                                                                     rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                                     rdfs:comment "Links nitrogen uptake to the crop response variable it positively influences. Uptake contributes to yield (more N absorbed → more biomass and grain) and quality (more N absorbed → higher grain protein). The relationship is directional and causal but not exclusive — other factors (genetics, weather, disease) also determine yield and quality." ;
                                                                                     rdfs:label "contributes to" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/has_determinant
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/has_determinant> rdf:type owl:ObjectProperty ;
                                                                                      rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Uptake> ;
                                                                                      rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Root_Growth> ;
                                                                                      rdfs:comment "Links nitrogen uptake to a factor that is a necessary determinant of uptake capacity. Root growth is the primary determinant because it defines the volume of soil accessible to the plant for nitrogen absorption." ;
                                                                                      rdfs:label "has determinant" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/mediated_by
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/mediated_by> rdf:type owl:ObjectProperty ;
                                                                                  rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Denitrification> ;
                                                                                  rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> ;
                                                                                  rdfs:comment "Links a biogeochemical process (denitrification) to the microbial organism group that catalyses it. Indicates that the process cannot occur abiotically and requires biological mediation." ;
                                                                                  rdfs:label "mediated by" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/quantified_by
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/quantified_by> rdf:type owl:ObjectProperty ;
                                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Available_Nitrogen> ;
                                                                                    rdfs:range <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Mineral_Nitrogen_Content> ;
                                                                                    rdfs:comment "Links the conceptual Soil Available Nitrogen pool (defined in the nitrogen module) to the measurable Soil Mineral Nitrogen Content that quantifies it through laboratory analysis. The pool is the abstract compartment; the measurement is its empirical expression." ;
                                                                                    rdfs:label "quantified by" .


#################################################################
#    Data properties
#################################################################

###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> rdf:type owl:DatatypeProperty ;
                                                                        rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Region> ;
                                                                        rdfs:range xsd:string ;
                                                                        rdfs:comment "The Federal Information Processing Standards (FIPS) code that uniquely identifies a Geographic Region. State FIPS codes are two digits with a leading zero where applicable (e.g., '05' for Arkansas, '20' for Kansas). County FIPS codes are five digits where the first two digits match the parent state (e.g., '20015' for Allen County, Kansas). Stored as xsd:string to preserve leading zeros." ;
                                                                        rdfs:label "has FIPS code" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm> rdf:type owl:DatatypeProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                             rdfs:range xsd:float ;
                                                                             rdfs:comment "The lower (deeper) boundary of a sampling depth interval, measured in centimeters from the soil surface. The thickness of the interval is (has_lower_depth_cm − has_upper_depth_cm)." ;
                                                                             rdfs:label "has lower depth (cm)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_station_id
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_station_id> rdf:type owl:DatatypeProperty ;
                                                                         rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Station> ;
                                                                         rdfs:range xsd:string ;
                                                                         rdfs:comment "The station identifier as assigned by the operating network (NWS Cooperative Observer Program, ASOS, AWOS, or a state mesonet). Examples: 'RSL 3' for Russell Municipal Airport, Kansas. Stored as xsd:string because IDs may contain spaces, letters, and digits with no fixed length." ;
                                                                         rdfs:label "has station ID" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm> rdf:type owl:DatatypeProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                             rdfs:range xsd:float ;
                                                                             rdfs:comment "The upper (shallower) boundary of a sampling depth interval, measured in centimeters from the soil surface. A value of 0.0 indicates the surface." ;
                                                                             rdfs:label "has upper depth (cm)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> rdf:type owl:DatatypeProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                            rdfs:range xsd:float ;
                                                                            rdfs:comment "The guaranteed potassium content of a fertilizer source, expressed as weight-percent K₂O (industry convention). Zero for most nitrogen and phosphorus sources." ;
                                                                            rdfs:label "has K₂O percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> rdf:type owl:DatatypeProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                          rdfs:range xsd:float ;
                                                                          rdfs:comment "The guaranteed nitrogen content of a fertilizer source, expressed as weight-percent elemental N. For example, urea = 46.0, DAP = 18.0. Enables nitrogen-budget queries: SELECT all sources WHERE has_N_percent > 0." ;
                                                                          rdfs:label "has N percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> rdf:type owl:DatatypeProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                             rdfs:range xsd:float ;
                                                                             rdfs:comment "The guaranteed phosphorus content of a fertilizer source, expressed as weight-percent P₂O₅ (industry convention). For example, DAP = 46.0, MAP = 52.0. Zero for nitrogen-only sources." ;
                                                                             rdfs:label "has P₂O₅ percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> rdf:type owl:DatatypeProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                          rdfs:range xsd:float ;
                                                                          rdfs:comment "The guaranteed sulfur content of a fertilizer source, expressed as weight-percent elemental S. For example, ammonium sulfate = 24.0. Zero for sources without sulfur." ;
                                                                          rdfs:label "has S percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_depth_cm
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_depth_cm> rdf:type owl:DatatypeProperty ;
                                                                         rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Depth> ;
                                                                         rdfs:range xsd:float ;
                                                                         rdfs:comment "The numeric depth of fertilizer placement below the soil surface, in centimeters. Applicable only for sub-surface application methods (injection, deep banding)." ;
                                                                         rdfs:label "has depth (cm)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_rate_value
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_rate_value> rdf:type owl:DatatypeProperty ;
                                                                           rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Rate> ;
                                                                           rdfs:range xsd:float ;
                                                                           rdfs:comment "The numeric value of the nitrogen rate in kg N/ha (or lb N/acre when specified by unit context). Associates a Nitrogen Rate instance with its scalar magnitude." ;
                                                                           rdfs:label "has rate value" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_anthesis_pct
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_anthesis_pct> rdf:type owl:DatatypeProperty ;
                                                                           rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                           rdfs:range xsd:integer ;
                                                                           rdfs:comment "The percentage of total nitrogen applied at anthesis (0-100)." ;
                                                                           rdfs:label "has anthesis percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_biomass_g_per_sqm
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_biomass_g_per_sqm> rdf:type owl:DatatypeProperty ;
                                                                                rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                rdfs:range xsd:float ;
                                                                                rdfs:comment "Total aboveground biomass at maturity, in grams per square meter." ;
                                                                                rdfs:label "has biomass (g/m2)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_dap_n_lbs_per_acre
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_dap_n_lbs_per_acre> rdf:type owl:DatatypeProperty ;
                                                                                 rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                 rdfs:range xsd:float ;
                                                                                 rdfs:comment "The nitrogen contributed by DAP application, in lbs N per acre. Calculated from DAP rate and its 18% N content." ;
                                                                                 rdfs:label "has DAP N contribution (lbs/acre)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_dap_rate_lbs_per_acre
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_dap_rate_lbs_per_acre> rdf:type owl:DatatypeProperty ;
                                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                    rdfs:range xsd:float ;
                                                                                    rdfs:comment "The di-ammonium phosphate application rate in lbs product per acre at sowing." ;
                                                                                    rdfs:label "has DAP rate (lbs/acre)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_estimated_anthesis_date
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_estimated_anthesis_date> rdf:type owl:DatatypeProperty ;
                                                                                      rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                      rdfs:range xsd:date ;
                                                                                      rdfs:comment "The estimated date of anthesis (flowering) for the plot." ;
                                                                                      rdfs:label "has estimated anthesis date" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_factor_level
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_factor_level> rdf:type owl:DatatypeProperty ;
                                                                           rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor> ;
                                                                           rdfs:range xsd:string ;
                                                                           rdfs:comment "The specific level or treatment description within the factor (e.g., 'N rate', 'FP', 'FP+N+MESZ', 'MESZ', 'High', 'High_N', '40/60/0', 'Palisade')." ;
                                                                           rdfs:label "has factor level" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_factor_name
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_factor_name> rdf:type owl:DatatypeProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor> ;
                                                                          rdfs:range xsd:string ;
                                                                          rdfs:comment "The name of the treatment factor (e.g., 'Fertility', 'Management', 'Variety', 'N timing')." ;
                                                                          rdfs:label "has factor name" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_fall_pct
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_fall_pct> rdf:type owl:DatatypeProperty ;
                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                       rdfs:range xsd:integer ;
                                                                       rdfs:comment "The percentage of total nitrogen applied in fall (0-100)." ;
                                                                       rdfs:label "has fall percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_fungicide_date
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_fungicide_date> rdf:type owl:DatatypeProperty ;
                                                                             rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                             rdfs:range xsd:date ;
                                                                             rdfs:comment "The date on which foliar fungicide was applied." ;
                                                                             rdfs:label "has fungicide date" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_harvest_index
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_harvest_index> rdf:type owl:DatatypeProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                            rdfs:range xsd:float ;
                                                                            rdfs:comment "The ratio of grain yield to total aboveground biomass (dimensionless, 0-1)." ;
                                                                            rdfs:label "has harvest index" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_heads_per_sqm
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_heads_per_sqm> rdf:type owl:DatatypeProperty ;
                                                                            rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                            rdfs:range xsd:float ;
                                                                            rdfs:comment "The count of fertile spikes (heads) per square meter." ;
                                                                            rdfs:label "has heads per m2" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_kernels_per_head
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_kernels_per_head> rdf:type owl:DatatypeProperty ;
                                                                               rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                               rdfs:range xsd:float ;
                                                                               rdfs:comment "The average number of grains per spike." ;
                                                                               rdfs:label "has kernels per head" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_kernels_per_sqm
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_kernels_per_sqm> rdf:type owl:DatatypeProperty ;
                                                                              rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                              rdfs:range xsd:float ;
                                                                              rdfs:comment "The total number of grains per square meter." ;
                                                                              rdfs:label "has kernels per m2" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_n_rate_lbs_per_acre
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_n_rate_lbs_per_acre> rdf:type owl:DatatypeProperty ;
                                                                                  rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                  rdfs:range xsd:float ;
                                                                                  rdfs:comment "The nitrogen fertilizer rate applied, in lbs N per acre." ;
                                                                                  rdfs:label "has N rate (lbs/acre)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_plot_number
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_plot_number> rdf:type owl:DatatypeProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                          rdfs:range xsd:integer ;
                                                                          rdfs:comment "The numeric plot identifier within the trial." ;
                                                                          rdfs:label "has plot number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_protein_pct_dry_basis
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_protein_pct_dry_basis> rdf:type owl:DatatypeProperty ;
                                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                    rdfs:range xsd:float ;
                                                                                    rdfs:comment "Whole-grain protein concentration on a dry-weight basis." ;
                                                                                    rdfs:label "has protein (% dry basis)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_rep_number
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_rep_number> rdf:type owl:DatatypeProperty ;
                                                                         rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                         rdfs:range xsd:integer ;
                                                                         rdfs:comment "The replication (block) number." ;
                                                                         rdfs:label "has rep number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_seed_rate_lbs_per_acre
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_seed_rate_lbs_per_acre> rdf:type owl:DatatypeProperty ;
                                                                                     rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                     rdfs:range xsd:float ;
                                                                                     rdfs:comment "The seeding rate in pounds per acre." ;
                                                                                     rdfs:label "has seed rate (lbs/acre)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_soil_no3_lbs_per_acre_0_60cm
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_soil_no3_lbs_per_acre_0_60cm> rdf:type owl:DatatypeProperty ;
                                                                                           rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                           rdfs:range xsd:float ;
                                                                                           rdfs:comment "Pre-plant soil nitrate-nitrogen in the 0-60 cm profile, in lbs N per acre. Measured by KCl extraction." ;
                                                                                           rdfs:label "has soil NO3-N (lbs/acre, 0-60cm)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_sowing_date
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_sowing_date> rdf:type owl:DatatypeProperty ;
                                                                          rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                          rdfs:range xsd:date ;
                                                                          rdfs:comment "The date on which the plot was planted/sown." ;
                                                                          rdfs:label "has sowing date" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_spring_pct
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_spring_pct> rdf:type owl:DatatypeProperty ;
                                                                         rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                         rdfs:range xsd:integer ;
                                                                         rdfs:comment "The percentage of total nitrogen applied in spring (0-100)." ;
                                                                         rdfs:label "has spring percent" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_test_weight_lbs_per_bu
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_test_weight_lbs_per_bu> rdf:type owl:DatatypeProperty ;
                                                                                     rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                     rdfs:range xsd:float ;
                                                                                     rdfs:comment "Grain test weight in pounds per bushel." ;
                                                                                     rdfs:label "has test weight (lbs/bu)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_tkw_g
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_tkw_g> rdf:type owl:DatatypeProperty ;
                                                                    rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                    rdfs:range xsd:float ;
                                                                    rdfs:comment "The mass of 1000 individual grains, in grams." ;
                                                                    rdfs:label "has thousand kernel weight (g)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_total_n_lbs_per_acre
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_total_n_lbs_per_acre> rdf:type owl:DatatypeProperty ;
                                                                                   rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                   rdfs:range xsd:float ;
                                                                                   rdfs:comment "The total nitrogen available to the crop: the sum of applied fertilizer N, DAP N contribution, and pre-plant soil NO3-N." ;
                                                                                   rdfs:label "has total N (lbs/acre)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/has_yield_lbs_per_acre_13pct
<https://gwsp.cs.ksu.edu/nutrient-management/observation/has_yield_lbs_per_acre_13pct> rdf:type owl:DatatypeProperty ;
                                                                                       rdfs:domain <https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> ;
                                                                                       rdfs:range xsd:float ;
                                                                                       rdfs:comment "Grain yield adjusted to 13% moisture, in lbs per acre." ;
                                                                                       rdfs:label "has yield (lbs/acre, 13% moisture)" .


#################################################################
#    Classes
#################################################################

###  https://gwsp.cs.ksu.edu/nutrient-management/Nutrient_Management
:Nutrient_Management rdf:type owl:Class ;
                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                       owl:onProperty :governed_by ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :has_crop_response ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :has_environmental_impact ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :implemented_through ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :involves_cultivar ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :involves_nutrient ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :involves_species ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty :occurs_in_environment ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_crop_response> ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response>
                                     ] ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/involves_nutrient> ;
                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient>
                                     ] ;
                     rdfs:comment "The overarching discipline of optimising the supply of plant nutrients to achieve agronomic, economic, and environmental objectives. This root concept connects all five modules of the ontology suite: it operates within an Environment, targets one or more Nutrients, is implemented through Nitrogen Fertilization decisions, is governed by the Nitrogen Balance between supply and demand, produces measurable Crop Responses, and may generate Environmental Impacts as externalities. Nutrient Management is the entry point from which any cross-module query can begin." ;
                     rdfs:label "Nutrient Management" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Aspect
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Aspect> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> ;
                                                                 rdfs:comment "The compass direction (azimuth) that a hillslope faces, expressed in degrees from north (0–360°). Aspect influences the amount and timing of incoming solar radiation, affecting soil temperature, evaporation rate, snowmelt timing, and microclimate — all of which modify nutrient cycling dynamics." ;
                                                                 rdfs:label "Aspect" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Bulk_Density
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Bulk_Density> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                       rdfs:comment "The mass of oven-dry soil per unit bulk volume (g/cm³ or Mg/m³), including pore space. Indicates compaction status; affects root penetration, water infiltration, and aeration — all of which influence nutrient accessibility and microbial activity." ;
                                                                       rdfs:label "Bulk Density" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Cation_Exchange_Capacity
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Cation_Exchange_Capacity> rdf:type owl:Class ;
                                                                                   rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                                   rdfs:comment "The total quantity of exchangeable cations that the soil can adsorb, expressed in centimoles of charge per kilogram (cmolc/kg) or milliequivalents per 100 g (meq/100 g). Governs the soil's ability to retain positively charged nutrients (K⁺, Ca²⁺, Mg²⁺, NH₄⁺) against leaching." ;
                                                                                   rdfs:label "Cation Exchange Capacity" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/County
<https://gwsp.cs.ksu.edu/nutrient-management/environment/County> rdf:type owl:Class ;
                                                                 rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Region> ,
                                                                                 [ rdf:type owl:Restriction ;
                                                                                   owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/is_in_state> ;
                                                                                   owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/State>
                                                                                 ] ;
                                                                 rdfs:comment "A second-level administrative subdivision of the United States, identified by a five-digit FIPS code where the first two digits match the parent state (e.g., 20015 for Allen County, Kansas). Counties are the finest standard geographic unit at which the US Drought Monitor and most agricultural statistics are reported. Every County instance is linked to its parent State via the is_in_state property." ;
                                                                 rdfs:label "County" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Dew_Point_Temperature
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Dew_Point_Temperature> rdf:type owl:Class ;
                                                                                rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Temperature> ;
                                                                                rdfs:comment "The temperature to which air must be cooled at constant pressure for water vapor to begin condensing. Indicates absolute moisture content and is used to calculate vapor pressure deficit." ;
                                                                                rdfs:label "Dew Point Temperature" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Electrical_Conductivity
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Electrical_Conductivity> rdf:type owl:Class ;
                                                                                  rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                                  rdfs:comment "A measure of the soil solution's ability to conduct an electrical current (dS/m or mS/cm). Serves as a proxy for soluble salt concentration; elevated values indicate salinity stress that can impair nutrient uptake and crop growth." ;
                                                                                  rdfs:label "Electrical Conductivity" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Elevation
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Elevation> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> ;
                                                                    rdfs:comment "The height of the experimental site above mean sea level, typically reported in meters (m). Elevation influences temperature lapse rate, atmospheric pressure, precipitation patterns, and the length of the frost-free growing season." ;
                                                                    rdfs:label "Elevation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment> rdf:type owl:Class ;
                                                                      rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_component> ;
                                                                                        owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component>
                                                                                      ] ;
                                                                      rdfs:comment "The complete environmental context surrounding a nutrient-management experiment. An Environment is composed of one or more Environment Components that together describe the weather, soil, geographic location, and experimental design under which field observations were collected." ;
                                                                      rdfs:label "Environment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component> rdf:type owl:Class ;
                                                                                rdfs:comment "Abstract superclass for any first-order component that characterises the experimental environment. Concrete subclasses include Weather Component, Soil Component, Location Component, and Experimental Component." ;
                                                                                rdfs:label "Environment Component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Evapotranspiration
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Evapotranspiration> rdf:type owl:Class ;
                                                                             rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                             rdfs:comment "Combined water loss from soil evaporation and plant transpiration, reported in mm/day or mm/period. May be reference ET₀ (grass or alfalfa reference) or crop-specific ETc. The dominant pathway of water removal from the root zone and a critical factor in nutrient leaching risk assessment and irrigation scheduling." ;
                                                                             rdfs:label "Evapotranspiration" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component> rdf:type owl:Class ;
                                                                                 rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component> ;
                                                                                 rdfs:comment "Descriptors of the experimental design and structure: the site or location identity, individual plots, replications, trials, and the year(s) of observation." ;
                                                                                 rdfs:label "Experimental Component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Entity
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Entity> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> ;
                                                                            rdfs:comment "An umbrella class for named places that observations or other data can attach to. Distinct from the point-level Location Component descriptors (latitude, longitude, elevation), which describe spatial properties OF a place. Geographic Entity covers both areas (Geographic Region: State, County) and points (Weather Station). Anything that can answer 'which state is this in?' is a Geographic Entity." ;
                                                                            rdfs:label "Geographic Entity" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Region
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Region> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Entity> ;
                                                                            rdfs:comment "An area-level Geographic Entity bounded by an administrative or natural boundary, such as a state, county, watershed, or climate division. Concrete subclasses include State and County. Geographic Regions carry FIPS codes and are the unit at which USDA, NOAA, and US Drought Monitor data are aggregated." ;
                                                                            rdfs:label "Geographic Region" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Growing_Degree_Days
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Growing_Degree_Days> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                              rdfs:comment "Accumulated thermal units calculated as the daily sum of (T_mean − T_base) for days where T_mean exceeds T_base. Units are °C·day or °F·day. Used extensively to predict crop phenological stage and to time split nitrogen applications relative to growth stage rather than calendar date." ;
                                                                              rdfs:label "Growing Degree Days" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Hydraulic_Conductivity
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Hydraulic_Conductivity> rdf:type owl:Class ;
                                                                                 rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                                 rdfs:comment "The rate at which water moves through the soil matrix under a unit hydraulic gradient (cm/hr or mm/day). Determines how quickly water and dissolved nutrients (especially nitrate) percolate through the profile, directly affecting leaching risk." ;
                                                                                 rdfs:label "Hydraulic Conductivity" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Latitude
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Latitude> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> ;
                                                                   rdfs:comment "The angular distance of the experimental site north or south of the equator, expressed in decimal degrees (WGS 84). Together with longitude, provides the fundamental geospatial reference for linking field data to climate grids, soil surveys, and remote-sensing products." ;
                                                                   rdfs:label "Latitude" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Location
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Location> rdf:type owl:Class ;
                                                                   rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component> ;
                                                                   rdfs:comment "The named site or field station at which an experiment is conducted. Distinct from the geospatial Location Component; this is the experimental identity label (e.g., 'Ashland Bottoms', 'Tribune') used to group trials." ;
                                                                   rdfs:label "Location" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> rdf:type owl:Class ;
                                                                             rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component> ;
                                                                             rdfs:comment "Geospatial descriptors that fix the experimental site on the Earth's surface. Includes geographic coordinates, elevation, slope gradient, and slope aspect — all of which influence microclimate, runoff patterns, and nutrient transport." ;
                                                                             rdfs:label "Location Component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Longitude
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Longitude> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> ;
                                                                    rdfs:comment "The angular distance of the experimental site east or west of the Prime Meridian, expressed in decimal degrees (WGS 84). Required alongside latitude for unambiguous georeferencing." ;
                                                                    rdfs:label "Longitude" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Maximum_Temperature
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Maximum_Temperature> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Temperature> ;
                                                                              rdfs:comment "The highest air temperature recorded during a defined observation period (usually 24 hours). Drives daytime evapotranspiration and heat-stress thresholds for crops." ;
                                                                              rdfs:label "Maximum Temperature" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Maximum_Vapor_Pressure_Deficit
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Maximum_Vapor_Pressure_Deficit> rdf:type owl:Class ;
                                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Vapor_Pressure_Deficit> ;
                                                                                         rdfs:comment "The highest VPD value recorded during the observation period. Typically coincides with peak afternoon temperature and lowest relative humidity; indicates the maximum atmospheric water demand experienced by the crop canopy." ;
                                                                                         rdfs:label "Maximum Vapor Pressure Deficit" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Mean_Temperature
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Mean_Temperature> rdf:type owl:Class ;
                                                                           rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Temperature> ;
                                                                           rdfs:comment "The arithmetic average of air temperature over a defined observation period. Used as the basis for growing degree day (GDD) calculations and general thermal characterisation of the growing season." ;
                                                                           rdfs:label "Mean Temperature" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Minimum_Temperature
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Minimum_Temperature> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Temperature> ;
                                                                              rdfs:comment "The lowest air temperature recorded during a defined observation period (usually 24 hours). Governs frost risk and overnight respiration rates in crops." ;
                                                                              rdfs:label "Minimum Temperature" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Minimum_Vapor_Pressure_Deficit
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Minimum_Vapor_Pressure_Deficit> rdf:type owl:Class ;
                                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Vapor_Pressure_Deficit> ;
                                                                                         rdfs:comment "The lowest VPD value recorded during the observation period. Typically occurs near dawn when temperature is lowest and humidity is highest; relevant to dew formation and foliar disease pressure." ;
                                                                                         rdfs:label "Minimum Vapor Pressure Deficit" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Particle_Density
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Particle_Density> rdf:type owl:Class ;
                                                                           rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                           rdfs:comment "The mass per unit volume of solid soil particles only, excluding pore space (typically ≈2.65 g/cm³ for mineral soils). Used together with bulk density to calculate total porosity, which governs water and air storage capacity." ;
                                                                           rdfs:label "Particle Density" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Plot
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Plot> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component> ;
                                                               rdfs:comment "The smallest spatial unit within an experimental design to which a single treatment is applied. Plot identity is essential for linking measured soil traits, yield observations, and treatment details to the correct spatial replicate." ;
                                                               rdfs:label "Plot" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Precipitation
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Precipitation> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                        rdfs:comment "Water input reaching the soil surface from atmospheric sources, measured in millimeters (mm). Includes rainfall, snowmelt, and sleet. A primary control on soil moisture recharge, nutrient leaching, and surface runoff of dissolved and particulate nutrients." ;
                                                                        rdfs:label "Precipitation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Relative_Humidity
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Relative_Humidity> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                            rdfs:comment "The ratio of the actual water vapor pressure to the saturation water vapor pressure at the same temperature, expressed as a percentage (%). Influences evapotranspiration rate, foliar nutrient uptake efficiency, and disease incidence." ;
                                                                            rdfs:label "Relative Humidity" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Replication
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Replication> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component> ;
                                                                      rdfs:comment "A complete set of treatments within a block of the experimental design. Replication identity tracks which repetition of a treatment an observation belongs to, enabling proper statistical analysis (e.g., RCBD, split-plot ANOVA)." ;
                                                                      rdfs:label "Replication" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> rdf:type owl:Class ;
                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Component> ;
                                                                         rdfs:comment "A defined vertical interval in the soil profile, bounded by an upper and lower depth (in centimeters from the surface). Sampling depths are referenced by Soil Layer instances to indicate where in the profile a measurement was taken. Common intervals are pre-defined as named individuals; additional depths can be freely instantiated." ;
                                                                         rdfs:label "Sampling Depth" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Slope
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Slope> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Location_Component> ;
                                                                rdfs:comment "The inclination of the land surface at the experimental site, expressed in degrees or as a percentage (rise/run × 100). Slope gradient controls the velocity and volume of surface runoff, which in turn governs soil erosion rates and the off-site transport of dissolved and particulate nutrients." ;
                                                                rdfs:label "Slope" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Component
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Component> rdf:type owl:Class ;
                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component> ;
                                                                         rdfs:comment "Any aspect of the soil system relevant to nutrient availability, transformation, and transport. Encompasses physical, chemical, and biological soil properties, textural classification, drainage, and the vertical stratification of the soil profile." ;
                                                                         rdfs:label "Soil Component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                              rdfs:comment "The USDA natural soil drainage classification, describing the frequency and duration of wet periods under conditions similar to those under which the soil formed. Drainage class directly influences water-table depth, oxygen availability in the root zone, denitrification losses, and the risk of nutrient leaching versus waterlogging." ;
                                                                              rdfs:label "Soil Drainage Class" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Layer> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Component> ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_nutrient_status> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient>
                                                                                     ] ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_sampling_depth> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth>
                                                                                     ] ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_soil_trait> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait>
                                                                                     ] ;
                                                                     rdfs:comment "A conceptual entity representing the soil at a particular sampling depth. This is the class to which soil traits, nutrient status, textural classification, and drainage class attach. Separating the layer from the depth interval avoids the semantic error of ascribing measurable properties to a dimensionless interval rather than to the material within it." ;
                                                                     rdfs:label "Soil Layer" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Moisture
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Moisture> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                        rdfs:comment "The volumetric or gravimetric water content of the soil at the time of measurement. Controls nutrient diffusion to root surfaces, microbial mineralization rates, and the redox status that governs denitrification." ;
                                                                        rdfs:label "Soil Moisture" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Organic_Matter
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Organic_Matter> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                              rdfs:comment "The fraction of the soil composed of plant and animal residues at various stages of decomposition, usually expressed as a percentage by weight. The principal reservoir of organically bound nitrogen, phosphorus, and sulfur; a key determinant of CEC, water-holding capacity, and soil biological activity." ;
                                                                              rdfs:label "Soil Organic Matter" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Temperature
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Temperature> rdf:type owl:Class ;
                                                                           rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                           rdfs:comment "Temperature measured within the soil profile at a specified depth, reported in °C or °F. Regulates the rate of microbial mineralization and nitrification, seed germination, root elongation, and the volatilization of surface-applied urea. Although correlated with air temperature, it lags and is buffered by soil thermal properties." ;
                                                                           rdfs:label "Soil Temperature" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                       rdfs:comment "The USDA soil textural class, determined by the relative mass proportions of sand (0.05–2.0 mm), silt (0.002–0.05 mm), and clay (<0.002 mm) particles. Texture governs water-holding capacity, permeability, workability, and nutrient retention. The 12 standard USDA classes are modeled as named individuals because they form a closed enumeration — not types that can be further specialized." ;
                                                                       rdfs:label "Soil Texture" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Component> ;
                                                                     rdfs:comment "A measurable physical, chemical, or biological property of the soil. Soil traits are observed within a specific Soil Layer (i.e. at a given sampling depth) and collectively determine the soil's capacity to supply, retain, and transport nutrients." ;
                                                                     rdfs:label "Soil Trait" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_pH
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_pH> rdf:type owl:Class ;
                                                                  rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Trait> ;
                                                                  rdfs:comment "The negative logarithm of the hydrogen-ion activity in the soil solution (dimensionless, scale 0–14). Controls the solubility and plant availability of nearly every essential nutrient; strongly influences aluminum toxicity risk and microbial community composition." ;
                                                                  rdfs:label "Soil pH" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Solar_Radiation
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Solar_Radiation> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                          rdfs:comment "Total incoming shortwave radiation at the Earth's surface, typically reported as a daily integral in MJ/m²/day. Drives photosynthesis (via photosynthetically active radiation, PAR), is a key input to Penman-Monteith reference ET estimation, and influences soil temperature dynamics." ;
                                                                          rdfs:label "Solar Radiation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/State
<https://gwsp.cs.ksu.edu/nutrient-management/environment/State> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Region> ;
                                                                rdfs:comment "A first-level administrative subdivision of the United States, identified by a two-digit FIPS code (e.g., 20 for Kansas) and a standard name. States are the coarsest geographic unit at which USDA, NOAA, and US Drought Monitor data are reported. Used to anchor regional observations such as weekly drought severity, climate summaries, and county aggregations." ;
                                                                rdfs:label "State" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Temperature
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Temperature> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                      rdfs:comment "Air temperature measured at standard meteorological height (typically 2 m above ground level). Serves as the parent class for specific aggregation types (maximum, minimum, mean) and dew point." ;
                                                                      rdfs:label "Temperature" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Trial
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Trial> rdf:type owl:Class ;
                                                                rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component> ;
                                                                rdfs:comment "A discrete experiment or study conducted at one location in one or more years. A trial defines the research question, treatment structure, and design that connect environment, management, and response data." ;
                                                                rdfs:label "Trial" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Vapor_Pressure_Deficit
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Vapor_Pressure_Deficit> rdf:type owl:Class ;
                                                                                 rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                                 rdfs:comment "The difference between the saturation vapor pressure and the actual vapor pressure of the air, expressed in kilopascals (kPa). VPD is derived from BOTH temperature and relative humidity and is therefore not a temperature measure. It quantifies the atmospheric drying power and is a primary driver of transpiration and stomatal conductance in crops." ;
                                                                                 rdfs:label "Vapor Pressure Deficit" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment_Component> ;
                                                                            rdfs:comment "Atmospheric and climatic variables measured at or near the experimental site. Includes temperature, precipitation, humidity, wind, radiation, evapotranspiration, and derived thermal indices." ;
                                                                            rdfs:label "Weather Component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Station
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Station> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Geographic_Entity> ,
                                                                                          [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/is_in_state> ;
                                                                                            owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/State>
                                                                                          ] ,
                                                                                          [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_station_id> ;
                                                                                            owl:someValuesFrom xsd:string
                                                                                          ] ;
                                                                          rdfs:comment "A fixed, point-located observation station that reports weather measurements (typically daily): maximum and minimum air temperature, precipitation, snowfall, snow depth, and similar variables. Each station is identified by a station ID assigned by its operator (NWS COOP, ASOS, AWOS, or a state mesonet) and is geographically anchored to a parent State via is_in_state. Future revisions may add latitude, longitude, and elevation as Location Component descriptors on individual stations." ;
                                                                          rdfs:label "Weather Station" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Wind_Speed
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Wind_Speed> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Weather_Component> ;
                                                                     rdfs:comment "Horizontal wind velocity measured at standard anemometer height (typically 2 m or 10 m), expressed in m/s or km/h. Affects boundary-layer resistance to evapotranspiration, physical crop damage, and the drift distance of aerially applied fertilizers or pesticides." ;
                                                                     rdfs:label "Wind Speed" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Year
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Year> rdf:type owl:Class ;
                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/environment/Experimental_Component> ;
                                                               rdfs:comment "The calendar or crop-season year in which observations were recorded. Year serves as a temporal key for multi-year trials and captures inter-annual environmental variability." ;
                                                               rdfs:label "Year" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Agronomic_Optimal_Nitrogen_Rate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Agronomic_Optimal_Nitrogen_Rate> rdf:type owl:Class ;
                                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Optimal_Nitrogen_Rate> ;
                                                                                            rdfs:comment "The nitrogen rate at which grain yield (or total biomass) is maximised, estimated from the plateau or maximum of a fitted yield–nitrogen response function (quadratic, quadratic-plateau, or linear-plateau). Does not consider input costs or grain price." ;
                                                                                            rdfs:label "Agronomic Optimal Nitrogen Rate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Depth
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Depth> rdf:type owl:Class ;
                                                                              rdfs:comment "The vertical depth below the soil surface at which fertilizer material is placed during sub-surface application methods such as injection or deep banding. Depth affects nitrogen retention, volatilisation risk, and root access. Expressed in centimeters." ;
                                                                              rdfs:label "Application Depth" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> rdf:type owl:Class ;
                                                                               rdfs:comment "The physical technique used to deliver a fertilizer to or into the soil. The choice of method affects placement uniformity, volatilisation risk, root proximity, and labour/equipment requirements." ;
                                                                               rdfs:label "Application Method" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> rdf:type owl:Class ;
                                                                               rdfs:comment "The temporal window within the cropping cycle at which a nitrogen application event occurs. Timing relative to crop growth stage is the single most important management lever for nitrogen use efficiency: matching supply to demand minimises loss pathways (leaching, denitrification, volatilisation)." ;
                                                                               rdfs:label "Application Timing" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category> rdf:type owl:Class ;
                                                                          rdfs:comment "A broad agronomic grouping of crops used to classify the previous crop for nitrogen credit determination. The primary distinction is between nitrogen-fixing legumes (which leave a nitrogen credit) and non-fixing cereals/grasses (which may immobilise nitrogen during residue decomposition)." ;
                                                                          rdfs:label "Crop Category" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Economic_Optimal_Nitrogen_Rate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Economic_Optimal_Nitrogen_Rate> rdf:type owl:Class ;
                                                                                           rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Optimal_Nitrogen_Rate> ;
                                                                                           rdfs:comment "The nitrogen rate at which marginal return (value of additional yield) equals marginal cost (price of additional nitrogen), i.e. the rate that maximises net profit. Always ≤ the agronomic optimum because the yield response function has diminishing returns near its maximum." ;
                                                                                           rdfs:label "Economic Optimal Nitrogen Rate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Enhanced_Efficiency_Fertilizer
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Enhanced_Efficiency_Fertilizer> rdf:type owl:Class ;
                                                                                           rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                                           rdfs:comment "A fertilizer product engineered to improve nutrient availability timing and reduce losses. Includes products with nitrification inhibitors, urease inhibitors, or controlled-release coatings. Categorised as a subclass of Synthetic_Fertilizer because the base product is always a synthetic N source with an added modifier." ;
                                                                                           rdfs:label "Enhanced Efficiency Fertilizer" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor> rdf:type owl:Class ;
                                                                                          rdfs:comment "An agronomic or economic variable that informs the choice of how much nitrogen to apply. Decision factors are inputs to recommendation algorithms and are conceptually distinct from management practices (which modify the nitrogen requirement after the base target has been set)." ;
                                                                                          rdfs:label "Fertilization Decision Factor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> rdf:type owl:Class ;
                                                                              rdfs:comment "A commercial or on-farm material applied to supply one or more plant nutrients. Each source is described by its guaranteed analysis — the weight-percent of N, P₂O₅, K₂O, and S it contains. This generalisation avoids pigeon-holing multi-nutrient products (e.g., DAP 18-46-0) into a single nutrient category while still enabling nitrogen-budget queries by filtering on has_N_percent > 0." ;
                                                                              rdfs:label "Fertilizer Source" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grain_Protein_Response
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grain_Protein_Response> rdf:type owl:Class ;
                                                                                   rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor> ;
                                                                                   rdfs:comment "The empirical relationship between nitrogen rate and grain protein concentration. In hard wheat production regions, protein premiums or discounts at the elevator make this relationship a key decision factor: additional nitrogen beyond the yield plateau may still be profitable if it raises protein into a premium bracket." ;
                                                                                   rdfs:label "Grain Protein Response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grazing
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grazing> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ,
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_adjustment> ;
                                                                                      owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grazing_Adjustment>
                                                                                    ] ;
                                                                    rdfs:comment "The use of livestock to harvest forage from a dual-purpose or graze-out crop. Grazing removes biomass and the nitrogen it contains, but returns a portion via excreta (urine and dung). The net effect on nitrogen requirement depends on stocking rate, grazing duration, and the proportion of nitrogen recycled." ;
                                                                    rdfs:label "Grazing" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grazing_Adjustment
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Grazing_Adjustment> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Adjustment> ;
                                                                               rdfs:comment "The nitrogen adjustment for dual-purpose crops that have been grazed. Grazing removes nitrogen in animal product (body gain, milk) but recycles a large fraction via excreta. The net adjustment depends on stocking density and grazing duration; K-State guidelines provide specific debit values for grazed wheat." ;
                                                                               rdfs:label "Grazing Adjustment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Irrigation
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Irrigation> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ;
                                                                       rdfs:comment "The artificial application of water to supplement precipitation. Irrigated systems generally support higher yield goals and thus higher nitrogen rates, but also increase leaching risk if nitrogen is applied in excess of crop uptake capacity." ;
                                                                       rdfs:label "Irrigation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> rdf:type owl:Class ;
                                                                                rdfs:comment "An agronomic action or field condition (other than fertilization itself) that modifies the effective nitrogen requirement. Management practices generate nitrogen adjustments (credits or debits) that are applied to the base recommendation derived from decision factors." ;
                                                                                rdfs:label "Management Practice" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Manure_Application
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Manure_Application> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ;
                                                                               rdfs:comment "The field application of animal manure as a nutrient source. Manure supplies nitrogen (and other nutrients) with variable availability that depends on manure type, application method, timing, and environmental conditions. The first-year plant-available N must be credited against the mineral fertilizer recommendation." ;
                                                                               rdfs:label "Manure Application" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Adjustment
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Adjustment> rdf:type owl:Class ;
                                                                                rdfs:comment "A quantitative credit (reduction) or debit (increase) applied to the base nitrogen recommendation to account for a specific management practice. Adjustments are expressed in kg N/ha or lb N/acre. For example, a soybean previous-crop credit might reduce the recommendation by 40 kg N/ha." ;
                                                                                rdfs:label "Nitrogen Adjustment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application> rdf:type owl:Class ;
                                                                                 rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_method> ;
                                                                                                   owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method>
                                                                                                 ] ,
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_rate> ;
                                                                                                   owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Rate>
                                                                                                 ] ,
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_source> ;
                                                                                                   owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source>
                                                                                                 ] ,
                                                                                                 [ rdf:type owl:Restriction ;
                                                                                                   owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_timing> ;
                                                                                                   owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing>
                                                                                                 ] ;
                                                                                 rdfs:comment "A discrete event in which a nitrogen-containing material is applied to a field. Each application event is characterised by its source (fertilizer product), rate (kg N/ha), timing (growth stage or calendar window), method (how the material is placed), and — for sub-surface methods — application depth." ;
                                                                                 rdfs:label "Nitrogen Application" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Fertilization> rdf:type owl:Class ;
                                                                                   rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source> ,
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_application> ;
                                                                                                     owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Application>
                                                                                                   ] ,
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_cultivar> ;
                                                                                                     owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar>
                                                                                                   ] ,
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_environment> ;
                                                                                                     owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Environment>
                                                                                                   ] ,
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_factor> ;
                                                                                                     owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor>
                                                                                                   ] ,
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/influenced_by_practice> ;
                                                                                                     owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice>
                                                                                                   ] ;
                                                                                   rdfs:comment "The overarching concept representing the complete nitrogen fertilization decision and execution for a crop. Encompasses the choice of rate, source, timing, and method of application as well as the environmental and agronomic factors that inform the decision. Serves as the root node of the fertilization module hierarchy." ;
                                                                                   rdfs:label "Nitrogen Fertilization" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Rate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Rate> rdf:type owl:Class ;
                                                                          rdfs:comment "The quantity of elemental nitrogen applied per unit area in a single application event, expressed in kg N/ha or lb N/acre. The applied rate may equal, exceed, or fall short of the agronomically or economically optimal rate, depending on the recommendation system used and operational constraints." ;
                                                                          rdfs:label "Nitrogen Rate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Optimal_Nitrogen_Rate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Optimal_Nitrogen_Rate> rdf:type owl:Class ;
                                                                                  rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Rate> ,
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/derived_from_factor> ;
                                                                                                    owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor>
                                                                                                  ] ;
                                                                                  rdfs:comment "An analytically derived nitrogen rate that maximises a defined objective function. Optimal rates are estimated from multi-rate response trials, crop models, or sensor-based algorithms; they are not the rate actually applied but the rate that retrospective or predictive analysis identifies as best." ;
                                                                                  rdfs:label "Optimal Nitrogen Rate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Organic_Nutrient_Source
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Organic_Nutrient_Source> rdf:type owl:Class ;
                                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                                    rdfs:comment "A nutrient source derived from biological materials: animal manures, composts, biosolids, or green manures. Organic sources release nitrogen through mineralisation and their N availability depends on the C:N ratio, application timing, and environmental conditions." ;
                                                                                    rdfs:label "Organic Nutrient Source" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ,
                                                                                          [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_adjustment> ;
                                                                                            owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop_Adjustment>
                                                                                          ] ,
                                                                                          [ rdf:type owl:Restriction ;
                                                                                            owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_crop_category> ;
                                                                                            owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category>
                                                                                          ] ;
                                                                          rdfs:comment "The crop grown in the field in the season immediately preceding the current crop. The previous crop influences residual soil nitrogen through residue decomposition and, in the case of legumes, biological nitrogen fixation credits." ;
                                                                          rdfs:label "Previous Crop" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop_Adjustment
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop_Adjustment> rdf:type owl:Class ;
                                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Adjustment> ;
                                                                                     rdfs:comment "The nitrogen credit or debit applied based on the identity of the preceding crop. Legume crops generate a positive credit (reduce N recommendation) due to residual biological N fixation. Heavy cereal residues may generate a debit (increase N recommendation) due to temporary immobilisation during decomposition." ;
                                                                                     rdfs:label "Previous Crop Adjustment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Split_Application
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Split_Application> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> ;
                                                                              rdfs:comment "A nitrogen management strategy in which the total seasonal nitrogen requirement is divided into two or more separate application events at different growth stages rather than applied as a single dose. Split application is the primary best management practice for improving nitrogen use efficiency: it reduces early-season leaching risk and allows in-season rate adjustment based on crop condition." ;
                                                                              rdfs:label "Split Application" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> rdf:type owl:Class ;
                                                                                 rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilizer_Source> ;
                                                                                 rdfs:comment "An industrially manufactured fertilizer produced via chemical synthesis (e.g., Haber-Bosch process). Includes solid granular, liquid solution, and gaseous forms." ;
                                                                                 rdfs:label "Synthetic Fertilizer" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Tillage
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Tillage> rdf:type owl:Class ;
                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Management_Practice> ,
                                                                                    [ rdf:type owl:Restriction ;
                                                                                      owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_adjustment> ;
                                                                                      owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Tillage_Adjustment>
                                                                                    ] ;
                                                                    rdfs:comment "The mechanical manipulation of soil for seedbed preparation, weed control, or residue management. Tillage intensity affects nitrogen dynamics: conventional tillage accelerates residue mineralisation (releasing N), while no-till systems may immobilise surface-applied nitrogen and alter the vertical distribution of nutrients." ;
                                                                    rdfs:label "Tillage" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Tillage_Adjustment
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Tillage_Adjustment> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Nitrogen_Adjustment> ;
                                                                               rdfs:comment "The nitrogen adjustment applied based on tillage system. No-till and reduced-till systems often require a higher nitrogen rate (debit) because surface residue slows mineralisation and promotes immobilisation, while conventional tillage may earn a credit by accelerating residue breakdown." ;
                                                                               rdfs:label "Tillage Adjustment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Yield_Goal
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Yield_Goal> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor> ;
                                                                       rdfs:comment "The target grain or biomass yield used as the primary entry point in yield-goal-based nitrogen recommendation systems (e.g., the K-State recommendation for wheat: N rate = Yield Goal × coefficient − credits). Yield goal is typically set as a realistic attainable yield based on the field's historical performance." ;
                                                                       rdfs:label "Yield Goal" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Yield_Potential
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Yield_Potential> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertilization_Decision_Factor> ;
                                                                            rdfs:comment "The theoretical maximum yield achievable by a cultivar at a given location under non-limiting nutrient, water, and pest conditions. Yield potential sets the upper bound for response-curve-based recommendations; it is a genotype × environment parameter, not a management target." ;
                                                                            rdfs:label "Yield Potential" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Atmospheric_Nitrogen_Deposition
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Atmospheric_Nitrogen_Deposition> rdf:type owl:Class ;
                                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source> ;
                                                                                       rdfs:comment "The transfer of reactive nitrogen from the atmosphere to the soil surface via wet deposition (dissolved in rainfall as NO₃⁻ and NH₄⁺) and dry deposition (gaseous NH₃, NO₂, and particulate nitrogen settling on surfaces). Typically contributes 5–15 kg N/ha/year in agricultural regions; higher near concentrated livestock operations." ;
                                                                                       rdfs:label "Atmospheric Nitrogen Deposition" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> rdf:type owl:Class ;
                                                                             rdfs:comment "A measurable physiological variable that serves as an input to a nitrogen demand computation. Parameters are linked to their computation via has_parameter; they are NOT types of the computation itself." ;
                                                                             rdfs:label "Computation Parameter" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Critical_Nitrogen_Requirement
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Critical_Nitrogen_Requirement> rdf:type owl:Class ;
                                                                                     rdfs:comment "The minimum tissue nitrogen concentration below which crop growth rate begins to decline, expressed as %N on a dry weight basis. The critical concentration decreases as the crop matures (nitrogen dilution curve). When actual tissue N falls below the critical level, nitrogen demand exceeds supply and the crop is nitrogen-limited." ;
                                                                                     rdfs:label "Critical Nitrogen Requirement" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Crop_Growth_Stage
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Crop_Growth_Stage> rdf:type owl:Class ;
                                                                         rdfs:comment "The phenological development stage of the crop at the time of observation, typically described using standardised scales (Feekes, Zadoks, or BBCH for cereals; V/R stages for corn and soybean). Growth stage is the primary determinant of which organs are active nitrogen sinks and how demand is partitioned among them." ;
                                                                         rdfs:label "Crop Growth Stage" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Denitrification
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Denitrification> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Moisture>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Temperature>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_pH>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Atmospheric_Nitrogen_Pollution>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/mediated_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism>
                                                                                       ] ;
                                                                       rdfs:comment "The microbial reduction of nitrate (NO₃⁻) to gaseous nitrogen forms (N₂O, N₂) under anaerobic or sub-oxic soil conditions. Performed by facultative anaerobes (Pseudomonas, Bacillus) that use NO₃⁻ as a terminal electron acceptor. The primary gaseous loss pathway in poorly drained, waterlogged, or compacted soils. Also a major source of the greenhouse gas N₂O." ;
                                                                       rdfs:label "Denitrification" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group> rdf:type owl:Class ;
                                                                             rdfs:comment "A taxonomic or functional group of microorganisms capable of biological nitrogen fixation. Groups are classified by their fixation mode (symbiotic vs. non-symbiotic) and basic taxonomy (bacteria, cyanobacteria/algae)." ;
                                                                             rdfs:label "Fixing Organism Group" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand> rdf:type owl:Class ;
                                                                             rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand> ,
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/fulfilled_by> ;
                                                                                               owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Translocation>
                                                                                             ] ,
                                                                                             [ rdf:type owl:Restriction ;
                                                                                               owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_computation> ;
                                                                                               owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation>
                                                                                             ] ;
                                                                             rdfs:comment "The nitrogen required to fill the developing grain. Grain demand dominates during the reproductive phase (anthesis through physiological maturity). In wheat, 60–80% of grain nitrogen comes from remobilization of pre-anthesis vegetative nitrogen, with the remainder from post-anthesis uptake." ;
                                                                             rdfs:label "Grain Nitrogen Demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation> rdf:type owl:Class ;
                                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Growing_Season
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Growing_Season> rdf:type owl:Class ;
                                                                      rdfs:comment "The period from planting (or emergence) to physiological maturity during which the crop actively grows and accumulates nitrogen. Growing season length and its thermal environment determine the total time window for nitrogen uptake and the cumulative demand." ;
                                                                      rdfs:label "Growing Season" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand> ,
                                                                                            [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_computation> ;
                                                                                              owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation>
                                                                                            ] ;
                                                                            rdfs:comment "The nitrogen required to support the production and maintenance of photosynthetically active leaf area. Leaf demand is highest during the vegetative phase (tillering through flag leaf in wheat; V6–VT in corn) when the canopy is expanding. Computed from the daily increase in leaf area and the nitrogen content per unit leaf area." ;
                                                                            rdfs:label "Leaf Nitrogen Demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation> rdf:type owl:Class ;
                                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source> ,
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                        owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Moisture>
                                                                                      ] ,
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                        owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Temperature>
                                                                                      ] ,
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                        owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_pH>
                                                                                      ] ,
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_substrate> ;
                                                                                        owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization_Substrate>
                                                                                      ] ;
                                                                      rdfs:comment "The microbial conversion of organically bound nitrogen to plant-available mineral forms (NH₄⁺). The dominant pathway for converting soil organic nitrogen into a form crops can absorb. Rate depends on substrate quality (C:N ratio), soil temperature, soil moisture, and pH." ;
                                                                      rdfs:label "Mineralization" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization_Substrate
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization_Substrate> rdf:type owl:Class ;
                                                                                rdfs:comment "An organic material from which nitrogen is released through microbial mineralization. The C:N ratio of the substrate determines whether net mineralization (N release) or net immobilization (N uptake by microbes) occurs — C:N below approximately 20–25:1 favours net mineralization." ;
                                                                                rdfs:label "Mineralization Substrate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mobilizable_Nitrogen_In_Leaf
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mobilizable_Nitrogen_In_Leaf> rdf:type owl:Class ;
                                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Pool> ;
                                                                                    rdfs:comment "The fraction of leaf nitrogen that can be remobilized and translocated to the developing grain during senescence. Comprises primarily Rubisco and other photosynthetic proteins that are degraded as the leaf senesces. Typically 60–80% of total leaf N is mobilizable. Quantified from LAI, green leaf N concentration, and senesced leaf N concentration." ;
                                                                                    rdfs:label "Mobilizable Nitrogen in Leaf" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mobilizable_Nitrogen_In_Stem
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mobilizable_Nitrogen_In_Stem> rdf:type owl:Class ;
                                                                                    rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Pool> ;
                                                                                    rdfs:comment "The fraction of stem nitrogen that can be remobilized and translocated to the developing grain. Stem nitrogen pools are generally smaller than leaf pools but still contribute significantly to grain nitrogen, especially when post-anthesis uptake is limited by drought or nitrogen deficiency." ;
                                                                                    rdfs:label "Mobilizable Nitrogen in Stem" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrate_Leaching
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrate_Leaching> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ,
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                          owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Nitrogen_Accumulation_In_Water_Bodies>
                                                                                        ] ,
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                          owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Water_Pollution>
                                                                                        ] ;
                                                                        rdfs:comment "The downward movement of nitrate (NO₃⁻) dissolved in percolating water beyond the crop root zone. The dominant nitrogen loss pathway in well-drained, coarse-textured soils under high rainfall or over-irrigation. Nitrate is the only major nitrogen form subject to leaching because it carries a negative charge and is not retained by cation exchange." ;
                                                                        rdfs:label "Nitrate Leaching" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrification
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrification> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation> ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Moisture>
                                                                                     ] ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Temperature>
                                                                                     ] ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/driven_by> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_pH>
                                                                                     ] ,
                                                                                     [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Acidification>
                                                                                     ] ;
                                                                     rdfs:comment "The two-step microbial oxidation of ammonium to nitrate: NH₄⁺ → NO₂⁻ (by Nitrosomonas) → NO₃⁻ (by Nitrobacter). Nitrification converts a relatively immobile, cation-exchange-adsorbed form (NH₄⁺) into a highly mobile anion (NO₃⁻) that is susceptible to both leaching and denitrification. Rate increases with temperature, adequate moisture, and near-neutral pH. This is a transformation, not a supply source — total mineral N is unchanged; only the form changes." ;
                                                                     rdfs:label "Nitrification" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> rdf:type owl:Class ;
                                                                        rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_demand> ;
                                                                                          owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand>
                                                                                        ] ,
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_loss> ;
                                                                                          owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss>
                                                                                        ] ,
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_supply> ;
                                                                                          owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply>
                                                                                        ] ,
                                                                                        [ rdf:type owl:Restriction ;
                                                                                          owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_transformation> ;
                                                                                          owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation>
                                                                                        ] ;
                                                                        rdfs:comment "The central accounting framework that connects nitrogen supply, demand, transformations, and losses. At any point in time: Soil Available N = (Supply inputs) − (Plant uptake) − (Losses) ± (Transformations that change form but not total pool). Nitrogen Balance serves as the interface between the field-level nitrogen cycle and plant-level nitrogen dynamics." ;
                                                                        rdfs:label "Nitrogen Balance" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_determinant> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Critical_Nitrogen_Requirement>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_determinant> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Crop_Growth_Stage>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_determinant> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Uptake>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/modulated_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Growing_Season>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/modulated_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Pest_And_Disease_Pressure>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/modulated_by> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient>
                                                                                       ] ;
                                                                       rdfs:comment "The total quantity of nitrogen required by the crop over a defined period to sustain growth of all organs. Nitrogen demand is the sum of organ-level demands (leaf, stem, root, grain) and is determined by growth rate, tissue nitrogen concentration, and crop growth stage. It represents the 'pull' side of the nitrogen balance." ;
                                                                       rdfs:label "Nitrogen Demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> rdf:type owl:Class ;
                                                                                   rdfs:comment "A mathematical procedure that calculates the nitrogen demand of a specific organ from physiological input parameters. Each computation takes input variables (growth rates, tissue concentrations) and produces a demand estimate in kg N per unit area per time step." ;
                                                                                   rdfs:label "Nitrogen Demand Computation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Fixation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Fixation> rdf:type owl:Class ;
                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source> ;
                                                                         rdfs:comment "The biological reduction of atmospheric dinitrogen (N₂) to ammonium (NH₃/NH₄⁺) by prokaryotic organisms possessing the nitrogenase enzyme complex. The only biological process that converts inert atmospheric nitrogen into a biologically available form." ;
                                                                         rdfs:label "Nitrogen Fixation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Immobilization
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Immobilization> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation> ;
                                                                               rdfs:comment "The microbial assimilation of mineral nitrogen (NH₄⁺ or NO₃⁻) into organic forms as microorganisms incorporate N into their biomass. Immobilization temporarily removes plant-available N from the soil solution. Dominant when decomposing substrates have high C:N ratios (>25:1). The reverse of mineralization; both processes occur simultaneously, and the balance determines net N release or sequestration." ;
                                                                               rdfs:label "Nitrogen Immobilization" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> rdf:type owl:Class ;
                                                                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Degradation>
                                                                                     ] ;
                                                                     rdfs:comment "A pathway through which nitrogen is permanently removed from the soil-plant system to the atmosphere or to water bodies. Losses reduce the nitrogen available for crop uptake and represent both an economic cost (wasted fertilizer) and an environmental cost (pollution, greenhouse gas emission)." ;
                                                                     rdfs:label "Nitrogen Loss" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Pool
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Pool> rdf:type owl:Class ;
                                                                     rdfs:comment "A compartment within the plant that holds a quantifiable amount of nitrogen at a given time. Pools are distinguished by organ (leaf, stem, root, grain) and by mobility (mobilizable = can be remobilized for translocation to grain; structural = fixed in cell walls and not available for remobilization)." ;
                                                                     rdfs:label "Nitrogen Pool" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Balance> ;
                                                                       rdfs:comment "The aggregate of all nitrogen inputs entering the soil-plant system during a defined period. Supply is one side of the nitrogen balance equation; it feeds the Soil Available Nitrogen pool from which plants draw." ;
                                                                       rdfs:label "Nitrogen Supply" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply> ;
                                                                              rdfs:comment "A specific pathway or mechanism through which nitrogen enters the soil-plant system. Each source represents a genuine input flux — it adds nitrogen that was not previously in the plant-available soil pool." ;
                                                                              rdfs:label "Nitrogen Supply Source" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Transformation> rdf:type owl:Class ;
                                                                               rdfs:comment "A biogeochemical process that converts nitrogen from one chemical form to another within the soil system WITHOUT changing the total nitrogen pool size. Transformations alter the mobility, plant availability, and loss susceptibility of nitrogen but do not represent net gains or losses from the system." ;
                                                                               rdfs:label "Nitrogen Transformation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Translocation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Translocation> rdf:type owl:Class ;
                                                                              rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                                owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/draws_from> ;
                                                                                                owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mobilizable_Nitrogen_In_Leaf>
                                                                                              ] ,
                                                                                              [ rdf:type owl:Restriction ;
                                                                                                owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/draws_from> ;
                                                                                                owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mobilizable_Nitrogen_In_Stem>
                                                                                              ] ;
                                                                              rdfs:comment "The physiological process of moving nitrogen from vegetative source organs (leaves and stems) to the developing grain sink during the reproductive phase. Translocation is the primary mechanism by which pre-anthesis nitrogen is reallocated to support grain protein accumulation. In wheat, translocation accounts for 60–80% of final grain nitrogen content." ;
                                                                              rdfs:label "Nitrogen Translocation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Uptake
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Uptake> rdf:type owl:Class ;
                                                                       rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/contributes_to> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/contributes_to> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response>
                                                                                       ] ,
                                                                                       [ rdf:type owl:Restriction ;
                                                                                         owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/has_determinant> ;
                                                                                         owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Root_Growth>
                                                                                       ] ;
                                                                       rdfs:comment "The flux of mineral nitrogen (NH₄⁺ and NO₃⁻) from the soil solution into the plant root system. Uptake is the bridge between the soil nitrogen pool and plant nitrogen dynamics: it draws from Soil Available Nitrogen and feeds the Plant Nitrogen Pool. Uptake rate depends on root length density, soil nitrogen concentration, transpiration rate, and crop growth stage." ;
                                                                       rdfs:label "Nitrogen Uptake" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Mobilizable_Leaf_Nitrogen
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Mobilizable_Leaf_Nitrogen> rdf:type owl:Class ;
                                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Pool> ;
                                                                                     rdfs:comment "The nitrogen remaining in senesced leaf tissue that cannot be remobilized — primarily structural cell-wall nitrogen and residual metabolic nitrogen. This fraction (typically 0.5–1.0% N on a dry weight basis) sets the lower limit of leaf nitrogen concentration at full senescence and determines how much of the total leaf N is recoverable for grain fill." ;
                                                                                     rdfs:label "Non-Mobilizable Leaf Nitrogen" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation> rdf:type owl:Class ;
                                                                              rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Fixation> .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand> rdf:type owl:Class ;
                                                                             rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand> ;
                                                                             rdfs:comment "The nitrogen demand of a specific plant organ during its active growth phase. Each organ competes for the nitrogen absorbed by roots; partitioning among organs is regulated by source-sink relationships and crop growth stage." ;
                                                                             rdfs:label "Organ Nitrogen Demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Pest_And_Disease_Pressure
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Pest_And_Disease_Pressure> rdf:type owl:Class ;
                                                                                 rdfs:comment "The stress imposed on the crop by pathogens, insects, or weeds that reduces the crop's capacity to utilize nitrogen. Severe foliar disease can destroy photosynthetic tissue, reducing N demand; root diseases impair N uptake; weed competition diverts soil N away from the crop." ;
                                                                                 rdfs:label "Pest and Disease Pressure" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Root_Nitrogen_Demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Root_Nitrogen_Demand> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand> ,
                                                                                            [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_computation> ;
                                                                                              owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Root_Nitrogen_Demand_Computation>
                                                                                            ] ;
                                                                            rdfs:comment "The nitrogen required for root growth and maintenance. Root demand is proportionally highest in early growth stages when the root system is being established. Root nitrogen concentration is typically lower than leaf or grain tissue." ;
                                                                            rdfs:label "Root Nitrogen Demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Root_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Root_Nitrogen_Demand_Computation> rdf:type owl:Class ;
                                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> ;
                                                                                        rdfs:comment "Computes root nitrogen demand from root growth rate and root tissue nitrogen concentration." ;
                                                                                        rdfs:label "Root Nitrogen Demand Computation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Available_Nitrogen
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Available_Nitrogen> rdf:type owl:Class ;
                                                                               rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/depleted_by> ;
                                                                                                 owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss>
                                                                                               ] ,
                                                                                               [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/depleted_by> ;
                                                                                                 owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Uptake>
                                                                                               ] ,
                                                                                               [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/supplied_through> ;
                                                                                                 owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Supply_Source>
                                                                                               ] ,
                                                                                               [ rdf:type owl:Restriction ;
                                                                                                 owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/quantified_by> ;
                                                                                                 owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Mineral_Nitrogen_Content>
                                                                                               ] ;
                                                                               rdfs:comment "The pool of plant-available mineral nitrogen (NH₄⁺-N + NO₃⁻-N) in the soil profile at a given time. This is the integrating pool that receives inputs from all supply sources and is depleted by plant uptake and loss pathways. Measured by soil testing (pre-plant or in-season profile nitrate test)." ;
                                                                               rdfs:label "Soil Available Nitrogen" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand> rdf:type owl:Class ;
                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Organ_Nitrogen_Demand> ,
                                                                                            [ rdf:type owl:Restriction ;
                                                                                              owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/has_computation> ;
                                                                                              owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation>
                                                                                            ] ;
                                                                            rdfs:comment "The nitrogen required for stem and structural tissue growth. Stem demand peaks during the stem elongation phase when internodes are extending rapidly. Computed from the daily increase in stem dry matter and the nitrogen concentration per unit stem weight." ;
                                                                            rdfs:label "Stem Nitrogen Demand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation> rdf:type owl:Class ;
                                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Demand_Computation> .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Surface_Runoff_Loss
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Surface_Runoff_Loss> rdf:type owl:Class ;
                                                                           rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ,
                                                                                           [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                             owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Nitrogen_Accumulation_In_Water_Bodies>
                                                                                           ] ,
                                                                                           [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                             owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Water_Pollution>
                                                                                           ] ;
                                                                           rdfs:comment "The loss of dissolved or sediment-bound nitrogen in water flowing over the soil surface during rainfall or snowmelt. Most significant on sloping land with poor infiltration and where nitrogen fertilizer has been recently surface-applied." ;
                                                                           rdfs:label "Surface Runoff Loss" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Symbiotic_Fixation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Symbiotic_Fixation> rdf:type owl:Class ;
                                                                          rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Fixation> .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Volatilization
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Volatilization> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Loss> ,
                                                                                      [ rdf:type owl:Restriction ;
                                                                                        owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/causes_impact> ;
                                                                                        owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Atmospheric_Nitrogen_Pollution>
                                                                                      ] ;
                                                                      rdfs:comment "The loss of nitrogen as gaseous ammonia (NH₃) from the soil surface or plant canopy to the atmosphere. Occurs when ammonium or urea is present at the soil surface under alkaline conditions (pH >7.5), warm temperatures, and wind. Most significant for surface-applied urea and UAN without incorporation. Losses can reach 20–40% of applied N under worst-case conditions." ;
                                                                      rdfs:label "Volatilization" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> rdf:type owl:Class ;
                                                                     rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                       owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/observed_in_response_to> ;
                                                                                       owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient>
                                                                                     ] ;
                                                                     rdfs:comment "A measurable agronomic variable observed on a crop to evaluate the effect of a nutrient management treatment. Crop responses are the dependent variables in nutrient-management experiments. Three broad categories are recognised: yield response, growth response, and quality response." ;
                                                                     rdfs:label "Crop Response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> rdf:type owl:Class ;
                                                                    rdfs:comment "The botanical species of the crop being grown. Crop species determines fundamental nutrient requirements, uptake mechanisms, growth habit, and the set of measurable response variables. Cultivar is nested under species." ;
                                                                    rdfs:label "Crop Species" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar> rdf:type owl:Class ;
                                                                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/has_species> ;
                                                                                  owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species>
                                                                                ] ;
                                                                rdfs:comment "A named, commercially released variety of a crop species, selected for specific agronomic traits (yield potential, disease resistance, maturity, quality characteristics). Cultivar genotype determines the upper bound of yield response to nitrogen and the grain protein response curve. Each cultivar belongs to exactly one crop species." ;
                                                                rdfs:label "Cultivar" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> rdf:type owl:Class ;
                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                       rdfs:comment "Crop response variables that quantify vegetative development — canopy size, plant stature, organ counts, and root extension. These variables describe the crop's assimilatory capacity and are typically measured non-destructively during the growing season." ;
                                                                       rdfs:label "Growth Response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> rdf:type owl:Class ;
                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                     rdfs:comment "Essential elements required in very small quantities (typically <100 mg/kg dry matter). Despite low requirements, micronutrient deficiencies can severely limit yield and quality — particularly on high-pH calcareous soils (Fe, Zn, Mn) or sandy leached soils (B, Cu)." ;
                                                                     rdfs:label "Micronutrient" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> rdf:type owl:Class ;
                                                                rdfs:comment "A chemical element essential for plant growth and development. An element qualifies as a nutrient if its absence prevents the plant from completing its life cycle (Arnon & Stout criteria). This class covers the 14 mineral nutrients managed through soil and fertilizer inputs; structural elements obtained from air and water (C, H, O) are excluded from this management-focused ontology." ;
                                                                rdfs:label "Nutrient" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Form
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Form> rdf:type owl:Class ;
                                                                     rdfs:comment "A specific ionic or molecular species of a nutrient as it exists in the soil solution or is taken up by plant roots. Different forms of the same element have distinct mobility, plant availability, and loss-pathway characteristics. For example, nitrate-nitrogen (NO₃⁻-N) is highly mobile and leachable, while ammonium-nitrogen (NH₄⁺-N) is adsorbed on cation exchange sites." ;
                                                                     rdfs:label "Nutrient Form" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Use_Efficiency
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Use_Efficiency> rdf:type owl:Class ;
                                                                               rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                               rdfs:comment "A metric that quantifies the relationship between nutrient input and crop output. NUE integrates the effectiveness of the entire nutrient management system — soil supply, fertilizer recovery, and internal plant utilisation. Multiple definitions exist; the three most widely used in agronomic research are modeled as individuals." ;
                                                                               rdfs:label "Nutrient Use Efficiency" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Primary_Mineral_Nutrient
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Primary_Mineral_Nutrient> rdf:type owl:Class ;
                                                                                rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                                rdfs:comment "Macronutrients required by plants in the largest quantities (typically >0.1% of dry matter) and most frequently limiting in agricultural systems. The primary mineral nutrients are nitrogen (N), phosphorus (P), and potassium (K) — the three elements represented on every fertilizer grade label." ;
                                                                                rdfs:label "Primary Mineral Nutrient" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response> rdf:type owl:Class ;
                                                                        rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                        rdfs:comment "Crop response variables that quantify the end-use or market quality of harvested grain. In wheat, quality is primarily determined by protein concentration and its functional properties for milling and baking. Quality often responds to nitrogen rate at rates above those needed for maximum yield." ;
                                                                        rdfs:label "Quality Response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Secondary_Mineral_Nutrient
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Secondary_Mineral_Nutrient> rdf:type owl:Class ;
                                                                                  rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient> ;
                                                                                  rdfs:comment "Macronutrients required in moderate quantities (typically 0.01–0.5% of dry matter). Less frequently limiting than N-P-K but increasingly important as yield levels rise and soil reserves are depleted. Includes calcium (Ca), magnesium (Mg), and sulfur (S)." ;
                                                                                  rdfs:label "Secondary Mineral Nutrient" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Soil_Toxicity_Factor
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Soil_Toxicity_Factor> rdf:type owl:Class ;
                                                                            rdfs:comment "A soil chemical constituent that becomes harmful to plant growth when present at elevated concentrations. Toxicity factors are not essential nutrients; they are managed by adjusting soil conditions (e.g., liming to raise pH and reduce aluminum solubility)." ;
                                                                            rdfs:label "Soil Toxicity Factor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> rdf:type owl:Class ;
                                                                             rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response> ;
                                                                             rdfs:comment "End-use quality variables specific to wheat milling and baking. These parameters determine the functional properties of flour and the suitability of grain for different market classes (hard red winter, hard red spring, soft wheat). Strongly influenced by nitrogen rate and timing, particularly late-season applications at or after flag leaf." ;
                                                                             rdfs:label "Wheat Quality Measure" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> rdf:type owl:Class ;
                                                                             rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> ;
                                                                             rdfs:comment "Yield component variables specific to wheat (Triticum spp.) and related small-grain cereals. These decompose grain yield into its agronomic determinants: spikes per area, spikelets per spike, grains per spikelet, and individual grain weight." ;
                                                                             rdfs:label "Wheat Yield Component" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> rdf:type owl:Class ;
                                                                      rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Response> ;
                                                                      rdfs:comment "Crop response variables that quantify harvestable product or its components. Includes both the final grain yield and the yield components that explain how yield is assembled (e.g., spike number × grains per spike × grain weight)." ;
                                                                      rdfs:label "Yield Response" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> rdf:type owl:Class ;
                                                                         rdfs:comment "A classification of wheat cultivar maturity relative to the range of commercial varieties grown in the region. Maturity affects the timing of anthesis and grain fill, which in turn determines the optimal nitrogen application window and the duration of exposure to disease pressure." ;
                                                                         rdfs:label "Maturity Group" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split
<https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> rdf:type owl:Class ;
                                                                         rdfs:comment "A specific allocation of the total nitrogen rate across application windows (fall, spring, anthesis), expressed as percentages that sum to 100. For example, '40/60/0' means 40% of total N applied in fall, 60% in spring, 0% at anthesis. Split applications are the primary best management practice for matching nitrogen supply to crop demand." ;
                                                                         rdfs:label "Nitrogen Timing Split" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Plot_Observation> rdf:type owl:Class ;
                                                                           rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_at_site_year> ;
                                                                                             owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/observation/Site_Year_Environment>
                                                                                           ] ,
                                                                                           [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_cultivar> ;
                                                                                             owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Cultivar>
                                                                                           ] ,
                                                                                           [ rdf:type owl:Restriction ;
                                                                                             owl:onProperty <https://gwsp.cs.ksu.edu/nutrient-management/observation/observed_previous_crop> ;
                                                                                             owl:someValuesFrom <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Previous_Crop>
                                                                                           ] ;
                                                                           rdfs:comment "A single observation record from a field trial, corresponding to one plot in one site-year. This is the binding concept that connects the experimental context (where, when, which trial), the treatments applied (nitrogen rate, variety, timing split), and the measurements recorded (yield, protein, test weight, biomass, yield components). Each row in a field trial dataset corresponds to one Plot Observation individual." ;
                                                                           rdfs:label "Plot Observation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Site_Year_Environment
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Site_Year_Environment> rdf:type owl:Class ;
                                                                                rdfs:comment "A composite identifier representing a unique combination of location and crop-season year (e.g., 'HUT18' = Hutchinson 2017-18). The site-year environment is the standard agronomic unit for multi-environment trial analysis. It captures the unreplicated environmental variation (weather, soil background) that all plots at that location-year share." ;
                                                                                rdfs:label "Site-Year Environment" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Treatment_Factor> rdf:type owl:Class ;
                                                                           rdfs:comment "A named experimental factor in a factorial trial design. Each factor has a name (e.g., 'Fertility') and a level description (e.g., 'N rate'). Up to three factors may be combined in a single trial. Treatment 1 is the primary factor (Fertility or Management), Treatment 2 is always Variety, and Treatment 3 is an optional secondary factor (N timing split or Plant Growth Regulator)." ;
                                                                           rdfs:label "Treatment Factor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Atmospheric_Nitrogen_Pollution
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Atmospheric_Nitrogen_Pollution> rdf:type owl:Class ;
                                                                                                     rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> ;
                                                                                                     rdfs:comment "The release of reactive nitrogen gases to the atmosphere from agricultural sources. Includes ammonia (NH₃) from volatilization (contributing to particulate matter formation and acid deposition downwind) and nitrous oxide (N₂O) from denitrification and nitrification (a potent greenhouse gas with a global warming potential approximately 265 times that of CO₂ over 100 years)." ;
                                                                                                     rdfs:label "Atmospheric Nitrogen Pollution" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> rdf:type owl:Class ;
                                                                                            rdfs:comment "A microorganism capable of performing denitrification — the anaerobic reduction of nitrate (NO₃⁻) or nitrite (NO₂⁻) to gaseous nitrogen forms (N₂O, N₂). Denitrifiers are primarily facultative anaerobes that switch from aerobic respiration to nitrate respiration when oxygen is depleted. They are taxonomically diverse, spanning multiple bacterial genera. This class parallels Fixing_Organism_Group in the nitrogen module but represents a different functional role." ;
                                                                                            rdfs:label "Denitrifying Organism" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> rdf:type owl:Class ;
                                                                                           rdfs:comment "An adverse consequence for the natural environment resulting from nitrogen losses or transformations in the agricultural system. Environmental impacts are the externalities of nitrogen management — costs borne by ecosystems, water resources, or the atmosphere when nitrogen escapes the intended soil-plant pathway. Each impact is linked to the specific loss or transformation process that causes it." ;
                                                                                           rdfs:label "Environmental Impact" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Nitrogen_Accumulation_In_Water_Bodies
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Nitrogen_Accumulation_In_Water_Bodies> rdf:type owl:Class ;
                                                                                                            rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Water_Pollution> ;
                                                                                                            rdfs:comment "The progressive enrichment of surface waters (lakes, rivers, estuaries, coastal zones) with reactive nitrogen, leading to eutrophication — excessive algal growth, oxygen depletion (hypoxia), fish kills, and loss of aquatic biodiversity. The Gulf of Mexico hypoxic zone is a large-scale example driven primarily by agricultural nitrate from the Mississippi River basin." ;
                                                                                                            rdfs:label "Nitrogen Accumulation in Water Bodies" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Root_Growth
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Root_Growth> rdf:type owl:Class ;
                                                                                  rdfs:comment "The development and extension of the crop root system through the soil profile. Root growth determines the volume of soil explored for nitrogen and the density of root length available for nutrient absorption. Root architecture, depth, and branching are influenced by soil physical conditions (compaction, drainage), nutrient distribution, and crop species/genotype. Root growth is a primary determinant of nitrogen uptake capacity." ;
                                                                                  rdfs:label "Root Growth" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Acidification
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Acidification> rdf:type owl:Class ;
                                                                                         rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> ;
                                                                                         rdfs:comment "The decrease in soil pH caused by the release of hydrogen ions (H⁺) during nitrification: each mole of NH₄⁺ oxidised to NO₃⁻ releases two moles of H⁺. Repeated application of ammonium-based fertilizers (urea, anhydrous ammonia, ammonium sulfate) without compensatory liming progressively acidifies the soil, reducing nutrient availability and increasing aluminum toxicity risk. Note: this impact is caused by NITRIFICATION (a transformation), not by denitrification." ;
                                                                                         rdfs:label "Soil Acidification" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Degradation
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Degradation> rdf:type owl:Class ;
                                                                                       rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> ;
                                                                                       rdfs:comment "The deterioration of soil physical, chemical, or biological properties resulting from chronic nitrogen mismanagement. Includes long-term acidification, depletion of soil organic matter through accelerated mineralization, structural decline, and loss of microbial diversity. A cumulative, slow-onset impact that reduces the soil's long-term productive capacity." ;
                                                                                       rdfs:label "Soil Degradation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Mineral_Nitrogen_Content
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Soil_Mineral_Nitrogen_Content> rdf:type owl:Class ;
                                                                                                    rdfs:comment "The measured concentration or mass of plant-available mineral nitrogen (NH₄⁺-N + NO₃⁻-N) in the soil profile at a specific time, expressed in mg/kg (ppm) or kg N/ha to a defined depth. This is the quantifiable, laboratory-measured expression of the Soil Available Nitrogen pool defined in the nitrogen module. Measured by KCl extraction and colorimetric analysis; the basis for profile-based nitrogen recommendations (e.g., the pre-plant soil nitrate test used in the Great Plains)." ;
                                                                                                    rdfs:label "Soil Mineral Nitrogen Content" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Water_Pollution
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Water_Pollution> rdf:type owl:Class ;
                                                                                      rdfs:subClassOf <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Environmental_Impact> ;
                                                                                      rdfs:comment "The degradation of surface water or groundwater quality by elevated concentrations of reactive nitrogen (primarily nitrate). Groundwater contamination occurs when nitrate leaches below the root zone and reaches aquifers; the US EPA maximum contaminant level for drinking water is 10 mg NO₃-N/L. Surface water contamination occurs via runoff and subsurface drainage." ;
                                                                                      rdfs:label "Water Pollution" .


#################################################################
#    Individuals
#################################################################

###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Alabama
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Alabama> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "01" ;
                                                                  rdfs:comment "Alabama (AL). FIPS code 01." ;
                                                                  rdfs:label "Alabama" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Alaska
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Alaska> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "02" ;
                                                                 rdfs:comment "Alaska (AK). FIPS code 02." ;
                                                                 rdfs:label "Alaska" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Arizona
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Arizona> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "04" ;
                                                                  rdfs:comment "Arizona (AZ). FIPS code 04." ;
                                                                  rdfs:label "Arizona" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Arkansas
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Arkansas> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "05" ;
                                                                   rdfs:comment "Arkansas (AR). FIPS code 05. Part of the US Drought Monitor study area." ;
                                                                   rdfs:label "Arkansas" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/California
<https://gwsp.cs.ksu.edu/nutrient-management/environment/California> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "06" ;
                                                                     rdfs:comment "California (CA). FIPS code 06." ;
                                                                     rdfs:label "California" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Clay
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Clay> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                               rdfs:comment "≥40 % clay with ≤45 % sand and ≤40 % silt. Highest CEC and nutrient retention of all textural classes; very slow permeability and high shrink-swell potential make tillage timing critical." ;
                                                               rdfs:label "Clay" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Clay_Loam
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Clay_Loam> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                    rdfs:comment "27–40 % clay with 20–45 % sand. High CEC and nutrient retention; moderate drainage that reduces nitrate leaching but may impede root growth when compacted." ;
                                                                    rdfs:label "Clay Loam" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Colorado
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Colorado> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "08" ;
                                                                   rdfs:comment "Colorado (CO). FIPS code 08. Part of the US Drought Monitor study area." ;
                                                                   rdfs:label "Colorado" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Connecticut
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Connecticut> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "09" ;
                                                                      rdfs:comment "Connecticut (CT). FIPS code 09." ;
                                                                      rdfs:label "Connecticut" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Delaware
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Delaware> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "10" ;
                                                                   rdfs:comment "Delaware (DE). FIPS code 10." ;
                                                                   rdfs:label "Delaware" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_0_15cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_0_15cm> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm> "15.0"^^xsd:float ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm> "0.0"^^xsd:float ;
                                                                       rdfs:comment "The standard surface sampling depth used in most routine soil fertility testing (≈0–6 inches). Captures the zone of greatest biological activity, organic matter concentration, and fertilizer incorporation." ;
                                                                       rdfs:label "0–15 cm (Surface)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_0_30cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_0_30cm> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm> "30.0"^^xsd:float ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm> "0.0"^^xsd:float ;
                                                                       rdfs:comment "The full plough-layer depth (≈0–12 inches). Represents the zone most affected by tillage and surface-applied amendments; standard for international soil carbon and nutrient inventories." ;
                                                                       rdfs:label "0–30 cm (Plough Layer)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_15_45cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_15_45cm> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm> "45.0"^^xsd:float ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm> "15.0"^^xsd:float ;
                                                                        rdfs:comment "A common sub-surface interval (≈6–18 inches) used to assess nutrient status below the plough layer, particularly residual nitrate-nitrogen for profile nitrogen budgeting." ;
                                                                        rdfs:label "15–45 cm (Sub-Surface)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_15_60cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_15_60cm> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm> "60.0"^^xsd:float ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm> "15.0"^^xsd:float ;
                                                                        rdfs:comment "An extended sub-surface interval (≈6–24 inches) often used in deep-soil nitrogen sampling programs in semi-arid regions to account for nitrate that has moved below the root zone." ;
                                                                        rdfs:label "15–60 cm (Sub-Surface)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_60_90cm
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Depth_60_90cm> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/Sampling_Depth> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_lower_depth_cm> "90.0"^^xsd:float ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_upper_depth_cm> "60.0"^^xsd:float ;
                                                                        rdfs:comment "A deep sub-soil interval (≈24–36 inches) sampled to evaluate deep leaching of mobile nutrients (primarily nitrate) and to assess subsoil constraints such as compaction or salinity." ;
                                                                        rdfs:label "60–90 cm (Deep Sub-Soil)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Excessively_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Excessively_Drained> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                              rdfs:comment "Water is removed from the soil very rapidly. The water table is rarely or never observed. Common in coarse sands and gravels. Very high nitrate leaching risk; nutrients move below the root zone quickly after rain or irrigation." ;
                                                                              rdfs:label "Excessively Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Florida
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Florida> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "12" ;
                                                                  rdfs:comment "Florida (FL). FIPS code 12." ;
                                                                  rdfs:label "Florida" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Georgia
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Georgia> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "13" ;
                                                                  rdfs:comment "Georgia (GA). FIPS code 13." ;
                                                                  rdfs:label "Georgia" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Hawaii
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Hawaii> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "15" ;
                                                                 rdfs:comment "Hawaii (HI). FIPS code 15." ;
                                                                 rdfs:label "Hawaii" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Idaho
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Idaho> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "16" ;
                                                                rdfs:comment "Idaho (ID). FIPS code 16." ;
                                                                rdfs:label "Idaho" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Illinois
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Illinois> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "17" ;
                                                                   rdfs:comment "Illinois (IL). FIPS code 17." ;
                                                                   rdfs:label "Illinois" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Indiana
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Indiana> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "18" ;
                                                                  rdfs:comment "Indiana (IN). FIPS code 18." ;
                                                                  rdfs:label "Indiana" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Iowa
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Iowa> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                               <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "19" ;
                                                               rdfs:comment "Iowa (IA). FIPS code 19. Part of the US Drought Monitor study area." ;
                                                               rdfs:label "Iowa" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Kansas
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Kansas> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "20" ;
                                                                 rdfs:comment "Kansas (KS). FIPS code 20. Part of the US Drought Monitor study area and the primary site of GRIP field trials." ;
                                                                 rdfs:label "Kansas" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Kentucky
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Kentucky> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "21" ;
                                                                   rdfs:comment "Kentucky (KY). FIPS code 21." ;
                                                                   rdfs:label "Kentucky" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Loam
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Loam> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                               rdfs:comment "A balanced mixture of sand (23–52 %), silt (28–50 %), and clay (7–27 %). Often regarded as the ideal agricultural soil: good drainage, aeration, water retention, and nutrient-holding capacity." ;
                                                               rdfs:label "Loam" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Loamy_Sand
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Loamy_Sand> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                     rdfs:comment "70–90 % sand with silt + 1.5× clay between 15 and 30. Slightly better water retention than sand but still highly permeable; requires frequent, light nutrient applications." ;
                                                                     rdfs:label "Loamy Sand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Louisiana
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Louisiana> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "22" ;
                                                                    rdfs:comment "Louisiana (LA). FIPS code 22." ;
                                                                    rdfs:label "Louisiana" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Maine
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Maine> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "23" ;
                                                                rdfs:comment "Maine (ME). FIPS code 23." ;
                                                                rdfs:label "Maine" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Maryland
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Maryland> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "24" ;
                                                                   rdfs:comment "Maryland (MD). FIPS code 24." ;
                                                                   rdfs:label "Maryland" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Massachusetts
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Massachusetts> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "25" ;
                                                                        rdfs:comment "Massachusetts (MA). FIPS code 25." ;
                                                                        rdfs:label "Massachusetts" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Michigan
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Michigan> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "26" ;
                                                                   rdfs:comment "Michigan (MI). FIPS code 26." ;
                                                                   rdfs:label "Michigan" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Minnesota
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Minnesota> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "27" ;
                                                                    rdfs:comment "Minnesota (MN). FIPS code 27." ;
                                                                    rdfs:label "Minnesota" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Mississippi
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Mississippi> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "28" ;
                                                                      rdfs:comment "Mississippi (MS). FIPS code 28." ;
                                                                      rdfs:label "Mississippi" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Missouri
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Missouri> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "29" ;
                                                                   rdfs:comment "Missouri (MO). FIPS code 29. Part of the US Drought Monitor study area." ;
                                                                   rdfs:label "Missouri" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Moderately_Well_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Moderately_Well_Drained> rdf:type owl:NamedIndividual ,
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                                  rdfs:comment "Water is removed somewhat slowly; the soil is wet at shallow depth for short periods during the growing season. Faint mottles may be present. Moderate risk of temporary anaerobic conditions that can trigger denitrification after heavy rainfall." ;
                                                                                  rdfs:label "Moderately Well Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Montana
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Montana> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "30" ;
                                                                  rdfs:comment "Montana (MT). FIPS code 30." ;
                                                                  rdfs:label "Montana" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Nebraska
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Nebraska> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "31" ;
                                                                   rdfs:comment "Nebraska (NE). FIPS code 31. Part of the US Drought Monitor study area." ;
                                                                   rdfs:label "Nebraska" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Nevada
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Nevada> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "32" ;
                                                                 rdfs:comment "Nevada (NV). FIPS code 32." ;
                                                                 rdfs:label "Nevada" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/New_Hampshire
<https://gwsp.cs.ksu.edu/nutrient-management/environment/New_Hampshire> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "33" ;
                                                                        rdfs:comment "New Hampshire (NH). FIPS code 33." ;
                                                                        rdfs:label "New Hampshire" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/New_Jersey
<https://gwsp.cs.ksu.edu/nutrient-management/environment/New_Jersey> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "34" ;
                                                                     rdfs:comment "New Jersey (NJ). FIPS code 34." ;
                                                                     rdfs:label "New Jersey" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/New_Mexico
<https://gwsp.cs.ksu.edu/nutrient-management/environment/New_Mexico> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "35" ;
                                                                     rdfs:comment "New Mexico (NM). FIPS code 35." ;
                                                                     rdfs:label "New Mexico" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/New_York
<https://gwsp.cs.ksu.edu/nutrient-management/environment/New_York> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "36" ;
                                                                   rdfs:comment "New York (NY). FIPS code 36." ;
                                                                   rdfs:label "New York" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/North_Carolina
<https://gwsp.cs.ksu.edu/nutrient-management/environment/North_Carolina> rdf:type owl:NamedIndividual ,
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "37" ;
                                                                         rdfs:comment "North Carolina (NC). FIPS code 37." ;
                                                                         rdfs:label "North Carolina" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/North_Dakota
<https://gwsp.cs.ksu.edu/nutrient-management/environment/North_Dakota> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "38" ;
                                                                       rdfs:comment "North Dakota (ND). FIPS code 38." ;
                                                                       rdfs:label "North Dakota" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Ohio
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Ohio> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                               <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "39" ;
                                                               rdfs:comment "Ohio (OH). FIPS code 39." ;
                                                               rdfs:label "Ohio" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Oklahoma
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Oklahoma> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "40" ;
                                                                   rdfs:comment "Oklahoma (OK). FIPS code 40. Part of the US Drought Monitor study area." ;
                                                                   rdfs:label "Oklahoma" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Oregon
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Oregon> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "41" ;
                                                                 rdfs:comment "Oregon (OR). FIPS code 41." ;
                                                                 rdfs:label "Oregon" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Pennsylvania
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Pennsylvania> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "42" ;
                                                                       rdfs:comment "Pennsylvania (PA). FIPS code 42." ;
                                                                       rdfs:label "Pennsylvania" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Poorly_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Poorly_Drained> rdf:type owl:NamedIndividual ,
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                         rdfs:comment "Water is removed so slowly that the soil is wet at shallow depth for long periods. A seasonally high water table limits root depth and creates strongly reducing conditions. Significant nitrogen losses via denitrification; phosphorus mobilization risk increases under sustained anaerobic conditions." ;
                                                                         rdfs:label "Poorly Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Rhode_Island
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Rhode_Island> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "44" ;
                                                                       rdfs:comment "Rhode Island (RI). FIPS code 44." ;
                                                                       rdfs:label "Rhode Island" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Sand
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Sand> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                               rdfs:comment "≥85 % sand with the percentage of silt plus 1.5× the percentage of clay ≤15. Very high permeability, very low water and nutrient retention; highest leaching risk for mobile nutrients like nitrate." ;
                                                               rdfs:label "Sand" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Sandy_Clay
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Sandy_Clay> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                     rdfs:comment "≥35 % clay and ≥45 % sand. Unusual combination; high shrink-swell with relatively rapid macropore drainage. Nutrient retention is high but physical management is challenging." ;
                                                                     rdfs:label "Sandy Clay" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Sandy_Clay_Loam
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Sandy_Clay_Loam> rdf:type owl:NamedIndividual ,
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                          rdfs:comment "20–35 % clay, <28 % silt, and ≥45 % sand. Moderate shrink-swell potential; balances drainage and retention but can be difficult to work when wet." ;
                                                                          rdfs:label "Sandy Clay Loam" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Sandy_Loam
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Sandy_Loam> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                     rdfs:comment "43–85 % sand with moderate silt and clay. Good drainage with moderate water-holding capacity; widely considered productive agricultural soil with manageable leaching risk." ;
                                                                     rdfs:label "Sandy Loam" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Silt
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Silt> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                               rdfs:comment "≥80 % silt and ≤12 % clay. Very high water-holding capacity but prone to compaction and poor aeration; rare in agricultural classification." ;
                                                               rdfs:label "Silt" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Silt_Loam
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Silt_Loam> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                    rdfs:comment "≥50 % silt with 12–27 % clay, or 50–80 % silt with <12 % clay. High water-holding capacity and fertility; susceptible to surface crusting and erosion when exposed." ;
                                                                    rdfs:label "Silt Loam" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Silty_Clay
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Silty_Clay> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                     rdfs:comment "≥40 % clay and ≥40 % silt. Very high CEC and water retention; slow permeability creates anaerobic micro-sites that promote denitrification losses of applied nitrogen." ;
                                                                     rdfs:label "Silty Clay" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Silty_Clay_Loam
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Silty_Clay_Loam> rdf:type owl:NamedIndividual ,
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Texture> ;
                                                                          rdfs:comment "27–40 % clay and ≥40 % silt. Excellent nutrient and water retention; common in fertile alluvial plains but slow to drain and prone to waterlogging." ;
                                                                          rdfs:label "Silty Clay Loam" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Somewhat_Excessively_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Somewhat_Excessively_Drained> rdf:type owl:NamedIndividual ,
                                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                                       rdfs:comment "Water is removed rapidly. Soils are sandy or have very high hydraulic conductivity. Nutrient leaching risk is high but slightly less than excessively drained soils due to marginally greater water retention." ;
                                                                                       rdfs:label "Somewhat Excessively Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Somewhat_Poorly_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Somewhat_Poorly_Drained> rdf:type owl:NamedIndividual ,
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                                  rdfs:comment "Water is removed slowly enough that the soil is wet at shallow depth for significant periods during the growing season. Distinct mottling is common. Increased potential for denitrification losses and reduced root zone aeration." ;
                                                                                  rdfs:label "Somewhat Poorly Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/South_Carolina
<https://gwsp.cs.ksu.edu/nutrient-management/environment/South_Carolina> rdf:type owl:NamedIndividual ,
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "45" ;
                                                                         rdfs:comment "South Carolina (SC). FIPS code 45." ;
                                                                         rdfs:label "South Carolina" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/South_Dakota
<https://gwsp.cs.ksu.edu/nutrient-management/environment/South_Dakota> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "46" ;
                                                                       rdfs:comment "South Dakota (SD). FIPS code 46." ;
                                                                       rdfs:label "South Dakota" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Tennessee
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Tennessee> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "47" ;
                                                                    rdfs:comment "Tennessee (TN). FIPS code 47." ;
                                                                    rdfs:label "Tennessee" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Texas
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Texas> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "48" ;
                                                                rdfs:comment "Texas (TX). FIPS code 48." ;
                                                                rdfs:label "Texas" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Utah
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Utah> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                               <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "49" ;
                                                               rdfs:comment "Utah (UT). FIPS code 49." ;
                                                               rdfs:label "Utah" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Vermont
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Vermont> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "50" ;
                                                                  rdfs:comment "Vermont (VT). FIPS code 50." ;
                                                                  rdfs:label "Vermont" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Very_Poorly_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Very_Poorly_Drained> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                              rdfs:comment "Water is removed so slowly that free water remains at or near the surface most of the year. Typical of depressional areas and bogs. Crop production requires artificial drainage. Denitrification is the dominant nitrogen loss pathway; organic matter accumulates due to suppressed decomposition." ;
                                                                              rdfs:label "Very Poorly Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Virginia
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Virginia> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "51" ;
                                                                   rdfs:comment "Virginia (VA). FIPS code 51." ;
                                                                   rdfs:label "Virginia" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Washington
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Washington> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "53" ;
                                                                     rdfs:comment "Washington (WA). FIPS code 53." ;
                                                                     rdfs:label "Washington" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Well_Drained
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Well_Drained> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/environment/Soil_Drainage_Class> ;
                                                                       rdfs:comment "Water is removed readily but not rapidly. The soil profile is free of mottling related to wetness. Considered optimal for most agricultural crops; supports aerobic conditions favouring nitrification and good root development." ;
                                                                       rdfs:label "Well Drained" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/West_Virginia
<https://gwsp.cs.ksu.edu/nutrient-management/environment/West_Virginia> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "54" ;
                                                                        rdfs:comment "West Virginia (WV). FIPS code 54." ;
                                                                        rdfs:label "West Virginia" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Wisconsin
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Wisconsin> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "55" ;
                                                                    rdfs:comment "Wisconsin (WI). FIPS code 55." ;
                                                                    rdfs:label "Wisconsin" .


###  https://gwsp.cs.ksu.edu/nutrient-management/environment/Wyoming
<https://gwsp.cs.ksu.edu/nutrient-management/environment/Wyoming> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/environment/State> ;
                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/environment/has_fips_code> "56" ;
                                                                  rdfs:comment "Wyoming (WY). FIPS code 56." ;
                                                                  rdfs:label "Wyoming" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Ammonium_Nitrate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Ammonium_Nitrate> rdf:type owl:NamedIndividual ,
                                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "34.0"^^xsd:float ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                             rdfs:comment "NH₄NO₃ (34-0-0). Supplies nitrogen in both ammonium and nitrate forms, providing immediate nitrate availability and slower ammonium release. Lower volatilisation risk than urea. Subject to regulatory restrictions in some regions due to security concerns." ;
                                                                             rdfs:label "Ammonium Nitrate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Ammonium_Polyphosphate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Ammonium_Polyphosphate> rdf:type owl:NamedIndividual ,
                                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "10.0"^^xsd:float ;
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "34.0"^^xsd:float ;
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                                   rdfs:comment "APP (10-34-0). A liquid phosphorus fertilizer used in starter bands and fertigation. Contains 10% nitrogen as incidental ammonium. The polyphosphate form provides extended phosphorus availability through gradual hydrolysis." ;
                                                                                   rdfs:label "Ammonium Polyphosphate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Ammonium_Sulfate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Ammonium_Sulfate> rdf:type owl:NamedIndividual ,
                                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "21.0"^^xsd:float ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "24.0"^^xsd:float ;
                                                                             rdfs:comment "(NH₄)₂SO₄ (21-0-0-24S). Supplies both nitrogen and sulfur. Preferred on sulfur-deficient soils and for crops with high sulfur demand (canola, alfalfa). Acidifying effect makes it useful for high-pH soils." ;
                                                                             rdfs:label "Ammonium Sulfate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Anhydrous_Ammonia
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Anhydrous_Ammonia> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "82.0"^^xsd:float ;
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                              rdfs:comment "NH₃ applied as a pressurised liquid that becomes gas on release (82-0-0). The most concentrated and generally least-cost nitrogen source per unit N. Requires sub-surface injection to prevent gaseous loss; temporarily sterilises a narrow zone around the injection point." ;
                                                                              rdfs:label "Anhydrous Ammonia" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/At_Planting
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/At_Planting> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> ;
                                                                        rdfs:comment "Nitrogen applied concurrently with sowing, often as a starter band near the seed. Provides immediate nitrogen to support seedling vigour and early canopy development." ;
                                                                        rdfs:label "At Planting" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Banding
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Banding> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                    rdfs:comment "Concentrated placement of fertilizer in narrow bands, typically near the seed row at planting. Increases nutrient concentration in the root zone, improving early-season uptake efficiency and reducing fixation in high-phosphorus-fixing soils." ;
                                                                    rdfs:label "Banding" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Broadcast
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Broadcast> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                      rdfs:comment "Uniform surface spreading of fertilizer across the entire field area. Simplest method with highest coverage but exposes granular or liquid material to volatilisation and immobilisation at the surface unless incorporated by tillage or rainfall." ;
                                                                      rdfs:label "Broadcast" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Calcium_Nitrate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Calcium_Nitrate> rdf:type owl:NamedIndividual ,
                                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "15.5"^^xsd:float ;
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                            rdfs:comment "Ca(NO₃)₂ (15.5-0-0). Supplies nitrogen entirely as nitrate with supplemental calcium. Non-acidifying; used on acid-sensitive soils and in fertigation for high-value crops." ;
                                                                            rdfs:label "Calcium Nitrate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Cereals
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Cereals> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category> ;
                                                                    rdfs:comment "Grass-family grain crops (wheat, corn, sorghum, barley, rice, oats). Cereal residues typically have high C:N ratios (40–80:1), causing net nitrogen immobilisation during early decomposition. Following a cereal crop, the nitrogen recommendation is often increased to offset this temporary immobilisation." ;
                                                                    rdfs:label "Cereals" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Compost
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Compost> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Organic_Nutrient_Source> ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "0.0"^^xsd:float ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                    rdfs:comment "Aerobically decomposed organic matter with stable humus-like properties. Nitrogen availability in the year of application is typically low (5–20% of total N) because most nitrogen has been stabilised during composting. Primary value is in soil organic matter building and long-term nutrient supply." ;
                                                                    rdfs:label "Compost" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Di_Ammonium_Phosphate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Di_Ammonium_Phosphate> rdf:type owl:NamedIndividual ,
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "18.0"^^xsd:float ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "46.0"^^xsd:float ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                                  rdfs:comment "DAP (NH₄)₂HPO₄ (18-46-0). The most widely used phosphorus fertilizer. Applied primarily to meet crop phosphorus requirements; the 18% nitrogen is an incidental contribution that must be credited when computing the total nitrogen budget." ;
                                                                                  rdfs:label "Di-Ammonium Phosphate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fallow
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fallow> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category> ;
                                                                   rdfs:comment "A period in which no crop is grown and the field is left idle. Mineralisation continues during fallow, accumulating nitrate in the profile. Soil nitrate testing after fallow typically shows elevated residual nitrogen that should be credited against the recommendation." ;
                                                                   rdfs:label "Fallow" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertigation
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Fertigation> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                        rdfs:comment "Application of soluble fertilizer through the irrigation system (drip, pivot, or sprinkler). Allows frequent, low-dose delivery synchronised with crop water uptake; ideal for split nitrogen programmes and high-value crops." ;
                                                                        rdfs:label "Fertigation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Flag_Leaf
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Flag_Leaf> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> ;
                                                                      rdfs:comment "Late-season nitrogen application at or near flag leaf emergence in cereals (Feekes 8–9). Targets grain protein content rather than additional yield; the dominant timing for quality-driven nitrogen in hard red winter wheat." ;
                                                                      rdfs:label "Flag Leaf" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Foliar_Application
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Foliar_Application> rdf:type owl:NamedIndividual ,
                                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                               rdfs:comment "Spraying a dilute fertilizer solution directly onto crop foliage. Used for supplemental nitrogen (typically UAN) when soil uptake is limited or for rapid correction of deficiency. Total N per pass is constrained by leaf burn thresholds." ;
                                                                               rdfs:label "Foliar Application" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Incorporation
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Incorporation> rdf:type owl:NamedIndividual ,
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                          rdfs:comment "Mechanical mixing of surface-applied fertilizer into the topsoil by tillage (disc, field cultivator) shortly after application. Reduces ammonia volatilisation from urea and UAN; typically performed within 24–48 hours of surface broadcast." ;
                                                                          rdfs:label "Incorporation" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Injection
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Injection> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                      rdfs:comment "Sub-surface placement of liquid or gaseous fertilizer (e.g., anhydrous ammonia, UAN) into the soil using knife or coulter openers. Eliminates surface volatilisation; the mandatory method for anhydrous ammonia." ;
                                                                      rdfs:label "Injection" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Legumes
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Legumes> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category> ;
                                                                    rdfs:comment "Crops in the Fabaceae family (soybean, pea, lentil, alfalfa, clover) that form symbiotic associations with Rhizobium bacteria to fix atmospheric nitrogen. Legume residues have low C:N ratios (15–25:1) and release a nitrogen credit to the succeeding crop, typically 20–60 kg N/ha depending on species and biomass." ;
                                                                    rdfs:label "Legumes" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Manure
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Manure> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Organic_Nutrient_Source> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "0.0"^^xsd:float ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                   rdfs:comment "Animal excrement (cattle, poultry, swine) applied as a nutrient source. Nitrogen content varies widely (typically 1–5% dry weight) depending on species, diet, and handling. A fraction of total N is available in the year of application (typically 40–75% for poultry, 25–50% for cattle); the remainder mineralises over subsequent seasons. N% here is set to 0 as a placeholder — actual values must come from laboratory analysis of the specific manure." ;
                                                                   rdfs:label "Manure" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Mono_Ammonium_Phosphate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Mono_Ammonium_Phosphate> rdf:type owl:NamedIndividual ,
                                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "11.0"^^xsd:float ;
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "52.0"^^xsd:float ;
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                                    rdfs:comment "MAP NH₄H₂PO₄ (11-52-0). A high-analysis phosphorus starter fertilizer. The 11% nitrogen is incidental and should be credited in the nitrogen budget. Lower ammonia toxicity risk than DAP, making it safer as a seed-placed fertilizer." ;
                                                                                    rdfs:label "Mono-Ammonium Phosphate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Oilseeds
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Oilseeds> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Crop_Category> ;
                                                                     rdfs:comment "Non-legume broadleaf crops grown primarily for oil (canola, sunflower, safflower). Residue C:N ratios and nitrogen credits are intermediate between cereals and legumes." ;
                                                                     rdfs:label "Oilseeds" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Polymer_Coated_Urea
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Polymer_Coated_Urea> rdf:type owl:NamedIndividual ,
                                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Enhanced_Efficiency_Fertilizer> ;
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "44.0"^^xsd:float ;
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                                rdfs:comment "Urea granules encapsulated in a semi-permeable polymer membrane that controls the rate of nitrogen release based on soil temperature and moisture. Designed to match nitrogen supply to crop demand over the growing season, reducing the need for split applications." ;
                                                                                rdfs:label "Polymer-Coated Urea" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Pre_Plant
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Pre_Plant> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> ;
                                                                      rdfs:comment "Nitrogen applied before planting or sowing, typically during seedbed preparation. The entire dose resides in the soil before crop roots are active, maximising exposure to early-season leaching and denitrification. Often combined with incorporation." ;
                                                                      rdfs:label "Pre-Plant" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Side_Dress
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Side_Dress> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Method> ;
                                                                       rdfs:comment "Post-emergence application of nitrogen alongside growing crop rows, typically by surface band or shallow injection. The primary in-season method for row crops (corn, sorghum); allows the rate to be adjusted based on early-season observations." ;
                                                                       rdfs:label "Side-Dress" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Topdress
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Topdress> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Application_Timing> ;
                                                                     rdfs:comment "In-season surface application to standing crop, typically at tillering or stem elongation in cereals. Allows rate adjustment based on observed crop condition, tiller density, or sensor readings." ;
                                                                     rdfs:label "Topdress" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "46.0"^^xsd:float ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                 rdfs:comment "CO(NH₂)₂. The most widely used dry nitrogen fertilizer globally (46-0-0). High N concentration minimises transport and storage costs. Subject to volatilisation losses when surface-applied without incorporation; urease inhibitors (NBPT) mitigate this." ;
                                                                 rdfs:label "Urea" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea_Ammonium_Nitrate
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea_Ammonium_Nitrate> rdf:type owl:NamedIndividual ,
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Synthetic_Fertilizer> ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "32.0"^^xsd:float ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                                  rdfs:comment "A liquid solution of urea and ammonium nitrate, typically 28-0-0 or 32-0-0. Combines three forms of nitrogen (urea, ammonium, nitrate), providing both immediate and short-term availability. Widely used in fertigation and foliar programmes." ;
                                                                                  rdfs:label "Urea Ammonium Nitrate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea_With_DCD
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea_With_DCD> rdf:type owl:NamedIndividual ,
                                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Enhanced_Efficiency_Fertilizer> ;
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "46.0"^^xsd:float ;
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                          rdfs:comment "Urea combined with dicyandiamide (DCD), a nitrification inhibitor that slows the conversion of ammonium to nitrate in the soil. Reduces nitrate leaching and nitrous oxide (N₂O) emissions by keeping nitrogen in the less mobile ammonium form for longer." ;
                                                                          rdfs:label "Urea with DCD Nitrification Inhibitor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea_With_NBPT
<https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Urea_With_NBPT> rdf:type owl:NamedIndividual ,
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/Enhanced_Efficiency_Fertilizer> ;
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_K2O_percent> "0.0"^^xsd:float ;
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_N_percent> "46.0"^^xsd:float ;
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_P2O5_percent> "0.0"^^xsd:float ;
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/fertilization/has_S_percent> "0.0"^^xsd:float ;
                                                                           rdfs:comment "Urea treated with N-(n-butyl)thiophosphoric triamide (NBPT), a urease inhibitor that delays the hydrolysis of urea to ammonium, reducing ammonia volatilisation by 40–70% compared to untreated urea. Effective window is typically 7–14 days after application." ;
                                                                           rdfs:label "Urea with NBPT Urease Inhibitor" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Azotobacter
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Azotobacter> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/associated_with> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation> ;
                                                                   rdfs:comment "A genus of free-living, aerobic, heterotrophic bacteria capable of fixing atmospheric nitrogen. Found in neutral to alkaline soils; sensitive to low pH and waterlogging. Fixes 10–20 kg N/ha/year under favourable conditions." ;
                                                                   rdfs:label "Azotobacter" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Clostridium
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Clostridium> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group> ;
                                                                   <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/associated_with> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation> ;
                                                                   rdfs:comment "A genus of anaerobic, spore-forming bacteria that fix nitrogen in waterlogged or oxygen-depleted soil microsites. Less efficient than aerobic fixers but active in conditions where Azotobacter cannot function." ;
                                                                   rdfs:label "Clostridium" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Crop_Residue
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Crop_Residue> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization_Substrate> ;
                                                                    rdfs:comment "Above- and below-ground plant material remaining in the field after harvest. Residue nitrogen availability depends on the C:N ratio of the material: low-C:N legume residues release nitrogen within weeks, while high-C:N cereal straw can immobilize nitrogen for several months before net release." ;
                                                                    rdfs:label "Crop Residue" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Cyanobacteria
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Cyanobacteria> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group> ;
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/associated_with> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation> ;
                                                                     rdfs:comment "Photosynthetic prokaryotes (formerly called blue-green algae) that fix nitrogen using specialized cells (heterocysts) in filamentous genera (Anabaena, Nostoc). Particularly important in flooded rice systems where they can contribute 20–40 kg N/ha/season." ;
                                                                     rdfs:label "Cyanobacteria" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Daily_Increase_In_Leaf_Area_Index
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Daily_Increase_In_Leaf_Area_Index> rdf:type owl:NamedIndividual ,
                                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation> ;
                                                                                         rdfs:comment "The rate of change of leaf area index per day (m²/m²/day). Drives leaf nitrogen demand during canopy expansion phases." ;
                                                                                         rdfs:label "Daily Increase in Leaf Area Index" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Daily_Increase_In_Stem_Dry_Matter
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Daily_Increase_In_Stem_Dry_Matter> rdf:type owl:NamedIndividual ,
                                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation> ;
                                                                                         rdfs:comment "The rate of stem dry matter accumulation per day (g/m²/day). Drives stem nitrogen demand during the stem elongation phase." ;
                                                                                         rdfs:label "Daily Increase in Stem Dry Matter" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Concentration
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Concentration> rdf:type owl:NamedIndividual ,
                                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation> ;
                                                                                    rdfs:comment "The nitrogen concentration in the developing grain (% N on a dry weight basis). Determines both grain protein content (for quality) and the nitrogen requirement per unit of grain dry matter produced. Typically 1.8–2.5% N for wheat." ;
                                                                                    rdfs:label "Grain Nitrogen Concentration" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation> rdf:type owl:NamedIndividual .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation> rdf:type owl:NamedIndividual .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Concentration_In_Green_Leaf
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Concentration_In_Green_Leaf> rdf:type owl:NamedIndividual ,
                                                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                            rdfs:comment "The nitrogen concentration of actively photosynthesizing leaf tissue (% N dry weight). Together with LAI, determines the total nitrogen content of the green canopy from which mobilizable N is calculated." ;
                                                                                            rdfs:label "Nitrogen Concentration in Green Leaf" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Concentration_In_Senesced_Leaf
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Concentration_In_Senesced_Leaf> rdf:type owl:NamedIndividual ,
                                                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                               rdfs:comment "The residual nitrogen concentration in fully senesced leaf tissue (% N dry weight). Represents the non-mobilizable fraction; the difference between green leaf N and senesced leaf N quantifies the mobilizable pool." ;
                                                                                               rdfs:label "Nitrogen Concentration in Senesced Leaf" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Content_Per_Unit_Leaf_Area
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Content_Per_Unit_Leaf_Area> rdf:type owl:NamedIndividual ,
                                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation> ;
                                                                                           rdfs:comment "The mass of nitrogen per unit of one-sided leaf area (g N/m² leaf). Reflects the photosynthetic nitrogen investment in the canopy; varies with leaf age and canopy position." ;
                                                                                           rdfs:label "Nitrogen Content Per Unit Leaf Area" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Content_Per_Unit_Stem_Weight
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Nitrogen_Content_Per_Unit_Stem_Weight> rdf:type owl:NamedIndividual ,
                                                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation> ;
                                                                                             rdfs:comment "The concentration of nitrogen per unit of stem dry weight (g N/g DM or %). Typically lower than leaf N concentration and declines as the stem matures." ;
                                                                                             rdfs:label "Nitrogen Content Per Unit Stem Weight" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation> rdf:type owl:NamedIndividual .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Rhizobium
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Rhizobium> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Fixing_Organism_Group> ;
                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/associated_with> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Symbiotic_Fixation> ;
                                                                 rdfs:comment "A collective term for the genera of root-nodulating bacteria (Rhizobium, Bradyrhizobium, Sinorhizobium, Mesorhizobium) that form symbiotic nitrogen-fixing associations with legume crops. The agronomically most significant group of nitrogen fixers." ;
                                                                 rdfs:label "Rhizobium" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Seed_Growth_Rate
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Seed_Growth_Rate> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/is_parameter_of> <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation> ;
                                                                        rdfs:comment "The rate of dry matter accumulation in the developing grain (mg/grain/day or g/m²/day). Determined by the duration and rate of grain fill, which are influenced by temperature, nitrogen supply, and source capacity." ;
                                                                        rdfs:label "Seed Growth Rate" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Organic_Matter
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Soil_Organic_Matter> rdf:type owl:NamedIndividual ,
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Mineralization_Substrate> ;
                                                                           rdfs:comment "The stable pool of decomposed organic material in the soil. Releases nitrogen slowly through ongoing mineralization; typically contributes 1–3% of its total N per year. The largest single source of plant-available nitrogen in unfertilized systems." ;
                                                                           rdfs:label "Soil Organic Matter" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation> rdf:type owl:NamedIndividual .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Symbiotic_Fixation
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Symbiotic_Fixation> rdf:type owl:NamedIndividual .


###  https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Total_Nitrogen_In_Stem
<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Total_Nitrogen_In_Stem> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Computation_Parameter> ;
                                                                              rdfs:comment "The total mass of nitrogen in stem tissue at a given growth stage (kg N/ha). The starting point for calculating the mobilizable fraction in the stem, which depends on structural versus metabolic nitrogen partitioning." ;
                                                                              rdfs:label "Total Nitrogen in Stem" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Aboveground_Biomass
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Aboveground_Biomass> rdf:type owl:NamedIndividual ,
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> ;
                                                                           rdfs:comment "The total dry matter of all aboveground plant parts at a specified growth stage, expressed in kg/ha or t/ha. Used to assess total crop productivity and to calculate harvest index and nitrogen uptake." ;
                                                                           rdfs:label "Aboveground Biomass" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Agronomic_Efficiency
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Agronomic_Efficiency> rdf:type owl:NamedIndividual ,
                                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Use_Efficiency> ;
                                                                            rdfs:comment "AE = (Yield_fertilised − Yield_unfertilised) / N_applied. Expressed in kg grain per kg N applied. Measures the yield gain per unit of fertilizer nitrogen. The most intuitive and commonly reported NUE metric; combines soil supply, fertilizer recovery, and internal utilisation into a single number." ;
                                                                            rdfs:label "Agronomic Efficiency" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Aluminum
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Aluminum> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Soil_Toxicity_Factor> ;
                                                                rdfs:comment "Element Al. Not a plant nutrient. Aluminum toxicity is the primary growth-limiting factor on acid soils (pH <5.5) worldwide. Soluble Al³⁺ inhibits root elongation, reduces phosphorus availability, and impairs calcium and magnesium uptake. Managed by liming to maintain soil pH above 5.5–6.0." ;
                                                                rdfs:label "Aluminum" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Ammonium_Nitrogen
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Ammonium_Nitrogen> rdf:type owl:NamedIndividual ,
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Form> ;
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/is_form_of> <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nitrogen> ;
                                                                         rdfs:comment "NH₄⁺-N. The reduced, cationic form of soil mineral nitrogen. Adsorbed on cation exchange sites and therefore resistant to leaching. Converted to nitrate by nitrifying bacteria (Nitrosomonas, Nitrobacter) under aerobic, warm conditions. Preferred uptake form for rice and some acid-tolerant species." ;
                                                                         rdfs:label "Ammonium Nitrogen" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Boron
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Boron> rdf:type owl:NamedIndividual ,
                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                             rdfs:comment "Element B. Essential for cell wall formation, pollen viability, and sugar transport. Has the narrowest range between deficiency and toxicity of all micronutrients. Critical for reproductive development in canola, alfalfa, and sunflower." ;
                                                             rdfs:label "Boron" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Calcium
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Calcium> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Secondary_Mineral_Nutrient> ;
                                                               rdfs:comment "Element Ca. Structural component of cell walls (calcium pectate), involved in cell division and membrane stability. Deficiency is rare in field crops but critical in horticultural systems (blossom-end rot in tomato). Soil calcium is closely tied to pH and liming practices." ;
                                                               rdfs:label "Calcium" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Canola
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Canola> rdf:type owl:NamedIndividual ,
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                                                              rdfs:comment "Brassica napus L. Oilseed crop with high sulfur demand relative to cereals. Nitrogen and sulfur co-management is critical for both yield and oil quality." ;
                                                              rdfs:label "Canola" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Canopy_Cover
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Canopy_Cover> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> ;
                                                                    rdfs:comment "The fraction of the soil surface obscured by the crop canopy when viewed from above (0–1 or %). Measured by overhead photography or canopy sensors. Relates to light interception and is used in early-season nitrogen status assessment." ;
                                                                    rdfs:label "Canopy Cover" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Chlorine
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Chlorine> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                                rdfs:comment "Element Cl. Required for the water-splitting reaction in photosynthesis and for osmotic regulation. Field deficiency is rare because atmospheric deposition and fertilizer impurities usually supply adequate Cl. Wheat responds to Cl on some low-Cl Great Plains soils." ;
                                                                rdfs:label "Chlorine" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Copper
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Copper> rdf:type owl:NamedIndividual ,
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                              rdfs:comment "Element Cu. Component of plastocyanin (photosynthesis) and several oxidase enzymes. Deficiency is most common on organic soils (histosols) and recently levelled land where subsoil is exposed. Wheat is particularly sensitive." ;
                                                              rdfs:label "Copper" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Corn
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Corn> rdf:type owl:NamedIndividual ,
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                                                            rdfs:comment "Zea mays L. Major row crop with high nitrogen demand (typically 1.0–1.2 kg N per bushel yield goal). Nitrogen management centers on pre-plant and side-dress applications timed to the rapid uptake period (V6–VT)." ;
                                                            rdfs:label "Corn" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Falling_Number
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Falling_Number> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                      rdfs:comment "A test measuring alpha-amylase enzyme activity in flour (seconds). Low values (<300 s) indicate excessive starch degradation from pre-harvest sprouting. Not directly nitrogen-responsive but can be influenced by nitrogen-mediated maturity delays that extend exposure to wet conditions." ;
                                                                      rdfs:label "Falling Number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Farinograph_Stability_Index
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Farinograph_Stability_Index> rdf:type owl:NamedIndividual ,
                                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                                   rdfs:comment "The time (minutes) a dough maintains peak consistency during continuous mixing on a Brabender farinograph. Indicates dough tolerance to mechanical processing. Longer stability corresponds to stronger gluten and is associated with higher protein content." ;
                                                                                   rdfs:label "Farinograph Stability Index" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Flour_Protein_Content
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Flour_Protein_Content> rdf:type owl:NamedIndividual ,
                                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                             rdfs:comment "Protein concentration of extracted flour (%, 14% moisture basis). Slightly lower than whole-grain protein because bran and germ are removed. The primary determinant of dough strength and bread-making potential." ;
                                                                             rdfs:label "Flour Protein Content" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Flour_Yield
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Flour_Yield> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                   rdfs:comment "The percentage of flour extracted from whole grain during milling (typically 68–76% for hard wheat). Influenced by grain hardness, kernel shape, and test weight. Nitrogen management has an indirect effect via kernel size and density." ;
                                                                   rdfs:label "Flour Yield" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Gluten_Content
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Gluten_Content> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                      rdfs:comment "The mass of wet or dry gluten extracted from flour by washing away starch (%). Gluten is the viscoelastic protein network that gives wheat dough its unique bread-making properties. Directly proportional to flour protein; responsive to nitrogen supply." ;
                                                                      rdfs:label "Gluten Content" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> ;
                                                                    rdfs:comment "The total number of grains per unit area. The yield component with the highest correlation to final yield in most cereals. Determined primarily during the critical period around flowering; nitrogen supply during this window has the greatest impact." ;
                                                                    rdfs:label "Grain Number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number_Per_Spike
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number_Per_Spike> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                              rdfs:comment "The average number of grains produced per spike, integrating spikelet number and grain set per spikelet. Reflects floret fertility, which is sensitive to nitrogen and environmental stress around anthesis." ;
                                                                              rdfs:label "Grain Number Per Spike" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number_Per_Spikelet
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number_Per_Spikelet> rdf:type owl:NamedIndividual ,
                                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                                 rdfs:comment "The average number of grains set within each spikelet. Typically 2–4 in wheat; the basal two florets almost always set grain while distal florets require good nutrition and conditions." ;
                                                                                 rdfs:label "Grain Number Per Spikelet" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number_Per_Tiller
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Number_Per_Tiller> rdf:type owl:NamedIndividual ,
                                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                               rdfs:comment "The average number of grains produced per tiller (including both fertile and infertile tillers in the denominator). A composite measure of tiller fertility and spike productivity." ;
                                                                               rdfs:label "Grain Number Per Tiller" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Protein
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Protein> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response> ;
                                                                     rdfs:comment "The total nitrogen content of whole grain multiplied by a conversion factor (5.7 for wheat, 6.25 for most other crops), expressed as a percentage of dry weight. The single most important quality parameter for hard wheat marketing. Directly responsive to late-season nitrogen supply." ;
                                                                     rdfs:label "Grain Protein" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Sorghum
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Sorghum> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                                                                     rdfs:comment "Sorghum bicolor (L.) Moench. Drought-tolerant warm-season cereal. Lower nitrogen demand than corn; susceptible to iron chlorosis on high-pH soils." ;
                                                                     rdfs:label "Grain Sorghum" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Weight
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Weight> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> ;
                                                                    rdfs:comment "The mass of an individual grain or a defined count of grains (e.g., thousand kernel weight). A fundamental yield component determined during the grain-fill period; sensitive to late-season nitrogen supply and heat stress." ;
                                                                    rdfs:label "Grain Weight" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Weight_Per_Spike
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Weight_Per_Spike> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                              rdfs:comment "The total grain mass per individual spike. The product of grain number per spike and individual grain weight; summarises per-spike productivity." ;
                                                                              rdfs:label "Grain Weight Per Spike" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Weight_Per_Spikelet
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Weight_Per_Spikelet> rdf:type owl:NamedIndividual ,
                                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                                 rdfs:comment "The total grain mass within a single spikelet. A fine-resolution yield component reflecting the combined effect of grain number and grain weight at the spikelet level." ;
                                                                                 rdfs:label "Grain Weight Per Spikelet" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Yield
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Grain_Yield> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> ;
                                                                   rdfs:comment "The mass of harvested grain per unit area, expressed at standard moisture content (e.g., 13.5% for wheat, 15.5% for corn). The primary agronomic response variable for nitrogen management in grain crops. Reported in kg/ha, bu/acre, or t/ha." ;
                                                                   rdfs:label "Grain Yield" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Harvest_Index
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Harvest_Index> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Yield_Response> ;
                                                                     rdfs:comment "The ratio of grain yield to total aboveground biomass at physiological maturity (dimensionless, typically 0.35–0.55 for modern cereal cultivars). Indicates the efficiency of biomass partitioning to grain. Nitrogen excess can reduce HI by promoting vegetative growth at the expense of grain fill." ;
                                                                     rdfs:label "Harvest Index" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Infertile_Spike_Number
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Infertile_Spike_Number> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                              rdfs:comment "The count of tillers that produced a spike but set no grain. High infertile spike counts indicate excessive early tillering without adequate resources to sustain all tillers through grain fill — often a symptom of early nitrogen excess followed by late-season stress." ;
                                                                              rdfs:label "Infertile Spike Number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Infertile_Tiller_Number
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Infertile_Tiller_Number> rdf:type owl:NamedIndividual ,
                                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                               rdfs:comment "The count of tillers that failed to produce a spike. Some tiller mortality is normal; excessive infertile tillers indicate poor resource allocation or competition within the canopy." ;
                                                                               rdfs:label "Infertile Tiller Number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Iron
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Iron> rdf:type owl:NamedIndividual ,
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                            rdfs:comment "Element Fe. Essential for chlorophyll synthesis, electron transport, and enzyme function. Deficiency (iron chlorosis) is common on high-pH calcareous soils where Fe³⁺ is insoluble. Sorghum and soybean are particularly susceptible." ;
                                                            rdfs:label "Iron" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Leaf_Area_Index
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Leaf_Area_Index> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> ;
                                                                       rdfs:comment "The ratio of total one-sided green leaf area to ground area (dimensionless, m²/m²). LAI drives canopy light interception and is a key determinant of radiation use efficiency. Optimal LAI for wheat is typically 5–7 at flag leaf." ;
                                                                       rdfs:label "Leaf Area Index" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Leaf_Number
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Leaf_Number> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> ;
                                                                   rdfs:comment "The count of fully expanded leaves on the main stem (Haun scale in wheat). Used to track phyllochron-based development and schedule growth-stage-dependent management actions." ;
                                                                   rdfs:label "Leaf Number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Loaf_Volume
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Loaf_Volume> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                   rdfs:comment "The volume of a standard loaf baked from a defined flour weight under controlled conditions (cm³ or mL). The ultimate functional measure of bread-making quality. Strongly correlated with flour protein content and gluten strength." ;
                                                                   rdfs:label "Loaf Volume" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Magnesium
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Magnesium> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Secondary_Mineral_Nutrient> ;
                                                                 rdfs:comment "Element Mg. Central atom of the chlorophyll molecule; essential for photosynthesis, enzyme activation, and phosphorus transport within the plant. Deficiency causes interveinal chlorosis on older leaves. Can be supplied by dolomitic lime." ;
                                                                 rdfs:label "Magnesium" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Manganese
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Manganese> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                                 rdfs:comment "Element Mn. Activates enzymes in photosynthesis (water-splitting complex of Photosystem II) and respiration. Availability decreases sharply above pH 7.5; over-liming is a common cause of Mn deficiency in wheat and soybeans." ;
                                                                 rdfs:label "Manganese" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Mixing_Tolerance
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Mixing_Tolerance> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Quality_Measure> ;
                                                                        rdfs:comment "The degree to which dough maintains its strength as mixing extends beyond the optimum time (farinograph or mixograph). Good mixing tolerance indicates robust gluten that can withstand industrial processing. Influenced by protein quantity and quality (glutenin-to-gliadin ratio)." ;
                                                                        rdfs:label "Mixing Tolerance" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Molybdenum
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Molybdenum> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                                  rdfs:comment "Element Mo. Essential cofactor for nitrate reductase (nitrogen assimilation) and nitrogenase (biological N fixation in legumes). Required in the smallest quantity of all micronutrients. Deficiency occurs primarily on acid soils; liming usually corrects it." ;
                                                                  rdfs:label "Molybdenum" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nickel
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nickel> rdf:type owl:NamedIndividual ,
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                              rdfs:comment "Element Ni. Required as a cofactor for urease, the enzyme that hydrolyses urea in plant tissues. The most recently confirmed essential element (2004). Deficiency is extremely rare under field conditions." ;
                                                              rdfs:label "Nickel" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nitrate_Nitrogen
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nitrate_Nitrogen> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Form> ;
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/is_form_of> <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nitrogen> ;
                                                                        rdfs:comment "NO₃⁻-N. The oxidised, anionic form of soil mineral nitrogen. Highly mobile in soil solution; moves freely with percolating water, making it the primary form subject to leaching losses. Also the substrate for denitrification under anaerobic conditions. The dominant N form taken up by most dryland crops." ;
                                                                        rdfs:label "Nitrate Nitrogen" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nitrogen
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nitrogen> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Primary_Mineral_Nutrient> ;
                                                                rdfs:comment "Element N. The nutrient most commonly limiting crop yield in non-leguminous systems. Required for amino acid, protein, chlorophyll, and nucleic acid synthesis. Highly mobile in both soil and plant; subject to multiple loss pathways (leaching, denitrification, volatilisation). Typical sufficiency range in wheat tissue: 2.0–3.5% N at flag leaf stage." ;
                                                                rdfs:label "Nitrogen" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Number_Of_Spikelets
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Number_Of_Spikelets> rdf:type owl:NamedIndividual ,
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                           rdfs:comment "The count of spikelets per spike. Determined during spikelet initiation (double-ridge stage through terminal spikelet); sets the maximum number of grain sites per spike." ;
                                                                           rdfs:label "Number of Spikelets" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Number_Of_Spikes
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Number_Of_Spikes> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                        rdfs:comment "The count of fertile (grain-bearing) spikes per unit area. The primary tiller-derived yield component; strongly influenced by early-season nitrogen supply and plant population density." ;
                                                                        rdfs:label "Number of Spikes" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Partial_Factor_Productivity
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Partial_Factor_Productivity> rdf:type owl:NamedIndividual ,
                                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Use_Efficiency> ;
                                                                                   rdfs:comment "PFP = Yield_fertilised / N_applied. Expressed in kg grain per kg N applied. The simplest NUE metric — it does not require an unfertilised control. Useful for benchmarking nitrogen productivity across farms and regions but confounds soil N supply with fertilizer N contribution." ;
                                                                                   rdfs:label "Partial Factor Productivity" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Phosphorus
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Phosphorus> rdf:type owl:NamedIndividual ,
                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Primary_Mineral_Nutrient> ;
                                                                  rdfs:comment "Element P. Essential for energy transfer (ATP/ADP), root development, and reproductive growth. Relatively immobile in soil; availability is strongly pH-dependent (optimal 6.0–7.0). Managed on a build-and-maintain basis using soil-test phosphorus as the primary decision criterion." ;
                                                                  rdfs:label "Phosphorus" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Physiological_Efficiency
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Physiological_Efficiency> rdf:type owl:NamedIndividual ,
                                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Use_Efficiency> ;
                                                                                rdfs:comment "PE = (Yield_fertilised − Yield_unfertilised) / (N_uptake_fertilised − N_uptake_unfertilised). Expressed in kg grain per kg N absorbed. Measures how efficiently the plant converts absorbed nitrogen into grain. Primarily a genetic trait influenced by cultivar and environmental interactions." ;
                                                                                rdfs:label "Physiological Efficiency" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Plant_Height
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Plant_Height> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> ;
                                                                    rdfs:comment "The vertical distance from the soil surface to the top of the canopy (excluding awns), measured in cm. Influenced by nitrogen supply, growth regulators, and cultivar genetics. Excessive height increases lodging risk." ;
                                                                    rdfs:label "Plant Height" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Potassium
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Potassium> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Primary_Mineral_Nutrient> ;
                                                                 rdfs:comment "Element K. Regulates stomatal function, osmotic balance, enzyme activation, and disease resistance. Absorbed as K⁺; does not form organic compounds in the plant but is highly mobile within tissues. Deficiency symptoms appear first on older leaves." ;
                                                                 rdfs:label "Potassium" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Recovery_Efficiency
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Recovery_Efficiency> rdf:type owl:NamedIndividual ,
                                                                                    <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Use_Efficiency> ;
                                                                           rdfs:comment "RE = (N_uptake_fertilised − N_uptake_unfertilised) / N_applied. Expressed as a fraction (0–1) or percentage. Measures the proportion of applied nitrogen that was absorbed by the crop. Typical values for cereal systems: 0.40–0.60. The most direct indicator of fertilizer use versus loss." ;
                                                                           rdfs:label "Recovery Efficiency" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Root_Length
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Root_Length> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> ;
                                                                   rdfs:comment "The total or maximum length of roots, measured in cm or km/m³ of soil. Root length density determines the volume of soil explored for water and nutrients. Nitrogen placement and soil physical conditions both influence root proliferation." ;
                                                                   rdfs:label "Root Length" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Soybean
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Soybean> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                                                               rdfs:comment "Glycine max (L.) Merr. Legume with symbiotic nitrogen fixation; typically does not receive nitrogen fertilizer. Phosphorus and potassium management are the primary nutrient concerns." ;
                                                               rdfs:label "Soybean" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Spike_Dry_Weight
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Spike_Dry_Weight> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                        rdfs:comment "The total dry mass of the spike including the rachis, glumes, and grains. Used to calculate spike harvest index (grain weight / spike dry weight), which indicates partitioning efficiency within the spike." ;
                                                                        rdfs:label "Spike Dry Weight" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Spike_Sterility_Index
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Spike_Sterility_Index> rdf:type owl:NamedIndividual ,
                                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Wheat_Yield_Component> ;
                                                                             rdfs:comment "The proportion of potential grain sites within a spike that failed to set grain (dimensionless, 0–1). High sterility indicates stress during the critical period around anthesis." ;
                                                                             rdfs:label "Spike Sterility Index" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Sulfate_Sulfur
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Sulfate_Sulfur> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Nutrient_Form> ;
                                                                      <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/is_form_of> <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Sulfur> ;
                                                                      rdfs:comment "SO₄²⁻-S. The plant-available anionic form of soil sulfur. Like nitrate, sulfate is mobile in soil solution and subject to leaching in high-rainfall or irrigated environments. Measured by soil testing to assess S availability for sulfur-responsive crops." ;
                                                                      rdfs:label "Sulfate Sulfur" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Sulfur
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Sulfur> rdf:type owl:NamedIndividual ,
                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Secondary_Mineral_Nutrient> ;
                                                              rdfs:comment "Element S. Required for synthesis of the amino acids cysteine and methionine, and hence for protein quality. Increasingly deficient in agricultural soils since the reduction of atmospheric SO₂ deposition. Critical for canola, alfalfa, and high-protein wheat." ;
                                                              rdfs:label "Sulfur" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Test_Weight
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Test_Weight> rdf:type owl:NamedIndividual ,
                                                                            <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response> ;
                                                                   rdfs:comment "The mass of grain per unit volume (kg/hL or lb/bu). Indicates grain density and soundness. A statutory grading factor for wheat, corn, and sorghum. Nitrogen excess can reduce test weight by delaying maturity and promoting small, shrivelled grains during heat stress." ;
                                                                   rdfs:label "Test Weight" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Thousand_Kernel_Weight
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Thousand_Kernel_Weight> rdf:type owl:NamedIndividual ,
                                                                                       <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Quality_Response> ;
                                                                              rdfs:comment "The mass of 1000 individual grains (g). An alternative expression of grain size that is both a yield component and a quality indicator. Grain size affects milling yield and is influenced by nitrogen supply during grain fill." ;
                                                                              rdfs:label "Thousand Kernel Weight" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Tiller_Number
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Tiller_Number> rdf:type owl:NamedIndividual ,
                                                                              <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Growth_Response> ;
                                                                     rdfs:comment "The count of tillers per unit area or per plant at a specified growth stage. Early-season nitrogen strongly promotes tillering in cereals; however, late tillers often fail to produce grain." ;
                                                                     rdfs:label "Tiller Number" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Winter_Wheat
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Winter_Wheat> rdf:type owl:NamedIndividual ,
                                                                             <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Crop_Species> ;
                                                                    rdfs:comment "Triticum aestivum L. (winter type). The dominant dryland crop in the Great Plains. Nitrogen management for winter wheat is the primary focus of this ontology. Key response variables include grain yield, test weight, grain protein, and milling quality." ;
                                                                    rdfs:label "Winter Wheat" .


###  https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Zinc
<https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Zinc> rdf:type owl:NamedIndividual ,
                                                                     <https://gwsp.cs.ksu.edu/nutrient-management/nutrient/Micronutrient> ;
                                                            rdfs:comment "Element Zn. Required for auxin synthesis, carbonic anhydrase activity, and protein synthesis. Deficiency causes stunted internodes and small leaves. Common on high-pH, low-organic-matter soils; corn and sorghum are highly responsive." ;
                                                            rdfs:label "Zinc" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Early
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Early> rdf:type owl:NamedIndividual ,
                                                                         <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                                rdfs:comment "Reaches anthesis and maturity earlier than the regional average. Balances escape from late-season stress with reasonable yield potential." ;
                                                                rdfs:label "Early" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Late
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Late> rdf:type owl:NamedIndividual ,
                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                               rdfs:comment "The latest maturing group. Extended vegetative growth and grain fill. Highest yield potential under cool, wet seasons but highest risk of heat stress and terminal drought in the Great Plains." ;
                                                               rdfs:label "Late" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Medium
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Medium> rdf:type owl:NamedIndividual ,
                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                                 rdfs:comment "The benchmark maturity class for the region. Reaches anthesis and maturity at the time considered optimal for the local climate. Most commercial varieties fall in this range." ;
                                                                 rdfs:label "Medium" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Medium_Early
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Medium_Early> rdf:type owl:NamedIndividual ,
                                                                                <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                                       rdfs:comment "Slightly earlier than medium maturity. A common classification for varieties that provide moderate stress avoidance with good yield potential." ;
                                                                       rdfs:label "Medium Early" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Medium_Late
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Medium_Late> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                                      rdfs:comment "Slightly later than medium maturity. Longer vegetative phase may increase yield potential under favourable conditions but increases exposure to late-season heat and disease." ;
                                                                      rdfs:label "Medium Late" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_0_100_0
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_0_100_0> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                        rdfs:comment "100% of nitrogen applied in spring. Eliminates fall-to-spring loss risk but may limit early tillering in nitrogen-deficient soils. Requires soil nitrate or organic matter to carry the crop through fall and winter." ;
                                                                        rdfs:label "0/100/0 (All Spring)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_100_0_0
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_100_0_0> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                        rdfs:comment "100% of nitrogen applied in fall (pre-plant or at sowing). Simple logistics but maximum exposure to early-season leaching and denitrification losses." ;
                                                                        rdfs:label "100/0/0 (All Fall)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_40_40_20
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_40_40_20> rdf:type owl:NamedIndividual ,
                                                                                  <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                         rdfs:comment "40% fall, 40% spring, 20% at anthesis (flag leaf to flowering). Three-way split targets late-season protein accumulation while maintaining yield. Most complex logistics but best potential for both yield and protein optimization." ;
                                                                         rdfs:label "40/40/20 (Fall + Spring + Anthesis)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_40_60_0
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Split_40_60_0> rdf:type owl:NamedIndividual ,
                                                                                 <https://gwsp.cs.ksu.edu/nutrient-management/observation/N_Timing_Split> ;
                                                                        rdfs:comment "40% applied in fall, 60% applied in spring (topdress at greenup to jointing). The most common split in Kansas winter wheat production. Reduces early-season loss risk while providing adequate fall nutrition for tillering." ;
                                                                        rdfs:label "40/60/0 (Fall + Spring)" .


###  https://gwsp.cs.ksu.edu/nutrient-management/observation/Super_Early
<https://gwsp.cs.ksu.edu/nutrient-management/observation/Super_Early> rdf:type owl:NamedIndividual ,
                                                                               <https://gwsp.cs.ksu.edu/nutrient-management/observation/Maturity_Group> ;
                                                                      rdfs:comment "The earliest maturing group. Reaches anthesis and maturity significantly earlier than the regional average. Useful for avoiding late-season heat stress but may have reduced yield potential due to shorter grain fill duration." ;
                                                                      rdfs:label "Super Early" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Alcaligenes
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Alcaligenes> rdf:type owl:NamedIndividual ,
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> ;
                                                                                  rdfs:comment "A genus of Gram-negative, obligately aerobic bacteria with some species (A. faecalis) capable of denitrification under micro-aerophilic conditions. Common in soil and aquatic environments; contributes to denitrification in the transition zone between aerobic and anaerobic soil microsites." ;
                                                                                  rdfs:label "Alcaligenes" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Bacillus
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Bacillus> rdf:type owl:NamedIndividual ,
                                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> ;
                                                                               rdfs:comment "A genus of Gram-positive, spore-forming bacteria. Several species (B. licheniformis, B. subtilis) are capable of denitrification under anaerobic conditions. Their spore-forming ability allows survival through adverse conditions, enabling rapid resumption of denitrification when soils become waterlogged after dry periods." ;
                                                                               rdfs:label "Bacillus" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Paracoccus_Denitrificans
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Paracoccus_Denitrificans> rdf:type owl:NamedIndividual ,
                                                                                                        <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> ;
                                                                                               rdfs:comment "A Gram-negative, facultatively anaerobic bacterium and one of the best-characterised model organisms for denitrification research. Possesses all four reductases of the complete denitrification pathway (NO₃⁻ → NO₂⁻ → NO → N₂O → N₂). Formerly classified as Micrococcus denitrificans." ;
                                                                                               rdfs:label "Paracoccus denitrificans" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Pseudomonas
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Pseudomonas> rdf:type owl:NamedIndividual ,
                                                                                           <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> ;
                                                                                  rdfs:comment "A genus of Gram-negative, rod-shaped, facultatively anaerobic bacteria. Contains several prominent denitrifying species (P. aeruginosa, P. stutzeri, P. fluorescens). The most widely studied and agronomically important group of soil denitrifiers, active across a broad range of soil conditions." ;
                                                                                  rdfs:label "Pseudomonas" .


###  https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Thiobacillus_Denitrificans
<https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Thiobacillus_Denitrificans> rdf:type owl:NamedIndividual ,
                                                                                                          <https://gwsp.cs.ksu.edu/nutrient-management/soil-available-nitrogen/Denitrifying_Organism> ;
                                                                                                 rdfs:comment "A chemolithoautotrophic bacterium unique in coupling sulfur oxidation to denitrification: it uses NO₃⁻ as the terminal electron acceptor while oxidising reduced sulfur compounds. Relevant in waterlogged soils with high sulfide content. Not to be confused with Thiobacillus thioparus, which is a sulfur oxidiser but not a denitrifier." ;
                                                                                                 rdfs:label "Thiobacillus denitrificans" .


#################################################################
#    Annotations
#################################################################

<https://creativecommons.org/licenses/by/4.0/> <http://purl.org/dc/terms/title> "Creative Commons Attribution 4.0 International"@en .


<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Grain_Nitrogen_Demand_Computation> rdfs:comment "Computes grain nitrogen demand from seed growth rate and grain nitrogen concentration: Grain_N_Demand = SGR × Grain_N_conc." ;
                                                                                         rdfs:label "Grain Nitrogen Demand Computation" .


<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Leaf_Nitrogen_Demand_Computation> rdfs:comment "Computes leaf nitrogen demand from the daily increase in leaf area index and the nitrogen content per unit leaf area: Leaf_N_Demand = dLAI/dt × N_per_unit_LA." ;
                                                                                        rdfs:label "Leaf Nitrogen Demand Computation" .


<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Non_Symbiotic_Fixation> rdfs:comment "Nitrogen fixation performed by free-living soil organisms that do not require a host-plant association. Includes aerobic bacteria (Azotobacter), anaerobic bacteria (Clostridium), and photosynthetic cyanobacteria. Contributes relatively small amounts (typically 5–20 kg N/ha/year) compared to symbiotic fixation." ;
                                                                              rdfs:label "Non-Symbiotic Fixation" .


<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Stem_Nitrogen_Demand_Computation> rdfs:comment "Computes stem nitrogen demand from the daily increase in stem dry matter and the nitrogen concentration per unit stem weight: Stem_N_Demand = dStemDM/dt × N_per_unit_StemW." ;
                                                                                        rdfs:label "Stem Nitrogen Demand Computation" .


<https://gwsp.cs.ksu.edu/nutrient-management/nitrogen/Symbiotic_Fixation> rdfs:comment "Nitrogen fixation performed by bacteria living in mutualistic association with plant roots, typically within specialized root nodules. The Rhizobium–legume symbiosis is the most important agricultural example, contributing 50–300 kg N/ha/year depending on legume species and growing conditions." ;
                                                                          rdfs:label "Symbiotic Fixation" .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
