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 b6ef2a8 commit 02f55bc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/Finland/FI-accessibility-AEC3PO.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -114,25 +114,25 @@ ex:rampSurface a aec3po:Property ;
aec3po:hasValue "true"^^xsd:boolean .

ex:rampWidth a aec3po:Property ;
aec3po:hasValue 900^^xsd:double ;
aec3po:hasValue 900 ;
aec3po:hasQuantityKind unit:MilliM ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-ge .

ex:rampFixedStructure a aec3po:Property ;
aec3po:hasValue "false"^^xsd:boolean .

ex:rampProtectiveEdge a aec3po:Property ;
aec3po:hasValue 50^^xsd:double ;
aec3po:hasValue 50 ;
aec3po:hasQuantityKind unit:MilliM ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-ge .

ex:rampLowerLandingLenght a aec3po:Property ;
aec3po:hasValue 1500^^xsd:double ;
aec3po:hasValue 1500 ;
aec3po:hasQuantityKind unit:MilliM ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-ge .

ex:rampUpperLandingLenght a aec3po:Property ;
aec3po:hasValue 1500^^xsd:double ;
aec3po:hasValue 1500 ;
aec3po:hasQuantityKind unit:MilliM ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-ge .

Expand All @@ -141,19 +141,19 @@ ex:rampMaxGradient a aec3po:Property ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-le .

ex:rampLowerLandingElev a aec3po:Property ;
aec3po:hasValue 500^^xsd:double ;
aec3po:hasValue 500 ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-le .

ex:rampUpperLandingElev a aec3po:Property ;
aec3po:hasValue 1000^^xsd:double ;
aec3po:hasValue 1000 ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-le .

ex:rampIntLandingLenght a aec3po:Property ;
aec3po:hasValue 2000^^xsd:double ;
aec3po:hasValue 2000 ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-ge .

ex:rampIntLandingElev a aec3po:Property ;
aec3po:hasValue 500^^xsd:double ;
aec3po:hasValue 500 ;
aec3po:hasComparisonOperator aec3po:ComparisonOperator-le .

ex:rampIndoorCondition a aec3po:Property ;
Expand Down

0 comments on commit 02f55bc

Please sign in to comment.