@prefix bont: <http://ontology.bonsai.uno/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dqf: <https://ce-rise-models.codeberg.page/data-quality-framework/> .
@prefix lci: <https://ce-rise-models.codeberg.page/lci-dataset/> .
@prefix linkml: <https://w3id.org/linkml/> .
@prefix mt: <https://ce-rise-models.codeberg.page/metrological-traceability/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pav: <http://purl.org/pav/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix uq: <https://ce-rise-models.codeberg.page/uncertainty-quantification/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dqf:DataQualityFramework a owl:Class ;
    rdfs:label "DataQualityFramework" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityAggregation ;
            owl:onProperty dqf:quality_aggregations ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityProfile ;
            owl:onProperty dqf:data_quality_profiles ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityDiagnostic ;
            owl:onProperty dqf:quality_diagnostics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityEvidenceReference ;
            owl:onProperty dqf:data_quality_evidence_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityMetric ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_diagnostics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_aggregations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty dqf:data_quality_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profiles ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityCriterionAssessment ;
            owl:onProperty dqf:criterion_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_characterizations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataCharacterization ;
            owl:onProperty dqf:data_characterizations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:RemediationAction ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessments ] ;
    skos:definition "Root container for data quality assessments and supporting records" ;
    skos:exactMatch dqf:dataQualityFramework ;
    skos:inScheme dqf: ;
    lci:sql_identifier "dqf_root" .

<https://ce-rise-models.codeberg.page/lci-dataset/.owl.ttl> a owl:Ontology ;
    rdfs:label "lci-dataset" ;
    dcterms:license "CC BY-NC 4.0" ;
    dcterms:title "CE-RISE Life Cycle Inventory Dataset Data Model" ;
    pav:version "0.0.1" ;
    skos:definition """A reusable, source-agnostic model for life cycle inventory datasets. It represents activities, flows, flow objects, lifecycle stages, locations, classifications, source records, and quantitative exchange data for products, materials, components, and assemblies. The model is independent of product-system assembly and life cycle assessment results and can be consumed by product-system, integrated-lca, and other tools.
""" .

mt:MetrologicalTraceability a owl:Class ;
    rdfs:label "MetrologicalTraceability" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_procedures ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:MeasurementStandard ;
            owl:onProperty mt:measurement_standards ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_materials ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ComparabilityAssessment ;
            owl:onProperty mt:comparability_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityBasis ;
            owl:onProperty mt:traceability_bases ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_bases ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty mt:traceability_statements ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:MeasurementProcedure ;
            owl:onProperty mt:measurement_procedures ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entities ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_definitions ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ReferenceEntity ;
            owl:onProperty mt:reference_entities ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ReferenceMaterial ;
            owl:onProperty mt:reference_materials ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standards ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:BoundaryDefinition ;
            owl:onProperty mt:boundary_definitions ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityEvidenceReference ;
            owl:onProperty mt:traceability_evidence_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chains ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CompetenceRecord ;
            owl:onProperty mt:competence_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityChain ;
            owl:onProperty mt:traceability_chains ] ;
    skos:definition "Root container for metrological traceability statements and supporting records" ;
    skos:exactMatch mt:metrologicalTraceability ;
    skos:inScheme mt: ;
    lci:sql_identifier "mt_root" .

uq:UncertaintyQuantification a owl:Class ;
    rdfs:label "UncertaintyQuantification" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyEvidenceReference ;
            owl:onProperty uq:uncertainty_evidence_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:comparison_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:MethodReference ;
            owl:onProperty uq:method_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budgets ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyBudget ;
            owl:onProperty uq:uncertainty_budgets ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_analyses ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyStatement ;
            owl:onProperty uq:uncertainty_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:ComparisonAssessment ;
            owl:onProperty uq:comparison_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:PropagationAnalysis ;
            owl:onProperty uq:propagation_analyses ] ;
    skos:definition "Root container for uncertainty quantification statements and supporting records" ;
    skos:exactMatch uq:uncertaintyQuantification ;
    skos:inScheme uq: ;
    lci:sql_identifier "uq_root" .

lci:Activity a owl:Class ;
    rdfs:label "Activity" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:activity_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty lci:activity_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:location_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SourceRecordReference ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:location_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty lci:activity_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TemporalScope ;
            owl:onProperty lci:temporal_scope ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:temporal_scope ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_origin ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:activity_type_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:temporal_scope ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:location_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:activity_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:LCIDatasetScopeEnum ;
            owl:onProperty lci:activity_origin ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_origin ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:determining_flow_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:determining_flow_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_type_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_type_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:determining_flow_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:activity_name ] ;
    skos:definition "A foreground or background transformation, transport, market, treatment, service, or other activity in a life cycle inventory dataset" ;
    skos:exactMatch bont:Activity ;
    skos:inScheme lci: ;
    lci:references "BONSAI core ontology" .

lci:ActivityType a owl:Class ;
    rdfs:label "ActivityType" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_type_classifications ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_type_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_type_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_type_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_type_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:activity_type_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty lci:activity_type_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_type_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:activity_type_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:activity_type_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ClassificationReference ;
            owl:onProperty lci:activity_type_classifications ] ;
    skos:definition "A type or classification of activity, such as production, transport, market, treatment, or service" ;
    skos:exactMatch bont:ActivityType ;
    skos:inScheme lci: ;
    lci:references "BONSAI core ontology" .

lci:Flow a owl:Class ;
    rdfs:label "Flow" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_object_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:input_to_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_uncertainty_statements ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_numerical_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_unit_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty lci:flow_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:input_to_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:counterpart_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:FlowKindEnum ;
            owl:onProperty lci:flow_kind ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty lci:flow_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_object_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty lci:flow_numerical_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_location_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:output_of_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:counterpart_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:output_of_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_object_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_location_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_kind ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:FlowDirectionEnum ;
            owl:onProperty lci:flow_direction ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_unit_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:output_of_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_kind ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_direction ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_unit_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_location_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:counterpart_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SourceRecordReference ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ClassificationReference ;
            owl:onProperty lci:flow_classifications ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_direction ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_classifications ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyStatement ;
            owl:onProperty lci:flow_uncertainty_statements ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_numerical_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:input_to_activity_reference ] ;
    skos:definition "A quantified product, waste, elementary, or other exchange that is input to or output from an activity" ;
    skos:exactMatch bont:Flow ;
    skos:inScheme lci: ;
    lci:references "BONSAI core ontology; openLCA flow types" .

lci:FlowObject a owl:Class ;
    rdfs:label "FlowObject" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_object_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_object_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ClassificationReference ;
            owl:onProperty lci:flow_object_classifications ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_object_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_object_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_object_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SourceRecordReference ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_object_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_object_classifications ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_object_kind ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_object_description ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:flow_object_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:flow_object_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:FlowObjectKindEnum ;
            owl:onProperty lci:flow_object_kind ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_object_kind ] ;
    skos:definition "The product, material, waste, elementary, service, or other object represented by one or more flows" ;
    skos:exactMatch bont:FlowObject ;
    skos:inScheme lci: ;
    lci:references "BONSAI core ontology" .

lci:LCIDataset a owl:Class ;
    rdfs:label "LCIDataset" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom lci:Flow ;
            owl:onProperty lci:flows ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activities ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lci_dataset_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flows ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ActivityType ;
            owl:onProperty lci:activity_types ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lci_dataset_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:FlowObject ;
            owl:onProperty lci:flow_objects ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lci_dataset_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lci_dataset_version ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lci_dataset_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:LCIDatasetScopeEnum ;
            owl:onProperty lci:lci_dataset_scope ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty lci:lci_dataset_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SourceRecordReference ;
            owl:onProperty lci:source_record_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:flow_objects ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:activity_types ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_scope ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty lci:lci_dataset_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:LifecycleStage ;
            owl:onProperty lci:lifecycle_stages ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lci_dataset_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stages ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lci_dataset_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lci_dataset_scope ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:LCIDatasetLocation ;
            owl:onProperty lci:locations ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lci_dataset_version ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lci_dataset_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:Activity ;
            owl:onProperty lci:activities ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:locations ] ;
    skos:definition "A versioned foreground, background, or hybrid dataset containing reusable life cycle inventory records" ;
    skos:exactMatch lci:LCIDataset ;
    skos:inScheme lci: ;
    lci:references "ISO 14040:2006; ISO 14044:2006; BONSAI core ontology" .

lci:LCIDatasetLocation a owl:Class ;
    rdfs:label "LCIDatasetLocation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:location_scheme_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:location_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:location_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:location_scheme_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:location_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:location_scheme_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:location_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:location_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:location_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:location_code ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:location_code ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty lci:location_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:location_code ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:location_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:location_identifier ] ;
    skos:definition "A location associated with an activity, flow, or other life cycle inventory dataset record" ;
    skos:exactMatch schema1:Place ;
    skos:inScheme lci: .

lci:LifecycleStage a owl:Class ;
    rdfs:label "LifecycleStage" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_sequence ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_definition_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_code ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_definition_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty lci:lifecycle_stage_sequence ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_code ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_scheme_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_code ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:lifecycle_stage_scheme_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_sequence ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_scheme_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:lifecycle_stage_definition_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:lifecycle_stage_name ] ;
    skos:definition "A lifecycle-stage concept used to group or partition activities and flows" ;
    skos:exactMatch skos:Concept ;
    skos:inScheme lci: .

lci:TemporalScope a owl:Class ;
    rdfs:label "TemporalScope" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty lci:valid_until ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:gYear ;
            owl:onProperty lci:reference_year ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:validity_year ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:valid_from ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:temporal_scope_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:gYear ;
            owl:onProperty lci:validity_year ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty lci:valid_from ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:temporal_scope_description ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:valid_until ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:valid_until ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:valid_from ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:temporal_scope_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:reference_year ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:reference_year ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:temporal_scope_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:temporal_scope_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:temporal_scope_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:validity_year ] ;
    skos:definition "A temporal scope or period represented by an activity, flow, or other life cycle inventory dataset record" ;
    skos:exactMatch time:TemporalEntity ;
    skos:inScheme lci: .

xsd:gYear a rdfs:Datatype ;
    owl:equivalentClass xsd:string .

dqf:DataQualityEvidenceReference a owl:Class ;
    rdfs:label "DataQualityEvidenceReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom lci:DataQualityEvidenceTypeEnum ;
            owl:onProperty dqf:data_quality_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty dqf:data_quality_evidence_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:data_quality_evidence_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_identifier_value ] ;
    skos:definition "Supporting evidence record for a data quality assessment, score, diagnostic, issue, remediation action, uncertainty translation, or aggregation" ;
    skos:exactMatch dqf:evidenceReference ;
    skos:inScheme dqf: ;
    lci:sql_identifier "dqf_evidence_reference" .

dqf:QualityAggregation a owl:Class ;
    rdfs:label "QualityAggregation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_level_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_output_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_weights_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_weights_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_input_references_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_input_references_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_weights_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_level_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_input_references_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:AggregationLevelEnum ;
            owl:onProperty dqf:aggregation_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:AggregationMethodEnum ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_output_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_output_reference_value ] ;
    skos:definition "Aggregation of assessments, profiles, criterion scores, metrics, or uncertainty translations across values, records, datasets, or indicators" ;
    skos:exactMatch dqf:qualityAggregation ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4; W3C Data Quality Vocabulary" ;
    lci:sql_identifier "dqf_aggregation_record" .

dqf:data_characterizations a owl:ObjectProperty ;
    rdfs:label "data_characterizations" ;
    rdfs:range dqf:DataCharacterization ;
    skos:definition "Data characterization records available for reuse by one or more assessments" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:dataCharacterization" ;
    lci:sql_identifier "dqf_data_characterizations" .

dqf:data_quality_assessments a owl:ObjectProperty ;
    rdfs:label "data_quality_assessments" ;
    rdfs:range dqf:DataQualityAssessment ;
    skos:definition "Reusable data quality assessments that can be embedded or referenced by other CE-RISE data models" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:dataQualityAssessment" ;
    lci:sql_identifier "dqf_data_quality_assessments" .

dqf:data_quality_evidence_references a owl:ObjectProperty ;
    rdfs:label "data_quality_evidence_references" ;
    rdfs:range dqf:DataQualityEvidenceReference ;
    skos:definition "Evidence records referenced by the data quality framework" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:evidenceReference" ;
    lci:sql_identifier "dqf_evidence_references" .

dqf:data_quality_profiles a owl:ObjectProperty ;
    rdfs:label "data_quality_profiles" ;
    rdfs:range dqf:DataQualityProfile ;
    skos:definition "Data quality profiles available for reuse by one or more assessments" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:dataQualityProfile" ;
    lci:sql_identifier "dqf_data_quality_profiles" .

dqf:quality_aggregations a owl:ObjectProperty ;
    rdfs:label "quality_aggregations" ;
    rdfs:range dqf:QualityAggregation ;
    skos:definition "Aggregations of data quality assessments, profiles, criteria, metrics, or uncertainty translations" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:qualityAggregation" ;
    lci:sql_identifier "dqf_quality_aggregations" .

dqf:uncertainty_translations a owl:ObjectProperty ;
    rdfs:label "uncertainty_translations" ;
    rdfs:range dqf:UncertaintyTranslation ;
    skos:definition "Translations from data quality scores to uncertainty information" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:uncertaintyTranslation" ;
    lci:sql_identifier "dqf_uncertainty_translations" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#component> a owl:Class ;
    rdfs:label "component" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Component, subsystem, product part, or process group" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#dataset> a owl:Class ;
    rdfs:label "dataset" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Dataset or data source" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#indicator> a owl:Class ;
    rdfs:label "indicator" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Derived indicator, score, or model output" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#input_quantity> a owl:Class ;
    rdfs:label "input_quantity" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Input quantity or parameter" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#material> a owl:Class ;
    rdfs:label "material" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Material-level aggregation" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#model> a owl:Class ;
    rdfs:label "model" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Model, calculation workflow, or assessment" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Other aggregation level" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#portfolio> a owl:Class ;
    rdfs:label "portfolio" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Portfolio, batch, or group-level aggregation" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#product> a owl:Class ;
    rdfs:label "product" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Product-level aggregation" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#record> a owl:Class ;
    rdfs:label "record" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Record, object, or passport entry" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#value> a owl:Class ;
    rdfs:label "value" ;
    rdfs:subClassOf lci:AggregationLevelEnum ;
    skos:definition "Single value or field" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#arithmetic_mean> a owl:Class ;
    rdfs:label "arithmetic_mean" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Arithmetic mean" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#custom> a owl:Class ;
    rdfs:label "custom" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Custom aggregation method" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#expert_judgement> a owl:Class ;
    rdfs:label "expert_judgement" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Expert judgement aggregation" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#geometric_mean> a owl:Class ;
    rdfs:label "geometric_mean" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Geometric mean" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#hierarchical> a owl:Class ;
    rdfs:label "hierarchical" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Hierarchical aggregation from inputs to profiles to overall indicators" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#maximum_risk> a owl:Class ;
    rdfs:label "maximum_risk" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Maximum risk or most severe issue determines the aggregate" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Aggregation method has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#rule_based> a owl:Class ;
    rdfs:label "rule_based" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Rule-based aggregation, such as green/orange/red decision rules" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#weighted_mean> a owl:Class ;
    rdfs:label "weighted_mean" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Weighted arithmetic mean" .

<https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#worst_score> a owl:Class ;
    rdfs:label "worst_score" ;
    rdfs:subClassOf lci:AggregationMethodEnum ;
    skos:definition "Overall score is determined by the worst criterion or limiting factor" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#active> a owl:Class ;
    rdfs:label "active" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment is currently active" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#draft> a owl:Class ;
    rdfs:label "draft" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment is being prepared" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#expired> a owl:Class ;
    rdfs:label "expired" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment is no longer valid" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#partial> a owl:Class ;
    rdfs:label "partial" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment is partially documented or partially verified" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#reviewed> a owl:Class ;
    rdfs:label "reviewed" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment has been reviewed" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#superseded> a owl:Class ;
    rdfs:label "superseded" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment has been superseded" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#unavailable> a owl:Class ;
    rdfs:label "unavailable" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment status is unavailable" .

<https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#verified> a owl:Class ;
    rdfs:label "verified" ;
    rdfs:subClassOf lci:AssessmentStatusEnum ;
    skos:definition "Assessment has been verified against supporting evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#compatible> a owl:Class ;
    rdfs:label "compatible" ;
    rdfs:subClassOf lci:BoundaryMatchEnum ;
    skos:definition "Boundaries are compatible for the intended comparison" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#divergent> a owl:Class ;
    rdfs:label "divergent" ;
    rdfs:subClassOf lci:BoundaryMatchEnum ;
    skos:definition "Boundaries diverge materially" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#matching> a owl:Class ;
    rdfs:label "matching" ;
    rdfs:subClassOf lci:BoundaryMatchEnum ;
    skos:definition "Boundaries match" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#not_assessed> a owl:Class ;
    rdfs:label "not_assessed" ;
    rdfs:subClassOf lci:BoundaryMatchEnum ;
    skos:definition "Boundary compatibility has not been assessed" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#partial> a owl:Class ;
    rdfs:label "partial" ;
    rdfs:subClassOf lci:BoundaryMatchEnum ;
    skos:definition "Boundaries partially match" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#allocation_boundary> a owl:Class ;
    rdfs:label "allocation_boundary" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Allocation, substitution, cut-off, or crediting boundary" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#characterization_model> a owl:Class ;
    rdfs:label "characterization_model" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Characterization model or impact method boundary" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#functional_unit> a owl:Class ;
    rdfs:label "functional_unit" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Functional unit or declared unit definition" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#geographical_boundary> a owl:Class ;
    rdfs:label "geographical_boundary" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Geographical boundary" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#goal_and_scope> a owl:Class ;
    rdfs:label "goal_and_scope" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Goal and scope definition" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Other boundary type" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#scenario_definition> a owl:Class ;
    rdfs:label "scenario_definition" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Scenario definition" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#system_boundary> a owl:Class ;
    rdfs:label "system_boundary" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "System boundary defining included and excluded processes" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#technological_boundary> a owl:Class ;
    rdfs:label "technological_boundary" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Technological boundary" .

<https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#temporal_boundary> a owl:Class ;
    rdfs:label "temporal_boundary" ;
    rdfs:subClassOf lci:BoundaryTypeEnum ;
    skos:definition "Temporal boundary or time horizon" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#due> a owl:Class ;
    rdfs:label "due" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Recalibration is due" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#expired> a owl:Class ;
    rdfs:label "expired" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Calibration validity has expired" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#failed> a owl:Class ;
    rdfs:label "failed" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Calibration or verification failed" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#not_available> a owl:Class ;
    rdfs:label "not_available" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Calibration status is not available" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#superseded> a owl:Class ;
    rdfs:label "superseded" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Calibration record has been superseded" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#valid> a owl:Class ;
    rdfs:label "valid" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Calibration is valid for the intended use" .

<https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#valid_with_restrictions> a owl:Class ;
    rdfs:label "valid_with_restrictions" ;
    rdfs:subClassOf lci:CalibrationStatusEnum ;
    skos:definition "Calibration is valid only within specified restrictions" .

<https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#complete> a owl:Class ;
    rdfs:label "complete" ;
    rdfs:subClassOf lci:ChainCompletenessEnum ;
    skos:definition "All relevant links are documented" .

<https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#gap_identified> a owl:Class ;
    rdfs:label "gap_identified" ;
    rdfs:subClassOf lci:ChainCompletenessEnum ;
    skos:definition "One or more gaps are explicitly identified" .

<https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#inferred> a owl:Class ;
    rdfs:label "inferred" ;
    rdfs:subClassOf lci:ChainCompletenessEnum ;
    skos:definition "Some links are inferred from available evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#partial> a owl:Class ;
    rdfs:label "partial" ;
    rdfs:subClassOf lci:ChainCompletenessEnum ;
    skos:definition "Some relevant links are documented" .

<https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#unavailable> a owl:Class ;
    rdfs:label "unavailable" ;
    rdfs:subClassOf lci:ChainCompletenessEnum ;
    skos:definition "Chain evidence is unavailable" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#comparable> a owl:Class ;
    rdfs:label "comparable" ;
    rdfs:subClassOf lci:ComparabilityDecisionEnum ;
    skos:definition "Results are traceable to a sufficiently common basis for comparison" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#comparable_with_conditions> a owl:Class ;
    rdfs:label "comparable_with_conditions" ;
    rdfs:subClassOf lci:ComparabilityDecisionEnum ;
    skos:definition "Results are comparable only under stated conditions or restrictions" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#insufficient_information> a owl:Class ;
    rdfs:label "insufficient_information" ;
    rdfs:subClassOf lci:ComparabilityDecisionEnum ;
    skos:definition "There is insufficient information to assess comparability" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#not_comparable> a owl:Class ;
    rdfs:label "not_comparable" ;
    rdfs:subClassOf lci:ComparabilityDecisionEnum ;
    skos:definition "Results are not metrologically comparable" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:ComparabilityDecisionEnum ;
    skos:definition "Comparability has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_conditional> a owl:Class ;
    rdfs:label "comparison_conditional" ;
    rdfs:subClassOf lci:ComparisonDecisionEnum ;
    skos:definition "Comparison is conditional on stated assumptions or restrictions" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_infeasible> a owl:Class ;
    rdfs:label "comparison_infeasible" ;
    rdfs:subClassOf lci:ComparisonDecisionEnum ;
    skos:definition "Comparison is infeasible because values do not address the same measurand or boundary" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_not_recommended> a owl:Class ;
    rdfs:label "comparison_not_recommended" ;
    rdfs:subClassOf lci:ComparisonDecisionEnum ;
    skos:definition "Comparison is not recommended" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_valid_with_expanded_uncertainty> a owl:Class ;
    rdfs:label "comparison_valid_with_expanded_uncertainty" ;
    rdfs:subClassOf lci:ComparisonDecisionEnum ;
    skos:definition "Comparison is valid only after expanding uncertainty" .

<https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#direct_comparison_valid> a owl:Class ;
    rdfs:label "direct_comparison_valid" ;
    rdfs:subClassOf lci:ComparisonDecisionEnum ;
    skos:definition "Direct comparison is valid" .

<https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#active> a owl:Class ;
    rdfs:label "active" ;
    rdfs:subClassOf lci:CompetenceStatusEnum ;
    skos:definition "Competence or accreditation is active" .

<https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#expired> a owl:Class ;
    rdfs:label "expired" ;
    rdfs:subClassOf lci:CompetenceStatusEnum ;
    skos:definition "Competence or accreditation has expired" .

<https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#not_applicable> a owl:Class ;
    rdfs:label "not_applicable" ;
    rdfs:subClassOf lci:CompetenceStatusEnum ;
    skos:definition "Competence record is not applicable" .

<https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#not_available> a owl:Class ;
    rdfs:label "not_available" ;
    rdfs:subClassOf lci:CompetenceStatusEnum ;
    skos:definition "Competence record is not available" .

<https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#suspended> a owl:Class ;
    rdfs:label "suspended" ;
    rdfs:subClassOf lci:CompetenceStatusEnum ;
    skos:definition "Competence or accreditation is suspended" .

<https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#withdrawn> a owl:Class ;
    rdfs:label "withdrawn" ;
    rdfs:subClassOf lci:CompetenceStatusEnum ;
    skos:definition "Competence or accreditation has been withdrawn" .

<https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#high> a owl:Class ;
    rdfs:label "high" ;
    rdfs:subClassOf lci:ConfidenceLevelEnum ;
    skos:definition "High confidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#low> a owl:Class ;
    rdfs:label "low" ;
    rdfs:subClassOf lci:ConfidenceLevelEnum ;
    skos:definition "Low confidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#medium> a owl:Class ;
    rdfs:label "medium" ;
    rdfs:subClassOf lci:ConfidenceLevelEnum ;
    skos:definition "Medium confidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:ConfidenceLevelEnum ;
    skos:definition "Confidence has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#very_low> a owl:Class ;
    rdfs:label "very_low" ;
    rdfs:subClassOf lci:ConfidenceLevelEnum ;
    skos:definition "Very low confidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#composite_assessment> a owl:Class ;
    rdfs:label "composite_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment aggregating multiple lower-level assessments" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#dataset_assessment> a owl:Class ;
    rdfs:label "dataset_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of a dataset or data source" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#evidence_assessment> a owl:Class ;
    rdfs:label "evidence_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of evidence quality" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#indicator_input_assessment> a owl:Class ;
    rdfs:label "indicator_input_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of an input used to compute an indicator" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#indicator_output_assessment> a owl:Class ;
    rdfs:label "indicator_output_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of a derived indicator, score, or model output" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Data quality has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Other data quality assessment type" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#process_assessment> a owl:Class ;
    rdfs:label "process_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of a data generation, collection, or processing process" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#record_assessment> a owl:Class ;
    rdfs:label "record_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of a record, object, or passport entry" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#value_assessment> a owl:Class ;
    rdfs:label "value_assessment" ;
    rdfs:subClassOf lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Assessment of a specific value or field" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#calibration_certificate> a owl:Class ;
    rdfs:label "calibration_certificate" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Calibration certificate or measurement-system evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#data_profile> a owl:Class ;
    rdfs:label "data_profile" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Data profiling output" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#dataset_snapshot> a owl:Class ;
    rdfs:label "dataset_snapshot" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Dataset snapshot, extract, or versioned source" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#diagnostic_report> a owl:Class ;
    rdfs:label "diagnostic_report" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Diagnostic report or quality check output" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#harmonization_log> a owl:Class ;
    rdfs:label "harmonization_log" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Harmonization, mapping, coding, or unit conversion log" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#metadata_record> a owl:Class ;
    rdfs:label "metadata_record" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Metadata record, data dictionary, or schema documentation" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Other evidence type" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#provenance_record> a owl:Class ;
    rdfs:label "provenance_record" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Provenance or lineage record" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#remediation_record> a owl:Class ;
    rdfs:label "remediation_record" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Remediation, mitigation, or improvement record" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#standard_or_protocol> a owl:Class ;
    rdfs:label "standard_or_protocol" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Standard, protocol, guide, or procedure document" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#supplier_declaration> a owl:Class ;
    rdfs:label "supplier_declaration" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Supplier declaration or third-party declaration" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#traceability_record> a owl:Class ;
    rdfs:label "traceability_record" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Metrological traceability record" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#validation_report> a owl:Class ;
    rdfs:label "validation_report" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Validation, verification, or qualification report" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#workflow_record> a owl:Class ;
    rdfs:label "workflow_record" ;
    rdfs:subClassOf lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Notebook, workflow, script, configuration, or reproducibility record" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#administrative_record> a owl:Class ;
    rdfs:label "administrative_record" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Administrative, operational, or management system record" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#calculation_or_model> a owl:Class ;
    rdfs:label "calculation_or_model" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Calculation, simulation, or model output" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#database> a owl:Class ;
    rdfs:label "database" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Database, inventory, registry, or factor set" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#direct_measurement> a owl:Class ;
    rdfs:label "direct_measurement" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Direct measurement or observation" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#expert_judgement> a owl:Class ;
    rdfs:label "expert_judgement" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Expert judgement or elicitation" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#laboratory_test> a owl:Class ;
    rdfs:label "laboratory_test" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Laboratory test or analytical result" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#literature> a owl:Class ;
    rdfs:label "literature" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Literature, report, publication, or secondary source" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#mixed> a owl:Class ;
    rdfs:label "mixed" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Mixed source types" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Other source type" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#sensor_or_iot> a owl:Class ;
    rdfs:label "sensor_or_iot" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Sensor, IoT, telemetry, or monitoring source" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#supplier_declaration> a owl:Class ;
    rdfs:label "supplier_declaration" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Supplier declaration or provided data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#survey_or_interview> a owl:Class ;
    rdfs:label "survey_or_interview" ;
    rdfs:subClassOf lci:DataSourceTypeEnum ;
    skos:definition "Survey, interview, focus group, or qualitative source" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#boolean> a owl:Class ;
    rdfs:label "boolean" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Boolean or binary data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#categorical> a owl:Class ;
    rdfs:label "categorical" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Categorical data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#geospatial> a owl:Class ;
    rdfs:label "geospatial" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Geospatial data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#mixed> a owl:Class ;
    rdfs:label "mixed" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Mixed data types" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#modelled> a owl:Class ;
    rdfs:label "modelled" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Modelled, calculated, or simulated data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Other data type" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#qualitative> a owl:Class ;
    rdfs:label "qualitative" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Qualitative observations, narratives, claims, or interpretations" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#quantitative> a owl:Class ;
    rdfs:label "quantitative" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Quantitative numerical data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#semi_quantitative> a owl:Class ;
    rdfs:label "semi_quantitative" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Semi-quantitative scores, categories, scales, or ratings" .

<https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#time_series> a owl:Class ;
    rdfs:label "time_series" ;
    rdfs:subClassOf lci:DataTypeEnum ;
    skos:definition "Time-series data" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#comprehensive_profiling> a owl:Class ;
    rdfs:label "comprehensive_profiling" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Comprehensive profiling of records, fields, distributions, and metadata" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#distributional_alignment> a owl:Class ;
    rdfs:label "distributional_alignment" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Distributional alignment, benchmark comparison, or drift detection" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#impact_sensitivity> a owl:Class ;
    rdfs:label "impact_sensitivity" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Impact quantification or sensitivity analysis" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#missing_data_analysis> a owl:Class ;
    rdfs:label "missing_data_analysis" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Missing-data characterization and mechanism analysis" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Other diagnostic type" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#provenance_correlation> a owl:Class ;
    rdfs:label "provenance_correlation" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Provenance correlation and causal inference" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#relational_integrity_validation> a owl:Class ;
    rdfs:label "relational_integrity_validation" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Foreign key, hierarchy, component sum, and relational consistency validation" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#reproducibility_check> a owl:Class ;
    rdfs:label "reproducibility_check" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Implementation reproducibility or workflow rerun check" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#scoring_rule_check> a owl:Class ;
    rdfs:label "scoring_rule_check" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Scoring model and decision rule check" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#semantic_unit_consistency> a owl:Class ;
    rdfs:label "semantic_unit_consistency" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Semantic, unit, coding, or label consistency verification" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#structural_integrity_validation> a owl:Class ;
    rdfs:label "structural_integrity_validation" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Schema, key, type, and structural integrity validation" .

<https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#temporal_spatial_alignment> a owl:Class ;
    rdfs:label "temporal_spatial_alignment" ;
    rdfs:subClassOf lci:DiagnosticTypeEnum ;
    skos:definition "Temporal or spatial alignment verification" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#beta> a owl:Class ;
    rdfs:label "beta" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Beta distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#custom> a owl:Class ;
    rdfs:label "custom" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Custom distribution defined outside this controlled vocabulary" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#discrete> a owl:Class ;
    rdfs:label "discrete" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Discrete probability distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#empirical> a owl:Class ;
    rdfs:label "empirical" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Empirical distribution defined by observed or simulated values" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#exponential> a owl:Class ;
    rdfs:label "exponential" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Exponential distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#gamma> a owl:Class ;
    rdfs:label "gamma" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Gamma distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#lognormal> a owl:Class ;
    rdfs:label "lognormal" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Lognormal distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#multimodal> a owl:Class ;
    rdfs:label "multimodal" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Distribution with multiple modes" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#normal> a owl:Class ;
    rdfs:label "normal" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Normal or Gaussian distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#rectangular> a owl:Class ;
    rdfs:label "rectangular" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Rectangular distribution as used in uncertainty evaluation" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#student_t> a owl:Class ;
    rdfs:label "student_t" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Student t distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#triangular> a owl:Class ;
    rdfs:label "triangular" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Triangular distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#uniform> a owl:Class ;
    rdfs:label "uniform" ;
    rdfs:subClassOf lci:DistributionTypeEnum ;
    skos:definition "Uniform distribution" .

<https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#data_quality_derived> a owl:Class ;
    rdfs:label "data_quality_derived" ;
    rdfs:subClassOf lci:EvaluationTypeEnum ;
    skos:definition "Evaluation derived from data quality assessment" .

<https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#expert_judgement> a owl:Class ;
    rdfs:label "expert_judgement" ;
    rdfs:subClassOf lci:EvaluationTypeEnum ;
    skos:definition "Evaluation based on expert judgement" .

<https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#mixed> a owl:Class ;
    rdfs:label "mixed" ;
    rdfs:subClassOf lci:EvaluationTypeEnum ;
    skos:definition "Combination of Type A and Type B information" .

<https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#scenario_based> a owl:Class ;
    rdfs:label "scenario_based" ;
    rdfs:subClassOf lci:EvaluationTypeEnum ;
    skos:definition "Evaluation based on scenario or structural alternatives" .

<https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#type_a> a owl:Class ;
    rdfs:label "type_a" ;
    rdfs:subClassOf lci:EvaluationTypeEnum ;
    skos:definition "Type A evaluation by statistical analysis of measured quantity values" .

<https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#type_b> a owl:Class ;
    rdfs:label "type_b" ;
    rdfs:subClassOf lci:EvaluationTypeEnum ;
    skos:definition "Type B evaluation by means other than Type A" .

<https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#exploratory_only> a owl:Class ;
    rdfs:label "exploratory_only" ;
    rdfs:subClassOf lci:FitnessForPurposeEnum ;
    skos:definition "Data are suitable for exploratory or preliminary use only" .

<https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#fit> a owl:Class ;
    rdfs:label "fit" ;
    rdfs:subClassOf lci:FitnessForPurposeEnum ;
    skos:definition "Data are fit for the stated purpose" .

<https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#fit_with_conditions> a owl:Class ;
    rdfs:label "fit_with_conditions" ;
    rdfs:subClassOf lci:FitnessForPurposeEnum ;
    skos:definition "Data are fit only under stated conditions, limitations, or treatments" .

<https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#insufficient_information> a owl:Class ;
    rdfs:label "insufficient_information" ;
    rdfs:subClassOf lci:FitnessForPurposeEnum ;
    skos:definition "There is insufficient information to judge fitness" .

<https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:FitnessForPurposeEnum ;
    skos:definition "Fitness for purpose has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#not_fit> a owl:Class ;
    rdfs:label "not_fit" ;
    rdfs:subClassOf lci:FitnessForPurposeEnum ;
    skos:definition "Data are not fit for the stated purpose" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowDirectionEnum#INPUT> a owl:Class ;
    rdfs:label "INPUT" ;
    rdfs:subClassOf lci:FlowDirectionEnum ;
    skos:definition "Flow exchanged as an input to an activity" ;
    lci:sql_identifier "lci_flow_direction_input" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowDirectionEnum#OUTPUT> a owl:Class ;
    rdfs:label "OUTPUT" ;
    rdfs:subClassOf lci:FlowDirectionEnum ;
    skos:definition "Flow exchanged as an output from an activity" ;
    lci:sql_identifier "lci_flow_direction_output" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#ELEMENTARY_FLOW> a owl:Class ;
    rdfs:label "ELEMENTARY_FLOW" ;
    rdfs:subClassOf lci:FlowKindEnum ;
    skos:definition "Elementary flow exchanged between the technosphere and the environment" ;
    lci:sql_identifier "lci_flow_kind_elementary" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#OTHER> a owl:Class ;
    rdfs:label "OTHER" ;
    rdfs:subClassOf lci:FlowKindEnum ;
    skos:definition "Other declared flow kind" ;
    lci:sql_identifier "lci_flow_kind_other" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#PRODUCT_FLOW> a owl:Class ;
    rdfs:label "PRODUCT_FLOW" ;
    rdfs:subClassOf lci:FlowKindEnum ;
    skos:definition "Product or service flow exchanged between activities or across the inventory boundary" ;
    lci:sql_identifier "lci_flow_kind_product" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#WASTE_FLOW> a owl:Class ;
    rdfs:label "WASTE_FLOW" ;
    rdfs:subClassOf lci:FlowKindEnum ;
    skos:definition "Waste flow requiring treatment, recovery, disposal, or other end-of-life handling" ;
    lci:sql_identifier "lci_flow_kind_waste" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#ELEMENTARY> a owl:Class ;
    rdfs:label "ELEMENTARY" ;
    rdfs:subClassOf lci:FlowObjectKindEnum ;
    skos:definition "Elementary environmental flow object" ;
    lci:sql_identifier "lci_flow_object_kind_elementary" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#MATERIAL> a owl:Class ;
    rdfs:label "MATERIAL" ;
    rdfs:subClassOf lci:FlowObjectKindEnum ;
    skos:definition "Material or substance flow object" ;
    lci:sql_identifier "lci_flow_object_kind_material" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#OTHER> a owl:Class ;
    rdfs:label "OTHER" ;
    rdfs:subClassOf lci:FlowObjectKindEnum ;
    skos:definition "Other declared flow-object kind" ;
    lci:sql_identifier "lci_flow_object_kind_other" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#PRODUCT> a owl:Class ;
    rdfs:label "PRODUCT" ;
    rdfs:subClassOf lci:FlowObjectKindEnum ;
    skos:definition "Product or component flow object" ;
    lci:sql_identifier "lci_flow_object_kind_product" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#SERVICE> a owl:Class ;
    rdfs:label "SERVICE" ;
    rdfs:subClassOf lci:FlowObjectKindEnum ;
    skos:definition "Service or function flow object" ;
    lci:sql_identifier "lci_flow_object_kind_service" .

<https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#WASTE> a owl:Class ;
    rdfs:label "WASTE" ;
    rdfs:subClassOf lci:FlowObjectKindEnum ;
    skos:definition "Waste flow object" ;
    lci:sql_identifier "lci_flow_object_kind_waste" .

<https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#coverage_interval> a owl:Class ;
    rdfs:label "coverage_interval" ;
    rdfs:subClassOf lci:IntervalTypeEnum ;
    skos:definition "Coverage interval with an associated coverage probability" .

<https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#credible_interval> a owl:Class ;
    rdfs:label "credible_interval" ;
    rdfs:subClassOf lci:IntervalTypeEnum ;
    skos:definition "Bayesian credible interval" .

<https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#decision_interval> a owl:Class ;
    rdfs:label "decision_interval" ;
    rdfs:subClassOf lci:IntervalTypeEnum ;
    skos:definition "Interval used for a decision or conformity assessment" .

<https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#expanded_uncertainty_interval> a owl:Class ;
    rdfs:label "expanded_uncertainty_interval" ;
    rdfs:subClassOf lci:IntervalTypeEnum ;
    skos:definition "Interval derived from expanded uncertainty" .

<https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#percentile_interval> a owl:Class ;
    rdfs:label "percentile_interval" ;
    rdfs:subClassOf lci:IntervalTypeEnum ;
    skos:definition "Interval defined by lower and upper percentiles" .

<https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#tolerance_interval> a owl:Class ;
    rdfs:label "tolerance_interval" ;
    rdfs:subClassOf lci:IntervalTypeEnum ;
    skos:definition "Tolerance interval" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#accepted_risk> a owl:Class ;
    rdfs:label "accepted_risk" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue remains but has been accepted with documented risk" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#closed> a owl:Class ;
    rdfs:label "closed" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue is closed" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#mitigated> a owl:Class ;
    rdfs:label "mitigated" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue has been mitigated but not fully resolved" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#open> a owl:Class ;
    rdfs:label "open" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue is open" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#remediated> a owl:Class ;
    rdfs:label "remediated" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue has been remediated" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#superseded> a owl:Class ;
    rdfs:label "superseded" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue has been superseded" .

<https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#under_review> a owl:Class ;
    rdfs:label "under_review" ;
    rdfs:subClassOf lci:IssueStatusEnum ;
    skos:definition "Issue is under review" .

<https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#BACKGROUND> a owl:Class ;
    rdfs:label "BACKGROUND" ;
    rdfs:subClassOf lci:LCIDatasetScopeEnum ;
    skos:definition "Background data referenced from an external database or model" ;
    lci:sql_identifier "lci_scope_background" .

<https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#FOREGROUND> a owl:Class ;
    rdfs:label "FOREGROUND" ;
    rdfs:subClassOf lci:LCIDatasetScopeEnum ;
    skos:definition "Foreground data directly represented or controlled by the assessment context" ;
    lci:sql_identifier "lci_scope_foreground" .

<https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#HYBRID> a owl:Class ;
    rdfs:label "HYBRID" ;
    rdfs:subClassOf lci:LCIDatasetScopeEnum ;
    skos:definition "Combined foreground and background data" ;
    lci:sql_identifier "lci_scope_hybrid" .

<https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#OTHER> a owl:Class ;
    rdfs:label "OTHER" ;
    rdfs:subClassOf lci:LCIDatasetScopeEnum ;
    skos:definition "Other declared life cycle inventory dataset or activity scope" ;
    lci:sql_identifier "lci_scope_other" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#instrument_standard> a owl:Class ;
    rdfs:label "instrument_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Instrument standard or calibrated measuring system" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#international_standard> a owl:Class ;
    rdfs:label "international_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "International measurement standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#national_standard> a owl:Class ;
    rdfs:label "national_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "National measurement standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Other measurement standard type" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#primary_standard> a owl:Class ;
    rdfs:label "primary_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Primary measurement standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#reference_standard> a owl:Class ;
    rdfs:label "reference_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Reference standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#secondary_standard> a owl:Class ;
    rdfs:label "secondary_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Secondary measurement standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#transfer_standard> a owl:Class ;
    rdfs:label "transfer_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Transfer standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#unit_realization> a owl:Class ;
    rdfs:label "unit_realization" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Practical realization of a unit" .

<https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#working_standard> a owl:Class ;
    rdfs:label "working_standard" ;
    rdfs:subClassOf lci:MeasurementStandardTypeEnum ;
    skos:definition "Working standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#high> a owl:Class ;
    rdfs:label "high" ;
    rdfs:subClassOf lci:PriorityEnum ;
    skos:definition "High priority" .

<https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#low> a owl:Class ;
    rdfs:label "low" ;
    rdfs:subClassOf lci:PriorityEnum ;
    skos:definition "Low priority" .

<https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#medium> a owl:Class ;
    rdfs:label "medium" ;
    rdfs:subClassOf lci:PriorityEnum ;
    skos:definition "Medium priority" .

<https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#not_assigned> a owl:Class ;
    rdfs:label "not_assigned" ;
    rdfs:subClassOf lci:PriorityEnum ;
    skos:definition "Priority has not been assigned" .

<https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#urgent> a owl:Class ;
    rdfs:label "urgent" ;
    rdfs:subClassOf lci:PriorityEnum ;
    skos:definition "Urgent priority" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#analytical_method> a owl:Class ;
    rdfs:label "analytical_method" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Analytical or laboratory method" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#calculation> a owl:Class ;
    rdfs:label "calculation" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Calculation or transformation procedure" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#calibration> a owl:Class ;
    rdfs:label "calibration" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Procedure used for calibration" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#measurement> a owl:Class ;
    rdfs:label "measurement" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Procedure used to measure a value" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#modelling> a owl:Class ;
    rdfs:label "modelling" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Modelling procedure" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Other procedure role" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#quality_control> a owl:Class ;
    rdfs:label "quality_control" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Quality control or verification procedure" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#reporting> a owl:Class ;
    rdfs:label "reporting" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Reporting or rounding procedure" .

<https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#sampling> a owl:Class ;
    rdfs:label "sampling" ;
    rdfs:subClassOf lci:ProcedureRoleEnum ;
    skos:definition "Procedure used for sampling or specimen preparation" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#analytical_gum> a owl:Class ;
    rdfs:label "analytical_gum" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Analytical propagation following GUM principles" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#bayesian_updating> a owl:Class ;
    rdfs:label "bayesian_updating" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Bayesian updating or Bayesian modelling" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#bootstrap> a owl:Class ;
    rdfs:label "bootstrap" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Bootstrap or resampling-based propagation" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#hybrid> a owl:Class ;
    rdfs:label "hybrid" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Combination of multiple propagation approaches" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#monte_carlo> a owl:Class ;
    rdfs:label "monte_carlo" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Monte Carlo propagation of distributions" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Propagation method has not been evaluated or is unknown" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#scenario_analysis> a owl:Class ;
    rdfs:label "scenario_analysis" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Scenario analysis for structural or boundary alternatives" .

<https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#sensitivity_analysis> a owl:Class ;
    rdfs:label "sensitivity_analysis" ;
    rdfs:subClassOf lci:PropagationMethodEnum ;
    skos:definition "Sensitivity analysis used to evaluate uncertainty drivers" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#accuracy> a owl:Class ;
    rdfs:label "accuracy" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Closeness to true values, intended meanings, or accepted references" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#completeness> a owl:Class ;
    rdfs:label "completeness" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Extent to which required data, metadata, coverage, or contextual factors are present" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#consistency> a owl:Class ;
    rdfs:label "consistency" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Internal coherence and stability across sources, contexts, units, definitions, coders, or time" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Other quality criterion" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#precision> a owl:Class ;
    rdfs:label "precision" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Repeatability, variability, or dispersion of repeated observations" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#provenance> a owl:Class ;
    rdfs:label "provenance" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Quality and auditability of origin, custody, and processing history" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#representativeness> a owl:Class ;
    rdfs:label "representativeness" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Degree to which data represent the target population, technology, geography, or time period" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#reproducibility> a owl:Class ;
    rdfs:label "reproducibility" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Degree to which the result can be reproduced from documented data and workflows" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#timeliness> a owl:Class ;
    rdfs:label "timeliness" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Temporal relevance, currency, update cadence, and version suitability" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#transparency> a owl:Class ;
    rdfs:label "transparency" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Degree to which methods, assumptions, provenance, and transformations are visible" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#validity> a owl:Class ;
    rdfs:label "validity" ;
    rdfs:subClassOf lci:QualityCriterionEnum ;
    skos:definition "Appropriateness of the data for the intended purpose or construct" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#green_proceed> a owl:Class ;
    rdfs:label "green_proceed" ;
    rdfs:subClassOf lci:QualityFlagEnum ;
    skos:definition "Proceed; criteria are acceptable for the intended purpose" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#grey_not_evaluated> a owl:Class ;
    rdfs:label "grey_not_evaluated" ;
    rdfs:subClassOf lci:QualityFlagEnum ;
    skos:definition "No decision flag because quality has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#orange_review> a owl:Class ;
    rdfs:label "orange_review" ;
    rdfs:subClassOf lci:QualityFlagEnum ;
    skos:definition "Review; one or more criteria require scrutiny, treatment, or caveats" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#red_reject> a owl:Class ;
    rdfs:label "red_reject" ;
    rdfs:subClassOf lci:QualityFlagEnum ;
    skos:definition "Reject or pause; severe issue makes the data unsuitable without remediation" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#bias> a owl:Class ;
    rdfs:label "bias" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Known or suspected systematic bias" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#boundary_mismatch> a owl:Class ;
    rdfs:label "boundary_mismatch" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "System boundary, scope, scenario, or model mismatch" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#calibration_gap> a owl:Class ;
    rdfs:label "calibration_gap" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Missing, expired, or inadequate calibration or traceability evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#coding_mismatch> a owl:Class ;
    rdfs:label "coding_mismatch" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Coding, category, definition, or harmonization mismatch" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#duplicate_or_conflict> a owl:Class ;
    rdfs:label "duplicate_or_conflict" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Duplicate, contradiction, unresolved conflict, or inconsistent record" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#invalid_value> a owl:Class ;
    rdfs:label "invalid_value" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Invalid value, failed range check, or failed rule" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#method_mismatch> a owl:Class ;
    rdfs:label "method_mismatch" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Method mismatch or insufficient procedural fidelity" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#missingness> a owl:Class ;
    rdfs:label "missingness" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Missing values, missing metadata, or incomplete coverage" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#non_representativeness> a owl:Class ;
    rdfs:label "non_representativeness" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Sampling, source, geographic, temporal, technological, or population representativeness issue" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Other quality issue type" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#outlier_or_anomaly> a owl:Class ;
    rdfs:label "outlier_or_anomaly" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Outlier, anomaly, discontinuity, or drift finding" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#provenance_gap> a owl:Class ;
    rdfs:label "provenance_gap" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Missing, incomplete, or unverifiable provenance" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#schema_drift> a owl:Class ;
    rdfs:label "schema_drift" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Schema drift, unexpected structure, or incompatible data contract" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#timeliness_deficit> a owl:Class ;
    rdfs:label "timeliness_deficit" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Outdated, stale, provisional, or insufficiently versioned data" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#unit_mismatch> a owl:Class ;
    rdfs:label "unit_mismatch" ;
    rdfs:subClassOf lci:QualityIssueTypeEnum ;
    skos:definition "Unit mismatch, conversion issue, or scale inconsistency" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#not_applicable> a owl:Class ;
    rdfs:label "not_applicable" ;
    rdfs:subClassOf lci:QualityScoreEnum ;
    skos:definition "Score is not applicable" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:QualityScoreEnum ;
    skos:definition "Score has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_1_very_reliable> a owl:Class ;
    rdfs:label "score_1_very_reliable" ;
    rdfs:subClassOf lci:QualityScoreEnum ;
    skos:definition "Score 1: very reliable; data meet the highest standards with minimal limitations" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_2_reliable> a owl:Class ;
    rdfs:label "score_2_reliable" ;
    rdfs:subClassOf lci:QualityScoreEnum ;
    skos:definition "Score 2: reliable; data have minor limitations but remain fit for most purposes" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_3_unreliable> a owl:Class ;
    rdfs:label "score_3_unreliable" ;
    rdfs:subClassOf lci:QualityScoreEnum ;
    skos:definition "Score 3: unreliable; substantial limitations require caution and remediation" .

<https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_4_dubious> a owl:Class ;
    rdfs:label "score_4_dubious" ;
    rdfs:subClassOf lci:QualityScoreEnum ;
    skos:definition "Score 4: dubious; severe flaws make data unsuitable for formal decisions without remediation" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#boundary_document> a owl:Class ;
    rdfs:label "boundary_document" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Goal-and-scope, system boundary, or scenario definition" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#calibration_certificate> a owl:Class ;
    rdfs:label "calibration_certificate" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Calibration certificate or report" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#dataset> a owl:Class ;
    rdfs:label "dataset" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Dataset, database, emission factor set, or reference data source" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#instrument> a owl:Class ;
    rdfs:label "instrument" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Instrument, sensor, measuring system, or equipment" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#international_standard> a owl:Class ;
    rdfs:label "international_standard" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "International measurement standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#method_document> a owl:Class ;
    rdfs:label "method_document" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Measurement, analytical, test, calculation, or modelling method document" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#national_standard> a owl:Class ;
    rdfs:label "national_standard" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "National measurement standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#organization> a owl:Class ;
    rdfs:label "organization" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Organization, laboratory, institute, or authority" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Other reference entity type" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#reference_material> a owl:Class ;
    rdfs:label "reference_material" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Reference material or certified reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#si_definition> a owl:Class ;
    rdfs:label "si_definition" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "SI unit definition or realization" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#software> a owl:Class ;
    rdfs:label "software" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Software, model implementation, or calculation service" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#working_standard> a owl:Class ;
    rdfs:label "working_standard" ;
    rdfs:subClassOf lci:ReferenceEntityTypeEnum ;
    skos:definition "Working standard or laboratory standard" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#calibrator> a owl:Class ;
    rdfs:label "calibrator" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "Calibrator" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#certified_reference_material> a owl:Class ;
    rdfs:label "certified_reference_material" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "Certified reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#in_house_reference_material> a owl:Class ;
    rdfs:label "in_house_reference_material" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "In-house reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#matrix_reference_material> a owl:Class ;
    rdfs:label "matrix_reference_material" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "Matrix reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "Other reference material type" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#quality_control_material> a owl:Class ;
    rdfs:label "quality_control_material" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "Quality control material" .

<https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#reference_material> a owl:Class ;
    rdfs:label "reference_material" ;
    rdfs:subClassOf lci:ReferenceMaterialTypeEnum ;
    skos:definition "Reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#data_contract_enforcement> a owl:Class ;
    rdfs:label "data_contract_enforcement" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Enforce schema, unit, encoding, or semantic data contracts" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#governance_agreement> a owl:Class ;
    rdfs:label "governance_agreement" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Create or update governance, access, data sharing, or reporting agreement" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#imputation> a owl:Class ;
    rdfs:label "imputation" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Apply missing-data treatment or imputation" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#metadata_completion> a owl:Class ;
    rdfs:label "metadata_completion" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Complete missing metadata, provenance, or evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Other remediation action type" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#quarantine> a owl:Class ;
    rdfs:label "quarantine" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Quarantine affected records, fields, or components" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#recalibration> a owl:Class ;
    rdfs:label "recalibration" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Recalibrate instrument, method, model, rating, or scale" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#rejection> a owl:Class ;
    rdfs:label "rejection" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Reject data for the intended purpose" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#reweighting> a owl:Class ;
    rdfs:label "reweighting" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Apply reweighting, propensity adjustment, or post-stratification" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#sampling_redesign> a owl:Class ;
    rdfs:label "sampling_redesign" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Redesign sampling, sourcing, or coverage strategy" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#source_refresh> a owl:Class ;
    rdfs:label "source_refresh" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Refresh outdated source data or update versions" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#uncertainty_inflation> a owl:Class ;
    rdfs:label "uncertainty_inflation" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Increase uncertainty or apply uncertainty factors to contain risk" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#unit_canonicalization> a owl:Class ;
    rdfs:label "unit_canonicalization" ;
    rdfs:subClassOf lci:RemediationActionTypeEnum ;
    skos:definition "Canonicalize units, labels, codes, or categories" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#cancelled> a owl:Class ;
    rdfs:label "cancelled" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action has been cancelled" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#completed> a owl:Class ;
    rdfs:label "completed" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action is completed" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#deferred> a owl:Class ;
    rdfs:label "deferred" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action has been deferred" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#in_progress> a owl:Class ;
    rdfs:label "in_progress" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action is in progress" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#not_applicable> a owl:Class ;
    rdfs:label "not_applicable" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action is not applicable" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#planned> a owl:Class ;
    rdfs:label "planned" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action has been planned" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#proposed> a owl:Class ;
    rdfs:label "proposed" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action has been proposed" .

<https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#verified> a owl:Class ;
    rdfs:label "verified" ;
    rdfs:subClassOf lci:RemediationStatusEnum ;
    skos:definition "Action has been verified" .

<https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#critical> a owl:Class ;
    rdfs:label "critical" ;
    rdfs:subClassOf lci:SeverityEnum ;
    skos:definition "Critical severity" .

<https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#high> a owl:Class ;
    rdfs:label "high" ;
    rdfs:subClassOf lci:SeverityEnum ;
    skos:definition "High severity" .

<https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#low> a owl:Class ;
    rdfs:label "low" ;
    rdfs:subClassOf lci:SeverityEnum ;
    skos:definition "Low severity" .

<https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#moderate> a owl:Class ;
    rdfs:label "moderate" ;
    rdfs:subClassOf lci:SeverityEnum ;
    skos:definition "Moderate severity" .

<https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:SeverityEnum ;
    skos:definition "Severity has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#ACTIVITY_INPUT> a owl:Class ;
    rdfs:label "ACTIVITY_INPUT" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "Source record used to create or parameterize an activity" ;
    lci:sql_identifier "lci_source_role_activity_input" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#ASSESSMENT_SUBJECT> a owl:Class ;
    rdfs:label "ASSESSMENT_SUBJECT" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "Product, material, component, or assembly record represented by the life cycle inventory dataset" ;
    lci:sql_identifier "lci_source_role_assessment_subject" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#BACKGROUND_DATASET> a owl:Class ;
    rdfs:label "BACKGROUND_DATASET" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "External background database, activity, or dataset reference" ;
    lci:sql_identifier "lci_source_role_background_dataset" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#CLASSIFICATION_SOURCE> a owl:Class ;
    rdfs:label "CLASSIFICATION_SOURCE" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "Classification, vocabulary, code list, or compartment source" ;
    lci:sql_identifier "lci_source_role_classification_source" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#FLOW_INPUT> a owl:Class ;
    rdfs:label "FLOW_INPUT" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "Source record used to create or parameterize a flow" ;
    lci:sql_identifier "lci_source_role_flow_input" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#METHOD_OR_PARAMETER> a owl:Class ;
    rdfs:label "METHOD_OR_PARAMETER" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "Method, parameter, mapping, allocation, or scenario source" ;
    lci:sql_identifier "lci_source_role_method_or_parameter" .

<https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#OTHER> a owl:Class ;
    rdfs:label "OTHER" ;
    rdfs:subClassOf lci:SourceRecordRoleEnum ;
    skos:definition "Other declared source-record role" ;
    lci:sql_identifier "lci_source_role_other" .

<https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#draft> a owl:Class ;
    rdfs:label "draft" ;
    rdfs:subClassOf lci:StatementStatusEnum ;
    skos:definition "Statement is provisional" .

<https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#reported> a owl:Class ;
    rdfs:label "reported" ;
    rdfs:subClassOf lci:StatementStatusEnum ;
    skos:definition "Statement is reported for use" .

<https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#revised> a owl:Class ;
    rdfs:label "revised" ;
    rdfs:subClassOf lci:StatementStatusEnum ;
    skos:definition "Statement has been revised after new evidence or assumptions" .

<https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#superseded> a owl:Class ;
    rdfs:label "superseded" ;
    rdfs:subClassOf lci:StatementStatusEnum ;
    skos:definition "Statement has been superseded by a newer statement" .

<https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#withdrawn> a owl:Class ;
    rdfs:label "withdrawn" ;
    rdfs:subClassOf lci:StatementStatusEnum ;
    skos:definition "Statement has been withdrawn" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#certified_reference_material> a owl:Class ;
    rdfs:label "certified_reference_material" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Certified reference material with assigned property values and uncertainties" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#characterization_model> a owl:Class ;
    rdfs:label "characterization_model" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Model or factor set defining a calculated indicator" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#conventional_reference> a owl:Class ;
    rdfs:label "conventional_reference" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Conventional reference, convention, or agreed value" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#data_source_or_dataset> a owl:Class ;
    rdfs:label "data_source_or_dataset" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Versioned data source, dataset, or database used as a reference" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#measurement_procedure> a owl:Class ;
    rdfs:label "measurement_procedure" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Measurement procedure defining or transferring the value" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#measurement_standard> a owl:Class ;
    rdfs:label "measurement_standard" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Measurement standard used in a calibration hierarchy" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Other traceability basis type" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#reference_material> a owl:Class ;
    rdfs:label "reference_material" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Reference material used for calibration, validation, or quality control" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#si_unit_realization> a owl:Class ;
    rdfs:label "si_unit_realization" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Definition or practical realization of an SI unit" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#standard_method> a owl:Class ;
    rdfs:label "standard_method" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "Standardized analytical, test, calculation, or reporting method" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#system_boundary> a owl:Class ;
    rdfs:label "system_boundary" ;
    rdfs:subClassOf lci:TraceabilityBasisTypeEnum ;
    skos:definition "System boundary, goal-and-scope, or scenario definition" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#boundary_traceability_chain> a owl:Class ;
    rdfs:label "boundary_traceability_chain" ;
    rdfs:subClassOf lci:TraceabilityChainTypeEnum ;
    skos:definition "Chain linking the result to a boundary-defined or model-defined reference" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#branched_calibration_network> a owl:Class ;
    rdfs:label "branched_calibration_network" ;
    rdfs:subClassOf lci:TraceabilityChainTypeEnum ;
    skos:definition "Branched or networked hierarchy for multiple input quantities" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#hybrid_chain> a owl:Class ;
    rdfs:label "hybrid_chain" ;
    rdfs:subClassOf lci:TraceabilityChainTypeEnum ;
    skos:definition "Chain combining calibration, method, boundary, and/or dataset references" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#linear_calibration_chain> a owl:Class ;
    rdfs:label "linear_calibration_chain" ;
    rdfs:subClassOf lci:TraceabilityChainTypeEnum ;
    skos:definition "Single unbroken calibration chain" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#method_traceability_chain> a owl:Class ;
    rdfs:label "method_traceability_chain" ;
    rdfs:subClassOf lci:TraceabilityChainTypeEnum ;
    skos:definition "Chain linking the result to a method-defined reference" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#not_documented> a owl:Class ;
    rdfs:label "not_documented" ;
    rdfs:subClassOf lci:TraceabilityChainTypeEnum ;
    skos:definition "Traceability chain is not documented" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#accreditation_record> a owl:Class ;
    rdfs:label "accreditation_record" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Accreditation, authorization, competence, or quality system record" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#boundary_document> a owl:Class ;
    rdfs:label "boundary_document" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Goal-and-scope, boundary, scenario, or modelling rule document" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#calibration_certificate> a owl:Class ;
    rdfs:label "calibration_certificate" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Calibration certificate" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#dataset_reference> a owl:Class ;
    rdfs:label "dataset_reference" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Dataset, database, or factor set reference" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#method_standard> a owl:Class ;
    rdfs:label "method_standard" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Standardized method or protocol" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Other evidence type" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#procedure_document> a owl:Class ;
    rdfs:label "procedure_document" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Internal or external procedure document" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#proficiency_test> a owl:Class ;
    rdfs:label "proficiency_test" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Proficiency testing or interlaboratory comparison evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#reference_material_certificate> a owl:Class ;
    rdfs:label "reference_material_certificate" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Reference material certificate" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#software_record> a owl:Class ;
    rdfs:label "software_record" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Software, model, workflow, or calculation service record" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#supplier_declaration> a owl:Class ;
    rdfs:label "supplier_declaration" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Supplier declaration or third-party declaration" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#test_report> a owl:Class ;
    rdfs:label "test_report" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Test, inspection, or measurement report" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#validation_report> a owl:Class ;
    rdfs:label "validation_report" ;
    rdfs:subClassOf lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Validation, verification, or qualification report" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#boundary_definition> a owl:Class ;
    rdfs:label "boundary_definition" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Boundary, goal-and-scope, or modelling definition" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#calibration> a owl:Class ;
    rdfs:label "calibration" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Calibration step" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#comparison> a owl:Class ;
    rdfs:label "comparison" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Comparison between standards, methods, instruments, or values" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#correction> a owl:Class ;
    rdfs:label "correction" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Correction or adjustment step" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#data_source_mapping> a owl:Class ;
    rdfs:label "data_source_mapping" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Mapping to a dataset, factor set, or data source" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#method_definition> a owl:Class ;
    rdfs:label "method_definition" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Method or procedure defining the property" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Other link role" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#software_or_model_execution> a owl:Class ;
    rdfs:label "software_or_model_execution" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Software, model, or calculation execution step" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#value_transfer> a owl:Class ;
    rdfs:label "value_transfer" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Transfer of a value from one reference to another" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#verification> a owl:Class ;
    rdfs:label "verification" ;
    rdfs:subClassOf lci:TraceabilityLinkRoleEnum ;
    skos:definition "Verification or intermediate check" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#compatible> a owl:Class ;
    rdfs:label "compatible" ;
    rdfs:subClassOf lci:TraceabilityMatchEnum ;
    skos:definition "Traceability bases are compatible for the intended comparison" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#divergent> a owl:Class ;
    rdfs:label "divergent" ;
    rdfs:subClassOf lci:TraceabilityMatchEnum ;
    skos:definition "Traceability bases diverge materially" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#matching> a owl:Class ;
    rdfs:label "matching" ;
    rdfs:subClassOf lci:TraceabilityMatchEnum ;
    skos:definition "Traceability bases match" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#not_assessed> a owl:Class ;
    rdfs:label "not_assessed" ;
    rdfs:subClassOf lci:TraceabilityMatchEnum ;
    skos:definition "Traceability compatibility has not been assessed" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#partial> a owl:Class ;
    rdfs:label "partial" ;
    rdfs:subClassOf lci:TraceabilityMatchEnum ;
    skos:definition "Traceability bases partially match" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#boundary_defined_traceability> a owl:Class ;
    rdfs:label "boundary_defined_traceability" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability to a documented system boundary, goal and scope, scenario, or modelling rule set" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#conventional_reference_traceability> a owl:Class ;
    rdfs:label "conventional_reference_traceability" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability to a conventional value, conventional scale, or agreed reference" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#hybrid_traceability> a owl:Class ;
    rdfs:label "hybrid_traceability" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability requiring more than one traceability type" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#method_defined_traceability> a owl:Class ;
    rdfs:label "method_defined_traceability" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability to a standardized or documented method that defines the property" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Other traceability statement type" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#reference_material_traceability> a owl:Class ;
    rdfs:label "reference_material_traceability" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability through a reference material or certified reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#si_traceability> a owl:Class ;
    rdfs:label "si_traceability" ;
    rdfs:subClassOf lci:TraceabilityStatementTypeEnum ;
    skos:definition "Traceability to SI units through a calibration hierarchy" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#active> a owl:Class ;
    rdfs:label "active" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record is currently active or valid" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#draft> a owl:Class ;
    rdfs:label "draft" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record is being prepared" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#expired> a owl:Class ;
    rdfs:label "expired" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record is no longer valid" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#partial> a owl:Class ;
    rdfs:label "partial" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record is partially documented or partially verified" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#reviewed> a owl:Class ;
    rdfs:label "reviewed" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record has been reviewed" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#superseded> a owl:Class ;
    rdfs:label "superseded" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record has been superseded" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#unavailable> a owl:Class ;
    rdfs:label "unavailable" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record or status information is unavailable" .

<https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#verified> a owl:Class ;
    rdfs:label "verified" ;
    rdfs:subClassOf lci:TraceabilityStatusEnum ;
    skos:definition "Record has been verified against supporting evidence" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#calibration_certificate> a owl:Class ;
    rdfs:label "calibration_certificate" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Calibration certificate or calibration record" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#data_quality_assessment> a owl:Class ;
    rdfs:label "data_quality_assessment" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Data quality assessment or pedigree record" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#expert_judgement> a owl:Class ;
    rdfs:label "expert_judgement" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Expert judgement record" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#laboratory_report> a owl:Class ;
    rdfs:label "laboratory_report" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Laboratory report or analytical result" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#literature_source> a owl:Class ;
    rdfs:label "literature_source" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Scientific literature, handbook, or published reference" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#measurement_report> a owl:Class ;
    rdfs:label "measurement_report" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Measurement, test, or inspection report" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Other supporting evidence type" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#reference_material_certificate> a owl:Class ;
    rdfs:label "reference_material_certificate" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Certificate for a certified or reference material" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#software_record> a owl:Class ;
    rdfs:label "software_record" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Software, workflow, script, or computational record" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#standard_method> a owl:Class ;
    rdfs:label "standard_method" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Standardized method, guide, or protocol" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#supplier_declaration> a owl:Class ;
    rdfs:label "supplier_declaration" ;
    rdfs:subClassOf lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Supplier declaration or product documentation" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#boundary_condition> a owl:Class ;
    rdfs:label "boundary_condition" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from scope, boundary, or reference condition choices" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#calibration> a owl:Class ;
    rdfs:label "calibration" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from calibration or calibration hierarchy" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#data_quality> a owl:Class ;
    rdfs:label "data_quality" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from data quality limitations or proxy data" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#drift> a owl:Class ;
    rdfs:label "drift" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from drift over time" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#environmental_condition> a owl:Class ;
    rdfs:label "environmental_condition" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from environmental or procedural conditions" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#input_data> a owl:Class ;
    rdfs:label "input_data" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from input data values or datasets" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#method_bias> a owl:Class ;
    rdfs:label "method_bias" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from method bias or imperfect correction" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#model_discrepancy> a owl:Class ;
    rdfs:label "model_discrepancy" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from difference between the model and the represented system" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Other uncertainty source category" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#recovery> a owl:Class ;
    rdfs:label "recovery" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from recovery, blank, matrix, or transfer effects" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#reference_material> a owl:Class ;
    rdfs:label "reference_material" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from certified or reference material values" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#repeatability> a owl:Class ;
    rdfs:label "repeatability" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Short-term variability under repeatability conditions" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#reproducibility> a owl:Class ;
    rdfs:label "reproducibility" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Variability across laboratories, operators, instruments, sites, or times" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#resolution> a owl:Class ;
    rdfs:label "resolution" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from instrument or reporting resolution" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#sample_preparation> a owl:Class ;
    rdfs:label "sample_preparation" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from specimen preparation, extraction, homogenization, or conditioning" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#sampling> a owl:Class ;
    rdfs:label "sampling" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from sampling design, sample selection, or representativeness" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#scenario_choice> a owl:Class ;
    rdfs:label "scenario_choice" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from discrete scenario or structural choices" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#software> a owl:Class ;
    rdfs:label "software" ;
    rdfs:subClassOf lci:UncertaintySourceCategoryEnum ;
    skos:definition "Uncertainty from software, numerical implementation, or computational workflow" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#combined_uncertainty> a owl:Class ;
    rdfs:label "combined_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Combined uncertainty that integrates multiple sources or uncertainty types" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#comparison_uncertainty> a owl:Class ;
    rdfs:label "comparison_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Uncertainty introduced or assessed when comparing two values or studies" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#data_quality_derived_uncertainty> a owl:Class ;
    rdfs:label "data_quality_derived_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Uncertainty derived from data quality scores, pedigree information, or data quality limitations" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#measurement_uncertainty> a owl:Class ;
    rdfs:label "measurement_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Uncertainty associated with a measurement result" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#model_uncertainty> a owl:Class ;
    rdfs:label "model_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Uncertainty associated with a model structure, model discrepancy, or modelling assumption" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#parameter_uncertainty> a owl:Class ;
    rdfs:label "parameter_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Uncertainty associated with an input parameter or model parameter" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#scenario_uncertainty> a owl:Class ;
    rdfs:label "scenario_uncertainty" ;
    rdfs:subClassOf lci:UncertaintyStatementTypeEnum ;
    skos:definition "Uncertainty associated with a scenario, system boundary, allocation rule, or structural choice" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#cv_lookup> a owl:Class ;
    rdfs:label "cv_lookup" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Lookup from quality score to coefficient of variation range" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#direct_cv> a owl:Class ;
    rdfs:label "direct_cv" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Directly assigned coefficient of variation" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#direct_uf> a owl:Class ;
    rdfs:label "direct_uf" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Directly assigned uncertainty factor" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#expert_judgement> a owl:Class ;
    rdfs:label "expert_judgement" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Expert judgement or elicitation" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#lognormal_uf> a owl:Class ;
    rdfs:label "lognormal_uf" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Uncertainty factor interpreted on a lognormal scale" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#monte_carlo> a owl:Class ;
    rdfs:label "monte_carlo" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Monte Carlo simulation using data-quality-derived inputs" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#not_evaluated> a owl:Class ;
    rdfs:label "not_evaluated" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Translation has not been evaluated" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#other> a owl:Class ;
    rdfs:label "other" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Other uncertainty translation method" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#sensitivity_analysis> a owl:Class ;
    rdfs:label "sensitivity_analysis" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Sensitivity analysis used to translate data quality into uncertainty" .

<https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#uf_lookup> a owl:Class ;
    rdfs:label "uf_lookup" ;
    rdfs:subClassOf lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Lookup from quality score to uncertainty factor" .

<https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#calculated_value> a owl:Class ;
    rdfs:label "calculated_value" ;
    rdfs:subClassOf lci:ValueTypeEnum ;
    skos:definition "Value obtained by calculation" .

<https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#categorical_value> a owl:Class ;
    rdfs:label "categorical_value" ;
    rdfs:subClassOf lci:ValueTypeEnum ;
    skos:definition "Categorical or classification value" .

<https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#estimated_value> a owl:Class ;
    rdfs:label "estimated_value" ;
    rdfs:subClassOf lci:ValueTypeEnum ;
    skos:definition "Value obtained by estimation" .

<https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#interval_value> a owl:Class ;
    rdfs:label "interval_value" ;
    rdfs:subClassOf lci:ValueTypeEnum ;
    skos:definition "Value represented primarily as an interval" .

<https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#measured_value> a owl:Class ;
    rdfs:label "measured_value" ;
    rdfs:subClassOf lci:ValueTypeEnum ;
    skos:definition "Value obtained by measurement" .

<https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#simulated_value> a owl:Class ;
    rdfs:label "simulated_value" ;
    rdfs:subClassOf lci:ValueTypeEnum ;
    skos:definition "Value obtained by simulation" .

lci:activities a owl:ObjectProperty ;
    rdfs:label "activities" ;
    skos:definition "Activities contained in this life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:Activity" ;
    lci:sql_identifier "lci_dataset_activities" .

lci:activity_data_quality_assessments a owl:ObjectProperty ;
    rdfs:label "activity_data_quality_assessments" ;
    skos:definition "Optional data quality assessments for activity source data, temporal coverage, geographic coverage, completeness, or representativeness" ;
    skos:inScheme lci: ;
    lci:owl.filler "dqf:dataQualityAssessment" ;
    lci:sql_identifier "lci_activity_data_quality_assessments" .

lci:activity_metrological_traceability_statements a owl:ObjectProperty ;
    rdfs:label "activity_metrological_traceability_statements" ;
    skos:definition "Optional metrological traceability statements for activity scope, reference data, time, location, or calculation basis" ;
    skos:inScheme lci: ;
    lci:owl.filler "mt:traceabilityStatement" ;
    lci:sql_identifier "lci_activity_metrological_traceability" .

lci:activity_type_classifications a owl:ObjectProperty ;
    rdfs:label "activity_type_classifications" ;
    skos:definition "External classifications, codes, or concepts assigned to this activity type" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:Concept" ;
    lci:sql_identifier "lci_activity_type_classifications" .

lci:activity_types a owl:ObjectProperty ;
    rdfs:label "activity_types" ;
    skos:definition "Activity types used to classify activities in this life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:ActivityType" ;
    lci:sql_identifier "lci_dataset_activity_types" .

lci:flow_classifications a owl:ObjectProperty ;
    rdfs:label "flow_classifications" ;
    skos:definition "Classifications for this flow, including elementary-flow context or compartment when applicable" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:Concept" ;
    lci:sql_identifier "lci_flow_classifications" .

lci:flow_data_quality_assessments a owl:ObjectProperty ;
    rdfs:label "flow_data_quality_assessments" ;
    skos:definition "Optional data quality assessments for flow quantities, source data, completeness, representativeness, or comparability" ;
    skos:inScheme lci: ;
    lci:owl.filler "dqf:dataQualityAssessment" ;
    lci:sql_identifier "lci_flow_data_quality_assessments" .

lci:flow_metrological_traceability_statements a owl:ObjectProperty ;
    rdfs:label "flow_metrological_traceability_statements" ;
    skos:definition "Optional metrological traceability statements for flow quantities, units, measurements, source data, or calculation chains" ;
    skos:inScheme lci: ;
    lci:owl.filler "mt:traceabilityStatement" ;
    lci:sql_identifier "lci_flow_metrological_traceability" .

lci:flow_object_classifications a owl:ObjectProperty ;
    rdfs:label "flow_object_classifications" ;
    skos:definition "External classifications, codes, or concepts assigned to this flow object" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:Concept" ;
    lci:sql_identifier "lci_flow_object_classifications" .

lci:flow_objects a owl:ObjectProperty ;
    rdfs:label "flow_objects" ;
    skos:definition "Product, material, waste, elementary, service, or other flow objects used by flows" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:FlowObject" ;
    lci:sql_identifier "lci_dataset_flow_objects" .

lci:flow_uncertainty_statements a owl:ObjectProperty ;
    rdfs:label "flow_uncertainty_statements" ;
    skos:definition "Optional uncertainty statements for flow quantities, estimates, distributions, or propagation inputs" ;
    skos:inScheme lci: ;
    lci:owl.filler "uq:uncertaintyStatement" ;
    lci:sql_identifier "lci_flow_uncertainty_statements" .

lci:flows a owl:ObjectProperty ;
    rdfs:label "flows" ;
    skos:definition "Input and output flows contained in this life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:Flow" ;
    lci:sql_identifier "lci_dataset_flows" .

lci:lci_dataset_data_quality_assessments a owl:ObjectProperty ;
    rdfs:label "lci_dataset_data_quality_assessments" ;
    skos:definition "Optional data quality assessments for dataset completeness, provenance, representativeness, interoperability, or fitness for purpose" ;
    skos:inScheme lci: ;
    lci:owl.filler "dqf:dataQualityAssessment" ;
    lci:sql_identifier "lci_dataset_data_quality_assessments" .

lci:lci_dataset_metrological_traceability_statements a owl:ObjectProperty ;
    rdfs:label "lci_dataset_metrological_traceability_statements" ;
    skos:definition "Optional metrological traceability statements for dataset scope, source data, units, or inventory quantification chains" ;
    skos:inScheme lci: ;
    lci:owl.filler "mt:traceabilityStatement" ;
    lci:sql_identifier "lci_dataset_metrological_traceability" .

lci:lifecycle_stages a owl:ObjectProperty ;
    rdfs:label "lifecycle_stages" ;
    skos:definition "Lifecycle-stage concepts used to partition activities or flows" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:Concept" ;
    lci:sql_identifier "lci_dataset_lifecycle_stages" .

lci:locations a owl:ObjectProperty ;
    rdfs:label "locations" ;
    skos:definition "Locations used by this dataset and its activity or flow records" ;
    skos:inScheme lci: ;
    lci:owl.filler "schema:Place" ;
    lci:sql_identifier "lci_dataset_locations" .

mt:ComparabilityAssessment a owl:Class ;
    rdfs:label "ComparabilityAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:right_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty mt:same_reference_basis_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:same_measurand_definition_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:comparability_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ComparabilityDecisionEnum ;
            owl:onProperty mt:comparability_decision_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:same_reference_basis_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:right_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:left_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:left_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:comparability_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty mt:same_measurand_definition_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:comparability_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:same_reference_basis_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_decision_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:right_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:left_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:comparability_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:same_method_or_boundary_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:same_measurand_definition_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty mt:same_method_or_boundary_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:same_method_or_boundary_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:comparability_decision_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ] ;
    skos:definition "Assessment of whether two reported values are metrologically comparable through the same reference basis, measurand definition, method, or boundary" ;
    skos:exactMatch mt:comparabilityAssessment ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012; JCGM 106:2012" ;
    lci:sql_identifier "mt_comparability_assessment" .

mt:TraceabilityEvidenceReference a owl:Class ;
    rdfs:label "TraceabilityEvidenceReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityEvidenceTypeEnum ;
            owl:onProperty mt:traceability_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:traceability_evidence_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:traceability_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_description_value ] ;
    skos:definition "Supporting evidence record for a traceability statement, chain, calibration, method, boundary, reference material, or competence record" ;
    skos:exactMatch mt:evidenceReference ;
    skos:inScheme mt: ;
    lci:sql_identifier "mt_evidence_reference" .

mt:TraceabilityLink a owl:Class ;
    rdfs:label "TraceabilityLink" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_to_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_from_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_procedure_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_sequence_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_role_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityLinkRoleEnum ;
            owl:onProperty mt:link_role_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_link_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty mt:link_sequence_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_to_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:link_to_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:link_from_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:link_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_link_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_sequence_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:link_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_link_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_procedure_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_role_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:link_procedure_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_from_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_uncertainty_reference_value ] ;
    skos:definition "Single documented step in a traceability chain, including calibration, comparison, transfer, method adherence, or boundary reference" ;
    skos:exactMatch mt:traceabilityLink ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012; ISO/IEC 17025" ;
    lci:sql_identifier "mt_link" .

mt:boundary_definitions a owl:ObjectProperty ;
    rdfs:label "boundary_definitions" ;
    rdfs:range mt:BoundaryDefinition ;
    skos:definition "Boundary, goal-and-scope, scenario, or model definitions used as traceability references" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:boundaryDefinition" ;
    lci:sql_identifier "mt_boundary_definitions" .

mt:comparability_assessments a owl:ObjectProperty ;
    rdfs:label "comparability_assessments" ;
    rdfs:range mt:ComparabilityAssessment ;
    skos:definition "Assessments of whether traceability statements support meaningful comparison" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:comparabilityAssessment" ;
    lci:sql_identifier "mt_comparability_assessments" .

mt:measurement_procedures a owl:ObjectProperty ;
    rdfs:label "measurement_procedures" ;
    rdfs:range mt:MeasurementProcedure ;
    skos:definition "Measurement, calculation, sampling, calibration, analytical, or modelling procedures used for traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:measurementProcedure" ;
    lci:sql_identifier "mt_measurement_procedures" .

mt:traceability_bases a owl:ObjectProperty ;
    rdfs:label "traceability_bases" ;
    rdfs:range mt:TraceabilityBasis ;
    skos:definition "Reference bases used to establish metrological traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:traceabilityBasis" ;
    lci:sql_identifier "mt_traceability_bases" .

mt:traceability_chains a owl:ObjectProperty ;
    rdfs:label "traceability_chains" ;
    rdfs:range mt:TraceabilityChain ;
    skos:definition "Traceability chains or networks available for reuse by one or more traceability statements" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:traceabilityChain" ;
    lci:sql_identifier "mt_traceability_chains" .

mt:traceability_evidence_references a owl:ObjectProperty ;
    rdfs:label "traceability_evidence_references" ;
    rdfs:range mt:TraceabilityEvidenceReference ;
    skos:definition "Evidence records referenced by the metrological traceability model" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:evidenceReference" ;
    lci:sql_identifier "mt_evidence_references" .

mt:traceability_links a owl:ObjectProperty ;
    rdfs:label "traceability_links" ;
    rdfs:range mt:TraceabilityLink ;
    skos:definition "Ordered or networked links that make up a traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:traceabilityLink" ;
    lci:sql_identifier "mt_traceability_links" .

mt:traceability_statements a owl:ObjectProperty ;
    rdfs:label "traceability_statements" ;
    rdfs:range mt:TraceabilityStatement ;
    skos:definition "Reusable traceability statements that can be embedded or referenced by other CE-RISE data models" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:traceabilityStatement" ;
    lci:sql_identifier "mt_traceability_statements" .

uq:ComparisonAssessment a owl:Class ;
    rdfs:label "ComparisonAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:left_statement_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:additional_uncertainty_component ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:left_statement_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:BoundaryMatchEnum ;
            owl:onProperty uq:boundary_match_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:comparison_decision_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:comparison_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:additional_uncertainty_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityMatchEnum ;
            owl:onProperty uq:traceability_match_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyComponent ;
            owl:onProperty uq:additional_uncertainty_component ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:left_statement_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:right_statement_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:comparison_decision_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ComparisonDecisionEnum ;
            owl:onProperty uq:comparison_decision_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:additional_uncertainty_component ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:comparison_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:boundary_match_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:boundary_match_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:comparison_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:right_statement_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:additional_uncertainty_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:right_statement_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:traceability_match_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:additional_uncertainty_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:traceability_match_value ] ;
    skos:definition "Assessment of whether two uncertainty-backed values can be compared meaningfully" ;
    skos:exactMatch uq:comparisonAssessment ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 101:2008; ISO/IEC 17025" ;
    lci:sql_identifier "uq_comparison_assessment" .

uq:Correlation a owl:Class ;
    rdfs:label "Correlation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom [ a rdfs:Datatype ;
                    owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:minInclusive -1e+00 ] ) ] [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
            owl:onProperty uq:correlation_coefficient_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:correlation_coefficient_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlation_coefficient_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlation_basis_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:correlation_basis_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:covariance_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:first_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:first_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:second_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:covariance_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:second_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:second_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:covariance_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:correlation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:correlation_basis_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:first_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:correlation_identifier_value ] ;
    skos:definition "Correlation or covariance relationship between input quantities or uncertainty components" ;
    skos:exactMatch uq:correlation ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 101:2008" ;
    lci:sql_identifier "uq_correlation" .

uq:DistributionParameter a owl:Class ;
    rdfs:label "DistributionParameter" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_parameter_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_parameter_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_parameter_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_parameter_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_parameter_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_parameter_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_parameter_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_parameter_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_parameter_name_value ] ;
    skos:definition "Name-value-unit parameter used to define a probability distribution" ;
    skos:exactMatch uq:distributionParameter ;
    skos:inScheme uq: ;
    lci:sql_identifier "uq_distribution_parameter" .

uq:InputQuantity a owl:Class ;
    rdfs:label "InputQuantity" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:input_quantity_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:input_quantity_estimate_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_estimate_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:input_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_estimate_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:input_quantity_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ] ;
    skos:definition "Input quantity in a measurement, calculation, or statistical model" ;
    skos:exactMatch uq:inputQuantity ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 101:2008" ;
    lci:sql_identifier "uq_input_quantity" .

uq:MeasurandSpecification a owl:Class ;
    rdfs:label "MeasurandSpecification" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:system_boundary_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:system_boundary_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_measurand_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sample_definition_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:sample_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:decision_rule_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:measurement_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:reference_conditions_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:decision_rule_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:reference_conditions_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:object_or_matrix_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:reference_conditions_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:corrections_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_measurand_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sample_definition_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_measurand_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:measurement_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sampling_frame_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:rounding_rule_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_measurand_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:object_or_matrix_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:corrections_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:rounding_rule_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_measurand_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:rounding_rule_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sampling_frame_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:system_boundary_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_measurand_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:object_or_matrix_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:decision_rule_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:measurement_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:sampling_frame_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:corrections_applied_value ] ;
    skos:definition "Operational specification of the measurand, quantity of interest, method, conditions, and boundary" ;
    skos:exactMatch uq:measurandSpecification ;
    skos:inScheme uq: ;
    lci:references "JCGM 200:2012; JCGM 100:2008; ISO/IEC 17025" ;
    lci:sql_identifier "uq_measurand_spec" .

uq:MethodReference a owl:Class ;
    rdfs:label "MethodReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_reference_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_reference_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_reference_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_reference_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty uq:method_reference_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_reference_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_reference_identifier_value ] ;
    skos:definition "Reference to a method, guide, standard, protocol, or implementation used for uncertainty evaluation" ;
    skos:exactMatch uq:methodReference ;
    skos:inScheme uq: ;
    lci:sql_identifier "uq_method_reference" .

uq:QuantityValue a owl:Class ;
    rdfs:label "QuantityValue" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:numeric_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:value_timestamp_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:numeric_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ValueTypeEnum ;
            owl:onProperty uq:value_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:text_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:text_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:value_timestamp_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:value_source_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:text_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:value_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty uq:value_timestamp_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:numeric_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:value_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:value_source_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:value_source_value ] ;
    skos:definition "Reported value or estimate associated with an uncertainty statement" ;
    skos:exactMatch uq:quantityValue ;
    skos:inScheme uq: ;
    lci:sql_identifier "uq_quantity_value" .

uq:ScenarioUncertainty a owl:Class ;
    rdfs:label "ScenarioUncertainty" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:scenario_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_boundary_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_probability_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:scenario_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:scenario_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom [ a rdfs:Datatype ;
                    owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
            owl:onProperty uq:scenario_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_probability_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:scenario_boundary_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_boundary_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_description_value ] ;
    skos:definition "Scenario-specific uncertainty context for structural, boundary, allocation, or modelling alternatives" ;
    skos:exactMatch uq:scenarioUncertainty ;
    skos:inScheme uq: ;
    lci:references "JCGM 101:2008; ISO 14040; ISO 14044" ;
    lci:sql_identifier "uq_scenario_uncertainty" .

uq:SensitivityResult a owl:Class ;
    rdfs:label "SensitivityResult" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_metric_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:sensitivity_parameter_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty uq:sensitivity_rank_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_rank_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty uq:quality_hotspot_flag_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:sensitivity_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_metric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_rank_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:sensitivity_metric_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:quality_hotspot_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_parameter_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_parameter_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:quality_hotspot_flag_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ] ;
    skos:definition "Sensitivity metric for identifying uncertainty drivers and quality hotspots" ;
    skos:exactMatch uq:sensitivityResult ;
    skos:inScheme uq: ;
    lci:references "JCGM 101:2008" ;
    lci:sql_identifier "uq_sensitivity_result" .

uq:UncertaintyEvidenceReference a owl:Class ;
    rdfs:label "UncertaintyEvidenceReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty uq:uncertainty_evidence_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:UncertaintyEvidenceTypeEnum ;
            owl:onProperty uq:uncertainty_evidence_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty uq:uncertainty_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_description_value ] ;
    skos:definition "Reference to supporting evidence used to define, justify, or update uncertainty" ;
    skos:exactMatch uq:evidenceReference ;
    skos:inScheme uq: ;
    lci:sql_identifier "uq_evidence_reference" .

uq:comparison_assessments a owl:ObjectProperty ;
    rdfs:label "comparison_assessments" ;
    rdfs:range uq:ComparisonAssessment ;
    skos:definition "Assessments of whether uncertainty statements support meaningful comparison" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:comparisonAssessment" ;
    lci:sql_identifier "uq_comparison_assessments" .

uq:correlations a owl:ObjectProperty ;
    rdfs:label "correlations" ;
    rdfs:range uq:Correlation ;
    skos:definition "Correlations or covariances between input quantities or components" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:correlation" ;
    lci:sql_identifier "uq_correlations" .

uq:distribution_parameters a owl:ObjectProperty ;
    rdfs:label "distribution_parameters" ;
    rdfs:range uq:DistributionParameter ;
    skos:definition "Flexible distribution parameters, such as mean, standard deviation, minimum, maximum, shape, or scale" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionParameter" ;
    lci:sql_identifier "uq_distribution_parameters" .

uq:input_quantities a owl:ObjectProperty ;
    rdfs:label "input_quantities" ;
    rdfs:range uq:InputQuantity ;
    skos:definition "Input quantities in the measurement or calculation model" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:inputQuantity" ;
    lci:sql_identifier "uq_input_quantities" .

uq:method_references a owl:ObjectProperty ;
    rdfs:label "method_references" ;
    rdfs:range uq:MethodReference ;
    skos:definition "Methods, standards, and protocols referenced by the uncertainty model" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:methodReference" ;
    lci:sql_identifier "uq_method_references" .

uq:propagation_analyses a owl:ObjectProperty ;
    rdfs:label "propagation_analyses" ;
    rdfs:range uq:PropagationAnalysis ;
    skos:definition "Propagation analyses available for reuse by one or more uncertainty statements" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:propagationAnalysis" ;
    lci:sql_identifier "uq_propagation_analyses" .

uq:scenario_uncertainties a owl:ObjectProperty ;
    rdfs:label "scenario_uncertainties" ;
    rdfs:range uq:ScenarioUncertainty ;
    skos:definition "Scenario-specific uncertainty results or structural alternatives" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:scenarioUncertainty" ;
    lci:sql_identifier "uq_scenario_uncertainties" .

uq:sensitivity_results a owl:ObjectProperty ;
    rdfs:label "sensitivity_results" ;
    rdfs:range uq:SensitivityResult ;
    skos:definition "Sensitivity results identifying drivers of output uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:sensitivityResult" ;
    lci:sql_identifier "uq_sensitivity_results" .

uq:uncertainty_budgets a owl:ObjectProperty ;
    rdfs:label "uncertainty_budgets" ;
    rdfs:range uq:UncertaintyBudget ;
    skos:definition "Uncertainty budgets available for reuse by one or more uncertainty statements" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:uncertaintyBudget" ;
    lci:sql_identifier "uq_uncertainty_budgets" .

uq:uncertainty_components a owl:ObjectProperty ;
    rdfs:label "uncertainty_components" ;
    rdfs:range uq:UncertaintyComponent ;
    skos:definition "Individual uncertainty components included in an uncertainty budget" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:uncertaintyComponent" ;
    lci:sql_identifier "uq_uncertainty_components" .

uq:uncertainty_evidence_references a owl:ObjectProperty ;
    rdfs:label "uncertainty_evidence_references" ;
    rdfs:range uq:UncertaintyEvidenceReference ;
    skos:definition "Evidence records referenced by the uncertainty model" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:evidenceReference" ;
    lci:sql_identifier "uq_evidence_references" .

uq:uncertainty_statements a owl:ObjectProperty ;
    rdfs:label "uncertainty_statements" ;
    rdfs:range uq:UncertaintyStatement ;
    skos:definition "Reusable uncertainty statements that can be embedded or referenced by other CE-RISE data models" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:uncertaintyStatement" ;
    lci:sql_identifier "uq_uncertainty_statements" .

dqf:QualityCriterionAssessment a owl:Class ;
    rdfs:label "QualityCriterionAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityCriterionEnum ;
            owl:onProperty dqf:criterion_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_metric_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:criterion_weight_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_impact_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_threshold_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_numeric_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityMetric ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_metric_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:criterion_numeric_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_numeric_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_impact_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_threshold_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_weight_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_metric_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_impact_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityScoreEnum ;
            owl:onProperty dqf:criterion_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_weight_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_threshold_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation ] ;
    skos:definition "Criterion-level assessment for a data quality dimension such as validity, accuracy, consistency, timeliness, or completeness" ;
    skos:exactMatch dqf:qualityCriterionAssessment ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4; NUSAP; W3C Data Quality Vocabulary" ;
    lci:sql_identifier "dqf_criterion_assessment_record" .

dqf:QualityDiagnostic a owl:Class ;
    rdfs:label "QualityDiagnostic" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_impact_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_severity_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:observed_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:expectation_specification_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_cause_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:expectation_specification_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:observed_deviation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_reproducibility_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SeverityEnum ;
            owl:onProperty dqf:diagnostic_severity_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_impact_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_impact_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityMetric ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_run_timestamp_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_run_timestamp_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_software_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:observed_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_severity_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:DiagnosticTypeEnum ;
            owl:onProperty dqf:diagnostic_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:expectation_specification_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_software_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_reproducibility_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_cause_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_reproducibility_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_cause_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty dqf:diagnostic_run_timestamp_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_software_reference_value ] ;
    skos:definition "Diagnostic run or analysis that compares data against expectations, detects deviations, infers causes, and estimates impact" ;
    skos:exactMatch dqf:qualityDiagnostic ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4; W3C Data Quality Vocabulary; PROV-O" ;
    lci:sql_identifier "dqf_diagnostic" .

dqf:aggregation_identifier_value a owl:DatatypeProperty ;
    rdfs:label "aggregation_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an aggregation of data quality assessments, profiles, criteria, metrics, or uncertainty translations" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_aggregation_identifier" .

dqf:aggregation_input_references_value a owl:DatatypeProperty ;
    rdfs:label "aggregation_input_references_value" ;
    rdfs:range xsd:string ;
    skos:definition "References to the input assessments, profiles, criteria, metrics, or data sources used in the aggregation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "dqf_aggregation_input_references" .

dqf:aggregation_level_value a owl:ObjectProperty ;
    rdfs:label "aggregation_level_value" ;
    rdfs:range lci:AggregationLevelEnum ;
    skos:definition "Level at which aggregation is performed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_aggregation_level" .

dqf:aggregation_output_reference_value a owl:DatatypeProperty ;
    rdfs:label "aggregation_output_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the output assessment, profile, score, uncertainty translation, or decision produced by the aggregation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:generated" ;
    lci:sql_identifier "dqf_aggregation_output_reference" .

dqf:aggregation_rationale_value a owl:DatatypeProperty ;
    rdfs:label "aggregation_rationale_value" ;
    rdfs:range xsd:string ;
    skos:definition "Rationale for the aggregation method and weighting choices" ;
    skos:inScheme dqf: ;
    lci:owl.filler "skos:note" ;
    lci:sql_identifier "dqf_aggregation_rationale" .

dqf:aggregation_weights_value a owl:DatatypeProperty ;
    rdfs:label "aggregation_weights_value" ;
    rdfs:range xsd:string ;
    skos:definition "Weights or weighting rule used in the aggregation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:aggregationWeightsValue" ;
    lci:sql_identifier "dqf_aggregation_weights" .

dqf:assessment_notes_value a owl:DatatypeProperty ;
    rdfs:label "assessment_notes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Additional notes about the data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "rdfs:comment" ;
    lci:sql_identifier "dqf_assessment_notes" .

dqf:assessment_purpose_value a owl:DatatypeProperty ;
    rdfs:label "assessment_purpose_value" ;
    rdfs:range xsd:string ;
    skos:definition "Purpose for which the data quality assessment is performed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:assessmentPurposeValue" ;
    lci:sql_identifier "dqf_assessment_purpose" .

dqf:assessor_value a owl:DatatypeProperty ;
    rdfs:label "assessor_value" ;
    rdfs:range xsd:string ;
    skos:definition "Person, organization, system, or workflow responsible for the data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:wasAssociatedWith" ;
    lci:sql_identifier "dqf_assessor" .

dqf:coefficient_of_variation_lower_value a owl:DatatypeProperty ;
    rdfs:label "coefficient_of_variation_lower_value" ;
    rdfs:range xsd:float ;
    skos:definition "Lower bound of coefficient of variation derived from data quality information" ;
    skos:inScheme dqf: ;
    lci:owl.filler "uq:coefficientOfVariationValue" ;
    lci:sql_identifier "dqf_coefficient_of_variation_lower" .

dqf:coefficient_of_variation_upper_value a owl:DatatypeProperty ;
    rdfs:label "coefficient_of_variation_upper_value" ;
    rdfs:range xsd:float ;
    skos:definition "Upper bound of coefficient of variation derived from data quality information" ;
    skos:inScheme dqf: ;
    lci:owl.filler "uq:coefficientOfVariationValue" ;
    lci:sql_identifier "dqf_coefficient_of_variation_upper" .

dqf:collection_end_date_value a owl:DatatypeProperty ;
    rdfs:label "collection_end_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "End date for the data collection or generation period" ;
    skos:inScheme dqf: ;
    lci:owl.filler "schema:endDate" ;
    lci:sql_identifier "dqf_collection_end_date" .

dqf:collection_method_value a owl:DatatypeProperty ;
    rdfs:label "collection_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Method, protocol, procedure, system, or workflow used to collect or generate the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:used" ;
    lci:sql_identifier "dqf_collection_method" .

dqf:collection_protocol_value a owl:DatatypeProperty ;
    rdfs:label "collection_protocol_value" ;
    rdfs:range xsd:string ;
    skos:definition "Documented collection protocol, questionnaire, instrument, test method, API, or extraction logic" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:conformsTo" ;
    lci:sql_identifier "dqf_collection_protocol" .

dqf:collection_start_date_value a owl:DatatypeProperty ;
    rdfs:label "collection_start_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Start date for the data collection or generation period" ;
    skos:inScheme dqf: ;
    lci:owl.filler "schema:startDate" ;
    lci:sql_identifier "dqf_collection_start_date" .

dqf:combined_coefficient_of_variation_value a owl:DatatypeProperty ;
    rdfs:label "combined_coefficient_of_variation_value" ;
    rdfs:range xsd:float ;
    skos:definition "Combined coefficient of variation after aggregating data-quality-derived uncertainty contributions" ;
    skos:inScheme dqf: ;
    lci:owl.filler "uq:coefficientOfVariationValue" ;
    lci:sql_identifier "dqf_combined_coefficient_of_variation" .

dqf:combined_uncertainty_factor_value a owl:DatatypeProperty ;
    rdfs:label "combined_uncertainty_factor_value" ;
    rdfs:range xsd:float ;
    skos:definition "Combined uncertainty factor after aggregating data-quality-derived uncertainty contributions" ;
    skos:inScheme dqf: ;
    lci:owl.filler "uq:uncertaintyFactorValue" ;
    lci:sql_identifier "dqf_combined_uncertainty_factor" .

dqf:confidence_level_value a owl:ObjectProperty ;
    rdfs:label "confidence_level_value" ;
    rdfs:range lci:ConfidenceLevelEnum ;
    skos:definition "Confidence level implied by the data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:confidenceLevelValue" ;
    lci:sql_identifier "dqf_confidence_level" .

dqf:criterion_assessment_identifier_value a owl:DatatypeProperty ;
    rdfs:label "criterion_assessment_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a criterion-level quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_criterion_assessment_identifier" .

dqf:criterion_impact_value a owl:DatatypeProperty ;
    rdfs:label "criterion_impact_value" ;
    rdfs:range xsd:string ;
    skos:definition "Impact of this criterion on the intended use, uncertainty, bias, comparability, or decision" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:criterionImpactValue" ;
    lci:sql_identifier "dqf_criterion_impact" .

dqf:criterion_metric_value a owl:DatatypeProperty ;
    rdfs:label "criterion_metric_value" ;
    rdfs:range xsd:string ;
    skos:definition "Metric value, observation, or diagnostic result used to support the criterion score" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqv:value" ;
    lci:sql_identifier "dqf_criterion_metric" .

dqf:criterion_numeric_score_value a owl:DatatypeProperty ;
    rdfs:label "criterion_numeric_score_value" ;
    rdfs:range xsd:float ;
    skos:definition "Numeric criterion score when the score is represented as a number" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:criterionNumericScoreValue" ;
    lci:sql_identifier "dqf_criterion_numeric_score" .

dqf:criterion_rationale_value a owl:DatatypeProperty ;
    rdfs:label "criterion_rationale_value" ;
    rdfs:range xsd:string ;
    skos:definition "Rationale for assigning the criterion score" ;
    skos:inScheme dqf: ;
    lci:owl.filler "skos:note" ;
    lci:sql_identifier "dqf_criterion_rationale" .

dqf:criterion_score_value a owl:ObjectProperty ;
    rdfs:label "criterion_score_value" ;
    rdfs:range lci:QualityScoreEnum ;
    skos:definition "Pedigree score assigned to a quality criterion" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqv:hasQualityMeasurement" ;
    lci:sql_identifier "dqf_criterion_score" .

dqf:criterion_threshold_value a owl:DatatypeProperty ;
    rdfs:label "criterion_threshold_value" ;
    rdfs:range xsd:string ;
    skos:definition "Threshold, rule, target, or expectation used to score the criterion" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:criterionThresholdValue" ;
    lci:sql_identifier "dqf_criterion_threshold" .

dqf:criterion_type_value a owl:ObjectProperty ;
    rdfs:label "criterion_type_value" ;
    rdfs:range lci:QualityCriterionEnum ;
    skos:definition "Quality criterion being assessed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqv:Dimension" ;
    lci:sql_identifier "dqf_criterion_type" .

dqf:criterion_weight_value a owl:DatatypeProperty ;
    rdfs:label "criterion_weight_value" ;
    rdfs:range xsd:float ;
    skos:definition "Weight assigned to the criterion in an aggregation or decision rule" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:criterionWeightValue" ;
    lci:sql_identifier "dqf_criterion_weight" .

dqf:data_characterization a owl:ObjectProperty ;
    rdfs:label "data_characterization" ;
    rdfs:range dqf:DataCharacterization ;
    skos:definition "Characterization of the assessed data and its provenance" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:dataCharacterization" ;
    lci:sql_identifier "dqf_data_characterization" .

dqf:data_characterization_identifier_value a owl:DatatypeProperty ;
    rdfs:label "data_characterization_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a data characterization record" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_data_characterization_identifier" .

dqf:data_domain_value a owl:DatatypeProperty ;
    rdfs:label "data_domain_value" ;
    rdfs:range xsd:string ;
    skos:definition "Domain or subject area of the data, such as product specification, LCA, diagnostics, compliance, or circularity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:subject" ;
    lci:sql_identifier "dqf_data_domain" .

dqf:data_provider_value a owl:DatatypeProperty ;
    rdfs:label "data_provider_value" ;
    rdfs:range xsd:string ;
    skos:definition "Provider, owner, custodian, supplier, laboratory, or organization responsible for the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "dqf_data_provider" .

dqf:data_quality_applies_to_class_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_applies_to_class_value" ;
    rdfs:range xsd:string ;
    skos:definition "Class in an external model to which this data quality assessment applies" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:appliesToClassValue" ;
    lci:sql_identifier "dqf_applies_to_class" .

dqf:data_quality_applies_to_model_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_applies_to_model_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name, URI, or namespace of the external data model to which this data quality assessment applies" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:appliesToModelValue" ;
    lci:sql_identifier "dqf_applies_to_model" .

dqf:data_quality_applies_to_record_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_applies_to_record_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of the external record, object, dataset, or passport entry to which this data quality assessment applies" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:appliesToRecordValue" ;
    lci:sql_identifier "dqf_applies_to_record" .

dqf:data_quality_applies_to_slot_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_applies_to_slot_value" ;
    rdfs:range xsd:string ;
    skos:definition "Slot or attribute in an external model to which this data quality assessment applies" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:appliesToSlotValue" ;
    lci:sql_identifier "dqf_applies_to_slot" .

dqf:data_quality_applies_to_value_identifier_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_applies_to_value_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of a specific value object when the target model gives value-level identifiers" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:appliesToValueIdentifierValue" ;
    lci:sql_identifier "dqf_applies_to_value_identifier" .

dqf:data_quality_applies_to_value_path_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_applies_to_value_path_value" ;
    rdfs:range xsd:string ;
    skos:definition "JSONPath, XPath, RDF path, or other pointer to the value to which this data quality assessment applies" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:appliesToValuePathValue" ;
    lci:sql_identifier "dqf_applies_to_value_path" .

dqf:data_quality_assessment_date_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_assessment_date_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date and time when the data quality assessment was issued or last updated" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:modified" ;
    lci:sql_identifier "dqf_assessment_date" .

dqf:data_quality_assessment_identifier_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_assessment_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a data quality assessment that can be referenced from another CE-RISE model" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_assessment_identifier" .

dqf:data_quality_assessment_label_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_assessment_label_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable label for the data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "dqf_assessment_label" .

dqf:data_quality_assessment_status_value a owl:ObjectProperty ;
    rdfs:label "data_quality_assessment_status_value" ;
    rdfs:range lci:AssessmentStatusEnum ;
    skos:definition "Lifecycle status of the data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "dqf_assessment_status" .

dqf:data_quality_assessment_type_value a owl:ObjectProperty ;
    rdfs:label "data_quality_assessment_type_value" ;
    rdfs:range lci:DataQualityAssessmentTypeEnum ;
    skos:definition "Type of data quality assessment being documented" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_assessment_type" .

dqf:data_quality_evidence_date_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date associated with supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "dqf_evidence_date" .

dqf:data_quality_evidence_description_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "dqf_evidence_description" .

dqf:data_quality_evidence_identifier_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_evidence_identifier" .

dqf:data_quality_evidence_provider_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_provider_value" ;
    rdfs:range xsd:string ;
    skos:definition "Provider, author, laboratory, supplier, or organization responsible for supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "dqf_evidence_provider" .

dqf:data_quality_evidence_type_value a owl:ObjectProperty ;
    rdfs:label "data_quality_evidence_type_value" ;
    rdfs:range lci:DataQualityEvidenceTypeEnum ;
    skos:definition "Type of supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_evidence_type" .

dqf:data_quality_evidence_url_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_url_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URL for supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "dqf_evidence_url" .

dqf:data_quality_evidence_version_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, or revision of supporting evidence" ;
    skos:inScheme dqf: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "dqf_evidence_version" .

dqf:data_quality_profile a owl:ObjectProperty ;
    rdfs:label "data_quality_profile" ;
    rdfs:range dqf:DataQualityProfile ;
    skos:definition "Data quality profile associated with an assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:dataQualityProfile" ;
    lci:sql_identifier "dqf_data_quality_profile" .

dqf:data_quality_profile_identifier_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_profile_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a data quality profile aggregating one or more criterion assessments" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_profile_identifier" .

dqf:data_quality_profile_name_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_profile_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable name of a data quality profile" ;
    skos:inScheme dqf: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "dqf_profile_name" .

dqf:data_quality_standards_applied_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_standards_applied_value" ;
    rdfs:range xsd:string ;
    skos:definition "Standard, guide, protocol, or scoring framework applied in the data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:conformsTo" ;
    lci:sql_identifier "dqf_standards_applied" .

dqf:data_quality_uncertainty_factor_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_uncertainty_factor_value" ;
    rdfs:range xsd:float ;
    skos:definition "Uncertainty factor derived from data quality information" ;
    skos:inScheme dqf: ;
    lci:owl.filler "uq:uncertaintyFactorValue" ;
    lci:sql_identifier "dqf_uncertainty_factor" .

dqf:data_quality_unit_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit associated with a quantitative value or metric" ;
    skos:inScheme dqf: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "dqf_unit" .

dqf:data_source_identifier_value a owl:DatatypeProperty ;
    rdfs:label "data_source_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for the assessed data source, dataset, value source, or information source" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_data_source_identifier" .

dqf:data_source_name_value a owl:DatatypeProperty ;
    rdfs:label "data_source_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the assessed data source, dataset, value source, or information source" ;
    skos:inScheme dqf: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "dqf_data_source_name" .

dqf:data_source_type_value a owl:ObjectProperty ;
    rdfs:label "data_source_type_value" ;
    rdfs:range lci:DataSourceTypeEnum ;
    skos:definition "Type of data source used" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_data_source_type" .

dqf:data_type_value a owl:ObjectProperty ;
    rdfs:label "data_type_value" ;
    rdfs:range lci:DataTypeEnum ;
    skos:definition "Type of data being assessed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_data_type" .

dqf:data_version_value a owl:DatatypeProperty ;
    rdfs:label "data_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, revision, release date, or snapshot identifier for the assessed data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "dqf_data_version" .

dqf:diagnostic_cause_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_cause_value" ;
    rdfs:range xsd:string ;
    skos:definition "Plausible or confirmed cause of the observed diagnostic finding" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:diagnosticCauseValue" ;
    lci:sql_identifier "dqf_diagnostic_cause" .

dqf:diagnostic_identifier_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a diagnostic run, check, or analysis" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_diagnostic_identifier" .

dqf:diagnostic_impact_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_impact_value" ;
    rdfs:range xsd:string ;
    skos:definition "Impact of the diagnostic finding on the intended analysis, decision, uncertainty, or comparability" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:diagnosticImpactValue" ;
    lci:sql_identifier "dqf_diagnostic_impact" .

dqf:diagnostic_method_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Diagnostic method, test, script, notebook, query, or procedure used" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:used" ;
    lci:sql_identifier "dqf_diagnostic_method" .

dqf:diagnostic_reproducibility_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_reproducibility_value" ;
    rdfs:range xsd:string ;
    skos:definition "Information needed to reproduce the diagnostic run, such as pinned dependencies, configuration, hash, or workflow version" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:diagnosticReproducibilityValue" ;
    lci:sql_identifier "dqf_diagnostic_reproducibility" .

dqf:diagnostic_run_timestamp_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_run_timestamp_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date and time when the diagnostic run was executed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:generatedAtTime" ;
    lci:sql_identifier "dqf_diagnostic_run_timestamp" .

dqf:diagnostic_severity_value a owl:ObjectProperty ;
    rdfs:label "diagnostic_severity_value" ;
    rdfs:range lci:SeverityEnum ;
    skos:definition "Severity of the diagnostic finding" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:diagnosticSeverityValue" ;
    lci:sql_identifier "dqf_diagnostic_severity" .

dqf:diagnostic_software_reference_value a owl:DatatypeProperty ;
    rdfs:label "diagnostic_software_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Software, notebook, workflow, configuration, or service used to execute the diagnostic" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:SoftwareAgent" ;
    lci:sql_identifier "dqf_diagnostic_software_reference" .

dqf:diagnostic_type_value a owl:ObjectProperty ;
    rdfs:label "diagnostic_type_value" ;
    rdfs:range lci:DiagnosticTypeEnum ;
    skos:definition "Type of data quality diagnostic" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_diagnostic_type" .

dqf:expectation_specification_value a owl:DatatypeProperty ;
    rdfs:label "expectation_specification_value" ;
    rdfs:range xsd:string ;
    skos:definition "Expected value, threshold, rule, contract, baseline, or target used by the diagnostic" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:expectationSpecificationValue" ;
    lci:sql_identifier "dqf_expectation_specification" .

dqf:expected_score_improvement_value a owl:DatatypeProperty ;
    rdfs:label "expected_score_improvement_value" ;
    rdfs:range xsd:string ;
    skos:definition "Expected score, score change, or quality improvement after remediation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:expectedScoreImprovementValue" ;
    lci:sql_identifier "dqf_expected_score_improvement" .

dqf:fitness_for_purpose_value a owl:ObjectProperty ;
    rdfs:label "fitness_for_purpose_value" ;
    rdfs:range lci:FitnessForPurposeEnum ;
    skos:definition "Overall statement of whether the data are fit for the stated purpose" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqv:hasQualityAnnotation" ;
    lci:sql_identifier "dqf_fitness_for_purpose" .

dqf:geographic_coverage_value a owl:DatatypeProperty ;
    rdfs:label "geographic_coverage_value" ;
    rdfs:range xsd:string ;
    skos:definition "Geographic coverage or spatial representativeness of the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:spatial" ;
    lci:sql_identifier "dqf_geographic_coverage" .

dqf:harmonization_description_value a owl:DatatypeProperty ;
    rdfs:label "harmonization_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Harmonization, mapping, coding, unit conversion, or schema alignment applied to combine or compare data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:harmonizationDescriptionValue" ;
    lci:sql_identifier "dqf_harmonization_description" .

dqf:intended_use_value a owl:DatatypeProperty ;
    rdfs:label "intended_use_value" ;
    rdfs:range xsd:string ;
    skos:definition "Intended use, decision context, or analytical purpose for which data fitness is assessed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:intendedUseValue" ;
    lci:sql_identifier "dqf_intended_use" .

dqf:issue_affected_criteria_value a owl:DatatypeProperty ;
    rdfs:label "issue_affected_criteria_value" ;
    rdfs:range xsd:string ;
    skos:definition "Quality criteria affected by the issue" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:issueAffectedCriteriaValue" ;
    lci:sql_identifier "dqf_issue_affected_criteria" .

dqf:issue_detected_date_value a owl:DatatypeProperty ;
    rdfs:label "issue_detected_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date when the issue was detected" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "dqf_issue_detected_date" .

dqf:issue_risk_statement_value a owl:DatatypeProperty ;
    rdfs:label "issue_risk_statement_value" ;
    rdfs:range xsd:string ;
    skos:definition "Risk statement explaining how the issue may affect the intended use, decision, or analysis" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:issueRiskStatementValue" ;
    lci:sql_identifier "dqf_issue_risk_statement" .

dqf:issue_root_cause_value a owl:DatatypeProperty ;
    rdfs:label "issue_root_cause_value" ;
    rdfs:range xsd:string ;
    skos:definition "Root cause, suspected cause, or causal inference for the issue" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:issueRootCauseValue" ;
    lci:sql_identifier "dqf_issue_root_cause" .

dqf:issue_scope_value a owl:DatatypeProperty ;
    rdfs:label "issue_scope_value" ;
    rdfs:range xsd:string ;
    skos:definition "Scope of the issue, such as affected fields, records, time periods, regions, suppliers, or processes" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:coverage" ;
    lci:sql_identifier "dqf_issue_scope" .

dqf:issue_severity_value a owl:ObjectProperty ;
    rdfs:label "issue_severity_value" ;
    rdfs:range lci:SeverityEnum ;
    skos:definition "Severity or criticality of the data quality issue" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:issueSeverityValue" ;
    lci:sql_identifier "dqf_issue_severity" .

dqf:issue_status_value a owl:ObjectProperty ;
    rdfs:label "issue_status_value" ;
    rdfs:range lci:IssueStatusEnum ;
    skos:definition "Lifecycle status of the data quality issue" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:issueStatusValue" ;
    lci:sql_identifier "dqf_issue_status" .

dqf:limiting_criteria_value a owl:DatatypeProperty ;
    rdfs:label "limiting_criteria_value" ;
    rdfs:range xsd:string ;
    skos:definition "Criterion or criteria that limit the overall score, confidence, or decision flag" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:limitingCriteriaValue" ;
    lci:sql_identifier "dqf_limiting_criteria" .

dqf:metric_method_value a owl:DatatypeProperty ;
    rdfs:label "metric_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Method, query, diagnostic procedure, rule, or script used to compute the metric" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:used" ;
    lci:sql_identifier "dqf_metric_method" .

dqf:metric_numeric_value a owl:DatatypeProperty ;
    rdfs:label "metric_numeric_value" ;
    rdfs:range xsd:float ;
    skos:definition "Numeric value of a metric, indicator, diagnostic output, or score" ;
    skos:inScheme dqf: ;
    lci:owl.filler "qudt:numericValue" ;
    lci:sql_identifier "dqf_metric_numeric_value" .

dqf:metric_pass_flag_value a owl:DatatypeProperty ;
    rdfs:label "metric_pass_flag_value" ;
    rdfs:range xsd:boolean ;
    skos:definition "Whether the metric passes the defined threshold or expectation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:metricPassFlagValue" ;
    lci:sql_identifier "dqf_metric_pass_flag" .

dqf:metric_text_value a owl:DatatypeProperty ;
    rdfs:label "metric_text_value" ;
    rdfs:range xsd:string ;
    skos:definition "Textual, categorical, or structured value of a metric, indicator, diagnostic output, or score" ;
    skos:inScheme dqf: ;
    lci:owl.filler "schema:value" ;
    lci:sql_identifier "dqf_metric_text_value" .

dqf:metric_threshold_value a owl:DatatypeProperty ;
    rdfs:label "metric_threshold_value" ;
    rdfs:range xsd:string ;
    skos:definition "Threshold, tolerance, expectation, or acceptance criterion for the metric" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:metricThresholdValue" ;
    lci:sql_identifier "dqf_metric_threshold" .

dqf:metric_unit_value a owl:DatatypeProperty ;
    rdfs:label "metric_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit associated with a metric value" ;
    skos:inScheme dqf: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "dqf_metric_unit" .

dqf:observed_deviation_value a owl:DatatypeProperty ;
    rdfs:label "observed_deviation_value" ;
    rdfs:range xsd:string ;
    skos:definition "Observed deviation from the expectation, threshold, baseline, or target" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:observedDeviationValue" ;
    lci:sql_identifier "dqf_observed_deviation" .

dqf:overall_numeric_score_value a owl:DatatypeProperty ;
    rdfs:label "overall_numeric_score_value" ;
    rdfs:range xsd:float ;
    skos:definition "Numeric quality score when the score is represented as a number" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:overallNumericScoreValue" ;
    lci:sql_identifier "dqf_overall_numeric_score" .

dqf:overall_quality_score_value a owl:ObjectProperty ;
    rdfs:label "overall_quality_score_value" ;
    rdfs:range lci:QualityScoreEnum ;
    skos:definition "Overall pedigree score for the assessed data, typically from 1 very reliable to 4 dubious" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqv:hasQualityMeasurement" ;
    lci:sql_identifier "dqf_overall_quality_score" .

dqf:population_or_scope_value a owl:DatatypeProperty ;
    rdfs:label "population_or_scope_value" ;
    rdfs:range xsd:string ;
    skos:definition "Target population, inference scope, product scope, material scope, or process scope represented by the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:coverage" ;
    lci:sql_identifier "dqf_population_or_scope" .

dqf:preprocessing_description_value a owl:DatatypeProperty ;
    rdfs:label "preprocessing_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Preprocessing, cleaning, transformation, imputation, filtering, or normalization applied before assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:preprocessingDescriptionValue" ;
    lci:sql_identifier "dqf_preprocessing_description" .

dqf:profile_summary_value a owl:DatatypeProperty ;
    rdfs:label "profile_summary_value" ;
    rdfs:range xsd:string ;
    skos:definition "Summary of the data quality profile, including main strengths and weaknesses" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "dqf_profile_summary" .

dqf:provenance_description_value a owl:DatatypeProperty ;
    rdfs:label "provenance_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Narrative provenance of the data, including who collected it, when, under which protocol, and how it was processed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "dqf_provenance_description" .

dqf:quality_flag_value a owl:ObjectProperty ;
    rdfs:label "quality_flag_value" ;
    rdfs:range lci:QualityFlagEnum ;
    skos:definition "Operational decision flag derived from the quality profile" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:qualityFlagValue" ;
    lci:sql_identifier "dqf_quality_flag" .

dqf:quality_issue_identifier_value a owl:DatatypeProperty ;
    rdfs:label "quality_issue_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a data quality issue, limitation, anomaly, or risk" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_quality_issue_identifier" .

dqf:quality_issue_type_value a owl:ObjectProperty ;
    rdfs:label "quality_issue_type_value" ;
    rdfs:range lci:QualityIssueTypeEnum ;
    skos:definition "Type of data quality issue" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_quality_issue_type" .

dqf:quality_metric_category_value a owl:ObjectProperty ;
    rdfs:label "quality_metric_category_value" ;
    rdfs:range lci:QualityCriterionEnum ;
    skos:definition "Category or criterion to which the quality metric belongs" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqv:inDimension" ;
    lci:sql_identifier "dqf_quality_metric_category" .

dqf:quality_metric_identifier_value a owl:DatatypeProperty ;
    rdfs:label "quality_metric_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a data quality metric or diagnostic metric" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_quality_metric_identifier" .

dqf:quality_metric_name_value a owl:DatatypeProperty ;
    rdfs:label "quality_metric_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable name of the data quality metric" ;
    skos:inScheme dqf: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "dqf_quality_metric_name" .

dqf:remediation_action_identifier_value a owl:DatatypeProperty ;
    rdfs:label "remediation_action_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a remediation action, mitigation, containment, or improvement activity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_remediation_action_identifier" .

dqf:remediation_action_type_value a owl:ObjectProperty ;
    rdfs:label "remediation_action_type_value" ;
    rdfs:range lci:RemediationActionTypeEnum ;
    skos:definition "Type of remediation action" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_remediation_action_type" .

dqf:remediation_completion_date_value a owl:DatatypeProperty ;
    rdfs:label "remediation_completion_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Completion date for the remediation activity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "schema:dateCompleted" ;
    lci:sql_identifier "dqf_remediation_completion_date" .

dqf:remediation_description_value a owl:DatatypeProperty ;
    rdfs:label "remediation_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of the remediation, mitigation, containment, or improvement activity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "dqf_remediation_description" .

dqf:remediation_due_date_value a owl:DatatypeProperty ;
    rdfs:label "remediation_due_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Due date for the remediation activity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "schema:endDate" ;
    lci:sql_identifier "dqf_remediation_due_date" .

dqf:remediation_owner_value a owl:DatatypeProperty ;
    rdfs:label "remediation_owner_value" ;
    rdfs:range xsd:string ;
    skos:definition "Person, organization, team, system, or workflow responsible for remediation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "dqf_remediation_owner" .

dqf:remediation_priority_value a owl:ObjectProperty ;
    rdfs:label "remediation_priority_value" ;
    rdfs:range lci:PriorityEnum ;
    skos:definition "Priority assigned to the remediation activity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:remediationPriorityValue" ;
    lci:sql_identifier "dqf_remediation_priority" .

dqf:remediation_status_value a owl:ObjectProperty ;
    rdfs:label "remediation_status_value" ;
    rdfs:range lci:RemediationStatusEnum ;
    skos:definition "Lifecycle status of the remediation activity" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:remediationStatusValue" ;
    lci:sql_identifier "dqf_remediation_status" .

dqf:sample_size_value a owl:DatatypeProperty ;
    rdfs:label "sample_size_value" ;
    rdfs:range xsd:integer ;
    skos:definition "Sample size, number of observations, number of records, or number of contributing sources" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:sampleSizeValue" ;
    lci:sql_identifier "dqf_sample_size" .

dqf:source_quality_score_value a owl:ObjectProperty ;
    rdfs:label "source_quality_score_value" ;
    rdfs:range lci:QualityScoreEnum ;
    skos:definition "Quality score used as input to the uncertainty translation" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:sourceQualityScoreValue" ;
    lci:sql_identifier "dqf_source_quality_score" .

dqf:technological_coverage_value a owl:DatatypeProperty ;
    rdfs:label "technological_coverage_value" ;
    rdfs:range xsd:string ;
    skos:definition "Technological, product, process, or system coverage represented by the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:technologicalCoverageValue" ;
    lci:sql_identifier "dqf_technological_coverage" .

dqf:temporal_coverage_value a owl:DatatypeProperty ;
    rdfs:label "temporal_coverage_value" ;
    rdfs:range xsd:string ;
    skos:definition "Temporal coverage or period represented by the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:temporal" ;
    lci:sql_identifier "dqf_temporal_coverage" .

dqf:uncertainty_distribution_assumption_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_distribution_assumption_value" ;
    rdfs:range xsd:string ;
    skos:definition "Distributional assumption used for data-quality-derived uncertainty, such as normal or lognormal" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:uncertaintyDistributionAssumptionValue" ;
    lci:sql_identifier "dqf_uncertainty_distribution_assumption" .

dqf:uncertainty_translation_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_translation_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a translation from data quality scores to uncertainty information" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "dqf_uncertainty_translation_identifier" .

dqf:uncertainty_translation_method_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_translation_method_value" ;
    rdfs:range lci:UncertaintyTranslationMethodEnum ;
    skos:definition "Method used to translate data quality information into uncertainty" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "dqf_uncertainty_translation_method" .

dqf:uncertainty_translation_rationale_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_translation_rationale_value" ;
    rdfs:range xsd:string ;
    skos:definition "Rationale explaining how data quality information was translated into uncertainty" ;
    skos:inScheme dqf: ;
    lci:owl.filler "skos:note" ;
    lci:sql_identifier "dqf_uncertainty_translation_rationale" .

dqf:update_frequency_value a owl:DatatypeProperty ;
    rdfs:label "update_frequency_value" ;
    rdfs:range xsd:string ;
    skos:definition "Update cadence or refresh frequency for the data" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dcterms:accrualPeriodicity" ;
    lci:sql_identifier "dqf_update_frequency" .

dqf:variable_definition_value a owl:DatatypeProperty ;
    rdfs:label "variable_definition_value" ;
    rdfs:range xsd:string ;
    skos:definition "Definition of the variable, field, indicator, category, or qualitative construct being assessed" ;
    skos:inScheme dqf: ;
    lci:owl.filler "skos:definition" ;
    lci:sql_identifier "dqf_variable_definition" .

dqf:verification_method_value a owl:DatatypeProperty ;
    rdfs:label "verification_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Method or evidence used to verify that remediation was effective" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:verificationMethodValue" ;
    lci:sql_identifier "dqf_verification_method" .

lci:ClassificationReference a owl:Class ;
    rdfs:label "ClassificationReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:classification_code ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:classification_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:classification_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:classification_scheme_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:broader_classification_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:classification_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:classification_label ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:classification_scheme_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:classification_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:classification_label ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:classification_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:classification_code ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:classification_scheme_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:broader_classification_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:classification_code ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:classification_label ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty lci:classification_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:broader_classification_reference ] ;
    skos:definition "A reference to an external classification, controlled vocabulary, compartment, code list, or concept" ;
    skos:exactMatch skos:Concept ;
    skos:inScheme lci: .

lci:FlowDirectionEnum a owl:Class ;
    rdfs:label "FlowDirectionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/FlowDirectionEnum#INPUT> <https://ce-rise-models.codeberg.page/lci-dataset/FlowDirectionEnum#OUTPUT> ) ;
    skos:definition "Optional direction of a flow exchange relative to an activity" ;
    skos:inScheme lci: ;
    lci:references "ORIENTING LCSA ontology (ORIONT)" ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/FlowDirectionEnum#INPUT>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowDirectionEnum#OUTPUT> .

lci:activity_description a owl:DatatypeProperty ;
    rdfs:label "activity_description" ;
    skos:definition "Description of the activity, process, service, or transformation represented" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "lci_activity_description" .

lci:activity_identifier a owl:DatatypeProperty ;
    rdfs:label "activity_identifier" ;
    skos:definition "Identifier for this activity within the life cycle inventory dataset or its source dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_activity_identifier" .

lci:activity_name a owl:DatatypeProperty ;
    rdfs:label "activity_name" ;
    skos:definition "Name or label of the activity" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:title" ;
    lci:sql_identifier "lci_activity_name" .

lci:activity_origin a owl:ObjectProperty ;
    rdfs:label "activity_origin" ;
    skos:definition "Whether the activity is foreground, background, mixed, or otherwise declared" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_activity_origin" .

lci:activity_type_identifier a owl:DatatypeProperty ;
    rdfs:label "activity_type_identifier" ;
    skos:definition "Identifier for this activity type" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_activity_type_identifier" .

lci:activity_type_name a owl:DatatypeProperty ;
    rdfs:label "activity_type_name" ;
    skos:definition "Name or label of this activity type" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:prefLabel" ;
    lci:sql_identifier "lci_activity_type_name" .

lci:activity_type_reference a owl:DatatypeProperty ;
    rdfs:label "activity_type_reference" ;
    skos:definition "Identifier or URI of the associated activity type" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:hasActivityType" ;
    lci:sql_identifier "lci_activity_type_reference" .

lci:activity_type_uri a owl:DatatypeProperty ;
    rdfs:label "activity_type_uri" ;
    skos:definition "Resolvable URI for an external activity-type concept, including a BONSAI classification URI" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_activity_type_uri" .

lci:broader_classification_reference a owl:DatatypeProperty ;
    rdfs:label "broader_classification_reference" ;
    skos:definition "Identifier or URI of a broader classification concept when applicable" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:broader" ;
    lci:sql_identifier "lci_classification_broader_reference" .

lci:classification_code a owl:DatatypeProperty ;
    rdfs:label "classification_code" ;
    skos:definition "Code or notation for the classified concept" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:notation" ;
    lci:sql_identifier "lci_classification_code" .

lci:classification_identifier a owl:DatatypeProperty ;
    rdfs:label "classification_identifier" ;
    skos:definition "Identifier for this classification reference" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_classification_identifier" .

lci:classification_label a owl:DatatypeProperty ;
    rdfs:label "classification_label" ;
    skos:definition "Preferred label for the classified concept" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:prefLabel" ;
    lci:sql_identifier "lci_classification_label" .

lci:classification_scheme_reference a owl:DatatypeProperty ;
    rdfs:label "classification_scheme_reference" ;
    skos:definition "URI or other reference for the classification scheme, vocabulary, or code list" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:inScheme" ;
    lci:sql_identifier "lci_classification_scheme_reference" .

lci:classification_uri a owl:DatatypeProperty ;
    rdfs:label "classification_uri" ;
    skos:definition "Resolvable URI for the classified concept" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_classification_uri" .

lci:counterpart_activity_reference a owl:DatatypeProperty ;
    rdfs:label "counterpart_activity_reference" ;
    skos:definition "Optional identifier or URI of the activity on the other side of this exchange, including an external background activity" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_flow_counterpart_activity_reference" .

lci:data_selection_reference a owl:DatatypeProperty ;
    rdfs:label "data_selection_reference" ;
    skos:definition "Reference to the query, selection rule, mapping, transformation, or extraction specification used" ;
    skos:inScheme lci: ;
    lci:owl.filler "prov:hadPlan" ;
    lci:sql_identifier "lci_source_record_data_selection_reference" .

lci:determining_flow_reference a owl:DatatypeProperty ;
    rdfs:label "determining_flow_reference" ;
    skos:definition "Identifier or URI of the flow that determines the activity level" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:hasDeterminingFlow" ;
    lci:sql_identifier "lci_activity_determining_flow_reference" .

lci:flow_direction a owl:ObjectProperty ;
    rdfs:label "flow_direction" ;
    skos:definition "Optional direction of this flow exchange as an input to or output from an activity" ;
    skos:inScheme lci: ;
    lci:references "ORIENTING LCSA ontology (ORIONT)" ;
    lci:sql_identifier "lci_flow_direction" .

lci:flow_identifier a owl:DatatypeProperty ;
    rdfs:label "flow_identifier" ;
    skos:definition "Identifier for this flow exchange within the life cycle inventory dataset or its source dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_flow_identifier" .

lci:flow_kind a owl:ObjectProperty ;
    rdfs:label "flow_kind" ;
    skos:definition "Kind of flow exchange" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_flow_kind" .

lci:flow_location_reference a owl:DatatypeProperty ;
    rdfs:label "flow_location_reference" ;
    skos:definition "Optional identifier or URI of the location that applies specifically to this flow, when it differs from the activity location" ;
    skos:inScheme lci: ;
    lci:references "ORIENTING LCSA ontology (ORIONT)" ;
    lci:sql_identifier "lci_flow_location_reference" .

lci:flow_name a owl:DatatypeProperty ;
    rdfs:label "flow_name" ;
    skos:definition "Name or label of the flow exchange" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:title" ;
    lci:sql_identifier "lci_flow_name" .

lci:flow_numerical_value a owl:DatatypeProperty ;
    rdfs:label "flow_numerical_value" ;
    skos:definition "Numeric value of this flow measure" ;
    skos:inScheme lci: ;
    lci:owl.filler "om:hasNumericalValue" ;
    lci:sql_identifier "lci_flow_numerical_value" .

lci:flow_object_description a owl:DatatypeProperty ;
    rdfs:label "flow_object_description" ;
    skos:definition "Description of the object represented by associated flows" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "lci_flow_object_description" .

lci:flow_object_identifier a owl:DatatypeProperty ;
    rdfs:label "flow_object_identifier" ;
    skos:definition "Identifier for this flow object" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_flow_object_identifier" .

lci:flow_object_kind a owl:ObjectProperty ;
    rdfs:label "flow_object_kind" ;
    skos:definition "Declared kind of flow object" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_flow_object_kind" .

lci:flow_object_name a owl:DatatypeProperty ;
    rdfs:label "flow_object_name" ;
    skos:definition "Name or label of this flow object" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:prefLabel" ;
    lci:sql_identifier "lci_flow_object_name" .

lci:flow_object_reference a owl:DatatypeProperty ;
    rdfs:label "flow_object_reference" ;
    skos:definition "Identifier or URI of the flow object consumed or produced by this flow" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:hasObjectType" ;
    lci:sql_identifier "lci_flow_object_reference" .

lci:flow_quantity_kind_reference a owl:DatatypeProperty ;
    rdfs:label "flow_quantity_kind_reference" ;
    skos:definition "Optional URI, code, or concept reference for the quantity kind or physical dimension of this flow measure" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_flow_quantity_kind_reference" .

lci:flow_unit_reference a owl:DatatypeProperty ;
    rdfs:label "flow_unit_reference" ;
    skos:definition "Unit URI, code, or other unit reference for this flow measure" ;
    skos:inScheme lci: ;
    lci:owl.filler "om:hasUnit" ;
    lci:sql_identifier "lci_flow_unit_reference" .

lci:input_to_activity_reference a owl:DatatypeProperty ;
    rdfs:label "input_to_activity_reference" ;
    skos:definition "Identifier or URI of the activity for which this flow is an input" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:isInputOf" ;
    lci:sql_identifier "lci_flow_input_to_activity_reference" .

lci:lci_dataset_description a owl:DatatypeProperty ;
    rdfs:label "lci_dataset_description" ;
    skos:definition "Description of the represented inventory records, coverage, and intended reuse" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "lci_dataset_description" .

lci:lci_dataset_identifier a owl:DatatypeProperty ;
    rdfs:label "lci_dataset_identifier" ;
    skos:definition "Identifier for this life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_dataset_identifier" .

lci:lci_dataset_name a owl:DatatypeProperty ;
    rdfs:label "lci_dataset_name" ;
    skos:definition "Name or label for this life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:title" ;
    lci:sql_identifier "lci_dataset_name" .

lci:lci_dataset_scope a owl:ObjectProperty ;
    rdfs:label "lci_dataset_scope" ;
    skos:definition "Whether this dataset represents foreground, background, hybrid, or other inventory scope" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_dataset_scope" .

lci:lci_dataset_version a owl:DatatypeProperty ;
    rdfs:label "lci_dataset_version" ;
    skos:definition "Version, release tag, or revision of this life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:hasVersion" ;
    lci:sql_identifier "lci_dataset_version" .

lci:lifecycle_stage_code a owl:DatatypeProperty ;
    rdfs:label "lifecycle_stage_code" ;
    skos:definition "Code for this lifecycle stage within its declared scheme" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:notation" ;
    lci:sql_identifier "lci_lifecycle_stage_code" .

lci:lifecycle_stage_definition_reference a owl:DatatypeProperty ;
    rdfs:label "lifecycle_stage_definition_reference" ;
    skos:definition "URI or other reference for the definition of this lifecycle-stage concept" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_lifecycle_stage_definition_reference" .

lci:lifecycle_stage_identifier a owl:DatatypeProperty ;
    rdfs:label "lifecycle_stage_identifier" ;
    skos:definition "Identifier for this lifecycle-stage concept" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_lifecycle_stage_identifier" .

lci:lifecycle_stage_name a owl:DatatypeProperty ;
    rdfs:label "lifecycle_stage_name" ;
    skos:definition "Preferred label for this lifecycle stage" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:prefLabel" ;
    lci:sql_identifier "lci_lifecycle_stage_name" .

lci:lifecycle_stage_scheme_reference a owl:DatatypeProperty ;
    rdfs:label "lifecycle_stage_scheme_reference" ;
    skos:definition "URI or other reference for the lifecycle-stage scheme or standard used" ;
    skos:inScheme lci: ;
    lci:owl.filler "skos:inScheme" ;
    lci:sql_identifier "lci_lifecycle_stage_scheme_reference" .

lci:lifecycle_stage_sequence a owl:DatatypeProperty ;
    rdfs:label "lifecycle_stage_sequence" ;
    skos:definition "Optional ordering value for this lifecycle stage within the declared scheme" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_lifecycle_stage_sequence" .

lci:location_code a owl:DatatypeProperty ;
    rdfs:label "location_code" ;
    skos:definition "Code for this location within its declared location scheme" ;
    skos:inScheme lci: ;
    lci:owl.filler "schema:identifier" ;
    lci:sql_identifier "lci_location_code" .

lci:location_identifier a owl:DatatypeProperty ;
    rdfs:label "location_identifier" ;
    skos:definition "Identifier for this location" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_location_identifier" .

lci:location_name a owl:DatatypeProperty ;
    rdfs:label "location_name" ;
    skos:definition "Name or label of this location" ;
    skos:inScheme lci: ;
    lci:owl.filler "schema:name" ;
    lci:sql_identifier "lci_location_name" .

lci:location_reference a owl:DatatypeProperty ;
    rdfs:label "location_reference" ;
    skos:definition "Identifier or URI of the location associated with this activity" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:hasLocation" ;
    lci:sql_identifier "lci_activity_location_reference" .

lci:location_scheme_reference a owl:DatatypeProperty ;
    rdfs:label "location_scheme_reference" ;
    skos:definition "URI or other reference for the geographic or location scheme used" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_location_scheme_reference" .

lci:location_uri a owl:DatatypeProperty ;
    rdfs:label "location_uri" ;
    skos:definition "Resolvable URI for this location, including a BONSAI or geographic reference URI when available" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_location_uri" .

lci:output_of_activity_reference a owl:DatatypeProperty ;
    rdfs:label "output_of_activity_reference" ;
    skos:definition "Identifier or URI of the activity for which this flow is an output" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:isOutputOf" ;
    lci:sql_identifier "lci_flow_output_of_activity_reference" .

lci:reference_year a owl:DatatypeProperty ;
    rdfs:label "reference_year" ;
    skos:definition "Calendar year represented by the data when a single reference year is applicable" ;
    skos:inScheme lci: ;
    lci:references "ORIENTING LCSA ontology (ORIONT)" ;
    lci:sql_identifier "lci_temporal_scope_reference_year" .

lci:referenced_record_identifier a owl:DatatypeProperty ;
    rdfs:label "referenced_record_identifier" ;
    skos:definition "Identifier of the specific source record, dataset, data package, or background activity used" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_referenced_identifier" .

lci:referenced_record_uri a owl:DatatypeProperty ;
    rdfs:label "referenced_record_uri" ;
    skos:definition "Resolvable URI for the specific source record, dataset, data package, or background activity used" ;
    skos:inScheme lci: ;
    lci:owl.filler "prov:Entity" ;
    lci:sql_identifier "lci_source_record_referenced_uri" .

lci:referenced_record_version a owl:DatatypeProperty ;
    rdfs:label "referenced_record_version" ;
    skos:definition "Version, release tag, revision, or timestamp of the specific referenced record" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_referenced_version" .

lci:retrieved_at a owl:DatatypeProperty ;
    rdfs:label "retrieved_at" ;
    skos:definition "Timestamp at which the source record or artifact was retrieved, extracted, or generated" ;
    skos:inScheme lci: ;
    lci:owl.filler "prov:atTime" ;
    lci:sql_identifier "lci_source_record_retrieved_at" .

lci:source_artifact_checksum a owl:DatatypeProperty ;
    rdfs:label "source_artifact_checksum" ;
    skos:definition "Checksum or content hash for the concrete source artifact when available" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_artifact_checksum" .

lci:source_artifact_uri a owl:DatatypeProperty ;
    rdfs:label "source_artifact_uri" ;
    skos:definition "URI for the concrete source artifact, export, manifest, or API response used" ;
    skos:inScheme lci: ;
    lci:owl.filler "prov:Entity" ;
    lci:sql_identifier "lci_source_record_artifact_uri" .

lci:source_model_identifier a owl:DatatypeProperty ;
    rdfs:label "source_model_identifier" ;
    skos:definition "Identifier or name of the source data model, ontology, schema, or dataset family" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_model_identifier" .

lci:source_model_uri a owl:DatatypeProperty ;
    rdfs:label "source_model_uri" ;
    skos:definition "URI for the source data model, ontology, schema, or dataset family" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_model_uri" .

lci:source_model_version a owl:DatatypeProperty ;
    rdfs:label "source_model_version" ;
    skos:definition "Version, release tag, or revision of the source model or dataset family" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_model_version" .

lci:source_record_identifier a owl:DatatypeProperty ;
    rdfs:label "source_record_identifier" ;
    skos:definition "Identifier for this source-record reference" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_source_record_identifier" .

lci:source_record_role a owl:ObjectProperty ;
    rdfs:label "source_record_role" ;
    skos:definition "Role fulfilled by this source record in the life cycle inventory dataset" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_source_record_role" .

lci:temporal_scope a owl:ObjectProperty ;
    rdfs:label "temporal_scope" ;
    skos:definition "Optional temporal scope represented by this activity" ;
    skos:inScheme lci: ;
    lci:owl.filler "bont:hasTemporalExtent" ;
    lci:sql_identifier "lci_activity_temporal_scope" .

lci:temporal_scope_description a owl:DatatypeProperty ;
    rdfs:label "temporal_scope_description" ;
    skos:definition "Description of the time period, representativeness, or temporal assumptions" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_temporal_scope_description" .

lci:temporal_scope_identifier a owl:DatatypeProperty ;
    rdfs:label "temporal_scope_identifier" ;
    skos:definition "Identifier for this temporal scope" ;
    skos:inScheme lci: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "lci_temporal_scope_identifier" .

lci:valid_from a owl:DatatypeProperty ;
    rdfs:label "valid_from" ;
    skos:definition "Start date of the represented period" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_temporal_scope_valid_from" .

lci:valid_until a owl:DatatypeProperty ;
    rdfs:label "valid_until" ;
    skos:definition "End date of the represented period" ;
    skos:inScheme lci: ;
    lci:sql_identifier "lci_temporal_scope_valid_until" .

lci:validity_year a owl:DatatypeProperty ;
    rdfs:label "validity_year" ;
    skos:definition "Calendar year until which the data are declared valid when a single validity year is applicable" ;
    skos:inScheme lci: ;
    lci:references "ORIENTING LCSA ontology (ORIONT)" ;
    lci:sql_identifier "lci_temporal_scope_validity_year" .

mt:CompetenceRecord a owl:Class ;
    rdfs:label "CompetenceRecord" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:competence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:CompetenceStatusEnum ;
            owl:onProperty mt:competence_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:accreditation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_basis_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:accreditation_body_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:competence_record_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:competence_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:accreditation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_record_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:accreditation_body_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:competence_record_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:accreditation_body_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:competence_basis_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:competence_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:competence_basis_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:competence_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:accreditation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:competence_provider_value ] ;
    skos:definition "Competence, accreditation, validation, proficiency, or quality system evidence supporting traceability" ;
    skos:exactMatch mt:competenceRecord ;
    skos:inScheme mt: ;
    lci:references "ISO/IEC 17025; ISO 17034; ISO 9001; ILAC P10" ;
    lci:sql_identifier "mt_competence_record" .

mt:MeasurementStandard a owl:Class ;
    rdfs:label "MeasurementStandard" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_owner_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_owner_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_level_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:MeasurementStandardTypeEnum ;
            owl:onProperty mt:measurement_standard_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_level_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_owner_value ] ;
    skos:definition "Measurement standard, artefact, instrument standard, or unit realization used in a calibration hierarchy" ;
    skos:exactMatch mt:measurementStandard ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10" ;
    lci:sql_identifier "mt_measurement_standard" .

mt:ReferenceEntity a owl:Class ;
    rdfs:label "ReferenceEntity" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_entity_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_uri_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_entity_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:reference_entity_uri_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ReferenceEntityTypeEnum ;
            owl:onProperty mt:reference_entity_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_entity_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_uri_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_name_value ] ;
    skos:definition "Generic reference entity used in a traceability statement, chain, procedure, calibration, or boundary definition" ;
    skos:exactMatch mt:referenceEntity ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012" ;
    lci:sql_identifier "mt_reference_entity" .

mt:ReferenceMaterial a owl:Class ;
    rdfs:label "ReferenceMaterial" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_producer_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:certificate_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_material_lot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_material_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:matrix_or_material_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_material_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_lot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_material_producer_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_producer_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_lot_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ReferenceMaterialTypeEnum ;
            owl:onProperty mt:reference_material_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:matrix_or_material_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:certified_property_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:certificate_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:matrix_or_material_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:certified_property_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:certificate_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:certified_property_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_name_value ] ;
    skos:definition "Reference material or certified reference material used to establish traceability" ;
    skos:exactMatch mt:referenceMaterial ;
    skos:inScheme mt: ;
    lci:references "ISO 17034; ISO Guide 35; JCGM 200:2012" ;
    lci:sql_identifier "mt_reference_material" .

mt:accreditation_body_value a owl:DatatypeProperty ;
    rdfs:label "accreditation_body_value" ;
    rdfs:range xsd:string ;
    skos:definition "Accreditation body, authority, or organization responsible for the competence record" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:publisher" ;
    lci:sql_identifier "mt_accreditation_body" .

mt:accreditation_identifier_value a owl:DatatypeProperty ;
    rdfs:label "accreditation_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Accreditation, authorization, scope, or certificate identifier" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:accreditationIdentifierValue" ;
    lci:sql_identifier "mt_accreditation_identifier" .

mt:allocation_rule_value a owl:DatatypeProperty ;
    rdfs:label "allocation_rule_value" ;
    rdfs:range xsd:string ;
    skos:definition "Allocation, partitioning, substitution, cut-off, or burden-sharing rule applied in the boundary definition" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:allocationRuleValue" ;
    lci:sql_identifier "mt_allocation_rule" .

mt:boundary_definition a owl:ObjectProperty ;
    rdfs:label "boundary_definition" ;
    rdfs:range mt:BoundaryDefinition ;
    skos:definition "Boundary, goal-and-scope, scenario, or model definition used to define a modelled value" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:boundaryDefinition" ;
    lci:sql_identifier "mt_boundary_definition" .

mt:boundary_identifier_value a owl:DatatypeProperty ;
    rdfs:label "boundary_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a boundary, scope, scenario, or modelling reference definition" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_boundary_identifier" .

mt:boundary_name_value a owl:DatatypeProperty ;
    rdfs:label "boundary_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the boundary, scope, scenario, or modelling definition" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_boundary_name" .

mt:boundary_type_value a owl:ObjectProperty ;
    rdfs:label "boundary_type_value" ;
    rdfs:range lci:BoundaryTypeEnum ;
    skos:definition "Type of boundary or scope definition" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_boundary_type" .

mt:calibrated_item_identifier_value a owl:DatatypeProperty ;
    rdfs:label "calibrated_item_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of the instrument, sensor, measuring system, reference material, standard, or software item calibrated or checked" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_calibrated_item_identifier" .

mt:calibrated_item_type_value a owl:DatatypeProperty ;
    rdfs:label "calibrated_item_type_value" ;
    rdfs:range xsd:string ;
    skos:definition "Type of calibrated item" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_calibrated_item_type" .

mt:calibration_certificate_identifier_value a owl:DatatypeProperty ;
    rdfs:label "calibration_certificate_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of the calibration certificate or equivalent evidence record" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:calibrationCertificateIdentifierValue" ;
    lci:sql_identifier "mt_calibration_certificate_identifier" .

mt:calibration_certificate_url_value a owl:DatatypeProperty ;
    rdfs:label "calibration_certificate_url_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URL for the calibration certificate or equivalent evidence record" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "mt_calibration_certificate_url" .

mt:calibration_date_value a owl:DatatypeProperty ;
    rdfs:label "calibration_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date on which the calibration was performed" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "mt_calibration_date" .

mt:calibration_due_date_value a owl:DatatypeProperty ;
    rdfs:label "calibration_due_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date by which recalibration is due" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:endDate" ;
    lci:sql_identifier "mt_calibration_due_date" .

mt:calibration_identifier_value a owl:DatatypeProperty ;
    rdfs:label "calibration_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a calibration, comparison, verification, or check record" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_calibration_identifier" .

mt:calibration_interval_value a owl:DatatypeProperty ;
    rdfs:label "calibration_interval_value" ;
    rdfs:range xsd:string ;
    skos:definition "Calibration interval or recalibration frequency" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:calibrationIntervalValue" ;
    lci:sql_identifier "mt_calibration_interval" .

mt:calibration_laboratory_accreditation_value a owl:DatatypeProperty ;
    rdfs:label "calibration_laboratory_accreditation_value" ;
    rdfs:range xsd:string ;
    skos:definition "Accreditation identifier, scope, or body associated with the calibration provider" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:calibrationLaboratoryAccreditationValue" ;
    lci:sql_identifier "mt_calibration_laboratory_accreditation" .

mt:calibration_laboratory_value a owl:DatatypeProperty ;
    rdfs:label "calibration_laboratory_value" ;
    rdfs:range xsd:string ;
    skos:definition "Laboratory, organization, or facility that performed the calibration" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "mt_calibration_laboratory" .

mt:calibration_method_value a owl:DatatypeProperty ;
    rdfs:label "calibration_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Calibration method, procedure, comparison method, or protocol used" ;
    skos:inScheme mt: ;
    lci:owl.filler "sosa:usedProcedure" ;
    lci:sql_identifier "mt_calibration_method" .

mt:calibration_result_value a owl:DatatypeProperty ;
    rdfs:label "calibration_result_value" ;
    rdfs:range xsd:string ;
    skos:definition "Calibration result, correction, factor, or outcome statement" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:result" ;
    lci:sql_identifier "mt_calibration_result" .

mt:calibration_status_value a owl:ObjectProperty ;
    rdfs:label "calibration_status_value" ;
    rdfs:range lci:CalibrationStatusEnum ;
    skos:definition "Validity or acceptance status of the calibration record" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:calibrationStatusValue" ;
    lci:sql_identifier "mt_calibration_status" .

mt:certificate_identifier_value a owl:DatatypeProperty ;
    rdfs:label "certificate_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of the reference material certificate" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:certificateIdentifierValue" ;
    lci:sql_identifier "mt_certificate_identifier" .

mt:certificate_url_value a owl:DatatypeProperty ;
    rdfs:label "certificate_url_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URL for the reference material certificate" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "mt_certificate_url" .

mt:certified_property_value a owl:DatatypeProperty ;
    rdfs:label "certified_property_value" ;
    rdfs:range xsd:string ;
    skos:definition "Certified or assigned property of the reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:certifiedPropertyValue" ;
    lci:sql_identifier "mt_certified_property" .

mt:chain_completeness_value a owl:ObjectProperty ;
    rdfs:label "chain_completeness_value" ;
    rdfs:range lci:ChainCompletenessEnum ;
    skos:definition "Assessment of whether the chain is complete, partial, inferred, or unavailable" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:chainCompletenessValue" ;
    lci:sql_identifier "mt_chain_completeness" .

mt:chain_end_reference_value a owl:DatatypeProperty ;
    rdfs:label "chain_end_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Final reference reached by the traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:chainEndReferenceValue" ;
    lci:sql_identifier "mt_chain_end_reference" .

mt:chain_notes_value a owl:DatatypeProperty ;
    rdfs:label "chain_notes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Additional notes about the traceability chain, including gaps or assumptions" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:comment" ;
    lci:sql_identifier "mt_chain_notes" .

mt:chain_start_reference_value a owl:DatatypeProperty ;
    rdfs:label "chain_start_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference or value at the user-facing end of the traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:chainStartReferenceValue" ;
    lci:sql_identifier "mt_chain_start_reference" .

mt:chain_validation_status_value a owl:ObjectProperty ;
    rdfs:label "chain_validation_status_value" ;
    rdfs:range lci:TraceabilityStatusEnum ;
    skos:definition "Validation status of the traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:chainValidationStatusValue" ;
    lci:sql_identifier "mt_chain_validation_status" .

mt:characterization_model_value a owl:DatatypeProperty ;
    rdfs:label "characterization_model_value" ;
    rdfs:range xsd:string ;
    skos:definition "Characterization model, factor set, time horizon, scenario, or model version used to convert inputs into the reported result" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:characterizationModelValue" ;
    lci:sql_identifier "mt_characterization_model" .

mt:common_reference_identifier_value a owl:DatatypeProperty ;
    rdfs:label "common_reference_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for the final reference, such as an SI unit realization, standard method, reference material, system boundary definition, or characterization model" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:commonReferenceIdentifierValue" ;
    lci:sql_identifier "mt_common_reference_identifier" .

mt:common_reference_name_value a owl:DatatypeProperty ;
    rdfs:label "common_reference_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the final common reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_common_reference_name" .

mt:common_reference_uri_value a owl:DatatypeProperty ;
    rdfs:label "common_reference_uri_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URI or URL identifying the final common reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "mt_common_reference_uri" .

mt:comparability_assessment_identifier_value a owl:DatatypeProperty ;
    rdfs:label "comparability_assessment_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an assessment of metrological comparability" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_comparability_assessment_identifier" .

mt:comparability_decision_value a owl:ObjectProperty ;
    rdfs:label "comparability_decision_value" ;
    rdfs:range lci:ComparabilityDecisionEnum ;
    skos:definition "Decision about whether the compared results are metrologically comparable" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:comparabilityDecisionValue" ;
    lci:sql_identifier "mt_comparability_decision" .

mt:comparability_rationale_value a owl:DatatypeProperty ;
    rdfs:label "comparability_rationale_value" ;
    rdfs:range xsd:string ;
    skos:definition "Rationale for the comparability decision, including relevant mismatches or limitations" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:comment" ;
    lci:sql_identifier "mt_comparability_rationale" .

mt:competence_basis_value a owl:DatatypeProperty ;
    rdfs:label "competence_basis_value" ;
    rdfs:range xsd:string ;
    skos:definition "Basis for competence, such as accreditation, proficiency testing, validation, authorization, or quality management system" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:competenceBasisValue" ;
    lci:sql_identifier "mt_competence_basis" .

mt:competence_provider_value a owl:DatatypeProperty ;
    rdfs:label "competence_provider_value" ;
    rdfs:range xsd:string ;
    skos:definition "Laboratory, person, organization, facility, or software provider whose competence is documented" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "mt_competence_provider" .

mt:competence_record_identifier_value a owl:DatatypeProperty ;
    rdfs:label "competence_record_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a competence, accreditation, authorization, or quality system record" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_competence_record_identifier" .

mt:competence_scope_value a owl:DatatypeProperty ;
    rdfs:label "competence_scope_value" ;
    rdfs:range xsd:string ;
    skos:definition "Scope of competence, accreditation, validation, or authorization" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:coverage" ;
    lci:sql_identifier "mt_competence_scope" .

mt:competence_status_value a owl:ObjectProperty ;
    rdfs:label "competence_status_value" ;
    rdfs:range lci:CompetenceStatusEnum ;
    skos:definition "Status of the competence or accreditation record" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:competenceStatusValue" ;
    lci:sql_identifier "mt_competence_status" .

mt:data_source_scope_value a owl:DatatypeProperty ;
    rdfs:label "data_source_scope_value" ;
    rdfs:range xsd:string ;
    skos:definition "Temporal, geographical, technological, or population scope of the data sources used by the boundary definition" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:coverage" ;
    lci:sql_identifier "mt_data_source_scope" .

mt:excluded_processes_value a owl:DatatypeProperty ;
    rdfs:label "excluded_processes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Processes, stages, flows, compartments, or elements excluded from the boundary" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:excludedProcessesValue" ;
    lci:sql_identifier "mt_excluded_processes" .

mt:goal_scope_definition_value a owl:DatatypeProperty ;
    rdfs:label "goal_scope_definition_value" ;
    rdfs:range xsd:string ;
    skos:definition "Goal and scope definition or equivalent statement that defines the assessed value" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:goalScopeDefinitionValue" ;
    lci:sql_identifier "mt_goal_scope_definition" .

mt:impact_method_value a owl:DatatypeProperty ;
    rdfs:label "impact_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Impact assessment, characterization, scoring, or calculation method used for a modelled result" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:impactMethodValue" ;
    lci:sql_identifier "mt_impact_method" .

mt:included_processes_value a owl:DatatypeProperty ;
    rdfs:label "included_processes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Processes, stages, flows, compartments, or elements included in the boundary" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:includedProcessesValue" ;
    lci:sql_identifier "mt_included_processes" .

mt:left_traceability_reference_value a owl:DatatypeProperty ;
    rdfs:label "left_traceability_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the first traceability statement, chain, or basis being compared" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:leftTraceabilityReferenceValue" ;
    lci:sql_identifier "mt_left_traceability_reference" .

mt:link_date_value a owl:DatatypeProperty ;
    rdfs:label "link_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date on which this traceability link, calibration, comparison, transformation, or modelling step was established" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "mt_link_date" .

mt:link_from_reference_value a owl:DatatypeProperty ;
    rdfs:label "link_from_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference entity, value, standard, method, or node from which this link starts" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "mt_link_from_reference" .

mt:link_procedure_value a owl:DatatypeProperty ;
    rdfs:label "link_procedure_value" ;
    rdfs:range xsd:string ;
    skos:definition "Procedure, calibration, comparison, transformation, conversion, or modelling step used in this link" ;
    skos:inScheme mt: ;
    lci:owl.filler "sosa:usedProcedure" ;
    lci:sql_identifier "mt_link_procedure" .

mt:link_role_value a owl:ObjectProperty ;
    rdfs:label "link_role_value" ;
    rdfs:range lci:TraceabilityLinkRoleEnum ;
    skos:definition "Role of the traceability link in the chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_link_role" .

mt:link_sequence_value a owl:DatatypeProperty ;
    rdfs:label "link_sequence_value" ;
    rdfs:range xsd:integer ;
    skos:definition "Position of the link in the traceability chain, where lower numbers are closer to the reported result" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:linkSequenceValue" ;
    lci:sql_identifier "mt_link_sequence" .

mt:link_to_reference_value a owl:DatatypeProperty ;
    rdfs:label "link_to_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference entity, value, standard, method, or node to which this link points" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:wasInfluencedBy" ;
    lci:sql_identifier "mt_link_to_reference" .

mt:link_uncertainty_reference_value a owl:DatatypeProperty ;
    rdfs:label "link_uncertainty_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the uncertainty contribution associated with this traceability link" ;
    skos:inScheme mt: ;
    lci:owl.filler "uq:uncertaintyReference" ;
    lci:sql_identifier "mt_link_uncertainty_reference" .

mt:matrix_or_material_value a owl:DatatypeProperty ;
    rdfs:label "matrix_or_material_value" ;
    rdfs:range xsd:string ;
    skos:definition "Matrix, material, substance, artefact, or object represented by the reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:matrixOrMaterialValue" ;
    lci:sql_identifier "mt_matrix_or_material" .

mt:measurement_procedure a owl:ObjectProperty ;
    rdfs:label "measurement_procedure" ;
    rdfs:range mt:MeasurementProcedure ;
    skos:definition "Procedure or method used to define, obtain, transfer, or compare the value" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:measurementProcedure" ;
    lci:sql_identifier "mt_measurement_procedure" .

mt:measurement_standard_identifier_value a owl:DatatypeProperty ;
    rdfs:label "measurement_standard_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a measurement standard, artefact, instrument standard, or realization" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_measurement_standard_identifier" .

mt:measurement_standard_level_value a owl:DatatypeProperty ;
    rdfs:label "measurement_standard_level_value" ;
    rdfs:range xsd:string ;
    skos:definition "Position of the measurement standard in the calibration hierarchy" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:measurementStandardLevelValue" ;
    lci:sql_identifier "mt_measurement_standard_level" .

mt:measurement_standard_name_value a owl:DatatypeProperty ;
    rdfs:label "measurement_standard_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the measurement standard" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_measurement_standard_name" .

mt:measurement_standard_owner_value a owl:DatatypeProperty ;
    rdfs:label "measurement_standard_owner_value" ;
    rdfs:range xsd:string ;
    skos:definition "Owner, custodian, laboratory, or institute responsible for the measurement standard" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "mt_measurement_standard_owner" .

mt:measurement_standard_type_value a owl:ObjectProperty ;
    rdfs:label "measurement_standard_type_value" ;
    rdfs:range lci:MeasurementStandardTypeEnum ;
    skos:definition "Type or level of measurement standard" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_measurement_standard_type" .

mt:method_parameters_value a owl:DatatypeProperty ;
    rdfs:label "method_parameters_value" ;
    rdfs:range xsd:string ;
    skos:definition "Key method parameters, such as extraction conditions, incubation time, temperature, calibration model, or reporting rule" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:methodParametersValue" ;
    lci:sql_identifier "mt_method_parameters" .

mt:operator_or_software_value a owl:DatatypeProperty ;
    rdfs:label "operator_or_software_value" ;
    rdfs:range xsd:string ;
    skos:definition "Operator, laboratory, instrument system, model, or software used to apply the procedure" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:wasAssociatedWith" ;
    lci:sql_identifier "mt_operator_or_software" .

mt:procedure_description_value a owl:DatatypeProperty ;
    rdfs:label "procedure_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of the procedure and how it defines or transfers the value" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "mt_procedure_description" .

mt:procedure_identifier_value a owl:DatatypeProperty ;
    rdfs:label "procedure_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of a measurement, calculation, sampling, calibration, analytical, or modelling procedure" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_procedure_identifier" .

mt:procedure_name_value a owl:DatatypeProperty ;
    rdfs:label "procedure_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the procedure or method" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_procedure_name" .

mt:procedure_role_value a owl:ObjectProperty ;
    rdfs:label "procedure_role_value" ;
    rdfs:range lci:ProcedureRoleEnum ;
    skos:definition "Role of the procedure in establishing traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_procedure_role" .

mt:procedure_uri_value a owl:DatatypeProperty ;
    rdfs:label "procedure_uri_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URI or URL identifying the procedure" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "mt_procedure_uri" .

mt:reference_authority_value a owl:DatatypeProperty ;
    rdfs:label "reference_authority_value" ;
    rdfs:range xsd:string ;
    skos:definition "Authority, organization, metrology institute, standards body, or publisher responsible for the reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:publisher" ;
    lci:sql_identifier "mt_reference_authority" .

mt:reference_entity_identifier_value a owl:DatatypeProperty ;
    rdfs:label "reference_entity_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a reference entity, material, standard, instrument, facility, method, or dataset" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_reference_entity_identifier" .

mt:reference_entity_name_value a owl:DatatypeProperty ;
    rdfs:label "reference_entity_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the reference entity" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_reference_entity_name" .

mt:reference_entity_provider_value a owl:DatatypeProperty ;
    rdfs:label "reference_entity_provider_value" ;
    rdfs:range xsd:string ;
    skos:definition "Provider, custodian, producer, laboratory, institute, or publisher of the reference entity" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "mt_reference_entity_provider" .

mt:reference_entity_type_value a owl:ObjectProperty ;
    rdfs:label "reference_entity_type_value" ;
    rdfs:range lci:ReferenceEntityTypeEnum ;
    skos:definition "Type of reference entity" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_reference_entity_type" .

mt:reference_entity_uri_value a owl:DatatypeProperty ;
    rdfs:label "reference_entity_uri_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URI or URL for the reference entity" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "mt_reference_entity_uri" .

mt:reference_material_identifier_value a owl:DatatypeProperty ;
    rdfs:label "reference_material_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a reference material or certified reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_reference_material_identifier" .

mt:reference_material_lot_value a owl:DatatypeProperty ;
    rdfs:label "reference_material_lot_value" ;
    rdfs:range xsd:string ;
    skos:definition "Lot, batch, serial number, or production identifier of the reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:referenceMaterialLotValue" ;
    lci:sql_identifier "mt_reference_material_lot" .

mt:reference_material_name_value a owl:DatatypeProperty ;
    rdfs:label "reference_material_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_reference_material_name" .

mt:reference_material_producer_value a owl:DatatypeProperty ;
    rdfs:label "reference_material_producer_value" ;
    rdfs:range xsd:string ;
    skos:definition "Producer, supplier, or certifying body responsible for the reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:publisher" ;
    lci:sql_identifier "mt_reference_material_producer" .

mt:reference_material_type_value a owl:ObjectProperty ;
    rdfs:label "reference_material_type_value" ;
    rdfs:range lci:ReferenceMaterialTypeEnum ;
    skos:definition "Type or role of the reference material" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_reference_material_type" .

mt:reference_scope_value a owl:DatatypeProperty ;
    rdfs:label "reference_scope_value" ;
    rdfs:range xsd:string ;
    skos:definition "Scope or field of application for the reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:coverage" ;
    lci:sql_identifier "mt_reference_scope" .

mt:reference_used_date_value a owl:DatatypeProperty ;
    rdfs:label "reference_used_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date at which the reference was used to establish the traceability hierarchy" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "mt_reference_used_date" .

mt:reference_version_value a owl:DatatypeProperty ;
    rdfs:label "reference_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, revision, or publication date of the reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "mt_reference_version" .

mt:reported_value_identifier_value a owl:DatatypeProperty ;
    rdfs:label "reported_value_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for the reported measured, calculated, or assessed value" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_reported_value_identifier" .

mt:reported_value_unit_value a owl:DatatypeProperty ;
    rdfs:label "reported_value_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit associated with the reported value" ;
    skos:inScheme mt: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "mt_reported_value_unit" .

mt:reported_value_value a owl:DatatypeProperty ;
    rdfs:label "reported_value_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reported value to which the traceability statement applies" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:value" ;
    lci:sql_identifier "mt_reported_value" .

mt:result_date_value a owl:DatatypeProperty ;
    rdfs:label "result_date_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date or time at which the reported result was generated, measured, calculated, or issued" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:generatedAtTime" ;
    lci:sql_identifier "mt_result_date" .

mt:right_traceability_reference_value a owl:DatatypeProperty ;
    rdfs:label "right_traceability_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the second traceability statement, chain, or basis being compared" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:rightTraceabilityReferenceValue" ;
    lci:sql_identifier "mt_right_traceability_reference" .

mt:same_measurand_definition_value a owl:DatatypeProperty ;
    rdfs:label "same_measurand_definition_value" ;
    rdfs:range xsd:boolean ;
    skos:definition "Whether the compared results use the same measurand or operational definition" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:sameMeasurandDefinitionValue" ;
    lci:sql_identifier "mt_same_measurand_definition" .

mt:same_method_or_boundary_value a owl:DatatypeProperty ;
    rdfs:label "same_method_or_boundary_value" ;
    rdfs:range xsd:boolean ;
    skos:definition "Whether the compared results use the same method-defined or boundary-defined reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:sameMethodOrBoundaryValue" ;
    lci:sql_identifier "mt_same_method_or_boundary" .

mt:same_reference_basis_value a owl:DatatypeProperty ;
    rdfs:label "same_reference_basis_value" ;
    rdfs:range xsd:boolean ;
    skos:definition "Whether the compared results are traceable to the same reference basis" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:sameReferenceBasisValue" ;
    lci:sql_identifier "mt_same_reference_basis" .

mt:sampling_or_specimen_definition_value a owl:DatatypeProperty ;
    rdfs:label "sampling_or_specimen_definition_value" ;
    rdfs:range xsd:string ;
    skos:definition "Definition of the sample, specimen, item, batch, population subset, or material matrix used by the method" ;
    skos:inScheme mt: ;
    lci:owl.filler "sosa:hasSample" ;
    lci:sql_identifier "mt_sampling_or_specimen_definition" .

mt:traceability_applies_to_class_value a owl:DatatypeProperty ;
    rdfs:label "traceability_applies_to_class_value" ;
    rdfs:range xsd:string ;
    skos:definition "Class in an external model to which this traceability statement applies" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:appliesToClassValue" ;
    lci:sql_identifier "mt_applies_to_class" .

mt:traceability_applies_to_model_value a owl:DatatypeProperty ;
    rdfs:label "traceability_applies_to_model_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name, URI, or namespace of the external data model to which this traceability statement applies" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:appliesToModelValue" ;
    lci:sql_identifier "mt_applies_to_model" .

mt:traceability_applies_to_record_value a owl:DatatypeProperty ;
    rdfs:label "traceability_applies_to_record_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of the external record, object, dataset, or passport entry to which this traceability statement applies" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:appliesToRecordValue" ;
    lci:sql_identifier "mt_applies_to_record" .

mt:traceability_applies_to_slot_value a owl:DatatypeProperty ;
    rdfs:label "traceability_applies_to_slot_value" ;
    rdfs:range xsd:string ;
    skos:definition "Slot or attribute in an external model to which this traceability statement applies" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:appliesToSlotValue" ;
    lci:sql_identifier "mt_applies_to_slot" .

mt:traceability_applies_to_value_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_applies_to_value_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of a specific value object when the target model gives value-level identifiers" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:appliesToValueIdentifierValue" ;
    lci:sql_identifier "mt_applies_to_value_identifier" .

mt:traceability_applies_to_value_path_value a owl:DatatypeProperty ;
    rdfs:label "traceability_applies_to_value_path_value" ;
    rdfs:range xsd:string ;
    skos:definition "JSONPath, XPath, RDF path, or other pointer to the value to which this traceability statement applies" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:appliesToValuePathValue" ;
    lci:sql_identifier "mt_applies_to_value_path" .

mt:traceability_basis a owl:ObjectProperty ;
    rdfs:label "traceability_basis" ;
    rdfs:range mt:TraceabilityBasis ;
    skos:definition "Reference basis that establishes the meaning and comparability of the value" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:traceabilityBasis" ;
    lci:sql_identifier "mt_traceability_basis" .

mt:traceability_basis_description_value a owl:DatatypeProperty ;
    rdfs:label "traceability_basis_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of the common reference basis that gives meaning to the result" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "mt_basis_description" .

mt:traceability_basis_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_basis_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a traceability basis record" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_basis_identifier" .

mt:traceability_basis_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_basis_type_value" ;
    rdfs:range lci:TraceabilityBasisTypeEnum ;
    skos:definition "Type of reference basis used to establish traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_basis_type" .

mt:traceability_chain a owl:ObjectProperty ;
    rdfs:label "traceability_chain" ;
    rdfs:range mt:TraceabilityChain ;
    skos:definition "Traceability chain or network that relates the result to a reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:traceabilityChain" ;
    lci:sql_identifier "mt_traceability_chain" .

mt:traceability_chain_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_chain_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a traceability chain or traceability network" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_chain_identifier" .

mt:traceability_chain_name_value a owl:DatatypeProperty ;
    rdfs:label "traceability_chain_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable name of the traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_chain_name" .

mt:traceability_chain_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_chain_type_value" ;
    rdfs:range lci:TraceabilityChainTypeEnum ;
    skos:definition "Type or topology of the traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_chain_type" .

mt:traceability_evidence_date_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date associated with supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "mt_evidence_date" .

mt:traceability_evidence_description_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "mt_evidence_description" .

mt:traceability_evidence_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_evidence_identifier" .

mt:traceability_evidence_provider_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_provider_value" ;
    rdfs:range xsd:string ;
    skos:definition "Provider, author, laboratory, supplier, or organization responsible for supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "mt_evidence_provider" .

mt:traceability_evidence_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_evidence_type_value" ;
    rdfs:range lci:TraceabilityEvidenceTypeEnum ;
    skos:definition "Type of supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_evidence_type" .

mt:traceability_evidence_url_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_url_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URL for supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "mt_evidence_url" .

mt:traceability_evidence_version_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, or revision of supporting evidence" ;
    skos:inScheme mt: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "mt_evidence_version" .

mt:traceability_link_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_link_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a step, edge, or link in a traceability chain" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_link_identifier" .

mt:traceability_measurand_description_value a owl:DatatypeProperty ;
    rdfs:label "traceability_measurand_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Operational definition of the measurand, including what is measured, calculated, or assessed" ;
    skos:inScheme mt: ;
    lci:owl.filler "skos:definition" ;
    lci:sql_identifier "mt_measurand_description" .

mt:traceability_measurand_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_measurand_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for the measurand, quantity, indicator, or value of interest" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_measurand_identifier" .

mt:traceability_measurand_name_value a owl:DatatypeProperty ;
    rdfs:label "traceability_measurand_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the measurand, quantity, indicator, or value of interest" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_measurand_name" .

mt:traceability_standards_applied_value a owl:DatatypeProperty ;
    rdfs:label "traceability_standards_applied_value" ;
    rdfs:range xsd:string ;
    skos:definition "Standard, guide, protocol, or normative document applied when establishing traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:conformsTo" ;
    lci:sql_identifier "mt_standards_applied" .

mt:traceability_statement_date_value a owl:DatatypeProperty ;
    rdfs:label "traceability_statement_date_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date and time when the traceability statement was issued or last updated" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:modified" ;
    lci:sql_identifier "mt_statement_date" .

mt:traceability_statement_identifier_value a owl:DatatypeProperty ;
    rdfs:label "traceability_statement_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a metrological traceability statement that can be referenced from another CE-RISE model" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "mt_statement_identifier" .

mt:traceability_statement_label_value a owl:DatatypeProperty ;
    rdfs:label "traceability_statement_label_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable label for the traceability statement" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "mt_statement_label" .

mt:traceability_statement_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_statement_type_value" ;
    rdfs:range lci:TraceabilityStatementTypeEnum ;
    skos:definition "Type of traceability being documented" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "mt_statement_type" .

mt:traceability_status_value a owl:ObjectProperty ;
    rdfs:label "traceability_status_value" ;
    rdfs:range lci:TraceabilityStatusEnum ;
    skos:definition "Lifecycle or validity status of the traceability statement" ;
    skos:inScheme mt: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "mt_traceability_status" .

uq:UncertaintyStatement a owl:Class ;
    rdfs:label "UncertaintyStatement" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom uq:PropagationAnalysis ;
            owl:onProperty uq:propagation_analysis ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_label_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budget ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:UncertaintyStatementTypeEnum ;
            owl:onProperty uq:uncertainty_statement_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:QuantityValue ;
            owl:onProperty uq:reported_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:reported_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:measurand ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_budget ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:MeasurandSpecification ;
            owl:onProperty uq:measurand ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:propagation_analysis ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_analysis ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty uq:uncertainty_statement_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_label_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:reported_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:StatementStatusEnum ;
            owl:onProperty uq:uncertainty_statement_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyBudget ;
            owl:onProperty uq:uncertainty_budget ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:measurand ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_label_value ] ;
    skos:definition "Reusable statement describing uncertainty for a reported value, field, dataset, model output, or comparison" ;
    skos:exactMatch uq:uncertaintyStatement ;
    skos:inScheme uq: ;
    skos:note "Designed as the main integration point for other CE-RISE data models.",
        "Other models may either embed this class or point to it through uncertainty_statement_identifier_value." ;
    lci:references "JCGM 100:2008; JCGM 101:2008; JCGM 200:2012; ISO/IEC 17025; ISO 5725" ;
    lci:sql_identifier "uq_statement" .

uq:additional_uncertainty_component a owl:ObjectProperty ;
    rdfs:label "additional_uncertainty_component" ;
    rdfs:range uq:UncertaintyComponent ;
    skos:definition "Additional uncertainty component introduced because of comparison mismatch" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:additionalUncertaintyComponent" ;
    lci:sql_identifier "uq_additional_uncertainty_component" .

uq:additional_uncertainty_rationale_value a owl:DatatypeProperty ;
    rdfs:label "additional_uncertainty_rationale_value" ;
    rdfs:range xsd:string ;
    skos:definition "Rationale for adding or expanding uncertainty because of traceability, boundary, method, or data quality mismatch" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:additionalUncertaintyRationaleValue" ;
    lci:sql_identifier "uq_additional_uncertainty_rationale" .

uq:analysis_timestamp_value a owl:DatatypeProperty ;
    rdfs:label "analysis_timestamp_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date and time when an analysis was performed" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:generatedAtTime" ;
    lci:sql_identifier "uq_analysis_timestamp" .

uq:boundary_match_value a owl:ObjectProperty ;
    rdfs:label "boundary_match_value" ;
    rdfs:range lci:BoundaryMatchEnum ;
    skos:definition "Assessment of whether method, scope, or system boundaries are compatible for comparison" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:boundaryMatchValue" ;
    lci:sql_identifier "uq_boundary_match" .

uq:budget_method_value a owl:ObjectProperty ;
    rdfs:label "budget_method_value" ;
    rdfs:range lci:PropagationMethodEnum ;
    skos:definition "Method used to combine uncertainty components" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:budgetMethodValue" ;
    lci:sql_identifier "uq_budget_method" .

uq:coefficient_of_variation_value a owl:DatatypeProperty ;
    rdfs:label "coefficient_of_variation_value" ;
    rdfs:range xsd:float ;
    skos:definition "Coefficient of variation used as a relative uncertainty measure" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:coefficientOfVariationValue" ;
    lci:sql_identifier "uq_coefficient_of_variation" .

uq:combined_standard_uncertainty_value a owl:DatatypeProperty ;
    rdfs:label "combined_standard_uncertainty_value" ;
    rdfs:range xsd:float ;
    skos:definition "Combined standard uncertainty obtained from the individual uncertainty components" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:combinedStandardUncertaintyValue" ;
    lci:sql_identifier "uq_combined_standard_uncertainty" .

uq:comparison_decision_value a owl:ObjectProperty ;
    rdfs:label "comparison_decision_value" ;
    rdfs:range lci:ComparisonDecisionEnum ;
    skos:definition "Decision on whether a direct or conditional comparison is meaningful" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:comparisonDecisionValue" ;
    lci:sql_identifier "uq_comparison_decision" .

uq:comparison_identifier_value a owl:DatatypeProperty ;
    rdfs:label "comparison_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a comparison assessment involving uncertainty statements" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_comparison_identifier" .

uq:component_estimate_value a owl:DatatypeProperty ;
    rdfs:label "component_estimate_value" ;
    rdfs:range xsd:float ;
    skos:definition "Best estimate associated with an uncertainty component" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:componentEstimateValue" ;
    lci:sql_identifier "uq_component_estimate" .

uq:corrections_applied_value a owl:DatatypeProperty ;
    rdfs:label "corrections_applied_value" ;
    rdfs:range xsd:string ;
    skos:definition "Corrections applied to the measured or calculated value, including corrections for bias, drift, blank, recovery, or matrix effects" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:correctionsAppliedValue" ;
    lci:sql_identifier "uq_corrections_applied" .

uq:correlation_basis_value a owl:DatatypeProperty ;
    rdfs:label "correlation_basis_value" ;
    rdfs:range xsd:string ;
    skos:definition "Basis, evidence, or assumption used to justify a correlation or covariance" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:correlationBasisValue" ;
    lci:sql_identifier "uq_correlation_basis" .

uq:correlation_coefficient_value a owl:DatatypeProperty ;
    rdfs:label "correlation_coefficient_value" ;
    rdfs:range [ a rdfs:Datatype ;
            owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:minInclusive -1e+00 ] ) ] [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
    skos:definition "Correlation coefficient between two quantities" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:correlationCoefficientValue" ;
    lci:sql_identifier "uq_correlation_coefficient" .

uq:correlation_identifier_value a owl:DatatypeProperty ;
    rdfs:label "correlation_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a correlation or covariance relationship" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_correlation_identifier" .

uq:covariance_value a owl:DatatypeProperty ;
    rdfs:label "covariance_value" ;
    rdfs:range xsd:float ;
    skos:definition "Covariance between two quantities" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:covarianceValue" ;
    lci:sql_identifier "uq_covariance" .

uq:decision_rule_value a owl:DatatypeProperty ;
    rdfs:label "decision_rule_value" ;
    rdfs:range xsd:string ;
    skos:definition "Decision rule used for conformity assessment or comparison when uncertainty is considered" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:decisionRuleValue" ;
    lci:sql_identifier "uq_decision_rule" .

uq:degrees_of_freedom_value a owl:DatatypeProperty ;
    rdfs:label "degrees_of_freedom_value" ;
    rdfs:range xsd:float ;
    skos:definition "Degrees of freedom associated with an uncertainty component or estimate" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:degreesOfFreedomValue" ;
    lci:sql_identifier "uq_degrees_of_freedom" .

uq:distribution_identifier_value a owl:DatatypeProperty ;
    rdfs:label "distribution_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a probability distribution used in the uncertainty evaluation" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_distribution_identifier" .

uq:distribution_location_value a owl:DatatypeProperty ;
    rdfs:label "distribution_location_value" ;
    rdfs:range xsd:float ;
    skos:definition "Location parameter of the probability distribution when applicable" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionLocationValue" ;
    lci:sql_identifier "uq_distribution_location" .

uq:distribution_lower_bound_value a owl:DatatypeProperty ;
    rdfs:label "distribution_lower_bound_value" ;
    rdfs:range xsd:float ;
    skos:definition "Lower support bound of the probability distribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionLowerBoundValue" ;
    lci:sql_identifier "uq_distribution_lower_bound" .

uq:distribution_mean_value a owl:DatatypeProperty ;
    rdfs:label "distribution_mean_value" ;
    rdfs:range xsd:float ;
    skos:definition "Mean of the probability distribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionMeanValue" ;
    lci:sql_identifier "uq_distribution_mean" .

uq:distribution_median_value a owl:DatatypeProperty ;
    rdfs:label "distribution_median_value" ;
    rdfs:range xsd:float ;
    skos:definition "Median of the probability distribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionMedianValue" ;
    lci:sql_identifier "uq_distribution_median" .

uq:distribution_notes_value a owl:DatatypeProperty ;
    rdfs:label "distribution_notes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Notes about distribution choice, fitting, assumptions, or limitations" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:comment" ;
    lci:sql_identifier "uq_distribution_notes" .

uq:distribution_parameter_name_value a owl:DatatypeProperty ;
    rdfs:label "distribution_parameter_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of a distribution parameter, such as mean, standard deviation, minimum, maximum, shape, or scale" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "uq_distribution_parameter_name" .

uq:distribution_parameter_unit_value a owl:DatatypeProperty ;
    rdfs:label "distribution_parameter_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit associated with a distribution parameter" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "uq_distribution_parameter_unit" .

uq:distribution_parameter_value_value a owl:DatatypeProperty ;
    rdfs:label "distribution_parameter_value_value" ;
    rdfs:range xsd:float ;
    skos:definition "Numeric value of a distribution parameter" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:numericValue" ;
    lci:sql_identifier "uq_distribution_parameter_value" .

uq:distribution_scale_value a owl:DatatypeProperty ;
    rdfs:label "distribution_scale_value" ;
    rdfs:range xsd:float ;
    skos:definition "Scale parameter of the probability distribution when applicable" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionScaleValue" ;
    lci:sql_identifier "uq_distribution_scale" .

uq:distribution_standard_deviation_value a owl:DatatypeProperty ;
    rdfs:label "distribution_standard_deviation_value" ;
    rdfs:range xsd:float ;
    skos:definition "Standard deviation of the probability distribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionStandardDeviationValue" ;
    lci:sql_identifier "uq_distribution_standard_deviation" .

uq:distribution_type_value a owl:ObjectProperty ;
    rdfs:label "distribution_type_value" ;
    rdfs:range lci:DistributionTypeEnum ;
    skos:definition "Type of probability distribution used to describe uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "uq_distribution_type" .

uq:distribution_upper_bound_value a owl:DatatypeProperty ;
    rdfs:label "distribution_upper_bound_value" ;
    rdfs:range xsd:float ;
    skos:definition "Upper support bound of the probability distribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:distributionUpperBoundValue" ;
    lci:sql_identifier "uq_distribution_upper_bound" .

uq:effective_degrees_of_freedom_value a owl:DatatypeProperty ;
    rdfs:label "effective_degrees_of_freedom_value" ;
    rdfs:range xsd:float ;
    skos:definition "Effective degrees of freedom associated with the combined uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:effectiveDegreesOfFreedomValue" ;
    lci:sql_identifier "uq_effective_degrees_of_freedom" .

uq:empirical_values_reference_value a owl:DatatypeProperty ;
    rdfs:label "empirical_values_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to empirical samples or tabulated values used to define an empirical distribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "uq_empirical_values_reference" .

uq:evaluation_type_value a owl:ObjectProperty ;
    rdfs:label "evaluation_type_value" ;
    rdfs:range lci:EvaluationTypeEnum ;
    skos:definition "Type of evaluation used for the uncertainty component" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:evaluationTypeValue" ;
    lci:sql_identifier "uq_evaluation_type" .

uq:expanded_uncertainty_value a owl:DatatypeProperty ;
    rdfs:label "expanded_uncertainty_value" ;
    rdfs:range xsd:float ;
    skos:definition "Expanded uncertainty obtained by multiplying combined standard uncertainty by a coverage factor" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:expandedUncertaintyValue" ;
    lci:sql_identifier "uq_expanded_uncertainty" .

uq:first_quantity_reference_value a owl:DatatypeProperty ;
    rdfs:label "first_quantity_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the first quantity in a correlation or covariance relationship" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:firstQuantityReferenceValue" ;
    lci:sql_identifier "uq_first_quantity_reference" .

uq:input_quantity_estimate_value a owl:DatatypeProperty ;
    rdfs:label "input_quantity_estimate_value" ;
    rdfs:range xsd:float ;
    skos:definition "Best estimate of an input quantity" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:numericValue" ;
    lci:sql_identifier "uq_input_quantity_estimate" .

uq:input_quantity_identifier_value a owl:DatatypeProperty ;
    rdfs:label "input_quantity_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an input quantity in a measurement or calculation model" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_input_quantity_identifier" .

uq:input_quantity_name_value a owl:DatatypeProperty ;
    rdfs:label "input_quantity_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of an input quantity in a measurement or calculation model" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "uq_input_quantity_name" .

uq:input_quantity_unit_value a owl:DatatypeProperty ;
    rdfs:label "input_quantity_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit of an input quantity" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "uq_input_quantity_unit" .

uq:interval_type_value a owl:ObjectProperty ;
    rdfs:label "interval_type_value" ;
    rdfs:range lci:IntervalTypeEnum ;
    skos:definition "Type of interval used to communicate uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "uq_interval_type" .

uq:left_statement_reference_value a owl:DatatypeProperty ;
    rdfs:label "left_statement_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the first uncertainty statement in a comparison" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:leftStatementReferenceValue" ;
    lci:sql_identifier "uq_left_statement_reference" .

uq:lower_bound_value a owl:DatatypeProperty ;
    rdfs:label "lower_bound_value" ;
    rdfs:range xsd:float ;
    skos:definition "Lower bound of an uncertainty interval, coverage interval, or plausible range" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:lowerBoundValue" ;
    lci:sql_identifier "uq_lower_bound" .

uq:measurand a owl:ObjectProperty ;
    rdfs:label "measurand" ;
    rdfs:range uq:MeasurandSpecification ;
    skos:definition "Operational definition of the measurand or value of interest" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:measurand" ;
    lci:sql_identifier "uq_measurand" .

uq:measurement_method_value a owl:DatatypeProperty ;
    rdfs:label "measurement_method_value" ;
    rdfs:range xsd:string ;
    skos:definition "Measurement, calculation, test, or modelling method used to obtain the value" ;
    skos:inScheme uq: ;
    lci:owl.filler "sosa:usedProcedure" ;
    lci:sql_identifier "uq_measurement_method" .

uq:method_reference_description_value a owl:DatatypeProperty ;
    rdfs:label "method_reference_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of the referenced method, guide, standard, protocol, or documentation resource" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "uq_method_reference_description" .

uq:method_reference_identifier_value a owl:DatatypeProperty ;
    rdfs:label "method_reference_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a method reference" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_method_reference_identifier" .

uq:method_reference_url_value a owl:DatatypeProperty ;
    rdfs:label "method_reference_url_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URL for a method, guide, standard, protocol, or documentation resource" ;
    skos:inScheme uq: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "uq_method_reference_url" .

uq:model_equation_value a owl:DatatypeProperty ;
    rdfs:label "model_equation_value" ;
    rdfs:range xsd:string ;
    skos:definition "Equation, model expression, or model reference used for propagation" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:modelEquationValue" ;
    lci:sql_identifier "uq_model_equation" .

uq:numeric_value_value a owl:DatatypeProperty ;
    rdfs:label "numeric_value_value" ;
    rdfs:range xsd:float ;
    skos:definition "Numeric value associated with a reported result, estimate, distribution parameter, or uncertainty quantity" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:numericValue" ;
    lci:sql_identifier "uq_numeric_value" .

uq:object_or_matrix_value a owl:DatatypeProperty ;
    rdfs:label "object_or_matrix_value" ;
    rdfs:range xsd:string ;
    skos:definition "Object, material matrix, product, population, or system to which the measurand applies" ;
    skos:inScheme uq: ;
    lci:owl.filler "sosa:hasFeatureOfInterest" ;
    lci:sql_identifier "uq_object_or_matrix" .

uq:output_distribution a owl:ObjectProperty ;
    rdfs:label "output_distribution" ;
    rdfs:range uq:UncertaintyDistribution ;
    skos:definition "Output probability distribution produced by propagation" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:outputDistribution" ;
    lci:sql_identifier "uq_output_distribution" .

uq:output_interval a owl:ObjectProperty ;
    rdfs:label "output_interval" ;
    rdfs:range uq:UncertaintyInterval ;
    skos:definition "Output interval produced by propagation" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:outputInterval" ;
    lci:sql_identifier "uq_output_interval" .

uq:percentile_lower_value a owl:DatatypeProperty ;
    rdfs:label "percentile_lower_value" ;
    rdfs:range [ a rdfs:Datatype ;
            owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:maxInclusive 1e+02 ] ) ] ) ] ;
    skos:definition "Lower percentile used to define an interval, such as 5 for a 5th percentile bound" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:percentileLowerValue" ;
    lci:sql_identifier "uq_percentile_lower" .

uq:percentile_upper_value a owl:DatatypeProperty ;
    rdfs:label "percentile_upper_value" ;
    rdfs:range [ a rdfs:Datatype ;
            owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:maxInclusive 1e+02 ] ) ] ) ] ;
    skos:definition "Upper percentile used to define an interval, such as 95 for a 95th percentile bound" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:percentileUpperValue" ;
    lci:sql_identifier "uq_percentile_upper" .

uq:propagation_analysis a owl:ObjectProperty ;
    rdfs:label "propagation_analysis" ;
    rdfs:range uq:PropagationAnalysis ;
    skos:definition "Propagation or numerical analysis used to derive an uncertainty statement" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:propagationAnalysis" ;
    lci:sql_identifier "uq_propagation_analysis" .

uq:propagation_identifier_value a owl:DatatypeProperty ;
    rdfs:label "propagation_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an uncertainty propagation analysis" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_propagation_identifier" .

uq:propagation_method_value a owl:ObjectProperty ;
    rdfs:label "propagation_method_value" ;
    rdfs:range lci:PropagationMethodEnum ;
    skos:definition "Method used to propagate uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:propagationMethodValue" ;
    lci:sql_identifier "uq_propagation_method" .

uq:quality_hotspot_flag_value a owl:DatatypeProperty ;
    rdfs:label "quality_hotspot_flag_value" ;
    rdfs:range xsd:boolean ;
    skos:definition "Whether the sensitivity result identifies a data quality or traceability hotspot" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:qualityHotspotFlagValue" ;
    lci:sql_identifier "uq_quality_hotspot_flag" .

uq:random_seed_value a owl:DatatypeProperty ;
    rdfs:label "random_seed_value" ;
    rdfs:range xsd:integer ;
    skos:definition "Random seed used for a stochastic simulation, when recorded" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:randomSeedValue" ;
    lci:sql_identifier "uq_random_seed" .

uq:reference_conditions_value a owl:DatatypeProperty ;
    rdfs:label "reference_conditions_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference conditions to which the reported value is corrected or intended to apply" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:referenceConditionsValue" ;
    lci:sql_identifier "uq_reference_conditions" .

uq:reported_value a owl:ObjectProperty ;
    rdfs:label "reported_value" ;
    rdfs:range uq:QuantityValue ;
    skos:definition "Reported value to which the uncertainty statement applies, when represented in this utility model" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:reportedValue" ;
    lci:sql_identifier "uq_reported_value" .

uq:right_statement_reference_value a owl:DatatypeProperty ;
    rdfs:label "right_statement_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the second uncertainty statement in a comparison" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:rightStatementReferenceValue" ;
    lci:sql_identifier "uq_right_statement_reference" .

uq:rounding_rule_value a owl:DatatypeProperty ;
    rdfs:label "rounding_rule_value" ;
    rdfs:range xsd:string ;
    skos:definition "Rounding or reporting rule applied to the value and uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:roundingRuleValue" ;
    lci:sql_identifier "uq_rounding_rule" .

uq:sample_definition_value a owl:DatatypeProperty ;
    rdfs:label "sample_definition_value" ;
    rdfs:range xsd:string ;
    skos:definition "Definition of the sample, specimen, item, batch, or population subset used for the evaluation" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:sampleDefinitionValue" ;
    lci:sql_identifier "uq_sample_definition" .

uq:sampling_frame_value a owl:DatatypeProperty ;
    rdfs:label "sampling_frame_value" ;
    rdfs:range xsd:string ;
    skos:definition "Sampling frame, location, period, state, or population basis for the measurand" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:samplingFrameValue" ;
    lci:sql_identifier "uq_sampling_frame" .

uq:scenario_boundary_value a owl:DatatypeProperty ;
    rdfs:label "scenario_boundary_value" ;
    rdfs:range xsd:string ;
    skos:definition "Boundary, scope, allocation rule, or modelling choice represented by a scenario" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:scenarioBoundaryValue" ;
    lci:sql_identifier "uq_scenario_boundary" .

uq:scenario_description_value a owl:DatatypeProperty ;
    rdfs:label "scenario_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of a scenario, including the structural or boundary choice it represents" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "uq_scenario_description" .

uq:scenario_identifier_value a owl:DatatypeProperty ;
    rdfs:label "scenario_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for a scenario used in uncertainty or robustness analysis" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_scenario_identifier" .

uq:scenario_name_value a owl:DatatypeProperty ;
    rdfs:label "scenario_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable name of a scenario" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "uq_scenario_name" .

uq:scenario_probability_value a owl:DatatypeProperty ;
    rdfs:label "scenario_probability_value" ;
    rdfs:range [ a rdfs:Datatype ;
            owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
    skos:definition "Optional probability or weight assigned to a scenario" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:scenarioProbabilityValue" ;
    lci:sql_identifier "uq_scenario_probability" .

uq:second_quantity_reference_value a owl:DatatypeProperty ;
    rdfs:label "second_quantity_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to the second quantity in a correlation or covariance relationship" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:secondQuantityReferenceValue" ;
    lci:sql_identifier "uq_second_quantity_reference" .

uq:sensitivity_coefficient_value a owl:DatatypeProperty ;
    rdfs:label "sensitivity_coefficient_value" ;
    rdfs:range xsd:float ;
    skos:definition "Sensitivity coefficient describing how the measurand responds to this input or component" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:sensitivityCoefficientValue" ;
    lci:sql_identifier "uq_sensitivity_coefficient" .

uq:sensitivity_metric_value a owl:DatatypeProperty ;
    rdfs:label "sensitivity_metric_value" ;
    rdfs:range xsd:string ;
    skos:definition "Sensitivity metric, such as Sobol index, rank correlation, derivative, or elementary effect" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:sensitivityMetricValue" ;
    lci:sql_identifier "uq_sensitivity_metric" .

uq:sensitivity_parameter_value a owl:DatatypeProperty ;
    rdfs:label "sensitivity_parameter_value" ;
    rdfs:range xsd:string ;
    skos:definition "Input, parameter, or component assessed in a sensitivity analysis" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:sensitivityParameterValue" ;
    lci:sql_identifier "uq_sensitivity_parameter" .

uq:sensitivity_rank_value a owl:DatatypeProperty ;
    rdfs:label "sensitivity_rank_value" ;
    rdfs:range xsd:integer ;
    skos:definition "Rank of an input, parameter, or component according to sensitivity or uncertainty contribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:sensitivityRankValue" ;
    lci:sql_identifier "uq_sensitivity_rank" .

uq:sensitivity_value_value a owl:DatatypeProperty ;
    rdfs:label "sensitivity_value_value" ;
    rdfs:range xsd:float ;
    skos:definition "Numeric value of a sensitivity metric" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:numericValue" ;
    lci:sql_identifier "uq_sensitivity_value" .

uq:simulation_runs_value a owl:DatatypeProperty ;
    rdfs:label "simulation_runs_value" ;
    rdfs:range xsd:integer ;
    skos:definition "Number of simulation runs used in a numerical uncertainty propagation" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:simulationRunsValue" ;
    lci:sql_identifier "uq_simulation_runs" .

uq:software_reference_value a owl:DatatypeProperty ;
    rdfs:label "software_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Software, workflow, script, or computational environment used for uncertainty evaluation" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:SoftwareAgent" ;
    lci:sql_identifier "uq_software_reference" .

uq:system_boundary_value a owl:DatatypeProperty ;
    rdfs:label "system_boundary_value" ;
    rdfs:range xsd:string ;
    skos:definition "System boundary, scope, or modelling boundary relevant to the measurand" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:systemBoundaryValue" ;
    lci:sql_identifier "uq_system_boundary" .

uq:text_value_value a owl:DatatypeProperty ;
    rdfs:label "text_value_value" ;
    rdfs:range xsd:string ;
    skos:definition "Textual, categorical, or structured value when the result is not represented as a simple number" ;
    skos:inScheme uq: ;
    lci:owl.filler "schema:value" ;
    lci:sql_identifier "uq_text_value" .

uq:traceability_match_value a owl:ObjectProperty ;
    rdfs:label "traceability_match_value" ;
    rdfs:range lci:TraceabilityMatchEnum ;
    skos:definition "Assessment of whether traceability bases are compatible for comparison" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:traceabilityMatchValue" ;
    lci:sql_identifier "uq_traceability_match" .

uq:uncertainty_applies_to_class_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_applies_to_class_value" ;
    rdfs:range xsd:string ;
    skos:definition "Class in an external model to which this uncertainty statement applies" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:appliesToClassValue" ;
    lci:sql_identifier "uq_applies_to_class" .

uq:uncertainty_applies_to_model_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_applies_to_model_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name, URI, or namespace of the external data model to which this uncertainty statement applies" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:appliesToModelValue" ;
    lci:sql_identifier "uq_applies_to_model" .

uq:uncertainty_applies_to_record_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_applies_to_record_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of the external record, object, dataset, or passport entry to which this uncertainty statement applies" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:appliesToRecordValue" ;
    lci:sql_identifier "uq_applies_to_record" .

uq:uncertainty_applies_to_slot_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_applies_to_slot_value" ;
    rdfs:range xsd:string ;
    skos:definition "Slot or attribute in an external model to which this uncertainty statement applies" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:appliesToSlotValue" ;
    lci:sql_identifier "uq_applies_to_slot" .

uq:uncertainty_applies_to_value_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_applies_to_value_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier of a specific value object when the target model gives value-level identifiers" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:appliesToValueIdentifierValue" ;
    lci:sql_identifier "uq_applies_to_value_identifier" .

uq:uncertainty_applies_to_value_path_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_applies_to_value_path_value" ;
    rdfs:range xsd:string ;
    skos:definition "JSONPath, XPath, RDF path, or other pointer to the value to which this uncertainty statement applies" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:appliesToValuePathValue" ;
    lci:sql_identifier "uq_applies_to_value_path" .

uq:uncertainty_budget a owl:ObjectProperty ;
    rdfs:label "uncertainty_budget" ;
    rdfs:range uq:UncertaintyBudget ;
    skos:definition "Uncertainty budget used to calculate or justify an uncertainty statement" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:uncertaintyBudget" ;
    lci:sql_identifier "uq_uncertainty_budget" .

uq:uncertainty_budget_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_budget_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an uncertainty budget" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_budget_identifier" .

uq:uncertainty_budget_name_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_budget_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable name of the uncertainty budget" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "uq_budget_name" .

uq:uncertainty_component_factor_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_component_factor_value" ;
    rdfs:range xsd:float ;
    skos:definition "Multiplicative uncertainty factor used to express a plausible range around a positive quantity" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:uncertaintyFactorValue" ;
    lci:sql_identifier "uq_uncertainty_factor" .

uq:uncertainty_component_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_component_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an uncertainty component" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_component_identifier" .

uq:uncertainty_environmental_conditions_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_environmental_conditions_value" ;
    rdfs:range xsd:string ;
    skos:definition "Environmental or procedural conditions during data acquisition" ;
    skos:inScheme uq: ;
    lci:owl.filler "ssn:hasProperty" ;
    lci:sql_identifier "uq_environmental_conditions" .

uq:uncertainty_evidence_date_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_date_value" ;
    rdfs:range xsd:date ;
    skos:definition "Date associated with supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:date" ;
    lci:sql_identifier "uq_evidence_date" .

uq:uncertainty_evidence_description_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description of supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:description" ;
    lci:sql_identifier "uq_evidence_description" .

uq:uncertainty_evidence_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_evidence_identifier" .

uq:uncertainty_evidence_provider_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_provider_value" ;
    rdfs:range xsd:string ;
    skos:definition "Provider, author, laboratory, supplier, or organization responsible for supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:Agent" ;
    lci:sql_identifier "uq_evidence_provider" .

uq:uncertainty_evidence_type_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_evidence_type_value" ;
    rdfs:range lci:UncertaintyEvidenceTypeEnum ;
    skos:definition "Type of supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "uq_evidence_type" .

uq:uncertainty_evidence_url_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_url_value" ;
    rdfs:range xsd:anyURI ;
    skos:definition "URL for supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "schema:url" ;
    lci:sql_identifier "uq_evidence_url" .

uq:uncertainty_evidence_version_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, or revision of supporting evidence" ;
    skos:inScheme uq: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "uq_evidence_version" .

uq:uncertainty_measurand_description_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_measurand_description_value" ;
    rdfs:range xsd:string ;
    skos:definition "Operational definition of the measurand, including what is measured and under which conditions" ;
    skos:inScheme uq: ;
    lci:owl.filler "skos:definition" ;
    lci:sql_identifier "uq_measurand_description" .

uq:uncertainty_measurand_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_measurand_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for the measurand or quantity of interest" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_measurand_identifier" .

uq:uncertainty_measurand_name_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_measurand_name_value" ;
    rdfs:range xsd:string ;
    skos:definition "Name of the measurand or quantity of interest" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "uq_measurand_name" .

uq:uncertainty_quantity_kind_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_quantity_kind_value" ;
    rdfs:range xsd:string ;
    skos:definition "Kind of quantity being evaluated, such as mass, length, concentration, carbon footprint, or circularity indicator" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:hasQuantityKind" ;
    lci:sql_identifier "uq_quantity_kind" .

uq:uncertainty_quantity_unit_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_quantity_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit in which the measurand is expressed" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "uq_quantity_unit" .

uq:uncertainty_source_category_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_source_category_value" ;
    rdfs:range lci:UncertaintySourceCategoryEnum ;
    skos:definition "Category of uncertainty source" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "uq_uncertainty_source_category" .

uq:uncertainty_source_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_source_value" ;
    rdfs:range xsd:string ;
    skos:definition "Description or name of the uncertainty source" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:uncertaintySourceValue" ;
    lci:sql_identifier "uq_uncertainty_source" .

uq:uncertainty_statement_date_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_statement_date_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date and time when the uncertainty statement was issued or last updated" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:modified" ;
    lci:sql_identifier "uq_statement_date" .

uq:uncertainty_statement_identifier_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_statement_identifier_value" ;
    rdfs:range xsd:string ;
    skos:definition "Identifier for an uncertainty statement that can be referenced from another CE-RISE model" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:identifier" ;
    lci:sql_identifier "uq_statement_identifier" .

uq:uncertainty_statement_label_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_statement_label_value" ;
    rdfs:range xsd:string ;
    skos:definition "Human-readable label for the uncertainty statement" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:label" ;
    lci:sql_identifier "uq_statement_label" .

uq:uncertainty_statement_status_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_statement_status_value" ;
    rdfs:range lci:StatementStatusEnum ;
    skos:definition "Lifecycle status of the uncertainty statement" ;
    skos:inScheme uq: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "uq_statement_status" .

uq:uncertainty_statement_type_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_statement_type_value" ;
    rdfs:range lci:UncertaintyStatementTypeEnum ;
    skos:definition "Type of uncertainty being described" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "uq_statement_type" .

uq:upper_bound_value a owl:DatatypeProperty ;
    rdfs:label "upper_bound_value" ;
    rdfs:range xsd:float ;
    skos:definition "Upper bound of an uncertainty interval, coverage interval, or plausible range" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:upperBoundValue" ;
    lci:sql_identifier "uq_upper_bound" .

uq:value_source_value a owl:DatatypeProperty ;
    rdfs:label "value_source_value" ;
    rdfs:range xsd:string ;
    skos:definition "Source of the value, such as measurement, calculation, supplier declaration, literature, or simulation" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "uq_value_source" .

uq:value_timestamp_value a owl:DatatypeProperty ;
    rdfs:label "value_timestamp_value" ;
    rdfs:range xsd:dateTime ;
    skos:definition "Date and time associated with the value" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:generatedAtTime" ;
    lci:sql_identifier "uq_value_timestamp" .

uq:value_type_value a owl:ObjectProperty ;
    rdfs:label "value_type_value" ;
    rdfs:range lci:ValueTypeEnum ;
    skos:definition "Type of value being reported" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:type" ;
    lci:sql_identifier "uq_value_type" .

dqf:DataCharacterization a owl:Class ;
    rdfs:label "DataCharacterization" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:population_or_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_characterization_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:harmonization_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:preprocessing_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:sample_size_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_characterization_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_source_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:collection_protocol_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:collection_protocol_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:geographic_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:variable_definition_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:temporal_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:population_or_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_domain_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:update_frequency_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:provenance_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:update_frequency_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:harmonization_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:update_frequency_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty dqf:sample_size_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_source_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_source_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_source_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:preprocessing_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:collection_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:temporal_coverage_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_source_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:collection_end_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:sample_size_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:harmonization_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:DataSourceTypeEnum ;
            owl:onProperty dqf:data_source_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:provenance_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_source_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:collection_start_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:collection_end_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_protocol_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_end_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:preprocessing_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:collection_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_start_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_source_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:geographic_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:technological_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:variable_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:geographic_coverage_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:collection_start_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:DataTypeEnum ;
            owl:onProperty dqf:data_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_domain_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_characterization_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:provenance_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:technological_coverage_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:technological_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:temporal_coverage_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_source_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:variable_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_domain_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:population_or_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_unit_value ] ;
    skos:definition "Characterization of the assessed data, including source, provenance, scope, collection method, versioning, and preprocessing" ;
    skos:exactMatch dqf:dataCharacterization ;
    skos:inScheme dqf: ;
    lci:references "W3C DCAT; PROV-O; DQV; ISO 8000" ;
    lci:sql_identifier "dqf_data_characterization_record" .

dqf:DataQualityProfile a owl:Class ;
    rdfs:label "DataQualityProfile" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_profile_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_assessments ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_profile_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_profile_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_profile_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:overall_numeric_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ConfidenceLevelEnum ;
            owl:onProperty dqf:confidence_level_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityCriterionAssessment ;
            owl:onProperty dqf:criterion_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityScoreEnum ;
            owl:onProperty dqf:overall_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:AggregationMethodEnum ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:overall_numeric_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profile_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:overall_numeric_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:overall_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:profile_summary_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:confidence_level_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityFlagEnum ;
            owl:onProperty dqf:quality_flag_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:limiting_criteria_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:profile_summary_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profile_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:limiting_criteria_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:confidence_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:overall_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:limiting_criteria_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:profile_summary_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_method_value ] ;
    skos:definition "Profile aggregating data quality criteria, scores, flags, and confidence for a dataset, value, source, or information product" ;
    skos:exactMatch dqf:dataQualityProfile ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4; NUSAP; W3C Data Quality Vocabulary" ;
    lci:sql_identifier "dqf_profile" .

dqf:QualityMetric a owl:Class ;
    rdfs:label "QualityMetric" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_threshold_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_metric_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_numeric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_pass_flag_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:metric_threshold_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:quality_metric_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_metric_category_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_threshold_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:metric_text_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_text_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_numeric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metric_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:metric_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_metric_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metric_category_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:metric_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_pass_flag_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_text_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:metric_numeric_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metric_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityCriterionEnum ;
            owl:onProperty dqf:quality_metric_category_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty dqf:metric_pass_flag_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:quality_metric_name_value ] ;
    skos:definition "Metric, indicator, diagnostic output, threshold check, or quality measurement supporting a criterion score" ;
    skos:exactMatch dqf:qualityMetric ;
    skos:inScheme dqf: ;
    lci:references "W3C Data Quality Vocabulary" ;
    lci:sql_identifier "dqf_quality_metric_record" .

dqf:RemediationAction a owl:Class ;
    rdfs:label "RemediationAction" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_priority_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_owner_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_completion_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:PriorityEnum ;
            owl:onProperty dqf:remediation_priority_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:RemediationActionTypeEnum ;
            owl:onProperty dqf:remediation_action_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:remediation_action_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:remediation_owner_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:expected_score_improvement_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:verification_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:remediation_due_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_priority_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_completion_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_due_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:expected_score_improvement_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_action_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:expected_score_improvement_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:remediation_completion_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:verification_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:RemediationStatusEnum ;
            owl:onProperty dqf:remediation_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_action_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:remediation_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_action_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_owner_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_due_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:verification_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_action_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_description_value ] ;
    skos:definition "Remediation, mitigation, containment, or improvement activity for a data quality issue" ;
    skos:exactMatch dqf:remediationAction ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4" ;
    lci:sql_identifier "dqf_remediation_action_record" .

dqf:criterion_assessments a owl:ObjectProperty ;
    rdfs:label "criterion_assessments" ;
    rdfs:range dqf:QualityCriterionAssessment ;
    skos:definition "Criterion-level pedigree assessments" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:criterionAssessment" ;
    lci:sql_identifier "dqf_criterion_assessments" .

dqf:quality_diagnostics a owl:ObjectProperty ;
    rdfs:label "quality_diagnostics" ;
    rdfs:range dqf:QualityDiagnostic ;
    skos:definition "Data-quality diagnostic runs, checks, or analyses" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:qualityDiagnostic" ;
    lci:sql_identifier "dqf_quality_diagnostics" .

lci:SourceRecordReference a owl:Class ;
    rdfs:label "SourceRecordReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:referenced_record_version ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:referenced_record_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:data_selection_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:referenced_record_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty lci:retrieved_at ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_record_role ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:source_model_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:referenced_record_version ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:retrieved_at ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:source_artifact_checksum ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SourceRecordRoleEnum ;
            owl:onProperty lci:source_record_role ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_artifact_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_model_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_model_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:referenced_record_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_model_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:referenced_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_artifact_checksum ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:referenced_record_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_model_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:source_model_version ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:referenced_record_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:data_selection_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_artifact_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:source_artifact_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:referenced_record_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:data_selection_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:retrieved_at ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_artifact_checksum ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:source_model_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_model_version ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty lci:source_model_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty lci:source_record_role ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty lci:source_record_identifier ] ;
    skos:definition "A versioned reference to a CE-RISE record, external model record, dataset, or generated artifact used to create or support life cycle inventory data" ;
    skos:exactMatch prov:Entity ;
    skos:inScheme lci: .

mt:BoundaryDefinition a owl:Class ;
    rdfs:label "BoundaryDefinition" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:boundary_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:impact_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:data_source_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:excluded_processes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:included_processes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:included_processes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:allocation_rule_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:allocation_rule_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:BoundaryTypeEnum ;
            owl:onProperty mt:boundary_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:excluded_processes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:characterization_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:boundary_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:impact_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:allocation_rule_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:characterization_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:impact_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:excluded_processes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:data_source_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:characterization_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:goal_scope_definition_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:goal_scope_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:included_processes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:data_source_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:goal_scope_definition_value ] ;
    skos:definition "Goal-and-scope, system boundary, scenario, allocation, or model definition used as the reference for a boundary-defined result" ;
    skos:exactMatch mt:boundaryDefinition ;
    skos:inScheme mt: ;
    lci:references "ISO 14040; ISO 14044; ISO 14067; Product Environmental Footprint; JCGM 200:2012" ;
    lci:sql_identifier "mt_boundary_definition_record" .

mt:MeasurementProcedure a owl:Class ;
    rdfs:label "MeasurementProcedure" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:procedure_uri_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_role_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:method_parameters_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:sampling_or_specimen_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:method_parameters_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:operator_or_software_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_uri_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_role_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_uri_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ProcedureRoleEnum ;
            owl:onProperty mt:procedure_role_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:sampling_or_specimen_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:method_parameters_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:operator_or_software_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:operator_or_software_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:sampling_or_specimen_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_version_value ] ;
    skos:definition "Measurement, calculation, sampling, calibration, analytical, or modelling procedure used to define or transfer a value" ;
    skos:exactMatch mt:measurementProcedure ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012; ISO/IEC 17025; ISO 5725" ;
    lci:sql_identifier "mt_procedure" .

mt:TraceabilityBasis a owl:Class ;
    rdfs:label "TraceabilityBasis" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_authority_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_basis_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:common_reference_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_scope_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_authority_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_authority_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:common_reference_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:common_reference_uri_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:common_reference_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:common_reference_uri_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_used_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityBasisTypeEnum ;
            owl:onProperty mt:traceability_basis_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_used_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_basis_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:common_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:common_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_used_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:common_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_scope_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:common_reference_uri_value ] ;
    skos:definition "Reference basis to which a result is related, such as an SI realization, measurement standard, reference material, standard method, or boundary definition" ;
    skos:exactMatch mt:traceabilityBasis ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10" ;
    lci:sql_identifier "mt_basis" .

mt:TraceabilityChain a owl:Class ;
    rdfs:label "TraceabilityChain" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:chain_start_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityStatusEnum ;
            owl:onProperty mt:chain_validation_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_validation_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_start_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityChainTypeEnum ;
            owl:onProperty mt:traceability_chain_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_links ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:chain_end_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_end_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityLink ;
            owl:onProperty mt:traceability_links ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_start_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:chain_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:ChainCompletenessEnum ;
            owl:onProperty mt:chain_completeness_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_chain_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_chain_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_completeness_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_validation_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_end_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_completeness_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain_name_value ] ;
    skos:definition "Documented chain or network relating a measurement result to a reference" ;
    skos:exactMatch mt:traceabilityChain ;
    skos:inScheme mt: ;
    lci:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10" ;
    lci:sql_identifier "mt_chain" .

mt:competence_records a owl:ObjectProperty ;
    rdfs:label "competence_records" ;
    rdfs:range mt:CompetenceRecord ;
    skos:definition "Competence, accreditation, validation, or quality system records supporting traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:competenceRecord" ;
    lci:sql_identifier "mt_competence_records" .

mt:measurement_standards a owl:ObjectProperty ;
    rdfs:label "measurement_standards" ;
    rdfs:range mt:MeasurementStandard ;
    skos:definition "Measurement standards, artefacts, instruments, and realizations used in traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:measurementStandard" ;
    lci:sql_identifier "mt_measurement_standards" .

mt:reference_entities a owl:ObjectProperty ;
    rdfs:label "reference_entities" ;
    rdfs:range mt:ReferenceEntity ;
    skos:definition "Reference entities, standards, methods, instruments, datasets, or organizations used in traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:referenceEntity" ;
    lci:sql_identifier "mt_reference_entities" .

mt:reference_materials a owl:ObjectProperty ;
    rdfs:label "reference_materials" ;
    rdfs:range mt:ReferenceMaterial ;
    skos:definition "Reference materials and certified reference materials used in traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:referenceMaterial" ;
    lci:sql_identifier "mt_reference_materials" .

uq:PropagationAnalysis a owl:Class ;
    rdfs:label "PropagationAnalysis" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:analysis_timestamp_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:propagation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:PropagationMethodEnum ;
            owl:onProperty uq:propagation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:ScenarioUncertainty ;
            owl:onProperty uq:scenario_uncertainties ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:output_interval ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:output_distribution ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:simulation_runs_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:model_equation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:propagation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty uq:analysis_timestamp_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty uq:simulation_runs_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:output_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:analysis_timestamp_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:software_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:software_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:output_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:SensitivityResult ;
            owl:onProperty uq:sensitivity_results ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:simulation_runs_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_uncertainties ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:propagation_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_results ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:random_seed_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:model_equation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:random_seed_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:software_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty uq:random_seed_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:output_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:model_equation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:output_interval ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_method_value ] ;
    skos:definition "Analysis used to propagate input uncertainties to an output uncertainty statement" ;
    skos:exactMatch uq:propagationAnalysis ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 101:2008; JCGM GUM-6:2020; JCGM GUM-1:2023" ;
    lci:sql_identifier "uq_propagation" .

uq:UncertaintyBudget a owl:Class ;
    rdfs:label "UncertaintyBudget" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlations ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:combined_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:effective_degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budget_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantities ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:combined_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:effective_degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom [ a rdfs:Datatype ;
                    owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_budget_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:expanded_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:budget_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:InputQuantity ;
            owl:onProperty uq:input_quantities ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_budget_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:expanded_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_budget_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyComponent ;
            owl:onProperty uq:uncertainty_components ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_components ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:PropagationMethodEnum ;
            owl:onProperty uq:budget_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:effective_degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_budget_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:combined_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:budget_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budget_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:Correlation ;
            owl:onProperty uq:correlations ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:expanded_uncertainty_value ] ;
    skos:definition "Statement of uncertainty components, their calculation, and their combination" ;
    skos:exactMatch uq:uncertaintyBudget ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 200:2012" ;
    lci:sql_identifier "uq_budget" .

uq:UncertaintyComponent a owl:Class ;
    rdfs:label "UncertaintyComponent" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_coefficient_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_source_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:component_estimate_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_coefficient_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:component_estimate_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_component_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:evaluation_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:sensitivity_coefficient_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_component_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_source_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_component_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:uncertainty_component_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_source_category_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_component_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:evaluation_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_source_category_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_component_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:component_estimate_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_source_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:UncertaintySourceCategoryEnum ;
            owl:onProperty uq:uncertainty_source_category_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:EvaluationTypeEnum ;
            owl:onProperty uq:evaluation_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:relative_standard_uncertainty_value ] ;
    skos:definition "Individual contribution to uncertainty from a source, input, bias, model discrepancy, scenario, or data quality limitation" ;
    skos:exactMatch uq:uncertaintyComponent ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 200:2012; ISO 5725; ISO/TS 21748" ;
    lci:sql_identifier "uq_component" .

dqf:DataQualityAssessment a owl:Class ;
    rdfs:label "DataQualityAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_assessment_label_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_label_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_characterization ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:assessor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:assessment_purpose_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:RemediationAction ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:assessment_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:assessment_purpose_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:intended_use_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty dqf:data_quality_assessment_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:FitnessForPurposeEnum ;
            owl:onProperty dqf:fitness_for_purpose_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityProfile ;
            owl:onProperty dqf:data_quality_profile ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:assessment_purpose_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:assessment_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:intended_use_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_profile ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:fitness_for_purpose_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_diagnostics ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataCharacterization ;
            owl:onProperty dqf:data_characterization ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:assessor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityDiagnostic ;
            owl:onProperty dqf:quality_diagnostics ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:fitness_for_purpose_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_label_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:AssessmentStatusEnum ;
            owl:onProperty dqf:data_quality_assessment_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_characterization ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profile ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:intended_use_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:DataQualityAssessmentTypeEnum ;
            owl:onProperty dqf:data_quality_assessment_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:assessor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:assessment_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation ] ;
    skos:definition "Reusable assessment describing the quality, fitness for purpose, diagnostics, and improvement needs of data used by CE-RISE models" ;
    skos:exactMatch dqf:dataQualityAssessment ;
    skos:inScheme dqf: ;
    skos:note "Designed as the main integration point for other CE-RISE data models.",
        "Other models may either embed this class or point to it through data_quality_assessment_identifier_value." ;
    lci:references "CE-RISE D2.4; W3C Data Quality Vocabulary; PROV-O; NUSAP; IPCC data quality guidance; ISO 14044; ISO 8000; ISO 9001" ;
    lci:sql_identifier "dqf_assessment" .

dqf:QualityIssue a owl:Class ;
    rdfs:label "QualityIssue" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom dqf:RemediationAction ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:issue_scope_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issue_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityIssueTypeEnum ;
            owl:onProperty dqf:quality_issue_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issue_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_root_cause_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_severity_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:issue_detected_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_affected_criteria_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_affected_criteria_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:quality_issue_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:issue_risk_statement_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_detected_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_issue_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_root_cause_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_detected_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:IssueStatusEnum ;
            owl:onProperty dqf:issue_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_issue_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:issue_root_cause_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_severity_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_risk_statement_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:issue_affected_criteria_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_risk_statement_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:SeverityEnum ;
            owl:onProperty dqf:issue_severity_value ] ;
    skos:definition "Data quality issue, limitation, anomaly, or risk identified through scoring, diagnostics, provenance review, or expert assessment" ;
    skos:exactMatch dqf:qualityIssue ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4" ;
    lci:sql_identifier "dqf_issue" .

lci:FlowKindEnum a owl:Class ;
    rdfs:label "FlowKindEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#PRODUCT_FLOW> <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#ELEMENTARY_FLOW> <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#WASTE_FLOW> <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#OTHER> ) ;
    skos:definition "Kinds of flow exchanges used in life cycle inventory modeling" ;
    skos:inScheme lci: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#ELEMENTARY_FLOW>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#OTHER>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#PRODUCT_FLOW>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowKindEnum#WASTE_FLOW> .

mt:CalibrationRecord a owl:Class ;
    rdfs:label "CalibrationRecord" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_result_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_laboratory_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:calibration_due_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_laboratory_accreditation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_laboratory_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_interval_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibrated_item_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:calibration_certificate_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_result_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_laboratory_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_due_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibrated_item_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_result_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_laboratory_accreditation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:CalibrationStatusEnum ;
            owl:onProperty mt:calibration_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_interval_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibrated_item_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_certificate_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:calibration_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_interval_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_certificate_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibrated_item_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_laboratory_accreditation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibrated_item_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_due_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibrated_item_type_value ] ;
    skos:definition "Calibration, comparison, verification, or check record contributing to a traceability chain" ;
    skos:exactMatch mt:calibrationRecord ;
    skos:inScheme mt: ;
    lci:references "ISO/IEC 17025; ILAC P10; JCGM 200:2012" ;
    lci:sql_identifier "mt_calibration" .

mt:TraceabilityStatement a owl:Class ;
    rdfs:label "TraceabilityStatement" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_label_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_definition ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_procedure ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityChain ;
            owl:onProperty mt:traceability_chain ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:BoundaryDefinition ;
            owl:onProperty mt:boundary_definition ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_procedure ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CompetenceRecord ;
            owl:onProperty mt:competence_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_label_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:result_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ReferenceMaterial ;
            owl:onProperty mt:reference_materials ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:MeasurementStandard ;
            owl:onProperty mt:measurement_standards ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ReferenceEntity ;
            owl:onProperty mt:reference_entities ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_measurand_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:result_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityStatusEnum ;
            owl:onProperty mt:traceability_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:TraceabilityStatementTypeEnum ;
            owl:onProperty mt:traceability_statement_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reported_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_measurand_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_measurand_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityBasis ;
            owl:onProperty mt:traceability_basis ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reported_value_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty mt:traceability_statement_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_label_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_measurand_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reported_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reported_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reported_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reported_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_records ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:MeasurementProcedure ;
            owl:onProperty mt:measurement_procedure ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty mt:result_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reported_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standards ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_materials ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entities ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_measurand_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reported_value_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_measurand_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reported_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_definition ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_model_value ] ;
    skos:definition "Reusable statement documenting the traceability basis of a measured, calculated, method-defined, or boundary-defined value" ;
    skos:exactMatch mt:traceabilityStatement ;
    skos:inScheme mt: ;
    skos:note "Designed as the main integration point for other CE-RISE data models.",
        "Other models may either embed this class or point to it through traceability_statement_identifier_value." ;
    lci:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10; ISO 17034; ISO Guide 35; ISO 14040; ISO 14044" ;
    lci:sql_identifier "mt_statement" .

dqf:UncertaintyTranslation a owl:Class ;
    rdfs:label "UncertaintyTranslation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:combined_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:source_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:combined_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:coefficient_of_variation_lower_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:combined_coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:combined_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:uncertainty_translation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_distribution_assumption_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_distribution_assumption_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:combined_coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:data_quality_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:UncertaintyTranslationMethodEnum ;
            owl:onProperty dqf:uncertainty_translation_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:coefficient_of_variation_upper_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:uncertainty_distribution_assumption_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:coefficient_of_variation_upper_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:combined_coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:coefficient_of_variation_lower_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:QualityScoreEnum ;
            owl:onProperty dqf:source_quality_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:coefficient_of_variation_lower_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:uncertainty_translation_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:coefficient_of_variation_upper_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:source_quality_score_value ] ;
    skos:definition "Translation from data quality information into uncertainty metadata, such as coefficient of variation or uncertainty factor" ;
    skos:exactMatch dqf:uncertaintyTranslation ;
    skos:inScheme dqf: ;
    lci:references "CE-RISE D2.4; JCGM 100:2008; JCGM 101:2008" ;
    lci:sql_identifier "dqf_uncertainty_translation_record" .

dqf:aggregation_method_value a owl:ObjectProperty ;
    rdfs:label "aggregation_method_value" ;
    rdfs:range lci:AggregationMethodEnum ;
    skos:definition "Method used to aggregate criterion scores or lower-level assessments into a profile" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:aggregationMethodValue" ;
    lci:sql_identifier "dqf_aggregation_method" .

dqf:data_quality_traceability_reference_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_traceability_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to a metrological traceability statement, chain, method, calibration, or boundary definition related to this data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "mt:traceabilityReference" ;
    lci:sql_identifier "dqf_traceability_reference" .

dqf:quality_metrics a owl:ObjectProperty ;
    rdfs:label "quality_metrics" ;
    rdfs:range dqf:QualityMetric ;
    skos:definition "Quality metrics or diagnostic metrics used by profiles, criteria, or diagnostics" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:qualityMetric" ;
    lci:sql_identifier "dqf_quality_metrics" .

dqf:remediation_actions a owl:ObjectProperty ;
    rdfs:label "remediation_actions" ;
    rdfs:range dqf:RemediationAction ;
    skos:definition "Remediation, mitigation, containment, or improvement actions" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:remediationAction" ;
    lci:sql_identifier "dqf_remediation_actions" .

lci:LCIDatasetScopeEnum a owl:Class ;
    rdfs:label "LCIDatasetScopeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#FOREGROUND> <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#BACKGROUND> <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#HYBRID> <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#OTHER> ) ;
    skos:definition "Declared scope of a life cycle inventory dataset or activity" ;
    skos:inScheme lci: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#BACKGROUND>,
        <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#FOREGROUND>,
        <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#HYBRID>,
        <https://ce-rise-models.codeberg.page/lci-dataset/LCIDatasetScopeEnum#OTHER> .

lci:QualityFlagEnum a owl:Class ;
    rdfs:label "QualityFlagEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#green_proceed> <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#orange_review> <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#red_reject> <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#grey_not_evaluated> ) ;
    skos:definition "Operational decision flags derived from quality scores" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#green_proceed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#grey_not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#orange_review>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityFlagEnum#red_reject> .

lci:lifecycle_stage_reference a owl:DatatypeProperty .

mt:procedure_standard_value a owl:DatatypeProperty ;
    rdfs:label "procedure_standard_value" ;
    rdfs:range xsd:string ;
    skos:definition "Standardized procedure, protocol, guide, or method document" ;
    skos:inScheme mt: ;
    lci:owl.filler "dcterms:conformsTo" ;
    lci:sql_identifier "mt_procedure_standard" .

mt:procedure_version_value a owl:DatatypeProperty ;
    rdfs:label "procedure_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, revision, or publication date of the procedure" ;
    skos:inScheme mt: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "mt_procedure_version" .

mt:traceability_data_quality_reference_value a owl:DatatypeProperty ;
    rdfs:label "traceability_data_quality_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to a data quality assessment associated with this traceability record" ;
    skos:inScheme mt: ;
    lci:owl.filler "dqf:dataQualityReference" ;
    lci:sql_identifier "mt_data_quality_reference" .

mt:traceability_environmental_conditions_value a owl:DatatypeProperty ;
    rdfs:label "traceability_environmental_conditions_value" ;
    rdfs:range xsd:string ;
    skos:definition "Environmental, operating, or procedural conditions relevant to traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "ssn:hasProperty" ;
    lci:sql_identifier "mt_environmental_conditions" .

mt:traceability_quantity_kind_value a owl:DatatypeProperty ;
    rdfs:label "traceability_quantity_kind_value" ;
    rdfs:range xsd:string ;
    skos:definition "Kind of quantity or indicator being traced, such as mass, length, concentration, carbon footprint, or circularity indicator" ;
    skos:inScheme mt: ;
    lci:owl.filler "qudt:hasQuantityKind" ;
    lci:sql_identifier "mt_quantity_kind" .

mt:traceability_quantity_unit_value a owl:DatatypeProperty ;
    rdfs:label "traceability_quantity_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit in which the value or measurand is expressed" ;
    skos:inScheme mt: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "mt_quantity_unit" .

mt:traceability_statement_notes_value a owl:DatatypeProperty ;
    rdfs:label "traceability_statement_notes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Additional notes about the traceability statement" ;
    skos:inScheme mt: ;
    lci:owl.filler "rdfs:comment" ;
    lci:sql_identifier "mt_statement_notes" .

uq:UncertaintyInterval a owl:Class ;
    rdfs:label "UncertaintyInterval" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:lower_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom [ a rdfs:Datatype ;
                    owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:interval_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:lower_bound_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:upper_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:percentile_lower_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:percentile_lower_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:percentile_upper_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:upper_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:percentile_upper_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:lower_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:upper_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:IntervalTypeEnum ;
            owl:onProperty uq:interval_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:interval_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom [ a rdfs:Datatype ;
                    owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:maxInclusive 1e+02 ] ) ] ) ] ;
            owl:onProperty uq:percentile_lower_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom [ a rdfs:Datatype ;
                    owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                                owl:onDatatype xsd:float ;
                                owl:withRestrictions ( [ xsd:maxInclusive 1e+02 ] ) ] ) ] ;
            owl:onProperty uq:percentile_upper_value ] ;
    skos:definition "Interval representation of uncertainty, including coverage intervals and percentile intervals" ;
    skos:exactMatch uq:uncertaintyInterval ;
    skos:inScheme uq: ;
    lci:references "JCGM 100:2008; JCGM 101:2008; JCGM 200:2012" ;
    lci:sql_identifier "uq_interval" .

uq:coverage_probability_value a owl:DatatypeProperty ;
    rdfs:label "coverage_probability_value" ;
    rdfs:range [ a rdfs:Datatype ;
            owl:intersectionOf ( xsd:float [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:minInclusive 0e+00 ] ) ] [ a rdfs:Datatype ;
                        owl:onDatatype xsd:float ;
                        owl:withRestrictions ( [ xsd:maxInclusive 1e+00 ] ) ] ) ] ;
    skos:definition "Coverage probability associated with a coverage interval or expanded uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:coverageProbabilityValue" ;
    lci:sql_identifier "uq_coverage_probability" .

uq:measurement_model_value a owl:DatatypeProperty ;
    rdfs:label "measurement_model_value" ;
    rdfs:range xsd:string ;
    skos:definition "Measurement model, calculation model, statistical model, or equation relating inputs to the measurand" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:measurementModelValue" ;
    lci:sql_identifier "uq_measurement_model" .

uq:method_standard_value a owl:DatatypeProperty ;
    rdfs:label "method_standard_value" ;
    rdfs:range xsd:string ;
    skos:definition "Standardized method or protocol defining the measurand or evaluation procedure" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:conformsTo" ;
    lci:sql_identifier "uq_method_standard" .

uq:method_version_value a owl:DatatypeProperty ;
    rdfs:label "method_version_value" ;
    rdfs:range xsd:string ;
    skos:definition "Version, edition, date, or revision of the method used" ;
    skos:inScheme uq: ;
    lci:owl.filler "pav:version" ;
    lci:sql_identifier "uq_method_version" .

uq:standard_uncertainty_value a owl:DatatypeProperty ;
    rdfs:label "standard_uncertainty_value" ;
    rdfs:range xsd:float ;
    skos:definition "Standard uncertainty expressed as a standard deviation" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:standardUncertaintyValue" ;
    lci:sql_identifier "uq_standard_uncertainty" .

uq:uncertainty_unit_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit associated with a reported result, estimate, distribution parameter, or uncertainty quantity" ;
    skos:inScheme uq: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "uq_unit" .

lci:BoundaryMatchEnum a owl:Class ;
    rdfs:label "BoundaryMatchEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#matching> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#compatible> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#partial> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#divergent> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#not_assessed> ) ;
    skos:definition "Compatibility of method, scope, or system boundaries for comparison" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#compatible>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#divergent>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#matching>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#not_assessed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryMatchEnum#partial> .

lci:ChainCompletenessEnum a owl:Class ;
    rdfs:label "ChainCompletenessEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#complete> <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#partial> <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#inferred> <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#gap_identified> <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#unavailable> ) ;
    skos:definition "Completeness of a traceability chain" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#complete>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#gap_identified>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#inferred>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#partial>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ChainCompletenessEnum#unavailable> .

lci:ComparabilityDecisionEnum a owl:Class ;
    rdfs:label "ComparabilityDecisionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#comparable> <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#comparable_with_conditions> <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#not_comparable> <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#insufficient_information> <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#not_evaluated> ) ;
    skos:definition "Decision values for metrological comparability assessments" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#comparable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#comparable_with_conditions>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#insufficient_information>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#not_comparable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparabilityDecisionEnum#not_evaluated> .

lci:ComparisonDecisionEnum a owl:Class ;
    rdfs:label "ComparisonDecisionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#direct_comparison_valid> <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_valid_with_expanded_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_conditional> <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_not_recommended> <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_infeasible> ) ;
    skos:definition "Decisions about whether uncertainty-backed values can be compared" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_conditional>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_infeasible>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_not_recommended>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#comparison_valid_with_expanded_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ComparisonDecisionEnum#direct_comparison_valid> .

lci:ConfidenceLevelEnum a owl:Class ;
    rdfs:label "ConfidenceLevelEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#high> <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#medium> <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#low> <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#very_low> <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#not_evaluated> ) ;
    skos:definition "Confidence levels derived from data quality assessment" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#high>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#low>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#medium>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ConfidenceLevelEnum#very_low> .

lci:FlowObjectKindEnum a owl:Class ;
    rdfs:label "FlowObjectKindEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#PRODUCT> <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#MATERIAL> <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#WASTE> <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#ELEMENTARY> <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#SERVICE> <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#OTHER> ) ;
    skos:definition "Declared kinds of objects represented by life cycle inventory flows" ;
    skos:inScheme lci: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#ELEMENTARY>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#MATERIAL>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#OTHER>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#PRODUCT>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#SERVICE>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FlowObjectKindEnum#WASTE> .

lci:PriorityEnum a owl:Class ;
    rdfs:label "PriorityEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#low> <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#medium> <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#high> <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#urgent> <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#not_assigned> ) ;
    skos:definition "Priority values for remediation actions" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#high>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#low>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#medium>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#not_assigned>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PriorityEnum#urgent> .

lci:StatementStatusEnum a owl:Class ;
    rdfs:label "StatementStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#draft> <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#reported> <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#revised> <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#superseded> <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#withdrawn> ) ;
    skos:definition "Lifecycle status values for uncertainty statements" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#draft>,
        <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#reported>,
        <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#revised>,
        <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/lci-dataset/StatementStatusEnum#withdrawn> .

lci:TraceabilityMatchEnum a owl:Class ;
    rdfs:label "TraceabilityMatchEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#matching> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#compatible> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#partial> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#divergent> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#not_assessed> ) ;
    skos:definition "Compatibility of traceability bases for comparison" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#compatible>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#divergent>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#matching>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#not_assessed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityMatchEnum#partial> .

uq:UncertaintyDistribution a owl:Class ;
    rdfs:label "UncertaintyDistribution" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom uq:DistributionParameter ;
            owl:onProperty uq:distribution_parameters ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom lci:DistributionTypeEnum ;
            owl:onProperty uq:distribution_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_scale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:empirical_values_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_mean_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_location_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_standard_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_lower_bound_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_scale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_median_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_median_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_lower_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_parameters ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_upper_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_lower_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_mean_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:empirical_values_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:empirical_values_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_location_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_standard_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_upper_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_upper_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_standard_deviation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_scale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_location_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_mean_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_median_value ] ;
    skos:definition "Probability distribution representing uncertainty for a measurand, input quantity, component, or model output" ;
    skos:exactMatch uq:uncertaintyDistribution ;
    skos:inScheme uq: ;
    lci:references "JCGM 101:2008; JCGM GUM-6:2020" ;
    lci:sql_identifier "uq_distribution" .

dqf:quality_issues a owl:ObjectProperty ;
    rdfs:label "quality_issues" ;
    rdfs:range dqf:QualityIssue ;
    skos:definition "Data quality issues, limitations, anomalies, or risks" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:qualityIssue" ;
    lci:sql_identifier "dqf_quality_issues" .

lci:CompetenceStatusEnum a owl:Class ;
    rdfs:label "CompetenceStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#active> <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#suspended> <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#expired> <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#withdrawn> <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#not_applicable> <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#not_available> ) ;
    skos:definition "Status values for competence and accreditation records" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#active>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#not_applicable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#not_available>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#suspended>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CompetenceStatusEnum#withdrawn> .

lci:EvaluationTypeEnum a owl:Class ;
    rdfs:label "EvaluationTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#type_a> <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#type_b> <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#mixed> <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#data_quality_derived> <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#expert_judgement> <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#scenario_based> ) ;
    skos:definition "Evaluation types for uncertainty components" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#data_quality_derived>,
        <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#mixed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#scenario_based>,
        <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#type_a>,
        <https://ce-rise-models.codeberg.page/lci-dataset/EvaluationTypeEnum#type_b> .

lci:FitnessForPurposeEnum a owl:Class ;
    rdfs:label "FitnessForPurposeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#fit> <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#fit_with_conditions> <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#exploratory_only> <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#not_fit> <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#insufficient_information> <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#not_evaluated> ) ;
    skos:definition "Fitness-for-purpose decision values" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#exploratory_only>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#fit>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#fit_with_conditions>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#insufficient_information>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/FitnessForPurposeEnum#not_fit> .

lci:IntervalTypeEnum a owl:Class ;
    rdfs:label "IntervalTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#coverage_interval> <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#expanded_uncertainty_interval> <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#percentile_interval> <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#credible_interval> <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#tolerance_interval> <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#decision_interval> ) ;
    skos:definition "Interval types used to report uncertainty" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#coverage_interval>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#credible_interval>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#decision_interval>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#expanded_uncertainty_interval>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#percentile_interval>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IntervalTypeEnum#tolerance_interval> .

lci:SourceRecordRoleEnum a owl:Class ;
    rdfs:label "SourceRecordRoleEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#ASSESSMENT_SUBJECT> <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#ACTIVITY_INPUT> <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#FLOW_INPUT> <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#BACKGROUND_DATASET> <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#CLASSIFICATION_SOURCE> <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#METHOD_OR_PARAMETER> <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#OTHER> ) ;
    skos:definition "Roles that source records, datasets, or artifacts can fulfil when creating or supporting a life cycle inventory dataset" ;
    skos:inScheme lci: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#ACTIVITY_INPUT>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#ASSESSMENT_SUBJECT>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#BACKGROUND_DATASET>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#CLASSIFICATION_SOURCE>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#FLOW_INPUT>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#METHOD_OR_PARAMETER>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SourceRecordRoleEnum#OTHER> .

lci:TraceabilityChainTypeEnum a owl:Class ;
    rdfs:label "TraceabilityChainTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#linear_calibration_chain> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#branched_calibration_network> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#method_traceability_chain> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#boundary_traceability_chain> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#hybrid_chain> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#not_documented> ) ;
    skos:definition "Topology or kind of traceability chain" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#boundary_traceability_chain>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#branched_calibration_network>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#hybrid_chain>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#linear_calibration_chain>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#method_traceability_chain>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityChainTypeEnum#not_documented> .

lci:ValueTypeEnum a owl:Class ;
    rdfs:label "ValueTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#measured_value> <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#calculated_value> <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#estimated_value> <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#simulated_value> <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#categorical_value> <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#interval_value> ) ;
    skos:definition "Types of values that may carry uncertainty" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#calculated_value>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#categorical_value>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#estimated_value>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#interval_value>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#measured_value>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ValueTypeEnum#simulated_value> .

lci:source_record_references a owl:ObjectProperty .

mt:calibration_records a owl:ObjectProperty ;
    rdfs:label "calibration_records" ;
    rdfs:range mt:CalibrationRecord ;
    skos:definition "Calibration, comparison, verification, or check records that support traceability" ;
    skos:inScheme mt: ;
    lci:owl.filler "mt:calibrationRecord" ;
    lci:sql_identifier "mt_calibration_records" .

dqf:data_quality_uncertainty_reference_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_uncertainty_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to an uncertainty statement, uncertainty budget, or uncertainty component informed by this data quality assessment" ;
    skos:inScheme dqf: ;
    lci:owl.filler "uq:uncertaintyReference" ;
    lci:sql_identifier "dqf_uncertainty_reference" .

dqf:uncertainty_translation a owl:ObjectProperty ;
    rdfs:label "uncertainty_translation" ;
    rdfs:range dqf:UncertaintyTranslation ;
    skos:definition "DQA-to-uncertainty translation associated with an assessment or profile" ;
    skos:inScheme dqf: ;
    lci:owl.filler "dqf:uncertaintyTranslation" ;
    lci:sql_identifier "dqf_uncertainty_translation" .

lci:CalibrationStatusEnum a owl:Class ;
    rdfs:label "CalibrationStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#valid> <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#valid_with_restrictions> <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#due> <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#expired> <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#failed> <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#superseded> <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#not_available> ) ;
    skos:definition "Status of a calibration or equivalent record" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#due>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#failed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#not_available>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#valid>,
        <https://ce-rise-models.codeberg.page/lci-dataset/CalibrationStatusEnum#valid_with_restrictions> .

lci:IssueStatusEnum a owl:Class ;
    rdfs:label "IssueStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#open> <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#under_review> <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#mitigated> <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#remediated> <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#accepted_risk> <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#closed> <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#superseded> ) ;
    skos:definition "Lifecycle status of data quality issues" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#accepted_risk>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#closed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#mitigated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#open>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#remediated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/lci-dataset/IssueStatusEnum#under_review> .

lci:ReferenceMaterialTypeEnum a owl:Class ;
    rdfs:label "ReferenceMaterialTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#certified_reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#calibrator> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#quality_control_material> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#matrix_reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#in_house_reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#other> ) ;
    skos:definition "Types of reference materials" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#calibrator>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#certified_reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#in_house_reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#matrix_reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#quality_control_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceMaterialTypeEnum#reference_material> .

lci:SeverityEnum a owl:Class ;
    rdfs:label "SeverityEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#low> <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#moderate> <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#high> <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#critical> <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#not_evaluated> ) ;
    skos:definition "Severity values for diagnostics and quality issues" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#critical>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#high>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#low>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#moderate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/SeverityEnum#not_evaluated> .

lci:UncertaintyStatementTypeEnum a owl:Class ;
    rdfs:label "UncertaintyStatementTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#measurement_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#parameter_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#model_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#scenario_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#data_quality_derived_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#comparison_uncertainty> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#combined_uncertainty> ) ;
    skos:definition "Types of uncertainty statement supported by the model" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#combined_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#comparison_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#data_quality_derived_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#measurement_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#model_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#parameter_uncertainty>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyStatementTypeEnum#scenario_uncertainty> .

mt:assigned_value_uncertainty_value a owl:DatatypeProperty ;
    rdfs:label "assigned_value_uncertainty_value" ;
    rdfs:range xsd:string ;
    skos:definition "Uncertainty associated with the assigned value" ;
    skos:inScheme mt: ;
    lci:owl.filler "uq:uncertaintyReference" ;
    lci:sql_identifier "mt_assigned_value_uncertainty" .

mt:assigned_value_unit_value a owl:DatatypeProperty ;
    rdfs:label "assigned_value_unit_value" ;
    rdfs:range xsd:string ;
    skos:definition "Unit associated with the assigned value" ;
    skos:inScheme mt: ;
    lci:owl.filler "qudt:unit" ;
    lci:sql_identifier "mt_assigned_value_unit" .

mt:assigned_value_value a owl:DatatypeProperty ;
    rdfs:label "assigned_value_value" ;
    rdfs:range xsd:string ;
    skos:definition "Assigned value of a measurement standard, reference material, calibrator, or conventional reference" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:value" ;
    lci:sql_identifier "mt_assigned_value" .

uq:coverage_factor_value a owl:DatatypeProperty ;
    rdfs:label "coverage_factor_value" ;
    rdfs:range xsd:float ;
    skos:definition "Coverage factor used to obtain expanded uncertainty from combined standard uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:coverageFactorValue" ;
    lci:sql_identifier "uq_coverage_factor" .

uq:coverage_interval a owl:ObjectProperty ;
    rdfs:label "coverage_interval" ;
    rdfs:range uq:UncertaintyInterval ;
    skos:definition "Coverage interval or other interval representation of uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:coverageInterval" ;
    lci:sql_identifier "uq_coverage_interval" .

uq:relative_standard_uncertainty_value a owl:DatatypeProperty ;
    rdfs:label "relative_standard_uncertainty_value" ;
    rdfs:range xsd:float ;
    skos:definition "Standard uncertainty divided by the absolute value of the associated quantity value" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:relativeStandardUncertaintyValue" ;
    lci:sql_identifier "uq_relative_standard_uncertainty" .

uq:uncertainty_evidence_reference_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_evidence_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to supporting evidence such as a certificate, report, dataset, standard, or software record" ;
    skos:inScheme uq: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "uq_evidence_reference_value" .

uq:uncertainty_standards_applied_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_standards_applied_value" ;
    rdfs:range xsd:string ;
    skos:definition "Standard, guide, or protocol applied in the uncertainty evaluation" ;
    skos:inScheme uq: ;
    lci:owl.filler "dcterms:conformsTo" ;
    lci:sql_identifier "uq_standards_applied" .

lci:AssessmentStatusEnum a owl:Class ;
    rdfs:label "AssessmentStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#draft> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#active> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#reviewed> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#verified> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#partial> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#superseded> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#expired> <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#unavailable> ) ;
    skos:definition "Lifecycle status values for data quality assessments" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#active>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#draft>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#partial>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#reviewed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#unavailable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AssessmentStatusEnum#verified> .

lci:RemediationStatusEnum a owl:Class ;
    rdfs:label "RemediationStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#proposed> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#planned> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#in_progress> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#completed> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#verified> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#deferred> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#cancelled> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#not_applicable> ) ;
    skos:definition "Lifecycle status of remediation actions" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#cancelled>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#completed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#deferred>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#in_progress>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#not_applicable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#planned>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#proposed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationStatusEnum#verified> .

lci:TraceabilityStatementTypeEnum a owl:Class ;
    rdfs:label "TraceabilityStatementTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#si_traceability> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#method_defined_traceability> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#boundary_defined_traceability> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#reference_material_traceability> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#conventional_reference_traceability> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#hybrid_traceability> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#not_evaluated> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#other> ) ;
    skos:definition "Kinds of traceability statements supported by this model" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#boundary_defined_traceability>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#conventional_reference_traceability>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#hybrid_traceability>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#method_defined_traceability>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#reference_material_traceability>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatementTypeEnum#si_traceability> .

lci:ProcedureRoleEnum a owl:Class ;
    rdfs:label "ProcedureRoleEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#measurement> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#calibration> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#sampling> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#analytical_method> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#calculation> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#modelling> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#quality_control> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#reporting> <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#other> ) ;
    skos:definition "Roles of procedures in a traceability statement" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#analytical_method>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#calculation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#calibration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#measurement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#modelling>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#quality_control>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#reporting>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ProcedureRoleEnum#sampling> .

lci:BoundaryTypeEnum a owl:Class ;
    rdfs:label "BoundaryTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#system_boundary> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#goal_and_scope> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#functional_unit> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#allocation_boundary> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#scenario_definition> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#temporal_boundary> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#geographical_boundary> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#technological_boundary> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#characterization_model> <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#other> ) ;
    skos:definition "Types of boundary or scope definitions" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#allocation_boundary>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#characterization_model>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#functional_unit>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#geographical_boundary>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#goal_and_scope>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#scenario_definition>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#system_boundary>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#technological_boundary>,
        <https://ce-rise-models.codeberg.page/lci-dataset/BoundaryTypeEnum#temporal_boundary> .

lci:DataQualityAssessmentTypeEnum a owl:Class ;
    rdfs:label "DataQualityAssessmentTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#value_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#record_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#dataset_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#indicator_input_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#indicator_output_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#evidence_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#process_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#composite_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#not_evaluated> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#other> ) ;
    skos:definition "Kinds of data quality assessments supported by this model" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#composite_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#dataset_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#evidence_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#indicator_input_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#indicator_output_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#process_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#record_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityAssessmentTypeEnum#value_assessment> .

lci:DataTypeEnum a owl:Class ;
    rdfs:label "DataTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#quantitative> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#semi_quantitative> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#qualitative> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#categorical> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#boolean> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#time_series> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#geospatial> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#modelled> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#mixed> <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#other> ) ;
    skos:definition "Types of data covered by data quality assessments" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#boolean>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#categorical>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#geospatial>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#mixed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#modelled>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#qualitative>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#quantitative>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#semi_quantitative>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataTypeEnum#time_series> .

lci:MeasurementStandardTypeEnum a owl:Class ;
    rdfs:label "MeasurementStandardTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#international_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#national_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#primary_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#secondary_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#reference_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#working_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#transfer_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#instrument_standard> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#unit_realization> <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#other> ) ;
    skos:definition "Types or hierarchy levels of measurement standards" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#instrument_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#international_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#national_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#primary_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#reference_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#secondary_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#transfer_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#unit_realization>,
        <https://ce-rise-models.codeberg.page/lci-dataset/MeasurementStandardTypeEnum#working_standard> .

lci:PropagationMethodEnum a owl:Class ;
    rdfs:label "PropagationMethodEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#analytical_gum> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#monte_carlo> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#bayesian_updating> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#bootstrap> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#sensitivity_analysis> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#scenario_analysis> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#hybrid> <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#not_evaluated> ) ;
    skos:definition "Methods for uncertainty combination or propagation" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#analytical_gum>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#bayesian_updating>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#bootstrap>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#hybrid>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#monte_carlo>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#scenario_analysis>,
        <https://ce-rise-models.codeberg.page/lci-dataset/PropagationMethodEnum#sensitivity_analysis> .

lci:QualityScoreEnum a owl:Class ;
    rdfs:label "QualityScoreEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_1_very_reliable> <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_2_reliable> <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_3_unreliable> <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_4_dubious> <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#not_evaluated> <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#not_applicable> ) ;
    skos:definition "Pedigree score scale for data quality" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#not_applicable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_1_very_reliable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_2_reliable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_3_unreliable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityScoreEnum#score_4_dubious> .

lci:TraceabilityLinkRoleEnum a owl:Class ;
    rdfs:label "TraceabilityLinkRoleEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#calibration> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#comparison> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#verification> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#correction> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#value_transfer> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#method_definition> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#boundary_definition> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#data_source_mapping> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#software_or_model_execution> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#other> ) ;
    skos:definition "Roles of links in a traceability chain" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#boundary_definition>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#calibration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#comparison>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#correction>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#data_source_mapping>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#method_definition>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#software_or_model_execution>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#value_transfer>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityLinkRoleEnum#verification> .

lci:TraceabilityStatusEnum a owl:Class ;
    rdfs:label "TraceabilityStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#draft> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#active> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#reviewed> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#verified> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#partial> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#expired> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#superseded> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#unavailable> ) ;
    skos:definition "Lifecycle and validation status values for traceability records" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#active>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#draft>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#partial>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#reviewed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#unavailable>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityStatusEnum#verified> .

lci:UncertaintyTranslationMethodEnum a owl:Class ;
    rdfs:label "UncertaintyTranslationMethodEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#cv_lookup> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#uf_lookup> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#direct_cv> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#direct_uf> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#lognormal_uf> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#expert_judgement> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#sensitivity_analysis> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#monte_carlo> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#not_evaluated> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#other> ) ;
    skos:definition "Methods for translating data quality into uncertainty" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#cv_lookup>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#direct_cv>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#direct_uf>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#lognormal_uf>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#monte_carlo>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#sensitivity_analysis>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyTranslationMethodEnum#uf_lookup> .

mt:reference_valid_from_value a owl:DatatypeProperty ;
    rdfs:label "reference_valid_from_value" ;
    rdfs:range xsd:date ;
    skos:definition "Start date of validity for the reference entity or assigned value" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:validFrom" ;
    lci:sql_identifier "mt_reference_valid_from" .

mt:reference_valid_until_value a owl:DatatypeProperty ;
    rdfs:label "reference_valid_until_value" ;
    rdfs:range xsd:date ;
    skos:definition "End date of validity for the reference entity or assigned value" ;
    skos:inScheme mt: ;
    lci:owl.filler "schema:validThrough" ;
    lci:sql_identifier "mt_reference_valid_until" .

uq:probability_distribution a owl:ObjectProperty ;
    rdfs:label "probability_distribution" ;
    rdfs:range uq:UncertaintyDistribution ;
    skos:definition "Probability distribution describing uncertainty" ;
    skos:inScheme uq: ;
    lci:owl.filler "uq:probabilityDistribution" ;
    lci:sql_identifier "uq_probability_distribution" .

lci:AggregationLevelEnum a owl:Class ;
    rdfs:label "AggregationLevelEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#value> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#record> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#dataset> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#input_quantity> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#indicator> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#model> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#component> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#product> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#material> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#portfolio> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#other> ) ;
    skos:definition "Levels at which data quality may be aggregated" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#component>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#dataset>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#indicator>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#input_quantity>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#model>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#portfolio>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#product>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationLevelEnum#value> .

lci:AggregationMethodEnum a owl:Class ;
    rdfs:label "AggregationMethodEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#worst_score> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#rule_based> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#weighted_mean> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#arithmetic_mean> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#geometric_mean> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#maximum_risk> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#hierarchical> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#expert_judgement> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#custom> <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#not_evaluated> ) ;
    skos:definition "Methods for aggregating data quality information" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#arithmetic_mean>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#custom>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#geometric_mean>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#hierarchical>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#maximum_risk>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#rule_based>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#weighted_mean>,
        <https://ce-rise-models.codeberg.page/lci-dataset/AggregationMethodEnum#worst_score> .

lci:TraceabilityBasisTypeEnum a owl:Class ;
    rdfs:label "TraceabilityBasisTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#si_unit_realization> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#measurement_standard> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#certified_reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#measurement_procedure> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#standard_method> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#system_boundary> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#characterization_model> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#data_source_or_dataset> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#conventional_reference> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#other> ) ;
    skos:definition "Types of references that can serve as the basis for traceability" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#certified_reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#characterization_model>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#conventional_reference>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#data_source_or_dataset>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#measurement_procedure>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#measurement_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#si_unit_realization>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#standard_method>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityBasisTypeEnum#system_boundary> .

lci:UncertaintyEvidenceTypeEnum a owl:Class ;
    rdfs:label "UncertaintyEvidenceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#reference_material_certificate> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#measurement_report> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#laboratory_report> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#data_quality_assessment> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#standard_method> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#software_record> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#expert_judgement> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#literature_source> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#other> ) ;
    skos:definition "Types of supporting evidence for uncertainty evaluation" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#data_quality_assessment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#laboratory_report>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#literature_source>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#measurement_report>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#reference_material_certificate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#software_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#standard_method>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintyEvidenceTypeEnum#supplier_declaration> .

lci:DataSourceTypeEnum a owl:Class ;
    rdfs:label "DataSourceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#direct_measurement> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#laboratory_test> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#administrative_record> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#database> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#literature> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#expert_judgement> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#survey_or_interview> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#sensor_or_iot> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#calculation_or_model> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#mixed> <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#other> ) ;
    skos:definition "Types of data sources" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#administrative_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#calculation_or_model>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#database>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#direct_measurement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#laboratory_test>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#literature>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#mixed>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#sensor_or_iot>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#supplier_declaration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataSourceTypeEnum#survey_or_interview> .

lci:DiagnosticTypeEnum a owl:Class ;
    rdfs:label "DiagnosticTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#comprehensive_profiling> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#missing_data_analysis> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#structural_integrity_validation> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#relational_integrity_validation> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#distributional_alignment> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#semantic_unit_consistency> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#temporal_spatial_alignment> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#provenance_correlation> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#impact_sensitivity> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#scoring_rule_check> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#reproducibility_check> <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#other> ) ;
    skos:definition "Types of data-quality diagnostics" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#comprehensive_profiling>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#distributional_alignment>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#impact_sensitivity>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#missing_data_analysis>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#provenance_correlation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#relational_integrity_validation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#reproducibility_check>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#scoring_rule_check>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#semantic_unit_consistency>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#structural_integrity_validation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DiagnosticTypeEnum#temporal_spatial_alignment> .

lci:DistributionTypeEnum a owl:Class ;
    rdfs:label "DistributionTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#normal> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#lognormal> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#triangular> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#uniform> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#rectangular> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#student_t> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#beta> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#gamma> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#exponential> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#empirical> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#discrete> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#multimodal> <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#custom> ) ;
    skos:definition "Probability distribution types used to represent uncertainty" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#beta>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#custom>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#discrete>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#empirical>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#exponential>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#gamma>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#lognormal>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#multimodal>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#normal>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#rectangular>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#student_t>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#triangular>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DistributionTypeEnum#uniform> .

lci:QualityCriterionEnum a owl:Class ;
    rdfs:label "QualityCriterionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#validity> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#accuracy> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#consistency> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#timeliness> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#completeness> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#representativeness> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#transparency> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#provenance> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#reproducibility> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#precision> <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#other> ) ;
    skos:definition "Data quality criteria supported by the framework" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#accuracy>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#completeness>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#consistency>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#precision>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#provenance>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#representativeness>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#reproducibility>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#timeliness>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#transparency>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityCriterionEnum#validity> .

lci:ReferenceEntityTypeEnum a owl:Class ;
    rdfs:label "ReferenceEntityTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#si_definition> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#national_standard> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#international_standard> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#working_standard> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#instrument> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#method_document> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#dataset> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#software> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#boundary_document> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#organization> <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#other> ) ;
    skos:definition "Types of reference entities used in traceability records" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#boundary_document>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#dataset>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#instrument>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#international_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#method_document>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#national_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#organization>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#si_definition>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#software>,
        <https://ce-rise-models.codeberg.page/lci-dataset/ReferenceEntityTypeEnum#working_standard> .

lci:RemediationActionTypeEnum a owl:Class ;
    rdfs:label "RemediationActionTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#sampling_redesign> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#reweighting> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#imputation> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#recalibration> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#metadata_completion> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#data_contract_enforcement> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#unit_canonicalization> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#source_refresh> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#governance_agreement> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#uncertainty_inflation> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#quarantine> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#rejection> <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#other> ) ;
    skos:definition "Types of remediation, mitigation, or improvement actions" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#data_contract_enforcement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#governance_agreement>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#imputation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#metadata_completion>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#quarantine>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#recalibration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#rejection>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#reweighting>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#sampling_redesign>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#source_refresh>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#uncertainty_inflation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/RemediationActionTypeEnum#unit_canonicalization> .

lci:TraceabilityEvidenceTypeEnum a owl:Class ;
    rdfs:label "TraceabilityEvidenceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#reference_material_certificate> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#test_report> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#method_standard> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#procedure_document> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#accreditation_record> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#proficiency_test> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#validation_report> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#dataset_reference> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#software_record> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#boundary_document> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#other> ) ;
    skos:definition "Types of evidence used to support traceability" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#accreditation_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#boundary_document>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#dataset_reference>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#method_standard>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#procedure_document>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#proficiency_test>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#reference_material_certificate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#software_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#supplier_declaration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#test_report>,
        <https://ce-rise-models.codeberg.page/lci-dataset/TraceabilityEvidenceTypeEnum#validation_report> .

uq:uncertainty_data_quality_reference_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_data_quality_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to a data quality assessment that informs or justifies an uncertainty contribution" ;
    skos:inScheme uq: ;
    lci:owl.filler "dqf:dataQualityReference" ;
    lci:sql_identifier "uq_data_quality_reference" .

lci:DataQualityEvidenceTypeEnum a owl:Class ;
    rdfs:label "DataQualityEvidenceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#diagnostic_report> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#data_profile> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#dataset_snapshot> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#provenance_record> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#metadata_record> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#traceability_record> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#validation_report> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#harmonization_log> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#remediation_record> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#workflow_record> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#standard_or_protocol> <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#other> ) ;
    skos:definition "Types of evidence used to support data quality assessments" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#data_profile>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#dataset_snapshot>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#diagnostic_report>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#harmonization_log>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#metadata_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#provenance_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#remediation_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#standard_or_protocol>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#supplier_declaration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#traceability_record>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#validation_report>,
        <https://ce-rise-models.codeberg.page/lci-dataset/DataQualityEvidenceTypeEnum#workflow_record> .

lci:QualityIssueTypeEnum a owl:Class ;
    rdfs:label "QualityIssueTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#missingness> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#non_representativeness> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#timeliness_deficit> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#schema_drift> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#unit_mismatch> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#coding_mismatch> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#calibration_gap> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#provenance_gap> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#method_mismatch> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#boundary_mismatch> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#outlier_or_anomaly> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#duplicate_or_conflict> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#bias> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#invalid_value> <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#other> ) ;
    skos:definition "Types of data quality issues" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#bias>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#boundary_mismatch>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#calibration_gap>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#coding_mismatch>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#duplicate_or_conflict>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#invalid_value>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#method_mismatch>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#missingness>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#non_representativeness>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#outlier_or_anomaly>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#provenance_gap>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#schema_drift>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#timeliness_deficit>,
        <https://ce-rise-models.codeberg.page/lci-dataset/QualityIssueTypeEnum#unit_mismatch> .

uq:uncertainty_traceability_reference_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_traceability_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to a metrological traceability statement, chain, method, calibration, or boundary definition" ;
    skos:inScheme uq: ;
    lci:owl.filler "mt:traceabilityReference" ;
    lci:sql_identifier "uq_traceability_reference" .

lci:UncertaintySourceCategoryEnum a owl:Class ;
    rdfs:label "UncertaintySourceCategoryEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#repeatability> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#reproducibility> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#calibration> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#reference_material> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#resolution> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#environmental_condition> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#sampling> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#sample_preparation> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#method_bias> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#recovery> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#drift> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#model_discrepancy> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#data_quality> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#boundary_condition> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#scenario_choice> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#input_data> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#software> <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#other> ) ;
    skos:definition "Categories of uncertainty sources" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#boundary_condition>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#calibration>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#data_quality>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#drift>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#environmental_condition>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#input_data>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#method_bias>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#model_discrepancy>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#other>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#recovery>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#reference_material>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#repeatability>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#reproducibility>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#resolution>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#sample_preparation>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#sampling>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#scenario_choice>,
        <https://ce-rise-models.codeberg.page/lci-dataset/UncertaintySourceCategoryEnum#software> .

mt:traceability_uncertainty_reference_value a owl:DatatypeProperty ;
    rdfs:label "traceability_uncertainty_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to an uncertainty statement, uncertainty budget, or uncertainty component associated with this traceability record" ;
    skos:inScheme mt: ;
    lci:owl.filler "uq:uncertaintyReference" ;
    lci:sql_identifier "mt_uncertainty_reference" .

uq:uncertainty_statement_notes_value a owl:DatatypeProperty ;
    rdfs:label "uncertainty_statement_notes_value" ;
    rdfs:range xsd:string ;
    skos:definition "Additional notes about the uncertainty statement" ;
    skos:inScheme uq: ;
    lci:owl.filler "rdfs:comment" ;
    lci:sql_identifier "uq_statement_notes" .

dqf:data_quality_evidence_reference_value a owl:DatatypeProperty ;
    rdfs:label "data_quality_evidence_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to supporting evidence such as a report, dataset, diagnostic output, certificate, standard, or workflow record" ;
    skos:inScheme dqf: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "dqf_evidence_reference_value" .

mt:traceability_evidence_reference_value a owl:DatatypeProperty ;
    rdfs:label "traceability_evidence_reference_value" ;
    rdfs:range xsd:string ;
    skos:definition "Reference to supporting evidence such as a certificate, report, procedure, dataset, standard, or software record" ;
    skos:inScheme mt: ;
    lci:owl.filler "prov:wasDerivedFrom" ;
    lci:sql_identifier "mt_evidence_reference_value" .


