/opt/hostedtoolcache/Python/3.11.16/x64/lib/python3.11/site-packages/linkml/generators/owlgen.py:244: DeprecationWarning: [owlgen-skip-vacuous-min-zero-cardinality-default] DEPRECATED
The default for `skip_vacuous_min_zero_cardinality_axioms` in `OwlSchemaGenerator` will change from `False` to `True` in a future release.
Deprecated In: 1.10.0
Recommendation: Set `skip_vacuous_min_zero_cardinality_axioms=True` to suppress vacuous axioms, or set it explicitly to `False` to preserve current behaviour and silence this warning.
See: https://github.com/linkml/linkml/issues/3190
  deprecation_warning("owlgen-skip-vacuous-min-zero-cardinality-default")
/opt/hostedtoolcache/Python/3.11.16/x64/lib/python3.11/site-packages/linkml/generators/owlgen.py:247: DeprecationWarning: [owlgen-skip-vacuous-local-range-default] DEPRECATED
The default for `skip_vacuous_local_range_axioms` in `OwlSchemaGenerator` will change from `False` to `True` in a future release.
Deprecated In: 1.10.0
Recommendation: Set `skip_vacuous_local_range_axioms=True` to suppress vacuous axioms, or set it explicitly to `False` to preserve current behaviour and silence this warning.
See: https://github.com/linkml/linkml/issues/3190
  deprecation_warning("owlgen-skip-vacuous-local-range-default")
/opt/hostedtoolcache/Python/3.11.16/x64/lib/python3.11/site-packages/linkml/generators/owlgen.py:250: DeprecationWarning: [owlgen-consolidate-cardinality-axioms-default] DEPRECATED
The default for `consolidate_cardinality_axioms` in `OwlSchemaGenerator` will change from `False` to `True` in a future release.
Deprecated In: 1.10.0
Recommendation: Set `consolidate_cardinality_axioms=True` to emit consolidated axioms, or set it explicitly to `False` to preserve current behaviour and silence this warning.
See: https://github.com/linkml/linkml/issues/3191
  deprecation_warning("owlgen-consolidate-cardinality-axioms-default")
WARNING:linkml.generators.owlgen:Ambiguous attribute: source_record_references https://ce-rise-models.codeberg.page/product-system/source_record_references
WARNING:linkml.generators.owlgen:Ambiguous attribute: lifecycle_stage_reference https://ce-rise-models.codeberg.page/product-system/lifecycle_stage_reference
WARNING:linkml.generators.owlgen:Ambiguous attribute: source_record_references https://ce-rise-models.codeberg.page/product-system/source_record_references
WARNING:linkml.generators.owlgen:Ambiguous attribute: lifecycle_stage_reference https://ce-rise-models.codeberg.page/product-system/lifecycle_stage_reference
WARNING:linkml.generators.owlgen:Ambiguous attribute: source_record_references https://ce-rise-models.codeberg.page/product-system/source_record_references
WARNING:linkml.generators.owlgen:Ambiguous attribute: source_record_references https://ce-rise-models.codeberg.page/product-system/source_record_references
@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 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 ps: <https://ce-rise-models.codeberg.page/product-system/> .
@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:QualityCriterionAssessment ;
            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:criterion_assessments ],
        [ 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:QualityMetric ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataCharacterization ;
            owl:onProperty dqf:data_characterizations ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profiles ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:RemediationAction ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_aggregations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityProfile ;
            owl:onProperty dqf:data_quality_profiles ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityAggregation ;
            owl:onProperty dqf:quality_aggregations ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityDiagnostic ;
            owl:onProperty dqf:quality_diagnostics ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty dqf:data_quality_assessments ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityEvidenceReference ;
            owl:onProperty dqf:data_quality_evidence_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_characterizations ] ;
    skos:definition "Root container for data quality assessments and supporting records" ;
    skos:exactMatch dqf:dataQualityFramework ;
    skos:inScheme dqf: ;
    ps:sql_identifier "dqf_root" .

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

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

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

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

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

ps:Flow a owl:Class ;
    rdfs:label "Flow" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_object_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty ps:flow_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_location_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_location_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_direction ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:output_of_activity_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_numerical_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty ps:flow_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:input_to_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_numerical_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:FlowKindEnum ;
            owl:onProperty ps:flow_kind ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_kind ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ClassificationReference ;
            owl:onProperty ps:flow_classifications ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:counterpart_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_location_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_unit_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty ps:flow_numerical_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:FlowDirectionEnum ;
            owl:onProperty ps:flow_direction ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_uncertainty_statements ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_direction ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_classifications ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:input_to_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:output_of_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:SourceRecordReference ;
            owl:onProperty ps:source_record_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:output_of_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:lifecycle_stage_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_unit_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_unit_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:counterpart_activity_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:counterpart_activity_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:input_to_activity_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyStatement ;
            owl:onProperty ps:flow_uncertainty_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_object_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_kind ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_object_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:lifecycle_stage_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 ps: ;
    ps:references "BONSAI core ontology; openLCA flow types" .

ps:FlowObject a owl:Class ;
    rdfs:label "FlowObject" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom ps:FlowObjectKindEnum ;
            owl:onProperty ps:flow_object_kind ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_object_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_object_kind ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ClassificationReference ;
            owl:onProperty ps:flow_object_classifications ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_object_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_object_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_object_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_record_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_object_description ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_object_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_object_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_object_classifications ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:SourceRecordReference ;
            owl:onProperty ps:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:flow_object_name ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:flow_object_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps: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 ps: ;
    ps:references "BONSAI core ontology" .

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

ps:ProductSystem a owl:Class ;
    rdfs:label "ProductSystem" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_specification ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ActivityType ;
            owl:onProperty ps:activity_types ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty ps:product_system_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:product_system_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_scope ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_version ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:locations ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ReferenceFlowSpecification ;
            owl:onProperty ps:reference_flow_specification ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:product_system_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:Activity ;
            owl:onProperty ps:activities ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:lifecycle_stages ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ProductSystemScopeEnum ;
            owl:onProperty ps:product_system_scope ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:product_system_name ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flow_objects ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:FlowObject ;
            owl:onProperty ps:flow_objects ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_description ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:product_system_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:flows ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:activity_types ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:LifecycleStage ;
            owl:onProperty ps:lifecycle_stages ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:product_system_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_record_references ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty ps:product_system_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ProductSystemLocation ;
            owl:onProperty ps:locations ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:product_system_scope ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:activities ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:Flow ;
            owl:onProperty ps:flows ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_specification ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:product_system_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:product_system_name ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:SourceRecordReference ;
            owl:onProperty ps:source_record_references ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:product_system_version ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:product_system_identifier ] ;
    skos:definition "A versioned foreground, background, or hybrid product system that can be reused as a life cycle inventory input" ;
    skos:exactMatch ps:ProductSystem ;
    skos:inScheme ps: ;
    ps:references "ISO 14040:2006; ISO 14044:2006; BONSAI core ontology" .

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

ps:ReferenceFlowSpecification a owl:Class ;
    rdfs:label "ReferenceFlowSpecification" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_unit_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:reference_flow_unit_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_unit_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityStatement ;
            owl:onProperty ps:reference_flow_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:reference_flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityAssessment ;
            owl:onProperty ps:reference_flow_data_quality_assessments ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty ps:reference_flow_numerical_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_metrological_traceability_statements ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_uncertainty_statements ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_numerical_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_object_reference ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:reference_flow_description ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_description ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_quantity_kind_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_object_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_description ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:reference_flow_object_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:reference_flow_numerical_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:reference_flow_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyStatement ;
            owl:onProperty ps:reference_flow_uncertainty_statements ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:reference_flow_identifier ] ;
    skos:definition "Reference flow and quantity used to scale or consume a product system without defining a functional unit" ;
    skos:exactMatch bont:ReferenceUnit ;
    skos:inScheme ps: ;
    ps:references "BONSAI core ontology; ISO 14040:2006; ISO 14044:2006" .

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

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

dqf:DataQualityEvidenceReference a owl:Class ;
    rdfs:label "DataQualityEvidenceReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:DataQualityEvidenceTypeEnum ;
            owl:onProperty dqf:data_quality_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:data_quality_evidence_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_provider_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_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_identifier_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_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_identifier_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_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty dqf:data_quality_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_type_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: ;
    ps:sql_identifier "dqf_evidence_reference" .

dqf:QualityAggregation a owl:Class ;
    rdfs:label "QualityAggregation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_output_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_rationale_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:aggregation_identifier_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:aggregation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_input_references_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:aggregation_output_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_output_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_input_references_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:AggregationMethodEnum ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:AggregationLevelEnum ;
            owl:onProperty dqf:aggregation_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_weights_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:aggregation_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:aggregation_input_references_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_weights_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: ;
    ps:references "CE-RISE D2.4; W3C Data Quality Vocabulary" ;
    ps: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: ;
    ps:owl.filler "dqf:dataCharacterization" ;
    ps: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: ;
    ps:owl.filler "dqf:dataQualityAssessment" ;
    ps: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: ;
    ps:owl.filler "dqf:evidenceReference" ;
    ps: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: ;
    ps:owl.filler "dqf:dataQualityProfile" ;
    ps: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: ;
    ps:owl.filler "dqf:qualityAggregation" ;
    ps: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: ;
    ps:owl.filler "dqf:uncertaintyTranslation" ;
    ps:sql_identifier "dqf_uncertainty_translations" .

mt:ComparabilityAssessment a owl:Class ;
    rdfs:label "ComparabilityAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:right_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty mt:same_measurand_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:left_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:same_measurand_definition_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:same_method_or_boundary_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty mt:same_reference_basis_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:right_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:same_method_or_boundary_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:left_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:left_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:comparability_decision_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:same_measurand_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ComparabilityDecisionEnum ;
            owl:onProperty mt:comparability_decision_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:comparability_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_decision_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:same_reference_basis_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty mt:same_method_or_boundary_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:same_reference_basis_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:comparability_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:comparability_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:comparability_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:comparability_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:right_traceability_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: ;
    ps:references "JCGM 200:2012; JCGM 106:2012" ;
    ps:sql_identifier "mt_comparability_assessment" .

mt:TraceabilityEvidenceReference a owl:Class ;
    rdfs:label "TraceabilityEvidenceReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:traceability_evidence_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityEvidenceTypeEnum ;
            owl:onProperty mt:traceability_evidence_type_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_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_version_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: ;
    ps: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:link_from_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_procedure_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_role_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_to_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_procedure_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_to_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_role_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_from_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_link_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty mt:link_sequence_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:link_to_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_link_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_sequence_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_from_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:link_procedure_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:link_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:link_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_link_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityLinkRoleEnum ;
            owl:onProperty mt:link_role_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:link_sequence_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            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: ;
    ps:references "JCGM 200:2012; ISO/IEC 17025" ;
    ps: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: ;
    ps:owl.filler "mt:boundaryDefinition" ;
    ps: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: ;
    ps:owl.filler "mt:comparabilityAssessment" ;
    ps: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: ;
    ps:owl.filler "mt:measurementProcedure" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityBasis" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityChain" ;
    ps: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: ;
    ps:owl.filler "mt:evidenceReference" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityLink" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityStatement" ;
    ps:sql_identifier "mt_traceability_statements" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#PRODUCT_FLOW> a owl:Class ;
    rdfs:label "PRODUCT_FLOW" ;
    rdfs:subClassOf ps:FlowKindEnum ;
    skos:definition "Product or service flow exchanged between activities or with the product system" ;
    ps:sql_identifier "ps_flow_kind_product" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#BACKGROUND> a owl:Class ;
    rdfs:label "BACKGROUND" ;
    rdfs:subClassOf ps:ProductSystemScopeEnum ;
    skos:definition "Background data referenced from an external database or model" ;
    ps:sql_identifier "ps_scope_background" .

<https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#FOREGROUND> a owl:Class ;
    rdfs:label "FOREGROUND" ;
    rdfs:subClassOf ps:ProductSystemScopeEnum ;
    skos:definition "Foreground data directly represented or controlled by the assessment context" ;
    ps:sql_identifier "ps_scope_foreground" .

<https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#HYBRID> a owl:Class ;
    rdfs:label "HYBRID" ;
    rdfs:subClassOf ps:ProductSystemScopeEnum ;
    skos:definition "Combined foreground and background data" ;
    ps:sql_identifier "ps_scope_hybrid" .

<https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#OTHER> a owl:Class ;
    rdfs:label "OTHER" ;
    rdfs:subClassOf ps:ProductSystemScopeEnum ;
    skos:definition "Other declared product-system or activity scope" ;
    ps:sql_identifier "ps_scope_other" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#ASSESSMENT_SUBJECT> a owl:Class ;
    rdfs:label "ASSESSMENT_SUBJECT" ;
    rdfs:subClassOf ps:SourceRecordRoleEnum ;
    skos:definition "Product, material, component, or assembly record represented by the product system" ;
    ps:sql_identifier "ps_source_role_assessment_subject" .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ps:activities a owl:ObjectProperty ;
    rdfs:label "activities" ;
    skos:definition "Activities included in the product system" ;
    skos:inScheme ps: ;
    ps:owl.filler "bont:Activity" ;
    ps:sql_identifier "ps_system_activities" .

ps: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 ps: ;
    ps:owl.filler "dqf:dataQualityAssessment" ;
    ps:sql_identifier "ps_activity_data_quality_assessments" .

ps: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 ps: ;
    ps:owl.filler "mt:traceabilityStatement" ;
    ps:sql_identifier "ps_activity_metrological_traceability" .

ps: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 ps: ;
    ps:owl.filler "skos:Concept" ;
    ps:sql_identifier "ps_activity_type_classifications" .

ps:activity_types a owl:ObjectProperty ;
    rdfs:label "activity_types" ;
    skos:definition "Activity types used to classify product-system activities" ;
    skos:inScheme ps: ;
    ps:owl.filler "bont:ActivityType" ;
    ps:sql_identifier "ps_system_activity_types" .

ps: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 ps: ;
    ps:owl.filler "skos:Concept" ;
    ps:sql_identifier "ps_flow_classifications" .

ps: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 ps: ;
    ps:owl.filler "dqf:dataQualityAssessment" ;
    ps:sql_identifier "ps_flow_data_quality_assessments" .

ps: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 ps: ;
    ps:owl.filler "mt:traceabilityStatement" ;
    ps:sql_identifier "ps_flow_metrological_traceability" .

ps: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 ps: ;
    ps:owl.filler "skos:Concept" ;
    ps:sql_identifier "ps_flow_object_classifications" .

ps: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 ps: ;
    ps:owl.filler "bont:FlowObject" ;
    ps:sql_identifier "ps_system_flow_objects" .

ps: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 ps: ;
    ps:owl.filler "uq:uncertaintyStatement" ;
    ps:sql_identifier "ps_flow_uncertainty_statements" .

ps:flows a owl:ObjectProperty ;
    rdfs:label "flows" ;
    skos:definition "Input and output flows included in the product system" ;
    skos:inScheme ps: ;
    ps:owl.filler "bont:Flow" ;
    ps:sql_identifier "ps_system_flows" .

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

ps:locations a owl:ObjectProperty ;
    rdfs:label "locations" ;
    skos:definition "Locations used by activities, datasets, or other product-system records" ;
    skos:inScheme ps: ;
    ps:owl.filler "schema:Place" ;
    ps:sql_identifier "ps_system_locations" .

ps:product_system_data_quality_assessments a owl:ObjectProperty ;
    rdfs:label "product_system_data_quality_assessments" ;
    skos:definition "Optional data quality assessments for product-system completeness, provenance, representativeness, interoperability, or fitness for purpose" ;
    skos:inScheme ps: ;
    ps:owl.filler "dqf:dataQualityAssessment" ;
    ps:sql_identifier "ps_system_data_quality_assessments" .

ps:product_system_metrological_traceability_statements a owl:ObjectProperty ;
    rdfs:label "product_system_metrological_traceability_statements" ;
    skos:definition "Optional metrological traceability statements for system scope, reference flows, source data, units, or inventory calculation chains" ;
    skos:inScheme ps: ;
    ps:owl.filler "mt:traceabilityStatement" ;
    ps:sql_identifier "ps_system_metrological_traceability" .

ps:reference_flow_data_quality_assessments a owl:ObjectProperty ;
    rdfs:label "reference_flow_data_quality_assessments" ;
    skos:definition "Optional data quality assessments for this reference-unit measure, source, measurement, or estimate" ;
    skos:inScheme ps: ;
    ps:owl.filler "dqf:dataQualityAssessment" ;
    ps:sql_identifier "ps_reference_flow_data_quality_assessments" .

ps:reference_flow_metrological_traceability_statements a owl:ObjectProperty ;
    rdfs:label "reference_flow_metrological_traceability_statements" ;
    skos:definition "Optional metrological traceability statements for this reference-unit measure, unit, measurement, or calculation" ;
    skos:inScheme ps: ;
    ps:owl.filler "mt:traceabilityStatement" ;
    ps:sql_identifier "ps_reference_flow_metrological_traceability" .

ps:reference_flow_uncertainty_statements a owl:ObjectProperty ;
    rdfs:label "reference_flow_uncertainty_statements" ;
    skos:definition "Optional uncertainty statements for this reference-unit measure" ;
    skos:inScheme ps: ;
    ps:owl.filler "uq:uncertaintyStatement" ;
    ps:sql_identifier "ps_reference_flow_uncertainty_statements" .

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

uq:Correlation a owl:Class ;
    rdfs:label "Correlation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:correlation_coefficient_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:second_quantity_reference_value ],
        [ 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_basis_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:correlation_basis_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:first_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:covariance_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:covariance_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:covariance_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:second_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:correlation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlation_basis_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlation_coefficient_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:correlation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:second_quantity_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:first_quantity_reference_value ] ;
    skos:definition "Correlation or covariance relationship between input quantities or uncertainty components" ;
    skos:exactMatch uq:correlation ;
    skos:inScheme uq: ;
    ps:references "JCGM 100:2008; JCGM 101:2008" ;
    ps:sql_identifier "uq_correlation" .

uq:DistributionParameter a owl:Class ;
    rdfs:label "DistributionParameter" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_parameter_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_parameter_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_parameter_name_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_unit_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:minCardinality 0 ;
            owl:onProperty uq:distribution_parameter_value_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: ;
    ps:sql_identifier "uq_distribution_parameter" .

uq:InputQuantity a owl:Class ;
    rdfs:label "InputQuantity" ;
    rdfs:subClassOf [ 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_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:relative_standard_uncertainty_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:allValuesFrom xsd:float ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:input_quantity_estimate_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:input_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:relative_standard_uncertainty_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:allValuesFrom xsd:string ;
            owl:onProperty uq:input_quantity_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_estimate_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:input_quantity_estimate_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantity_identifier_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_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ] ;
    skos:definition "Input quantity in a measurement, calculation, or statistical model" ;
    skos:exactMatch uq:inputQuantity ;
    skos:inScheme uq: ;
    ps:references "JCGM 100:2008; JCGM 101:2008" ;
    ps:sql_identifier "uq_input_quantity" .

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

uq:MethodReference a owl:Class ;
    rdfs:label "MethodReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_reference_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_reference_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_reference_description_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_reference_url_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_reference_identifier_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_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:method_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:method_standard_value ] ;
    skos:definition "Reference to a method, guide, standard, protocol, or implementation used for uncertainty evaluation" ;
    skos:exactMatch uq:methodReference ;
    skos:inScheme uq: ;
    ps:sql_identifier "uq_method_reference" .

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

uq:ScenarioUncertainty a owl:Class ;
    rdfs:label "ScenarioUncertainty" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_boundary_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: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:minCardinality 0 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ 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:maxCardinality 1 ;
            owl:onProperty uq:scenario_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:scenario_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:scenario_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_identifier_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:scenario_name_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:scenario_boundary_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:scenario_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:scenario_boundary_value ] ;
    skos:definition "Scenario-specific uncertainty context for structural, boundary, allocation, or modelling alternatives" ;
    skos:exactMatch uq:scenarioUncertainty ;
    skos:inScheme uq: ;
    ps:references "JCGM 101:2008; ISO 14040; ISO 14044" ;
    ps:sql_identifier "uq_scenario_uncertainty" .

uq:SensitivityResult a owl:Class ;
    rdfs:label "SensitivityResult" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:quality_hotspot_flag_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_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_parameter_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_metric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:quality_hotspot_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_rank_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty uq:quality_hotspot_flag_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:sensitivity_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:sensitivity_parameter_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_parameter_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_rank_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty uq:sensitivity_rank_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:sensitivity_metric_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_metric_value ] ;
    skos:definition "Sensitivity metric for identifying uncertainty drivers and quality hotspots" ;
    skos:exactMatch uq:sensitivityResult ;
    skos:inScheme uq: ;
    ps:references "JCGM 101:2008" ;
    ps: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_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:UncertaintyEvidenceTypeEnum ;
            owl:onProperty uq:uncertainty_evidence_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_provider_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty uq:uncertainty_evidence_url_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_description_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:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_version_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_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_version_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_url_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 ] ;
    skos:definition "Reference to supporting evidence used to define, justify, or update uncertainty" ;
    skos:exactMatch uq:evidenceReference ;
    skos:inScheme uq: ;
    ps: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: ;
    ps:owl.filler "uq:comparisonAssessment" ;
    ps: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: ;
    ps:owl.filler "uq:correlation" ;
    ps: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: ;
    ps:owl.filler "uq:distributionParameter" ;
    ps: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: ;
    ps:owl.filler "uq:inputQuantity" ;
    ps: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: ;
    ps:owl.filler "uq:methodReference" ;
    ps: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: ;
    ps:owl.filler "uq:propagationAnalysis" ;
    ps: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: ;
    ps:owl.filler "uq:scenarioUncertainty" ;
    ps: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: ;
    ps:owl.filler "uq:sensitivityResult" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyBudget" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyComponent" ;
    ps: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: ;
    ps:owl.filler "uq:evidenceReference" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyStatement" ;
    ps:sql_identifier "uq_uncertainty_statements" .

dqf:QualityCriterionAssessment a owl:Class ;
    rdfs:label "QualityCriterionAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_threshold_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_metric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_metric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_numeric_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_weight_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:criterion_weight_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_impact_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_metric_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:criterion_numeric_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_rationale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_numeric_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_impact_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityCriterionEnum ;
            owl:onProperty dqf:criterion_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityScoreEnum ;
            owl:onProperty dqf:criterion_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_threshold_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_impact_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:criterion_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityMetric ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:criterion_threshold_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_weight_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:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:criterion_rationale_value ] ;
    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: ;
    ps:references "CE-RISE D2.4; NUSAP; W3C Data Quality Vocabulary" ;
    ps:sql_identifier "dqf_criterion_assessment_record" .

dqf:QualityDiagnostic a owl:Class ;
    rdfs:label "QualityDiagnostic" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_severity_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_cause_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_software_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:expectation_specification_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:expectation_specification_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:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_run_timestamp_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_impact_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:SeverityEnum ;
            owl:onProperty dqf:diagnostic_severity_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_impact_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:expectation_specification_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_severity_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityMetric ;
            owl:onProperty dqf:quality_metrics ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_reproducibility_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_impact_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_reproducibility_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:observed_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_software_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:observed_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_cause_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:observed_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_reproducibility_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_software_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:DiagnosticTypeEnum ;
            owl:onProperty dqf:diagnostic_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty dqf:diagnostic_run_timestamp_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:diagnostic_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:diagnostic_cause_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:diagnostic_run_timestamp_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: ;
    ps:references "CE-RISE D2.4; W3C Data Quality Vocabulary; PROV-O" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps:sql_identifier "dqf_aggregation_input_references" .

dqf:aggregation_level_value a owl:ObjectProperty ;
    rdfs:label "aggregation_level_value" ;
    rdfs:range ps:AggregationLevelEnum ;
    skos:definition "Level at which aggregation is performed" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "prov:generated" ;
    ps: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: ;
    ps:owl.filler "skos:note" ;
    ps: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: ;
    ps:owl.filler "dqf:aggregationWeightsValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:comment" ;
    ps: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: ;
    ps:owl.filler "dqf:assessmentPurposeValue" ;
    ps: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: ;
    ps:owl.filler "prov:wasAssociatedWith" ;
    ps: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: ;
    ps:owl.filler "uq:coefficientOfVariationValue" ;
    ps: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: ;
    ps:owl.filler "uq:coefficientOfVariationValue" ;
    ps: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: ;
    ps:owl.filler "schema:endDate" ;
    ps: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: ;
    ps:owl.filler "prov:used" ;
    ps: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: ;
    ps:owl.filler "dcterms:conformsTo" ;
    ps: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: ;
    ps:owl.filler "schema:startDate" ;
    ps: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: ;
    ps:owl.filler "uq:coefficientOfVariationValue" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyFactorValue" ;
    ps:sql_identifier "dqf_combined_uncertainty_factor" .

dqf:confidence_level_value a owl:ObjectProperty ;
    rdfs:label "confidence_level_value" ;
    rdfs:range ps:ConfidenceLevelEnum ;
    skos:definition "Confidence level implied by the data quality assessment" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:confidenceLevelValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "dqf:criterionImpactValue" ;
    ps: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: ;
    ps:owl.filler "dqv:value" ;
    ps: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: ;
    ps:owl.filler "dqf:criterionNumericScoreValue" ;
    ps: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: ;
    ps:owl.filler "skos:note" ;
    ps:sql_identifier "dqf_criterion_rationale" .

dqf:criterion_score_value a owl:ObjectProperty ;
    rdfs:label "criterion_score_value" ;
    rdfs:range ps:QualityScoreEnum ;
    skos:definition "Pedigree score assigned to a quality criterion" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqv:hasQualityMeasurement" ;
    ps: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: ;
    ps:owl.filler "dqf:criterionThresholdValue" ;
    ps:sql_identifier "dqf_criterion_threshold" .

dqf:criterion_type_value a owl:ObjectProperty ;
    rdfs:label "criterion_type_value" ;
    rdfs:range ps:QualityCriterionEnum ;
    skos:definition "Quality criterion being assessed" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqv:Dimension" ;
    ps: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: ;
    ps:owl.filler "dqf:criterionWeightValue" ;
    ps: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: ;
    ps:owl.filler "dqf:dataCharacterization" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "dcterms:subject" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps: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: ;
    ps:owl.filler "dqf:appliesToClassValue" ;
    ps: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: ;
    ps:owl.filler "dqf:appliesToModelValue" ;
    ps: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: ;
    ps:owl.filler "dqf:appliesToRecordValue" ;
    ps: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: ;
    ps:owl.filler "dqf:appliesToSlotValue" ;
    ps: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: ;
    ps:owl.filler "dqf:appliesToValueIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "dqf:appliesToValuePathValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:modified" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "dqf_assessment_label" .

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

dqf:data_quality_assessment_type_value a owl:ObjectProperty ;
    rdfs:label "data_quality_assessment_type_value" ;
    rdfs:range ps:DataQualityAssessmentTypeEnum ;
    skos:definition "Type of data quality assessment being documented" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps:sql_identifier "dqf_evidence_provider" .

dqf:data_quality_evidence_type_value a owl:ObjectProperty ;
    rdfs:label "data_quality_evidence_type_value" ;
    rdfs:range ps:DataQualityEvidenceTypeEnum ;
    skos:definition "Type of supporting evidence" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "dqf:dataQualityProfile" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "dcterms:conformsTo" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyFactorValue" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "dqf_data_source_name" .

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

dqf:data_type_value a owl:ObjectProperty ;
    rdfs:label "data_type_value" ;
    rdfs:range ps:DataTypeEnum ;
    skos:definition "Type of data being assessed" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "dqf:diagnosticCauseValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "dqf:diagnosticImpactValue" ;
    ps: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: ;
    ps:owl.filler "prov:used" ;
    ps: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: ;
    ps:owl.filler "dqf:diagnosticReproducibilityValue" ;
    ps: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: ;
    ps:owl.filler "prov:generatedAtTime" ;
    ps:sql_identifier "dqf_diagnostic_run_timestamp" .

dqf:diagnostic_severity_value a owl:ObjectProperty ;
    rdfs:label "diagnostic_severity_value" ;
    rdfs:range ps:SeverityEnum ;
    skos:definition "Severity of the diagnostic finding" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:diagnosticSeverityValue" ;
    ps: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: ;
    ps:owl.filler "prov:SoftwareAgent" ;
    ps:sql_identifier "dqf_diagnostic_software_reference" .

dqf:diagnostic_type_value a owl:ObjectProperty ;
    rdfs:label "diagnostic_type_value" ;
    rdfs:range ps:DiagnosticTypeEnum ;
    skos:definition "Type of data quality diagnostic" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "dqf:expectationSpecificationValue" ;
    ps: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: ;
    ps:owl.filler "dqf:expectedScoreImprovementValue" ;
    ps:sql_identifier "dqf_expected_score_improvement" .

dqf:fitness_for_purpose_value a owl:ObjectProperty ;
    rdfs:label "fitness_for_purpose_value" ;
    rdfs:range ps:FitnessForPurposeEnum ;
    skos:definition "Overall statement of whether the data are fit for the stated purpose" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqv:hasQualityAnnotation" ;
    ps: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: ;
    ps:owl.filler "dcterms:spatial" ;
    ps: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: ;
    ps:owl.filler "dqf:harmonizationDescriptionValue" ;
    ps: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: ;
    ps:owl.filler "dqf:intendedUseValue" ;
    ps: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: ;
    ps:owl.filler "dqf:issueAffectedCriteriaValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "dqf:issueRiskStatementValue" ;
    ps: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: ;
    ps:owl.filler "dqf:issueRootCauseValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:coverage" ;
    ps:sql_identifier "dqf_issue_scope" .

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

dqf:issue_status_value a owl:ObjectProperty ;
    rdfs:label "issue_status_value" ;
    rdfs:range ps:IssueStatusEnum ;
    skos:definition "Lifecycle status of the data quality issue" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:issueStatusValue" ;
    ps: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: ;
    ps:owl.filler "dqf:limitingCriteriaValue" ;
    ps: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: ;
    ps:owl.filler "prov:used" ;
    ps: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: ;
    ps:owl.filler "qudt:numericValue" ;
    ps: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: ;
    ps:owl.filler "dqf:metricPassFlagValue" ;
    ps: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: ;
    ps:owl.filler "schema:value" ;
    ps: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: ;
    ps:owl.filler "dqf:metricThresholdValue" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps: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: ;
    ps:owl.filler "dqf:observedDeviationValue" ;
    ps: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: ;
    ps:owl.filler "dqf:overallNumericScoreValue" ;
    ps:sql_identifier "dqf_overall_numeric_score" .

dqf:overall_quality_score_value a owl:ObjectProperty ;
    rdfs:label "overall_quality_score_value" ;
    rdfs:range ps:QualityScoreEnum ;
    skos:definition "Overall pedigree score for the assessed data, typically from 1 very reliable to 4 dubious" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqv:hasQualityMeasurement" ;
    ps: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: ;
    ps:owl.filler "dcterms:coverage" ;
    ps: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: ;
    ps:owl.filler "dqf:preprocessingDescriptionValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps:sql_identifier "dqf_provenance_description" .

dqf:quality_flag_value a owl:ObjectProperty ;
    rdfs:label "quality_flag_value" ;
    rdfs:range ps:QualityFlagEnum ;
    skos:definition "Operational decision flag derived from the quality profile" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:qualityFlagValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "dqf_quality_issue_identifier" .

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

dqf:quality_metric_category_value a owl:ObjectProperty ;
    rdfs:label "quality_metric_category_value" ;
    rdfs:range ps:QualityCriterionEnum ;
    skos:definition "Category or criterion to which the quality metric belongs" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqv:inDimension" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "dqf_remediation_action_identifier" .

dqf:remediation_action_type_value a owl:ObjectProperty ;
    rdfs:label "remediation_action_type_value" ;
    rdfs:range ps:RemediationActionTypeEnum ;
    skos:definition "Type of remediation action" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "schema:dateCompleted" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "schema:endDate" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps:sql_identifier "dqf_remediation_owner" .

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

dqf:remediation_status_value a owl:ObjectProperty ;
    rdfs:label "remediation_status_value" ;
    rdfs:range ps:RemediationStatusEnum ;
    skos:definition "Lifecycle status of the remediation activity" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:remediationStatusValue" ;
    ps: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: ;
    ps:owl.filler "dqf:sampleSizeValue" ;
    ps:sql_identifier "dqf_sample_size" .

dqf:source_quality_score_value a owl:ObjectProperty ;
    rdfs:label "source_quality_score_value" ;
    rdfs:range ps:QualityScoreEnum ;
    skos:definition "Quality score used as input to the uncertainty translation" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:sourceQualityScoreValue" ;
    ps: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: ;
    ps:owl.filler "dqf:technologicalCoverageValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:temporal" ;
    ps: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: ;
    ps:owl.filler "dqf:uncertaintyDistributionAssumptionValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "dqf_uncertainty_translation_identifier" .

dqf:uncertainty_translation_method_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_translation_method_value" ;
    rdfs:range ps:UncertaintyTranslationMethodEnum ;
    skos:definition "Method used to translate data quality information into uncertainty" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "skos:note" ;
    ps: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: ;
    ps:owl.filler "dcterms:accrualPeriodicity" ;
    ps: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: ;
    ps:owl.filler "skos:definition" ;
    ps: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: ;
    ps:owl.filler "dqf:verificationMethodValue" ;
    ps:sql_identifier "dqf_verification_method" .

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

mt:MeasurementStandard a owl:Class ;
    rdfs:label "MeasurementStandard" ;
    rdfs:subClassOf [ 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_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_name_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:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_owner_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_level_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standard_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_owner_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_standard_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:MeasurementStandardTypeEnum ;
            owl:onProperty mt:measurement_standard_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:measurement_standard_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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: ;
    ps:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10" ;
    ps: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_uri_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_valid_from_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:reference_entity_uri_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_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_provider_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_entity_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_entity_provider_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:reference_entity_provider_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:minCardinality 0 ;
            owl:onProperty mt:reference_entity_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_type_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:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_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_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_entity_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entity_uri_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ReferenceEntityTypeEnum ;
            owl:onProperty mt:reference_entity_type_value ] ;
    skos:definition "Generic reference entity used in a traceability statement, chain, procedure, calibration, or boundary definition" ;
    skos:exactMatch mt:referenceEntity ;
    skos:inScheme mt: ;
    ps:references "JCGM 200:2012" ;
    ps:sql_identifier "mt_reference_entity" .

mt:ReferenceMaterial a owl:Class ;
    rdfs:label "ReferenceMaterial" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_producer_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:certified_property_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_lot_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:certified_property_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            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: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:certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:matrix_or_material_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:reference_material_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_material_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:assigned_value_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:certificate_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_from_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_type_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:minCardinality 0 ;
            owl:onProperty mt:reference_valid_from_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_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_lot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ReferenceMaterialTypeEnum ;
            owl:onProperty mt:reference_material_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_valid_until_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_material_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:certificate_url_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_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:assigned_value_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_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:matrix_or_material_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_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:reference_material_lot_value ] ;
    skos:definition "Reference material or certified reference material used to establish traceability" ;
    skos:exactMatch mt:referenceMaterial ;
    skos:inScheme mt: ;
    ps:references "ISO 17034; ISO Guide 35; JCGM 200:2012" ;
    ps: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: ;
    ps:owl.filler "dcterms:publisher" ;
    ps: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: ;
    ps:owl.filler "mt:accreditationIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "mt:allocationRuleValue" ;
    ps: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: ;
    ps:owl.filler "mt:boundaryDefinition" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "mt_boundary_name" .

mt:boundary_type_value a owl:ObjectProperty ;
    rdfs:label "boundary_type_value" ;
    rdfs:range ps:BoundaryTypeEnum ;
    skos:definition "Type of boundary or scope definition" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "mt:calibrationCertificateIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "schema:endDate" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "mt:calibrationIntervalValue" ;
    ps: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: ;
    ps:owl.filler "mt:calibrationLaboratoryAccreditationValue" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps: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: ;
    ps:owl.filler "sosa:usedProcedure" ;
    ps: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: ;
    ps:owl.filler "schema:result" ;
    ps:sql_identifier "mt_calibration_result" .

mt:calibration_status_value a owl:ObjectProperty ;
    rdfs:label "calibration_status_value" ;
    rdfs:range ps:CalibrationStatusEnum ;
    skos:definition "Validity or acceptance status of the calibration record" ;
    skos:inScheme mt: ;
    ps:owl.filler "mt:calibrationStatusValue" ;
    ps: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: ;
    ps:owl.filler "mt:certificateIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "mt:certifiedPropertyValue" ;
    ps:sql_identifier "mt_certified_property" .

mt:chain_completeness_value a owl:ObjectProperty ;
    rdfs:label "chain_completeness_value" ;
    rdfs:range ps:ChainCompletenessEnum ;
    skos:definition "Assessment of whether the chain is complete, partial, inferred, or unavailable" ;
    skos:inScheme mt: ;
    ps:owl.filler "mt:chainCompletenessValue" ;
    ps: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: ;
    ps:owl.filler "mt:chainEndReferenceValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:comment" ;
    ps: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: ;
    ps:owl.filler "mt:chainStartReferenceValue" ;
    ps:sql_identifier "mt_chain_start_reference" .

mt:chain_validation_status_value a owl:ObjectProperty ;
    rdfs:label "chain_validation_status_value" ;
    rdfs:range ps:TraceabilityStatusEnum ;
    skos:definition "Validation status of the traceability chain" ;
    skos:inScheme mt: ;
    ps:owl.filler "mt:chainValidationStatusValue" ;
    ps: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: ;
    ps:owl.filler "mt:characterizationModelValue" ;
    ps: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: ;
    ps:owl.filler "mt:commonReferenceIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "mt_comparability_assessment_identifier" .

mt:comparability_decision_value a owl:ObjectProperty ;
    rdfs:label "comparability_decision_value" ;
    rdfs:range ps:ComparabilityDecisionEnum ;
    skos:definition "Decision about whether the compared results are metrologically comparable" ;
    skos:inScheme mt: ;
    ps:owl.filler "mt:comparabilityDecisionValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:comment" ;
    ps: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: ;
    ps:owl.filler "mt:competenceBasisValue" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "dcterms:coverage" ;
    ps:sql_identifier "mt_competence_scope" .

mt:competence_status_value a owl:ObjectProperty ;
    rdfs:label "competence_status_value" ;
    rdfs:range ps:CompetenceStatusEnum ;
    skos:definition "Status of the competence or accreditation record" ;
    skos:inScheme mt: ;
    ps:owl.filler "mt:competenceStatusValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:coverage" ;
    ps: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: ;
    ps:owl.filler "mt:excludedProcessesValue" ;
    ps: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: ;
    ps:owl.filler "mt:goalScopeDefinitionValue" ;
    ps: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: ;
    ps:owl.filler "mt:impactMethodValue" ;
    ps: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: ;
    ps:owl.filler "mt:includedProcessesValue" ;
    ps: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: ;
    ps:owl.filler "mt:leftTraceabilityReferenceValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps: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: ;
    ps:owl.filler "sosa:usedProcedure" ;
    ps:sql_identifier "mt_link_procedure" .

mt:link_role_value a owl:ObjectProperty ;
    rdfs:label "link_role_value" ;
    rdfs:range ps:TraceabilityLinkRoleEnum ;
    skos:definition "Role of the traceability link in the chain" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "mt:linkSequenceValue" ;
    ps: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: ;
    ps:owl.filler "prov:wasInfluencedBy" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyReference" ;
    ps: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: ;
    ps:owl.filler "mt:matrixOrMaterialValue" ;
    ps: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: ;
    ps:owl.filler "mt:measurementProcedure" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "mt:measurementStandardLevelValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps:sql_identifier "mt_measurement_standard_owner" .

mt:measurement_standard_type_value a owl:ObjectProperty ;
    rdfs:label "measurement_standard_type_value" ;
    rdfs:range ps:MeasurementStandardTypeEnum ;
    skos:definition "Type or level of measurement standard" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "mt:methodParametersValue" ;
    ps: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: ;
    ps:owl.filler "prov:wasAssociatedWith" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "mt_procedure_name" .

mt:procedure_role_value a owl:ObjectProperty ;
    rdfs:label "procedure_role_value" ;
    rdfs:range ps:ProcedureRoleEnum ;
    skos:definition "Role of the procedure in establishing traceability" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "dcterms:publisher" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps:sql_identifier "mt_reference_entity_provider" .

mt:reference_entity_type_value a owl:ObjectProperty ;
    rdfs:label "reference_entity_type_value" ;
    rdfs:range ps:ReferenceEntityTypeEnum ;
    skos:definition "Type of reference entity" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "mt:referenceMaterialLotValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "dcterms:publisher" ;
    ps:sql_identifier "mt_reference_material_producer" .

mt:reference_material_type_value a owl:ObjectProperty ;
    rdfs:label "reference_material_type_value" ;
    rdfs:range ps:ReferenceMaterialTypeEnum ;
    skos:definition "Type or role of the reference material" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "dcterms:coverage" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps: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: ;
    ps:owl.filler "schema:value" ;
    ps: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: ;
    ps:owl.filler "prov:generatedAtTime" ;
    ps: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: ;
    ps:owl.filler "mt:rightTraceabilityReferenceValue" ;
    ps: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: ;
    ps:owl.filler "mt:sameMeasurandDefinitionValue" ;
    ps: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: ;
    ps:owl.filler "mt:sameMethodOrBoundaryValue" ;
    ps: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: ;
    ps:owl.filler "mt:sameReferenceBasisValue" ;
    ps: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: ;
    ps:owl.filler "sosa:hasSample" ;
    ps: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: ;
    ps:owl.filler "mt:appliesToClassValue" ;
    ps: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: ;
    ps:owl.filler "mt:appliesToModelValue" ;
    ps: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: ;
    ps:owl.filler "mt:appliesToRecordValue" ;
    ps: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: ;
    ps:owl.filler "mt:appliesToSlotValue" ;
    ps: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: ;
    ps:owl.filler "mt:appliesToValueIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "mt:appliesToValuePathValue" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityBasis" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "mt_basis_identifier" .

mt:traceability_basis_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_basis_type_value" ;
    rdfs:range ps:TraceabilityBasisTypeEnum ;
    skos:definition "Type of reference basis used to establish traceability" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityChain" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "mt_chain_name" .

mt:traceability_chain_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_chain_type_value" ;
    rdfs:range ps:TraceabilityChainTypeEnum ;
    skos:definition "Type or topology of the traceability chain" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps:sql_identifier "mt_evidence_provider" .

mt:traceability_evidence_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_evidence_type_value" ;
    rdfs:range ps:TraceabilityEvidenceTypeEnum ;
    skos:definition "Type of supporting evidence" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "skos:definition" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "dcterms:conformsTo" ;
    ps: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: ;
    ps:owl.filler "dcterms:modified" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "mt_statement_label" .

mt:traceability_statement_type_value a owl:ObjectProperty ;
    rdfs:label "traceability_statement_type_value" ;
    rdfs:range ps:TraceabilityStatementTypeEnum ;
    skos:definition "Type of traceability being documented" ;
    skos:inScheme mt: ;
    ps:owl.filler "dcterms:type" ;
    ps:sql_identifier "mt_statement_type" .

mt:traceability_status_value a owl:ObjectProperty ;
    rdfs:label "traceability_status_value" ;
    rdfs:range ps:TraceabilityStatusEnum ;
    skos:definition "Lifecycle or validity status of the traceability statement" ;
    skos:inScheme mt: ;
    ps:owl.filler "pav:version" ;
    ps:sql_identifier "mt_traceability_status" .

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

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

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

ps:activity_identifier a owl:DatatypeProperty ;
    rdfs:label "activity_identifier" ;
    skos:definition "Identifier for this activity within the product system or its source dataset" ;
    skos:inScheme ps: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "ps_activity_identifier" .

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

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

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

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

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

ps: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 ps: ;
    ps:sql_identifier "ps_activity_type_uri" .

ps: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 ps: ;
    ps:owl.filler "skos:broader" ;
    ps:sql_identifier "ps_classification_broader_reference" .

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

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

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

ps: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 ps: ;
    ps:owl.filler "skos:inScheme" ;
    ps:sql_identifier "ps_classification_scheme_reference" .

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

ps: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 ps: ;
    ps:sql_identifier "ps_flow_counterpart_activity_reference" .

ps: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 ps: ;
    ps:owl.filler "prov:hadPlan" ;
    ps:sql_identifier "ps_source_record_data_selection_reference" .

ps: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 ps: ;
    ps:owl.filler "bont:hasDeterminingFlow" ;
    ps:sql_identifier "ps_activity_determining_flow_reference" .

ps: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 ps: ;
    ps:references "ORIENTING LCSA ontology (ORIONT)" ;
    ps:sql_identifier "ps_flow_direction" .

ps:flow_identifier a owl:DatatypeProperty ;
    rdfs:label "flow_identifier" ;
    skos:definition "Identifier for this flow exchange within the product system or its source dataset" ;
    skos:inScheme ps: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "ps_flow_identifier" .

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

ps: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 ps: ;
    ps:references "ORIENTING LCSA ontology (ORIONT)" ;
    ps:sql_identifier "ps_flow_location_reference" .

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

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

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

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

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

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

ps: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 ps: ;
    ps:owl.filler "bont:hasObjectType" ;
    ps:sql_identifier "ps_flow_object_reference" .

ps: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 ps: ;
    ps:sql_identifier "ps_flow_quantity_kind_reference" .

ps: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 ps: ;
    ps:owl.filler "om:hasUnit" ;
    ps:sql_identifier "ps_flow_unit_reference" .

ps: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 ps: ;
    ps:owl.filler "bont:isInputOf" ;
    ps:sql_identifier "ps_flow_input_to_activity_reference" .

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

ps: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 ps: ;
    ps:sql_identifier "ps_lifecycle_stage_definition_reference" .

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

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

ps: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 ps: ;
    ps:owl.filler "skos:inScheme" ;
    ps:sql_identifier "ps_lifecycle_stage_scheme_reference" .

ps: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 ps: ;
    ps:sql_identifier "ps_lifecycle_stage_sequence" .

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

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

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

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

ps: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 ps: ;
    ps:sql_identifier "ps_location_scheme_reference" .

ps: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 ps: ;
    ps:sql_identifier "ps_location_uri" .

ps: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 ps: ;
    ps:owl.filler "bont:isOutputOf" ;
    ps:sql_identifier "ps_flow_output_of_activity_reference" .

ps:product_system_description a owl:DatatypeProperty ;
    rdfs:label "product_system_description" ;
    skos:definition "Description of the represented product system and intended inventory use" ;
    skos:inScheme ps: ;
    ps:owl.filler "dcterms:description" ;
    ps:sql_identifier "ps_system_description" .

ps:product_system_identifier a owl:DatatypeProperty ;
    rdfs:label "product_system_identifier" ;
    skos:definition "Identifier for this product system" ;
    skos:inScheme ps: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "ps_system_identifier" .

ps:product_system_name a owl:DatatypeProperty ;
    rdfs:label "product_system_name" ;
    skos:definition "Name or label for this product system" ;
    skos:inScheme ps: ;
    ps:owl.filler "dcterms:title" ;
    ps:sql_identifier "ps_system_name" .

ps:product_system_scope a owl:ObjectProperty ;
    rdfs:label "product_system_scope" ;
    skos:definition "Whether this product system represents foreground, background, hybrid, or other inventory scope" ;
    skos:inScheme ps: ;
    ps:sql_identifier "ps_system_scope" .

ps:product_system_version a owl:DatatypeProperty ;
    rdfs:label "product_system_version" ;
    skos:definition "Version, release tag, or revision of this product system" ;
    skos:inScheme ps: ;
    ps:owl.filler "dcterms:hasVersion" ;
    ps:sql_identifier "ps_system_version" .

ps:reference_flow_description a owl:DatatypeProperty ;
    rdfs:label "reference_flow_description" ;
    skos:definition "Description of how this reference flow scales the product system" ;
    skos:inScheme ps: ;
    ps:sql_identifier "ps_reference_flow_description" .

ps:reference_flow_identifier a owl:DatatypeProperty ;
    rdfs:label "reference_flow_identifier" ;
    skos:definition "Identifier or URI of the reference flow exchange" ;
    skos:inScheme ps: ;
    ps:sql_identifier "ps_reference_flow_identifier" .

ps:reference_flow_numerical_value a owl:DatatypeProperty ;
    rdfs:label "reference_flow_numerical_value" ;
    skos:definition "Numeric value of this reference-unit measure" ;
    skos:inScheme ps: ;
    ps:owl.filler "om:hasNumericalValue" ;
    ps:sql_identifier "ps_reference_flow_numerical_value" .

ps:reference_flow_object_reference a owl:DatatypeProperty ;
    rdfs:label "reference_flow_object_reference" ;
    skos:definition "Identifier or URI of the reference flow object" ;
    skos:inScheme ps: ;
    ps:owl.filler "bont:hasReferenceFlowObject" ;
    ps:sql_identifier "ps_reference_flow_object_reference" .

ps:reference_flow_quantity_kind_reference a owl:DatatypeProperty ;
    rdfs:label "reference_flow_quantity_kind_reference" ;
    skos:definition "Optional URI, code, or concept reference for the quantity kind or physical dimension of this reference-unit measure" ;
    skos:inScheme ps: ;
    ps:sql_identifier "ps_reference_flow_quantity_kind_reference" .

ps:reference_flow_specification a owl:ObjectProperty ;
    rdfs:label "reference_flow_specification" ;
    skos:definition "Reference flow specification used to scale or consume this product system" ;
    skos:inScheme ps: ;
    ps:owl.filler "bont:ReferenceUnit" ;
    ps:sql_identifier "ps_system_reference_flow_specification" .

ps:reference_flow_unit_reference a owl:DatatypeProperty ;
    rdfs:label "reference_flow_unit_reference" ;
    skos:definition "Unit URI, code, or other unit reference for this reference-unit measure" ;
    skos:inScheme ps: ;
    ps:owl.filler "om:hasUnit" ;
    ps:sql_identifier "ps_reference_flow_unit_reference" .

ps: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 ps: ;
    ps:references "ORIENTING LCSA ontology (ORIONT)" ;
    ps:sql_identifier "ps_temporal_scope_reference_year" .

ps: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 ps: ;
    ps:sql_identifier "ps_source_record_referenced_identifier" .

ps: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 ps: ;
    ps:owl.filler "prov:Entity" ;
    ps:sql_identifier "ps_source_record_referenced_uri" .

ps: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 ps: ;
    ps:sql_identifier "ps_source_record_referenced_version" .

ps: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 ps: ;
    ps:owl.filler "prov:atTime" ;
    ps:sql_identifier "ps_source_record_retrieved_at" .

ps: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 ps: ;
    ps:sql_identifier "ps_source_record_artifact_checksum" .

ps: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 ps: ;
    ps:owl.filler "prov:Entity" ;
    ps:sql_identifier "ps_source_record_artifact_uri" .

ps: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 ps: ;
    ps:sql_identifier "ps_source_record_model_identifier" .

ps: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 ps: ;
    ps:sql_identifier "ps_source_record_model_uri" .

ps: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 ps: ;
    ps:sql_identifier "ps_source_record_model_version" .

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

ps:source_record_role a owl:ObjectProperty ;
    rdfs:label "source_record_role" ;
    skos:definition "Role fulfilled by this source record in the product system" ;
    skos:inScheme ps: ;
    ps:sql_identifier "ps_source_record_role" .

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

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

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

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

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

ps: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 ps: ;
    ps:references "ORIENTING LCSA ontology (ORIONT)" ;
    ps:sql_identifier "ps_temporal_scope_validity_year" .

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: ;
    ps:owl.filler "uq:additionalUncertaintyComponent" ;
    ps: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: ;
    ps:owl.filler "uq:additionalUncertaintyRationaleValue" ;
    ps: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: ;
    ps:owl.filler "prov:generatedAtTime" ;
    ps:sql_identifier "uq_analysis_timestamp" .

uq:boundary_match_value a owl:ObjectProperty ;
    rdfs:label "boundary_match_value" ;
    rdfs:range ps:BoundaryMatchEnum ;
    skos:definition "Assessment of whether method, scope, or system boundaries are compatible for comparison" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:boundaryMatchValue" ;
    ps:sql_identifier "uq_boundary_match" .

uq:budget_method_value a owl:ObjectProperty ;
    rdfs:label "budget_method_value" ;
    rdfs:range ps:PropagationMethodEnum ;
    skos:definition "Method used to combine uncertainty components" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:budgetMethodValue" ;
    ps: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: ;
    ps:owl.filler "uq:coefficientOfVariationValue" ;
    ps: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: ;
    ps:owl.filler "uq:combinedStandardUncertaintyValue" ;
    ps:sql_identifier "uq_combined_standard_uncertainty" .

uq:comparison_decision_value a owl:ObjectProperty ;
    rdfs:label "comparison_decision_value" ;
    rdfs:range ps:ComparisonDecisionEnum ;
    skos:definition "Decision on whether a direct or conditional comparison is meaningful" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:comparisonDecisionValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "uq:componentEstimateValue" ;
    ps: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: ;
    ps:owl.filler "uq:correctionsAppliedValue" ;
    ps: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: ;
    ps:owl.filler "uq:correlationBasisValue" ;
    ps: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: ;
    ps:owl.filler "uq:correlationCoefficientValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "uq:covarianceValue" ;
    ps: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: ;
    ps:owl.filler "uq:decisionRuleValue" ;
    ps: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: ;
    ps:owl.filler "uq:degreesOfFreedomValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "uq:distributionLocationValue" ;
    ps: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: ;
    ps:owl.filler "uq:distributionLowerBoundValue" ;
    ps: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: ;
    ps:owl.filler "uq:distributionMeanValue" ;
    ps: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: ;
    ps:owl.filler "uq:distributionMedianValue" ;
    ps: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: ;
    ps:owl.filler "rdfs:comment" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps: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: ;
    ps:owl.filler "qudt:numericValue" ;
    ps: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: ;
    ps:owl.filler "uq:distributionScaleValue" ;
    ps: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: ;
    ps:owl.filler "uq:distributionStandardDeviationValue" ;
    ps:sql_identifier "uq_distribution_standard_deviation" .

uq:distribution_type_value a owl:ObjectProperty ;
    rdfs:label "distribution_type_value" ;
    rdfs:range ps:DistributionTypeEnum ;
    skos:definition "Type of probability distribution used to describe uncertainty" ;
    skos:inScheme uq: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "uq:distributionUpperBoundValue" ;
    ps: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: ;
    ps:owl.filler "uq:effectiveDegreesOfFreedomValue" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps:sql_identifier "uq_empirical_values_reference" .

uq:evaluation_type_value a owl:ObjectProperty ;
    rdfs:label "evaluation_type_value" ;
    rdfs:range ps:EvaluationTypeEnum ;
    skos:definition "Type of evaluation used for the uncertainty component" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:evaluationTypeValue" ;
    ps: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: ;
    ps:owl.filler "uq:expandedUncertaintyValue" ;
    ps: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: ;
    ps:owl.filler "uq:firstQuantityReferenceValue" ;
    ps: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: ;
    ps:owl.filler "qudt:numericValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps:sql_identifier "uq_input_quantity_unit" .

uq:interval_type_value a owl:ObjectProperty ;
    rdfs:label "interval_type_value" ;
    rdfs:range ps:IntervalTypeEnum ;
    skos:definition "Type of interval used to communicate uncertainty" ;
    skos:inScheme uq: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "uq:leftStatementReferenceValue" ;
    ps: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: ;
    ps:owl.filler "uq:lowerBoundValue" ;
    ps: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: ;
    ps:owl.filler "uq:measurand" ;
    ps: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: ;
    ps:owl.filler "sosa:usedProcedure" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "uq:modelEquationValue" ;
    ps: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: ;
    ps:owl.filler "qudt:numericValue" ;
    ps: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: ;
    ps:owl.filler "sosa:hasFeatureOfInterest" ;
    ps: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: ;
    ps:owl.filler "uq:outputDistribution" ;
    ps: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: ;
    ps:owl.filler "uq:outputInterval" ;
    ps: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: ;
    ps:owl.filler "uq:percentileLowerValue" ;
    ps: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: ;
    ps:owl.filler "uq:percentileUpperValue" ;
    ps: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: ;
    ps:owl.filler "uq:propagationAnalysis" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps:sql_identifier "uq_propagation_identifier" .

uq:propagation_method_value a owl:ObjectProperty ;
    rdfs:label "propagation_method_value" ;
    rdfs:range ps:PropagationMethodEnum ;
    skos:definition "Method used to propagate uncertainty" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:propagationMethodValue" ;
    ps: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: ;
    ps:owl.filler "uq:qualityHotspotFlagValue" ;
    ps: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: ;
    ps:owl.filler "uq:randomSeedValue" ;
    ps: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: ;
    ps:owl.filler "uq:referenceConditionsValue" ;
    ps: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: ;
    ps:owl.filler "uq:reportedValue" ;
    ps: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: ;
    ps:owl.filler "uq:rightStatementReferenceValue" ;
    ps: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: ;
    ps:owl.filler "uq:roundingRuleValue" ;
    ps: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: ;
    ps:owl.filler "uq:sampleDefinitionValue" ;
    ps: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: ;
    ps:owl.filler "uq:samplingFrameValue" ;
    ps: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: ;
    ps:owl.filler "uq:scenarioBoundaryValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "uq:scenarioProbabilityValue" ;
    ps: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: ;
    ps:owl.filler "uq:secondQuantityReferenceValue" ;
    ps: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: ;
    ps:owl.filler "uq:sensitivityCoefficientValue" ;
    ps: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: ;
    ps:owl.filler "uq:sensitivityMetricValue" ;
    ps: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: ;
    ps:owl.filler "uq:sensitivityParameterValue" ;
    ps: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: ;
    ps:owl.filler "uq:sensitivityRankValue" ;
    ps: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: ;
    ps:owl.filler "qudt:numericValue" ;
    ps: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: ;
    ps:owl.filler "uq:simulationRunsValue" ;
    ps: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: ;
    ps:owl.filler "prov:SoftwareAgent" ;
    ps: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: ;
    ps:owl.filler "uq:systemBoundaryValue" ;
    ps: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: ;
    ps:owl.filler "schema:value" ;
    ps:sql_identifier "uq_text_value" .

uq:traceability_match_value a owl:ObjectProperty ;
    rdfs:label "traceability_match_value" ;
    rdfs:range ps:TraceabilityMatchEnum ;
    skos:definition "Assessment of whether traceability bases are compatible for comparison" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:traceabilityMatchValue" ;
    ps: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: ;
    ps:owl.filler "uq:appliesToClassValue" ;
    ps: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: ;
    ps:owl.filler "uq:appliesToModelValue" ;
    ps: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: ;
    ps:owl.filler "uq:appliesToRecordValue" ;
    ps: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: ;
    ps:owl.filler "uq:appliesToSlotValue" ;
    ps: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: ;
    ps:owl.filler "uq:appliesToValueIdentifierValue" ;
    ps: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: ;
    ps:owl.filler "uq:appliesToValuePathValue" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyBudget" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintyFactorValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "ssn:hasProperty" ;
    ps: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: ;
    ps:owl.filler "dcterms:date" ;
    ps: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: ;
    ps:owl.filler "dcterms:description" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "prov:Agent" ;
    ps:sql_identifier "uq_evidence_provider" .

uq:uncertainty_evidence_type_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_evidence_type_value" ;
    rdfs:range ps:UncertaintyEvidenceTypeEnum ;
    skos:definition "Type of supporting evidence" ;
    skos:inScheme uq: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "schema:url" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "skos:definition" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps: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: ;
    ps:owl.filler "qudt:hasQuantityKind" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps:sql_identifier "uq_quantity_unit" .

uq:uncertainty_source_category_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_source_category_value" ;
    rdfs:range ps:UncertaintySourceCategoryEnum ;
    skos:definition "Category of uncertainty source" ;
    skos:inScheme uq: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "uq:uncertaintySourceValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:modified" ;
    ps: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: ;
    ps:owl.filler "dcterms:identifier" ;
    ps: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: ;
    ps:owl.filler "rdfs:label" ;
    ps:sql_identifier "uq_statement_label" .

uq:uncertainty_statement_status_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_statement_status_value" ;
    rdfs:range ps:StatementStatusEnum ;
    skos:definition "Lifecycle status of the uncertainty statement" ;
    skos:inScheme uq: ;
    ps:owl.filler "pav:version" ;
    ps:sql_identifier "uq_statement_status" .

uq:uncertainty_statement_type_value a owl:ObjectProperty ;
    rdfs:label "uncertainty_statement_type_value" ;
    rdfs:range ps:UncertaintyStatementTypeEnum ;
    skos:definition "Type of uncertainty being described" ;
    skos:inScheme uq: ;
    ps:owl.filler "dcterms:type" ;
    ps: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: ;
    ps:owl.filler "uq:upperBoundValue" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps: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: ;
    ps:owl.filler "prov:generatedAtTime" ;
    ps:sql_identifier "uq_value_timestamp" .

uq:value_type_value a owl:ObjectProperty ;
    rdfs:label "value_type_value" ;
    rdfs:range ps:ValueTypeEnum ;
    skos:definition "Type of value being reported" ;
    skos:inScheme uq: ;
    ps:owl.filler "dcterms:type" ;
    ps:sql_identifier "uq_value_type" .

dqf:DataCharacterization a owl:Class ;
    rdfs:label "DataCharacterization" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_provider_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_quality_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:DataTypeEnum ;
            owl:onProperty dqf:data_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:DataSourceTypeEnum ;
            owl:onProperty dqf:data_source_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:collection_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:geographic_coverage_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:collection_start_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:variable_definition_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_domain_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:variable_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:technological_coverage_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:provenance_description_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:collection_end_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:harmonization_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_source_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_characterization_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_source_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:population_or_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:sample_size_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:harmonization_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:sample_size_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:population_or_scope_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:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty dqf:sample_size_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:technological_coverage_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_domain_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_traceability_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:collection_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:temporal_coverage_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:temporal_coverage_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:preprocessing_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:temporal_coverage_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:update_frequency_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:collection_end_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_protocol_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:variable_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:geographic_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:provenance_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:geographic_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:update_frequency_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_source_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_source_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_domain_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:preprocessing_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:maxCardinality 1 ;
            owl:onProperty dqf:technological_coverage_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_version_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_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_source_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:harmonization_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_provider_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:preprocessing_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_provider_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_source_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:population_or_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_end_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:provenance_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:collection_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:update_frequency_value ] ;
    skos:definition "Characterization of the assessed data, including source, provenance, scope, collection method, versioning, and preprocessing" ;
    skos:exactMatch dqf:dataCharacterization ;
    skos:inScheme dqf: ;
    ps:references "W3C DCAT; PROV-O; DQV; ISO 8000" ;
    ps:sql_identifier "dqf_data_characterization_record" .

dqf:DataQualityProfile a owl:Class ;
    rdfs:label "DataQualityProfile" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_flag_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:limiting_criteria_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityScoreEnum ;
            owl:onProperty dqf:overall_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityCriterionAssessment ;
            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:overall_quality_score_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profile_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:profile_summary_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ConfidenceLevelEnum ;
            owl:onProperty dqf:confidence_level_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:confidence_level_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:overall_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_profile_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:overall_numeric_score_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:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:AggregationMethodEnum ;
            owl:onProperty dqf:aggregation_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:profile_summary_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:overall_numeric_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:profile_summary_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityFlagEnum ;
            owl:onProperty dqf:quality_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:limiting_criteria_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:confidence_level_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:limiting_criteria_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_profile_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:overall_numeric_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_profile_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profile_name_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: ;
    ps:references "CE-RISE D2.4; NUSAP; W3C Data Quality Vocabulary" ;
    ps:sql_identifier "dqf_profile" .

dqf:QualityMetric a owl:Class ;
    rdfs:label "QualityMetric" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metric_category_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:metric_text_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:quality_metric_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_text_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_pass_flag_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:boolean ;
            owl:onProperty dqf:metric_pass_flag_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_unit_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:quality_metric_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_threshold_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metric_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:metric_threshold_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityCriterionEnum ;
            owl:onProperty dqf:quality_metric_category_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:metric_numeric_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_metric_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_numeric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_metric_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_numeric_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:quality_metric_category_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:metric_method_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:metric_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:metric_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:minCardinality 0 ;
            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:string ;
            owl:onProperty dqf:metric_unit_value ] ;
    skos:definition "Metric, indicator, diagnostic output, threshold check, or quality measurement supporting a criterion score" ;
    skos:exactMatch dqf:qualityMetric ;
    skos:inScheme dqf: ;
    ps:references "W3C Data Quality Vocabulary" ;
    ps:sql_identifier "dqf_quality_metric_record" .

dqf:RemediationAction a owl:Class ;
    rdfs:label "RemediationAction" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:PriorityEnum ;
            owl:onProperty dqf:remediation_priority_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:remediation_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_action_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:verification_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_completion_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:expected_score_improvement_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_due_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_priority_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:remediation_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:verification_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:RemediationStatusEnum ;
            owl:onProperty dqf:remediation_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_due_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:remediation_action_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:remediation_due_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:RemediationActionTypeEnum ;
            owl:onProperty dqf:remediation_action_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_action_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:verification_method_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:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:expected_score_improvement_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_owner_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:maxCardinality 1 ;
            owl:onProperty dqf:remediation_completion_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:remediation_action_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:remediation_owner_value ] ;
    skos:definition "Remediation, mitigation, containment, or improvement activity for a data quality issue" ;
    skos:exactMatch dqf:remediationAction ;
    skos:inScheme dqf: ;
    ps:references "CE-RISE D2.4" ;
    ps: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: ;
    ps:owl.filler "dqf:criterionAssessment" ;
    ps: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: ;
    ps:owl.filler "dqf:qualityDiagnostic" ;
    ps:sql_identifier "dqf_quality_diagnostics" .

mt:BoundaryDefinition a owl:Class ;
    rdfs:label "BoundaryDefinition" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:data_source_scope_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:allocation_rule_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:impact_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:allocation_rule_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:BoundaryTypeEnum ;
            owl:onProperty mt:boundary_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_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_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_version_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_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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:data_source_scope_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:excluded_processes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:boundary_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:excluded_processes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:goal_scope_definition_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:included_processes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:impact_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:allocation_rule_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:minCardinality 0 ;
            owl:onProperty mt:included_processes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:data_source_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:characterization_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:characterization_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:goal_scope_definition_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:boundary_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:characterization_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            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: ;
    ps:references "ISO 14040; ISO 14044; ISO 14067; Product Environmental Footprint; JCGM 200:2012" ;
    ps:sql_identifier "mt_boundary_definition_record" .

mt:MeasurementProcedure a owl:Class ;
    rdfs:label "MeasurementProcedure" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:operator_or_software_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ProcedureRoleEnum ;
            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_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_role_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_uri_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_role_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:method_parameters_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:method_parameters_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_uri_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:operator_or_software_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_version_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:method_parameters_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:procedure_description_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_standard_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:procedure_standard_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:operator_or_software_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_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:procedure_uri_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_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 ] ;
    skos:definition "Measurement, calculation, sampling, calibration, analytical, or modelling procedure used to define or transfer a value" ;
    skos:exactMatch mt:measurementProcedure ;
    skos:inScheme mt: ;
    ps:references "JCGM 200:2012; ISO/IEC 17025; ISO 5725" ;
    ps:sql_identifier "mt_procedure" .

mt:TraceabilityBasis a owl:Class ;
    rdfs:label "TraceabilityBasis" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_authority_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityBasisTypeEnum ;
            owl:onProperty mt:traceability_basis_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:common_reference_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:common_reference_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_used_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:reference_used_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:common_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_authority_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:anyURI ;
            owl:onProperty mt:common_reference_uri_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:common_reference_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:common_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_basis_description_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_version_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:common_reference_uri_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_authority_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:common_reference_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reference_scope_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_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:common_reference_uri_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_basis_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reference_used_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis_type_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: ;
    ps:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10" ;
    ps:sql_identifier "mt_basis" .

mt:TraceabilityChain a owl:Class ;
    rdfs:label "TraceabilityChain" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_validation_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_chain_name_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_chain_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_completeness_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_chain_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_end_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_links ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_validation_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:ChainCompletenessEnum ;
            owl:onProperty mt:chain_completeness_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_completeness_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityChainTypeEnum ;
            owl:onProperty mt:traceability_chain_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityStatusEnum ;
            owl:onProperty mt:chain_validation_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_start_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:chain_start_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:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:chain_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:chain_end_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityLink ;
            owl:onProperty mt:traceability_links ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:chain_end_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ] ;
    skos:definition "Documented chain or network relating a measurement result to a reference" ;
    skos:exactMatch mt:traceabilityChain ;
    skos:inScheme mt: ;
    ps:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10" ;
    ps: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: ;
    ps:owl.filler "mt:competenceRecord" ;
    ps: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: ;
    ps:owl.filler "mt:measurementStandard" ;
    ps: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: ;
    ps:owl.filler "mt:referenceEntity" ;
    ps: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: ;
    ps:owl.filler "mt:referenceMaterial" ;
    ps:sql_identifier "mt_reference_materials" .

ps:SourceRecordReference a owl:Class ;
    rdfs:label "SourceRecordReference" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_artifact_checksum ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:referenced_record_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:source_artifact_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:referenced_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_record_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:data_selection_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_model_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:source_model_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_record_role ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_record_role ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:SourceRecordRoleEnum ;
            owl:onProperty ps:source_record_role ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_artifact_checksum ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:referenced_record_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:source_model_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_model_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:source_artifact_checksum ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:retrieved_at ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:referenced_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_model_identifier ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_artifact_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:data_selection_reference ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:referenced_record_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_artifact_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:referenced_record_version ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:retrieved_at ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_model_identifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty ps:retrieved_at ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:referenced_record_uri ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:source_model_version ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty ps:source_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:referenced_record_identifier ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:data_selection_reference ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:source_model_version ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps:source_model_uri ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty ps:referenced_record_uri ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty ps: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 product-system data" ;
    skos:exactMatch prov:Entity ;
    skos:inScheme ps: .

uq:PropagationAnalysis a owl:Class ;
    rdfs:label "PropagationAnalysis" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:sensitivity_results ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            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:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:ScenarioUncertainty ;
            owl:onProperty uq:scenario_uncertainties ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:software_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:output_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:output_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:PropagationMethodEnum ;
            owl:onProperty uq:propagation_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:SensitivityResult ;
            owl:onProperty uq:sensitivity_results ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:integer ;
            owl:onProperty uq:random_seed_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:analysis_timestamp_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:model_equation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:propagation_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ 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:software_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:propagation_method_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:output_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:random_seed_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_method_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_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:simulation_runs_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:analysis_timestamp_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:model_equation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:output_interval ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:propagation_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:output_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty uq:analysis_timestamp_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:random_seed_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:software_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:simulation_runs_value ] ;
    skos:definition "Analysis used to propagate input uncertainties to an output uncertainty statement" ;
    skos:exactMatch uq:propagationAnalysis ;
    skos:inScheme uq: ;
    ps:references "JCGM 100:2008; JCGM 101:2008; JCGM GUM-6:2020; JCGM GUM-1:2023" ;
    ps:sql_identifier "uq_propagation" .

uq:UncertaintyBudget a owl:Class ;
    rdfs:label "UncertaintyBudget" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:combined_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:effective_degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:combined_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_components ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_budget_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:expanded_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:budget_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:InputQuantity ;
            owl:onProperty uq:input_quantities ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyComponent ;
            owl:onProperty uq:uncertainty_components ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:combined_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            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_interval ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budget_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:PropagationMethodEnum ;
            owl:onProperty uq:budget_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:Correlation ;
            owl:onProperty uq:correlations ],
        [ 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:allValuesFrom xsd:string ;
            owl:onProperty uq:measurement_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:expanded_uncertainty_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_budget_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_budget_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:input_quantities ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_budget_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budget_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:effective_degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:correlations ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_factor_value ] ;
    skos:definition "Statement of uncertainty components, their calculation, and their combination" ;
    skos:exactMatch uq:uncertaintyBudget ;
    skos:inScheme uq: ;
    ps:references "JCGM 100:2008; JCGM 200:2012" ;
    ps:sql_identifier "uq_budget" .

uq:UncertaintyComponent a owl:Class ;
    rdfs:label "UncertaintyComponent" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:component_estimate_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_source_category_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_component_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:uncertainty_component_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:component_estimate_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_component_identifier_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:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_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_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_source_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_source_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_statement_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:sensitivity_coefficient_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_component_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:standard_uncertainty_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:sensitivity_coefficient_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:component_estimate_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 xsd:float ;
            owl:onProperty uq:relative_standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:evaluation_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_component_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coefficient_of_variation_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_component_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_source_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:evaluation_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:EvaluationTypeEnum ;
            owl:onProperty uq:evaluation_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:UncertaintySourceCategoryEnum ;
            owl:onProperty uq:uncertainty_source_category_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:degrees_of_freedom_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:standard_uncertainty_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:sensitivity_coefficient_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: ;
    ps:references "JCGM 100:2008; JCGM 200:2012; ISO 5725; ISO/TS 21748" ;
    ps:sql_identifier "uq_component" .

uq:UncertaintyStatement a owl:Class ;
    rdfs:label "UncertaintyStatement" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_budget ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyDistribution ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_label_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_traceability_reference_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_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:measurand ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:measurand ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:reported_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty uq:uncertainty_statement_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_type_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:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_budget ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:PropagationAnalysis ;
            owl:onProperty uq:propagation_analysis ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_standards_applied_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:probability_distribution ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_type_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_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:QuantityValue ;
            owl:onProperty uq:reported_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_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_label_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:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:reported_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:StatementStatusEnum ;
            owl:onProperty uq:uncertainty_statement_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:propagation_analysis ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_class_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_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_label_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_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:propagation_analysis ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyBudget ;
            owl:onProperty uq:uncertainty_budget ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:UncertaintyStatementTypeEnum ;
            owl:onProperty uq:uncertainty_statement_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:UncertaintyInterval ;
            owl:onProperty uq:coverage_interval ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:MeasurandSpecification ;
            owl:onProperty uq:measurand ] ;
    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." ;
    ps:references "JCGM 100:2008; JCGM 101:2008; JCGM 200:2012; ISO/IEC 17025; ISO 5725" ;
    ps:sql_identifier "uq_statement" .

dqf:QualityIssue a owl:Class ;
    rdfs:label "QualityIssue" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:issue_affected_criteria_value ],
        [ 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:minCardinality 0 ;
            owl:onProperty dqf:issue_root_cause_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_detected_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:SeverityEnum ;
            owl:onProperty dqf:issue_severity_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_risk_statement_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_detected_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:issue_risk_statement_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_severity_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityIssueTypeEnum ;
            owl:onProperty dqf:quality_issue_type_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:issue_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:RemediationAction ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_issue_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:IssueStatusEnum ;
            owl:onProperty dqf:issue_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_scope_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            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_root_cause_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_affected_criteria_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_affected_criteria_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:issue_scope_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_root_cause_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issue_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:quality_issue_identifier_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:issue_risk_statement_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:issue_severity_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty dqf:issue_detected_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_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: ;
    ps:references "CE-RISE D2.4" ;
    ps:sql_identifier "dqf_issue" .

mt:CalibrationRecord a owl:Class ;
    rdfs:label "CalibrationRecord" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_laboratory_accreditation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_laboratory_accreditation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_method_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:calibration_method_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_result_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibrated_item_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibrated_item_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:anyURI ;
            owl:onProperty mt:calibration_certificate_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_laboratory_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_due_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_interval_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_laboratory_accreditation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibrated_item_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:calibration_due_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            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:calibration_interval_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_result_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_due_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_certificate_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_certificate_url_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibrated_item_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:date ;
            owl:onProperty mt:calibration_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_laboratory_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_environmental_conditions_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_result_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:CalibrationStatusEnum ;
            owl:onProperty mt:calibration_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:calibration_laboratory_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:calibration_interval_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_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: ;
    ps:references "ISO/IEC 17025; ILAC P10; JCGM 200:2012" ;
    ps:sql_identifier "mt_calibration" .

ps:FlowKindEnum a owl:Class ;
    rdfs:label "FlowKindEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#PRODUCT_FLOW> <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#ELEMENTARY_FLOW> <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#WASTE_FLOW> <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#OTHER> ) ;
    skos:definition "Kinds of flow exchanges used in life cycle inventory modeling" ;
    skos:inScheme ps: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#ELEMENTARY_FLOW>,
        <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#OTHER>,
        <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#PRODUCT_FLOW>,
        <https://ce-rise-models.codeberg.page/product-system/FlowKindEnum#WASTE_FLOW> .

dqf:DataQualityAssessment a owl:Class ;
    rdfs:label "DataQualityAssessment" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:assessment_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_standards_applied_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:intended_use_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:assessor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:FitnessForPurposeEnum ;
            owl:onProperty dqf:fitness_for_purpose_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:intended_use_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_label_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_status_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_characterization ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:DataQualityAssessmentTypeEnum ;
            owl:onProperty dqf:data_quality_assessment_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:QualityIssue ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:fitness_for_purpose_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:RemediationAction ;
            owl:onProperty dqf:remediation_actions ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:AssessmentStatusEnum ;
            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:data_quality_assessment_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_issues ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:assessment_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_label_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:quality_diagnostics ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:assessment_purpose_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_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:fitness_for_purpose_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:intended_use_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_assessment_label_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:UncertaintyTranslation ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:assessment_purpose_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_assessment_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataCharacterization ;
            owl:onProperty dqf:data_characterization ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_profile ],
        [ 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_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:assessor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_standards_applied_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:assessor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_assessment_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:assessment_notes_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:assessment_purpose_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_characterization ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_profile ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty dqf:data_quality_assessment_date_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_traceability_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom dqf:DataQualityProfile ;
            owl:onProperty dqf:data_quality_profile ] ;
    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." ;
    ps:references "CE-RISE D2.4; W3C Data Quality Vocabulary; PROV-O; NUSAP; IPCC data quality guidance; ISO 14044; ISO 8000; ISO 9001" ;
    ps:sql_identifier "dqf_assessment" .

dqf:UncertaintyTranslation a owl:Class ;
    rdfs:label "UncertaintyTranslation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:coefficient_of_variation_lower_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:combined_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:coefficient_of_variation_upper_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_uncertainty_factor_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 xsd:float ;
            owl:onProperty dqf:combined_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:combined_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:data_quality_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:coefficient_of_variation_upper_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:data_quality_uncertainty_factor_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_distribution_assumption_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:UncertaintyTranslationMethodEnum ;
            owl:onProperty dqf:uncertainty_translation_method_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_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:QualityScoreEnum ;
            owl:onProperty dqf:source_quality_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:coefficient_of_variation_lower_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:combined_coefficient_of_variation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:combined_coefficient_of_variation_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:data_quality_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation_method_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:source_quality_score_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            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:string ;
            owl:onProperty dqf:uncertainty_translation_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:source_quality_score_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty dqf:uncertainty_translation_identifier_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_translation_rationale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:coefficient_of_variation_upper_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty dqf:uncertainty_translation_rationale_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty dqf:coefficient_of_variation_lower_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty dqf:data_quality_evidence_reference_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: ;
    ps:references "CE-RISE D2.4; JCGM 100:2008; JCGM 101:2008" ;
    ps:sql_identifier "dqf_uncertainty_translation_record" .

dqf:aggregation_method_value a owl:ObjectProperty ;
    rdfs:label "aggregation_method_value" ;
    rdfs:range ps:AggregationMethodEnum ;
    skos:definition "Method used to aggregate criterion scores or lower-level assessments into a profile" ;
    skos:inScheme dqf: ;
    ps:owl.filler "dqf:aggregationMethodValue" ;
    ps: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: ;
    ps:owl.filler "mt:traceabilityReference" ;
    ps: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: ;
    ps:owl.filler "dqf:qualityMetric" ;
    ps: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: ;
    ps:owl.filler "dqf:remediationAction" ;
    ps:sql_identifier "dqf_remediation_actions" .

mt:TraceabilityStatement a owl:Class ;
    rdfs:label "TraceabilityStatement" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:boundary_definition ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:BoundaryDefinition ;
            owl:onProperty mt:boundary_definition ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty mt:result_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_label_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityStatementTypeEnum ;
            owl:onProperty mt:traceability_statement_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:MeasurementProcedure ;
            owl:onProperty mt:measurement_procedure ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_label_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_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reported_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_chain ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_measurand_description_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_measurand_name_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:measurement_procedure ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_measurand_description_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_data_quality_reference_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_class_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:MeasurementStandard ;
            owl:onProperty mt:measurement_standards ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_slot_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:result_date_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_label_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:competence_records ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ 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_statement_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:boundary_definition ],
        [ 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_measurand_name_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_class_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reported_value_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_model_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reported_value_identifier_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:allValuesFrom mt:CompetenceRecord ;
            owl:onProperty mt:competence_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:CalibrationRecord ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reported_value_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_measurand_name_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_entities ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_uncertainty_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_date_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_applies_to_value_path_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_basis ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_data_quality_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_status_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:dateTime ;
            owl:onProperty mt:traceability_statement_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_standards_applied_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ReferenceEntity ;
            owl:onProperty mt:reference_entities ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_statement_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:ReferenceMaterial ;
            owl:onProperty mt:reference_materials ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_applies_to_record_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reported_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_procedure ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_evidence_reference_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_quantity_unit_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_slot_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:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_statement_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_statement_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom mt:TraceabilityChain ;
            owl:onProperty mt:traceability_chain ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:reported_value_identifier_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_chain ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_basis ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:measurement_standards ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty mt:traceability_quantity_kind_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:reported_value_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:calibration_records ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:TraceabilityStatusEnum ;
            owl:onProperty mt:traceability_status_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_value_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:reference_materials ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:result_date_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty mt:traceability_measurand_identifier_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty mt:traceability_applies_to_value_path_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." ;
    ps:references "JCGM 200:2012; ISO/IEC 17025; ILAC P10; ISO 17034; ISO Guide 35; ISO 14040; ISO 14044" ;
    ps:sql_identifier "mt_statement" .

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: ;
    ps:owl.filler "dcterms:conformsTo" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "dqf:dataQualityReference" ;
    ps: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: ;
    ps:owl.filler "ssn:hasProperty" ;
    ps: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: ;
    ps:owl.filler "qudt:hasQuantityKind" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps: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: ;
    ps:owl.filler "rdfs:comment" ;
    ps:sql_identifier "mt_statement_notes" .

ps:ProductSystemScopeEnum a owl:Class ;
    rdfs:label "ProductSystemScopeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#FOREGROUND> <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#BACKGROUND> <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#HYBRID> <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#OTHER> ) ;
    skos:definition "Declared scope of a product system or activity" ;
    skos:inScheme ps: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#BACKGROUND>,
        <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#FOREGROUND>,
        <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#HYBRID>,
        <https://ce-rise-models.codeberg.page/product-system/ProductSystemScopeEnum#OTHER> .

ps:QualityFlagEnum a owl:Class ;
    rdfs:label "QualityFlagEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/QualityFlagEnum#green_proceed> <https://ce-rise-models.codeberg.page/product-system/QualityFlagEnum#orange_review> <https://ce-rise-models.codeberg.page/product-system/QualityFlagEnum#red_reject> <https://ce-rise-models.codeberg.page/product-system/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/product-system/QualityFlagEnum#green_proceed>,
        <https://ce-rise-models.codeberg.page/product-system/QualityFlagEnum#grey_not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/QualityFlagEnum#orange_review>,
        <https://ce-rise-models.codeberg.page/product-system/QualityFlagEnum#red_reject> .

ps:lifecycle_stage_reference a owl:DatatypeProperty .

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:minCardinality 0 ;
            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+00 ] ) ] ) ] ;
            owl:onProperty uq:coverage_probability_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 ],
        [ 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:minCardinality 0 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:interval_type_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:upper_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:upper_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:percentile_upper_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:allValuesFrom ps:IntervalTypeEnum ;
            owl:onProperty uq:interval_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:coverage_factor_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:lower_bound_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:lower_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:uncertainty_unit_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:percentile_lower_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:coverage_probability_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:percentile_lower_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:lower_bound_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:upper_bound_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:uncertainty_unit_value ] ;
    skos:definition "Interval representation of uncertainty, including coverage intervals and percentile intervals" ;
    skos:exactMatch uq:uncertaintyInterval ;
    skos:inScheme uq: ;
    ps:references "JCGM 100:2008; JCGM 101:2008; JCGM 200:2012" ;
    ps: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: ;
    ps:owl.filler "uq:coverageProbabilityValue" ;
    ps: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: ;
    ps:owl.filler "uq:measurementModelValue" ;
    ps: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: ;
    ps:owl.filler "dcterms:conformsTo" ;
    ps: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: ;
    ps:owl.filler "pav:version" ;
    ps: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: ;
    ps:owl.filler "uq:standardUncertaintyValue" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps:sql_identifier "uq_unit" .

ps:BoundaryMatchEnum a owl:Class ;
    rdfs:label "BoundaryMatchEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#matching> <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#compatible> <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#partial> <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#divergent> <https://ce-rise-models.codeberg.page/product-system/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/product-system/BoundaryMatchEnum#compatible>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#divergent>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#matching>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#not_assessed>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryMatchEnum#partial> .

ps:ChainCompletenessEnum a owl:Class ;
    rdfs:label "ChainCompletenessEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#complete> <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#partial> <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#inferred> <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#gap_identified> <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#unavailable> ) ;
    skos:definition "Completeness of a traceability chain" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#complete>,
        <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#gap_identified>,
        <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#inferred>,
        <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#partial>,
        <https://ce-rise-models.codeberg.page/product-system/ChainCompletenessEnum#unavailable> .

ps:ComparabilityDecisionEnum a owl:Class ;
    rdfs:label "ComparabilityDecisionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#comparable> <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#comparable_with_conditions> <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#not_comparable> <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#insufficient_information> <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#not_evaluated> ) ;
    skos:definition "Decision values for metrological comparability assessments" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#comparable>,
        <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#comparable_with_conditions>,
        <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#insufficient_information>,
        <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#not_comparable>,
        <https://ce-rise-models.codeberg.page/product-system/ComparabilityDecisionEnum#not_evaluated> .

ps:ComparisonDecisionEnum a owl:Class ;
    rdfs:label "ComparisonDecisionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#direct_comparison_valid> <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#comparison_valid_with_expanded_uncertainty> <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#comparison_conditional> <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#comparison_not_recommended> <https://ce-rise-models.codeberg.page/product-system/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/product-system/ComparisonDecisionEnum#comparison_conditional>,
        <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#comparison_infeasible>,
        <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#comparison_not_recommended>,
        <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#comparison_valid_with_expanded_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/ComparisonDecisionEnum#direct_comparison_valid> .

ps:ConfidenceLevelEnum a owl:Class ;
    rdfs:label "ConfidenceLevelEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#high> <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#medium> <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#low> <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#very_low> <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#not_evaluated> ) ;
    skos:definition "Confidence levels derived from data quality assessment" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#high>,
        <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#low>,
        <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#medium>,
        <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/ConfidenceLevelEnum#very_low> .

ps:FlowObjectKindEnum a owl:Class ;
    rdfs:label "FlowObjectKindEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#PRODUCT> <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#MATERIAL> <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#WASTE> <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#ELEMENTARY> <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#SERVICE> <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#OTHER> ) ;
    skos:definition "Declared kinds of objects represented by product-system flows" ;
    skos:inScheme ps: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#ELEMENTARY>,
        <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#MATERIAL>,
        <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#OTHER>,
        <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#PRODUCT>,
        <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#SERVICE>,
        <https://ce-rise-models.codeberg.page/product-system/FlowObjectKindEnum#WASTE> .

ps:PriorityEnum a owl:Class ;
    rdfs:label "PriorityEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#low> <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#medium> <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#high> <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#urgent> <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#not_assigned> ) ;
    skos:definition "Priority values for remediation actions" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#high>,
        <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#low>,
        <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#medium>,
        <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#not_assigned>,
        <https://ce-rise-models.codeberg.page/product-system/PriorityEnum#urgent> .

ps:StatementStatusEnum a owl:Class ;
    rdfs:label "StatementStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#draft> <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#reported> <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#revised> <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#superseded> <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#withdrawn> ) ;
    skos:definition "Lifecycle status values for uncertainty statements" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#draft>,
        <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#reported>,
        <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#revised>,
        <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/product-system/StatementStatusEnum#withdrawn> .

ps:TraceabilityMatchEnum a owl:Class ;
    rdfs:label "TraceabilityMatchEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#matching> <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#compatible> <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#partial> <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#divergent> <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#not_assessed> ) ;
    skos:definition "Compatibility of traceability bases for comparison" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#compatible>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#divergent>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#matching>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#not_assessed>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityMatchEnum#partial> .

uq:UncertaintyDistribution a owl:Class ;
    rdfs:label "UncertaintyDistribution" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_standard_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_mean_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_standard_deviation_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:empirical_values_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:empirical_values_reference_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_scale_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            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_upper_bound_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_location_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_parameters ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_mean_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_type_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_location_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_scale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:empirical_values_reference_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_location_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_upper_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom uq:DistributionParameter ;
            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_lower_bound_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_median_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_upper_bound_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 ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_scale_value ],
        [ a owl:Restriction ;
            owl:minCardinality 0 ;
            owl:onProperty uq:distribution_standard_deviation_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_identifier_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom ps:DistributionTypeEnum ;
            owl:onProperty uq:distribution_type_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_notes_value ],
        [ a owl:Restriction ;
            owl:maxCardinality 1 ;
            owl:onProperty uq:distribution_lower_bound_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty uq:distribution_notes_value ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:float ;
            owl:onProperty uq:distribution_lower_bound_value ] ;
    skos:definition "Probability distribution representing uncertainty for a measurand, input quantity, component, or model output" ;
    skos:exactMatch uq:uncertaintyDistribution ;
    skos:inScheme uq: ;
    ps:references "JCGM 101:2008; JCGM GUM-6:2020" ;
    ps: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: ;
    ps:owl.filler "dqf:qualityIssue" ;
    ps:sql_identifier "dqf_quality_issues" .

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: ;
    ps:owl.filler "mt:calibrationRecord" ;
    ps:sql_identifier "mt_calibration_records" .

ps:CompetenceStatusEnum a owl:Class ;
    rdfs:label "CompetenceStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#active> <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#suspended> <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#expired> <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#withdrawn> <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#not_applicable> <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#not_available> ) ;
    skos:definition "Status values for competence and accreditation records" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#active>,
        <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#not_applicable>,
        <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#not_available>,
        <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#suspended>,
        <https://ce-rise-models.codeberg.page/product-system/CompetenceStatusEnum#withdrawn> .

ps:EvaluationTypeEnum a owl:Class ;
    rdfs:label "EvaluationTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#type_a> <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#type_b> <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#mixed> <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#data_quality_derived> <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#expert_judgement> <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#scenario_based> ) ;
    skos:definition "Evaluation types for uncertainty components" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#data_quality_derived>,
        <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#mixed>,
        <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#scenario_based>,
        <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#type_a>,
        <https://ce-rise-models.codeberg.page/product-system/EvaluationTypeEnum#type_b> .

ps:FitnessForPurposeEnum a owl:Class ;
    rdfs:label "FitnessForPurposeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#fit> <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#fit_with_conditions> <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#exploratory_only> <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#not_fit> <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#insufficient_information> <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#not_evaluated> ) ;
    skos:definition "Fitness-for-purpose decision values" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#exploratory_only>,
        <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#fit>,
        <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#fit_with_conditions>,
        <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#insufficient_information>,
        <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/FitnessForPurposeEnum#not_fit> .

ps:IntervalTypeEnum a owl:Class ;
    rdfs:label "IntervalTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#coverage_interval> <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#expanded_uncertainty_interval> <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#percentile_interval> <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#credible_interval> <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#tolerance_interval> <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#decision_interval> ) ;
    skos:definition "Interval types used to report uncertainty" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#coverage_interval>,
        <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#credible_interval>,
        <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#decision_interval>,
        <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#expanded_uncertainty_interval>,
        <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#percentile_interval>,
        <https://ce-rise-models.codeberg.page/product-system/IntervalTypeEnum#tolerance_interval> .

ps:SourceRecordRoleEnum a owl:Class ;
    rdfs:label "SourceRecordRoleEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#ASSESSMENT_SUBJECT> <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#ACTIVITY_INPUT> <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#FLOW_INPUT> <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#BACKGROUND_DATASET> <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#CLASSIFICATION_SOURCE> <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#METHOD_OR_PARAMETER> <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#OTHER> ) ;
    skos:definition "Roles that source records, datasets, or artifacts can fulfil when composing a product system" ;
    skos:inScheme ps: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#ACTIVITY_INPUT>,
        <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#ASSESSMENT_SUBJECT>,
        <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#BACKGROUND_DATASET>,
        <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#CLASSIFICATION_SOURCE>,
        <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#FLOW_INPUT>,
        <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#METHOD_OR_PARAMETER>,
        <https://ce-rise-models.codeberg.page/product-system/SourceRecordRoleEnum#OTHER> .

ps:TraceabilityChainTypeEnum a owl:Class ;
    rdfs:label "TraceabilityChainTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#linear_calibration_chain> <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#branched_calibration_network> <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#method_traceability_chain> <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#boundary_traceability_chain> <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#hybrid_chain> <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#not_documented> ) ;
    skos:definition "Topology or kind of traceability chain" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#boundary_traceability_chain>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#branched_calibration_network>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#hybrid_chain>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#linear_calibration_chain>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#method_traceability_chain>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityChainTypeEnum#not_documented> .

ps:ValueTypeEnum a owl:Class ;
    rdfs:label "ValueTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#measured_value> <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#calculated_value> <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#estimated_value> <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#simulated_value> <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#categorical_value> <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#interval_value> ) ;
    skos:definition "Types of values that may carry uncertainty" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#calculated_value>,
        <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#categorical_value>,
        <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#estimated_value>,
        <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#interval_value>,
        <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#measured_value>,
        <https://ce-rise-models.codeberg.page/product-system/ValueTypeEnum#simulated_value> .

ps:source_record_references a owl:ObjectProperty .

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: ;
    ps:owl.filler "uq:uncertaintyReference" ;
    ps: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: ;
    ps:owl.filler "dqf:uncertaintyTranslation" ;
    ps:sql_identifier "dqf_uncertainty_translation" .

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: ;
    ps:owl.filler "uq:uncertaintyReference" ;
    ps: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: ;
    ps:owl.filler "qudt:unit" ;
    ps: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: ;
    ps:owl.filler "schema:value" ;
    ps:sql_identifier "mt_assigned_value" .

ps:CalibrationStatusEnum a owl:Class ;
    rdfs:label "CalibrationStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#valid> <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#valid_with_restrictions> <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#due> <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#expired> <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#failed> <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#superseded> <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#not_available> ) ;
    skos:definition "Status of a calibration or equivalent record" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#due>,
        <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#failed>,
        <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#not_available>,
        <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#valid>,
        <https://ce-rise-models.codeberg.page/product-system/CalibrationStatusEnum#valid_with_restrictions> .

ps:IssueStatusEnum a owl:Class ;
    rdfs:label "IssueStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#open> <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#under_review> <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#mitigated> <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#remediated> <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#accepted_risk> <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#closed> <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#superseded> ) ;
    skos:definition "Lifecycle status of data quality issues" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#accepted_risk>,
        <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#closed>,
        <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#mitigated>,
        <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#open>,
        <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#remediated>,
        <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/product-system/IssueStatusEnum#under_review> .

ps:ReferenceMaterialTypeEnum a owl:Class ;
    rdfs:label "ReferenceMaterialTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#certified_reference_material> <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#reference_material> <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#calibrator> <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#quality_control_material> <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#matrix_reference_material> <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#in_house_reference_material> <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#other> ) ;
    skos:definition "Types of reference materials" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#calibrator>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#certified_reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#in_house_reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#matrix_reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#quality_control_material>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceMaterialTypeEnum#reference_material> .

ps:SeverityEnum a owl:Class ;
    rdfs:label "SeverityEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#low> <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#moderate> <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#high> <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#critical> <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#not_evaluated> ) ;
    skos:definition "Severity values for diagnostics and quality issues" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#critical>,
        <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#high>,
        <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#low>,
        <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#moderate>,
        <https://ce-rise-models.codeberg.page/product-system/SeverityEnum#not_evaluated> .

ps:UncertaintyStatementTypeEnum a owl:Class ;
    rdfs:label "UncertaintyStatementTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#measurement_uncertainty> <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#parameter_uncertainty> <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#model_uncertainty> <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#scenario_uncertainty> <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#data_quality_derived_uncertainty> <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#comparison_uncertainty> <https://ce-rise-models.codeberg.page/product-system/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/product-system/UncertaintyStatementTypeEnum#combined_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#comparison_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#data_quality_derived_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#measurement_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#model_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#parameter_uncertainty>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyStatementTypeEnum#scenario_uncertainty> .

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: ;
    ps:owl.filler "uq:coverageFactorValue" ;
    ps: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: ;
    ps:owl.filler "uq:coverageInterval" ;
    ps: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: ;
    ps:owl.filler "uq:relativeStandardUncertaintyValue" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps: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: ;
    ps:owl.filler "dcterms:conformsTo" ;
    ps:sql_identifier "uq_standards_applied" .

ps:AssessmentStatusEnum a owl:Class ;
    rdfs:label "AssessmentStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#draft> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#active> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#reviewed> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#verified> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#partial> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#superseded> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#expired> <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#unavailable> ) ;
    skos:definition "Lifecycle status values for data quality assessments" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#active>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#draft>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#partial>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#reviewed>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#unavailable>,
        <https://ce-rise-models.codeberg.page/product-system/AssessmentStatusEnum#verified> .

ps:RemediationStatusEnum a owl:Class ;
    rdfs:label "RemediationStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#proposed> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#planned> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#in_progress> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#completed> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#verified> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#deferred> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#cancelled> <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#not_applicable> ) ;
    skos:definition "Lifecycle status of remediation actions" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#cancelled>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#completed>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#deferred>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#in_progress>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#not_applicable>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#planned>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#proposed>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationStatusEnum#verified> .

ps:TraceabilityStatementTypeEnum a owl:Class ;
    rdfs:label "TraceabilityStatementTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#si_traceability> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#method_defined_traceability> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#boundary_defined_traceability> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#reference_material_traceability> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#conventional_reference_traceability> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#hybrid_traceability> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#not_evaluated> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#other> ) ;
    skos:definition "Kinds of traceability statements supported by this model" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#boundary_defined_traceability>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#conventional_reference_traceability>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#hybrid_traceability>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#method_defined_traceability>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#reference_material_traceability>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatementTypeEnum#si_traceability> .

ps:ProcedureRoleEnum a owl:Class ;
    rdfs:label "ProcedureRoleEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#measurement> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#calibration> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#sampling> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#analytical_method> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#calculation> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#modelling> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#quality_control> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#reporting> <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#other> ) ;
    skos:definition "Roles of procedures in a traceability statement" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#analytical_method>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#calculation>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#calibration>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#measurement>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#modelling>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#quality_control>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#reporting>,
        <https://ce-rise-models.codeberg.page/product-system/ProcedureRoleEnum#sampling> .

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: ;
    ps:owl.filler "schema:validFrom" ;
    ps: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: ;
    ps:owl.filler "schema:validThrough" ;
    ps:sql_identifier "mt_reference_valid_until" .

ps:BoundaryTypeEnum a owl:Class ;
    rdfs:label "BoundaryTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#system_boundary> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#goal_and_scope> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#functional_unit> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#allocation_boundary> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#scenario_definition> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#temporal_boundary> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#geographical_boundary> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#technological_boundary> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#characterization_model> <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#other> ) ;
    skos:definition "Types of boundary or scope definitions" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#allocation_boundary>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#characterization_model>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#functional_unit>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#geographical_boundary>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#goal_and_scope>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#scenario_definition>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#system_boundary>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#technological_boundary>,
        <https://ce-rise-models.codeberg.page/product-system/BoundaryTypeEnum#temporal_boundary> .

ps:DataQualityAssessmentTypeEnum a owl:Class ;
    rdfs:label "DataQualityAssessmentTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#value_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#record_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#dataset_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#indicator_input_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#indicator_output_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#evidence_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#process_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#composite_assessment> <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#not_evaluated> <https://ce-rise-models.codeberg.page/product-system/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/product-system/DataQualityAssessmentTypeEnum#composite_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#dataset_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#evidence_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#indicator_input_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#indicator_output_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#process_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#record_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityAssessmentTypeEnum#value_assessment> .

ps:DataTypeEnum a owl:Class ;
    rdfs:label "DataTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#quantitative> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#semi_quantitative> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#qualitative> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#categorical> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#boolean> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#time_series> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#geospatial> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#modelled> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#mixed> <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#other> ) ;
    skos:definition "Types of data covered by data quality assessments" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#boolean>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#categorical>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#geospatial>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#mixed>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#modelled>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#qualitative>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#quantitative>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#semi_quantitative>,
        <https://ce-rise-models.codeberg.page/product-system/DataTypeEnum#time_series> .

ps:MeasurementStandardTypeEnum a owl:Class ;
    rdfs:label "MeasurementStandardTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#international_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#national_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#primary_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#secondary_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#reference_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#working_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#transfer_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#instrument_standard> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#unit_realization> <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#other> ) ;
    skos:definition "Types or hierarchy levels of measurement standards" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#instrument_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#international_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#national_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#primary_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#reference_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#secondary_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#transfer_standard>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#unit_realization>,
        <https://ce-rise-models.codeberg.page/product-system/MeasurementStandardTypeEnum#working_standard> .

ps:PropagationMethodEnum a owl:Class ;
    rdfs:label "PropagationMethodEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#analytical_gum> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#monte_carlo> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#bayesian_updating> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#bootstrap> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#sensitivity_analysis> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#scenario_analysis> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#hybrid> <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#not_evaluated> ) ;
    skos:definition "Methods for uncertainty combination or propagation" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#analytical_gum>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#bayesian_updating>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#bootstrap>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#hybrid>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#monte_carlo>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#scenario_analysis>,
        <https://ce-rise-models.codeberg.page/product-system/PropagationMethodEnum#sensitivity_analysis> .

ps:QualityScoreEnum a owl:Class ;
    rdfs:label "QualityScoreEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_1_very_reliable> <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_2_reliable> <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_3_unreliable> <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_4_dubious> <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#not_evaluated> <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#not_applicable> ) ;
    skos:definition "Pedigree score scale for data quality" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#not_applicable>,
        <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_1_very_reliable>,
        <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_2_reliable>,
        <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_3_unreliable>,
        <https://ce-rise-models.codeberg.page/product-system/QualityScoreEnum#score_4_dubious> .

ps:TraceabilityLinkRoleEnum a owl:Class ;
    rdfs:label "TraceabilityLinkRoleEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#calibration> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#comparison> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#verification> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#correction> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#value_transfer> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#method_definition> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#boundary_definition> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#data_source_mapping> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#software_or_model_execution> <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#other> ) ;
    skos:definition "Roles of links in a traceability chain" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#boundary_definition>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#calibration>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#comparison>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#correction>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#data_source_mapping>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#method_definition>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#software_or_model_execution>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#value_transfer>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityLinkRoleEnum#verification> .

ps:TraceabilityStatusEnum a owl:Class ;
    rdfs:label "TraceabilityStatusEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#draft> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#active> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#reviewed> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#verified> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#partial> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#expired> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#superseded> <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#unavailable> ) ;
    skos:definition "Lifecycle and validation status values for traceability records" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#active>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#draft>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#expired>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#partial>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#reviewed>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#superseded>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#unavailable>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityStatusEnum#verified> .

ps:UncertaintyTranslationMethodEnum a owl:Class ;
    rdfs:label "UncertaintyTranslationMethodEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#cv_lookup> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#uf_lookup> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#direct_cv> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#direct_uf> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#lognormal_uf> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#expert_judgement> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#sensitivity_analysis> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#monte_carlo> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#not_evaluated> <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#other> ) ;
    skos:definition "Methods for translating data quality into uncertainty" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#cv_lookup>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#direct_cv>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#direct_uf>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#lognormal_uf>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#monte_carlo>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#sensitivity_analysis>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyTranslationMethodEnum#uf_lookup> .

uq:probability_distribution a owl:ObjectProperty ;
    rdfs:label "probability_distribution" ;
    rdfs:range uq:UncertaintyDistribution ;
    skos:definition "Probability distribution describing uncertainty" ;
    skos:inScheme uq: ;
    ps:owl.filler "uq:probabilityDistribution" ;
    ps:sql_identifier "uq_probability_distribution" .

ps:AggregationLevelEnum a owl:Class ;
    rdfs:label "AggregationLevelEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#value> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#record> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#dataset> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#input_quantity> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#indicator> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#model> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#component> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#product> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#material> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#portfolio> <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#other> ) ;
    skos:definition "Levels at which data quality may be aggregated" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#component>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#dataset>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#indicator>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#input_quantity>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#material>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#model>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#portfolio>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#product>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#record>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationLevelEnum#value> .

ps:AggregationMethodEnum a owl:Class ;
    rdfs:label "AggregationMethodEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#worst_score> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#rule_based> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#weighted_mean> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#arithmetic_mean> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#geometric_mean> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#maximum_risk> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#hierarchical> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#expert_judgement> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#custom> <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#not_evaluated> ) ;
    skos:definition "Methods for aggregating data quality information" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#arithmetic_mean>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#custom>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#geometric_mean>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#hierarchical>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#maximum_risk>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#not_evaluated>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#rule_based>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#weighted_mean>,
        <https://ce-rise-models.codeberg.page/product-system/AggregationMethodEnum#worst_score> .

ps:TraceabilityBasisTypeEnum a owl:Class ;
    rdfs:label "TraceabilityBasisTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#si_unit_realization> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#measurement_standard> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#certified_reference_material> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#reference_material> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#measurement_procedure> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#standard_method> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#system_boundary> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#characterization_model> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#data_source_or_dataset> <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#conventional_reference> <https://ce-rise-models.codeberg.page/product-system/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/product-system/TraceabilityBasisTypeEnum#certified_reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#characterization_model>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#conventional_reference>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#data_source_or_dataset>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#measurement_procedure>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#measurement_standard>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#si_unit_realization>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#standard_method>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityBasisTypeEnum#system_boundary> .

ps:UncertaintyEvidenceTypeEnum a owl:Class ;
    rdfs:label "UncertaintyEvidenceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#reference_material_certificate> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#measurement_report> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#laboratory_report> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#data_quality_assessment> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#standard_method> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#software_record> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#expert_judgement> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#literature_source> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#other> ) ;
    skos:definition "Types of supporting evidence for uncertainty evaluation" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#data_quality_assessment>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#laboratory_report>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#literature_source>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#measurement_report>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#reference_material_certificate>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#software_record>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#standard_method>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintyEvidenceTypeEnum#supplier_declaration> .

ps:DataSourceTypeEnum a owl:Class ;
    rdfs:label "DataSourceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#direct_measurement> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#laboratory_test> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#administrative_record> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#database> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#literature> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#expert_judgement> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#survey_or_interview> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#sensor_or_iot> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#calculation_or_model> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#mixed> <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#other> ) ;
    skos:definition "Types of data sources" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#administrative_record>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#calculation_or_model>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#database>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#direct_measurement>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#expert_judgement>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#laboratory_test>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#literature>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#mixed>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#sensor_or_iot>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#supplier_declaration>,
        <https://ce-rise-models.codeberg.page/product-system/DataSourceTypeEnum#survey_or_interview> .

ps:DiagnosticTypeEnum a owl:Class ;
    rdfs:label "DiagnosticTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#comprehensive_profiling> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#missing_data_analysis> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#structural_integrity_validation> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#relational_integrity_validation> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#distributional_alignment> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#semantic_unit_consistency> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#temporal_spatial_alignment> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#provenance_correlation> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#impact_sensitivity> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#scoring_rule_check> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#reproducibility_check> <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#other> ) ;
    skos:definition "Types of data-quality diagnostics" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#comprehensive_profiling>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#distributional_alignment>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#impact_sensitivity>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#missing_data_analysis>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#provenance_correlation>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#relational_integrity_validation>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#reproducibility_check>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#scoring_rule_check>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#semantic_unit_consistency>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#structural_integrity_validation>,
        <https://ce-rise-models.codeberg.page/product-system/DiagnosticTypeEnum#temporal_spatial_alignment> .

ps:DistributionTypeEnum a owl:Class ;
    rdfs:label "DistributionTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#normal> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#lognormal> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#triangular> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#uniform> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#rectangular> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#student_t> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#beta> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#gamma> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#exponential> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#empirical> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#discrete> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#multimodal> <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#custom> ) ;
    skos:definition "Probability distribution types used to represent uncertainty" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#beta>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#custom>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#discrete>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#empirical>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#exponential>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#gamma>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#lognormal>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#multimodal>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#normal>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#rectangular>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#student_t>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#triangular>,
        <https://ce-rise-models.codeberg.page/product-system/DistributionTypeEnum#uniform> .

ps:QualityCriterionEnum a owl:Class ;
    rdfs:label "QualityCriterionEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#validity> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#accuracy> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#consistency> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#timeliness> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#completeness> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#representativeness> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#transparency> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#provenance> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#reproducibility> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#precision> <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#other> ) ;
    skos:definition "Data quality criteria supported by the framework" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#accuracy>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#completeness>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#consistency>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#precision>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#provenance>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#representativeness>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#reproducibility>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#timeliness>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#transparency>,
        <https://ce-rise-models.codeberg.page/product-system/QualityCriterionEnum#validity> .

ps:ReferenceEntityTypeEnum a owl:Class ;
    rdfs:label "ReferenceEntityTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#si_definition> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#national_standard> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#international_standard> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#working_standard> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#instrument> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#reference_material> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#method_document> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#dataset> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#software> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#boundary_document> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#organization> <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#other> ) ;
    skos:definition "Types of reference entities used in traceability records" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#boundary_document>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#dataset>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#instrument>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#international_standard>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#method_document>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#national_standard>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#organization>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#si_definition>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#software>,
        <https://ce-rise-models.codeberg.page/product-system/ReferenceEntityTypeEnum#working_standard> .

ps:RemediationActionTypeEnum a owl:Class ;
    rdfs:label "RemediationActionTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#sampling_redesign> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#reweighting> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#imputation> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#recalibration> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#metadata_completion> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#data_contract_enforcement> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#unit_canonicalization> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#source_refresh> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#governance_agreement> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#uncertainty_inflation> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#quarantine> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#rejection> <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#other> ) ;
    skos:definition "Types of remediation, mitigation, or improvement actions" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#data_contract_enforcement>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#governance_agreement>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#imputation>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#metadata_completion>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#quarantine>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#recalibration>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#rejection>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#reweighting>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#sampling_redesign>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#source_refresh>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#uncertainty_inflation>,
        <https://ce-rise-models.codeberg.page/product-system/RemediationActionTypeEnum#unit_canonicalization> .

ps:TraceabilityEvidenceTypeEnum a owl:Class ;
    rdfs:label "TraceabilityEvidenceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#reference_material_certificate> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#test_report> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#method_standard> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#procedure_document> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#accreditation_record> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#proficiency_test> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#validation_report> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#dataset_reference> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#software_record> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#boundary_document> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#other> ) ;
    skos:definition "Types of evidence used to support traceability" ;
    skos:inScheme mt: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#accreditation_record>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#boundary_document>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#dataset_reference>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#method_standard>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#procedure_document>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#proficiency_test>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#reference_material_certificate>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#software_record>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#supplier_declaration>,
        <https://ce-rise-models.codeberg.page/product-system/TraceabilityEvidenceTypeEnum#test_report>,
        <https://ce-rise-models.codeberg.page/product-system/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: ;
    ps:owl.filler "dqf:dataQualityReference" ;
    ps:sql_identifier "uq_data_quality_reference" .

ps:DataQualityEvidenceTypeEnum a owl:Class ;
    rdfs:label "DataQualityEvidenceTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#diagnostic_report> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#data_profile> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#dataset_snapshot> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#provenance_record> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#metadata_record> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#calibration_certificate> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#traceability_record> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#validation_report> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#harmonization_log> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#remediation_record> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#workflow_record> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#supplier_declaration> <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#standard_or_protocol> <https://ce-rise-models.codeberg.page/product-system/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/product-system/DataQualityEvidenceTypeEnum#calibration_certificate>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#data_profile>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#dataset_snapshot>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#diagnostic_report>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#harmonization_log>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#metadata_record>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#provenance_record>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#remediation_record>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#standard_or_protocol>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#supplier_declaration>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#traceability_record>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#validation_report>,
        <https://ce-rise-models.codeberg.page/product-system/DataQualityEvidenceTypeEnum#workflow_record> .

ps:QualityIssueTypeEnum a owl:Class ;
    rdfs:label "QualityIssueTypeEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#missingness> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#non_representativeness> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#timeliness_deficit> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#schema_drift> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#unit_mismatch> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#coding_mismatch> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#calibration_gap> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#provenance_gap> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#method_mismatch> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#boundary_mismatch> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#outlier_or_anomaly> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#duplicate_or_conflict> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#bias> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#invalid_value> <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#other> ) ;
    skos:definition "Types of data quality issues" ;
    skos:inScheme dqf: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#bias>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#boundary_mismatch>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#calibration_gap>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#coding_mismatch>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#duplicate_or_conflict>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#invalid_value>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#method_mismatch>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#missingness>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#non_representativeness>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#outlier_or_anomaly>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#provenance_gap>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#schema_drift>,
        <https://ce-rise-models.codeberg.page/product-system/QualityIssueTypeEnum#timeliness_deficit>,
        <https://ce-rise-models.codeberg.page/product-system/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: ;
    ps:owl.filler "mt:traceabilityReference" ;
    ps:sql_identifier "uq_traceability_reference" .

ps:UncertaintySourceCategoryEnum a owl:Class ;
    rdfs:label "UncertaintySourceCategoryEnum" ;
    owl:unionOf ( <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#repeatability> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#reproducibility> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#calibration> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#reference_material> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#resolution> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#environmental_condition> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#sampling> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#sample_preparation> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#method_bias> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#recovery> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#drift> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#model_discrepancy> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#data_quality> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#boundary_condition> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#scenario_choice> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#input_data> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#software> <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#other> ) ;
    skos:definition "Categories of uncertainty sources" ;
    skos:inScheme uq: ;
    linkml:permissible_values <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#boundary_condition>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#calibration>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#data_quality>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#drift>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#environmental_condition>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#input_data>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#method_bias>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#model_discrepancy>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#other>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#recovery>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#reference_material>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#repeatability>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#reproducibility>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#resolution>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#sample_preparation>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#sampling>,
        <https://ce-rise-models.codeberg.page/product-system/UncertaintySourceCategoryEnum#scenario_choice>,
        <https://ce-rise-models.codeberg.page/product-system/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: ;
    ps:owl.filler "uq:uncertaintyReference" ;
    ps: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: ;
    ps:owl.filler "rdfs:comment" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps: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: ;
    ps:owl.filler "prov:wasDerivedFrom" ;
    ps:sql_identifier "mt_evidence_reference_value" .


