From 6b19a98d0d003d67bd0660341805eaf0dc724821 Mon Sep 17 00:00:00 2001 From: AMNA DRIDI Date: Wed, 1 Nov 2023 14:34:38 +0000 Subject: [PATCH] Update FI3-CO2_Emission-AEC3PO.ttl contributes to solve issue#70 --- examples/Finland/FI3-CO2_Emission-AEC3PO.ttl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/Finland/FI3-CO2_Emission-AEC3PO.ttl b/examples/Finland/FI3-CO2_Emission-AEC3PO.ttl index f4be225..d34d31f 100644 --- a/examples/Finland/FI3-CO2_Emission-AEC3PO.ttl +++ b/examples/Finland/FI3-CO2_Emission-AEC3PO.ttl @@ -1019,7 +1019,7 @@ ex:FI3_categoryCheckMethod_CarbonAssessmentResult aec3po:forDesign ex:FI3_buildi ex:FI3_categoryCheckMethod_CarbonFootprintResult aec3po:forDesign ex:FI3_building_CarbonFootprintResultPropertyDesign . -# Conduct the checking act and generate a conformance report. +# Conduct the checking act and generate a compliance verification report. ex:FI3_CO2Emission_checkingAct a aec3po:CheckingAct . # Link the checkingAct to all the CheckMethods using usedMethod property @@ -1029,9 +1029,9 @@ ex:FI3_CO2Emission_checkingAct aec3po:usedMethod ex:FI3_categoryCheckMethod_CarbonAssessmentResult , ex:FI3_categoryCheckMethod_CarbonFootprintResult . -# Instantiate the conformance report -ex:FI3_CO2Emission_ConformanceReport a aec3po:ConformanceReport ; +# Instantiate the compliance verification report +ex:FI3_CO2Emission_ComplianceVerificationReport a aec3po:ComplianceVerificationReport ; aec3po:conforms false . ## Building Site results are not provided. -# Link the checkingAct to the conformance report using hasReport property -ex:FI3_CO2Emission_checkingAct aec3po:hasReport ex:FI3_CO2Emission_ConformanceReport . +# Link the checkingAct to the compliance verification report using hasReport property +ex:FI3_CO2Emission_checkingAct aec3po:hasReport ex:FI3_CO2Emission_ComplianceVerificationReport .