Skip to content

Commit

Permalink
Update FI-accessibility-AEC3PO.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
AmnaKRDB authored Jul 12, 2023
1 parent 92a7f57 commit 1c8343c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion examples/Finland/FI-accessibility-AEC3PO.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ex:ramp_humanEvaluatedCheckMethod_Straight rdf:type aec3po:SWRLCheck ;
ex:ramp_humanEvaluatedCheckMethod_Surface rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes ex:ramp_humanEvaluatedCheckStatement_Surface .

# Define a checkMethod MaterialandArrangement that combines the three previous human evaluated check Methods
# Define a checkMethod MaterialandArrangement that combines the three previous human evaluated check methods related to the material and arrangement of the ramp
ex:ramp_humanEvaluatedCheckMethod_MaterialandArrangement rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes (
ex:ramp_humanEvaluatedCheckMethod_Noticeable
Expand All @@ -205,12 +205,27 @@ ex:ramp_humanEvaluatedCheckMethod_FixedStructure rdf:type aec3po:SWRLCheck ;
ex:ramp_humanEvaluatedCheckMethod_ProtectiveEdge rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes ex:ramp_humanEvaluatedCheckStatement_ProtectiveEdge .

# Define a checkMethod AllProtectiveEdge that combines the two previous check methods related to the protective edge
ex:ramp_humanEvaluatedCheckMethod_AllProtectiveEdge rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes (
ex:ramp_humanEvaluatedCheckStatement_FixedStructure
ex:ramp_humanEvaluatedCheckStatement_ProtectiveEdge
) .

ex:ramp_numericalCheckMethod_LowerLandingLenght rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes ex:ramp_numericalCheckStatement_LowerLandingLenght .

ex:ramp_numericalCheckMethod_UpperLandingLenght rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes ex:ramp_numericalCheckStatement_UpperLandingLenght .

# Define a checkMethod LandingLength that combines the two previous check CheckMethods related to the landing length
ex:ramp_numericalCheckMethod_LandingLength rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes (
ex:ramp_numericalCheckStatement_LowerLandingLenght
ex:ramp_numericalCheckStatement_UpperLandingLenght

) .

ex:ramp_numericalCheckMethod_MaxGradient rdf:type aec3po:SWRLCheck ;
aec3po:operationalizes ex:ramp_numericalCheckStatement_MaxGradient .

Expand Down

0 comments on commit 1c8343c

Please sign in to comment.