Skip to content

Commit

Permalink
Update invalid-scale-types.ttl.approved.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdataflow authored Apr 24, 2024
1 parent 2f140ff commit dc700f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/profile-visualize/invalid-scale-types.ttl.approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _:report a sh:ValidationReport ;
sh:focusNode <observationConstraint> ;
sh:resultPath sh:property ;
sh:value _:b2 ;
sh:resultMessage "Cube must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
sh:resultMessage "Dimension must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
], [
rdf:type sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
Expand All @@ -36,7 +36,7 @@ _:report a sh:ValidationReport ;
sh:focusNode <observationConstraint> ;
sh:resultPath sh:property ;
sh:value _:b3 ;
sh:resultMessage "Cube must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
sh:resultMessage "Dimension must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
] ;
], [
rdf:type sh:ValidationResult ;
Expand All @@ -46,7 +46,7 @@ _:report a sh:ValidationReport ;
sh:focusNode <observationConstraint> ;
sh:resultPath sh:property ;
sh:value _:b2 ;
sh:resultMessage "Cube must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
sh:resultMessage "Dimension must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
], [
rdf:type sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
Expand All @@ -55,7 +55,7 @@ _:report a sh:ValidationReport ;
sh:focusNode <observationConstraint> ;
sh:resultPath sh:property ;
sh:value _:b3 ;
sh:resultMessage "Cube must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
sh:resultMessage "Dimension must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" ;
] ;
sh:conforms false .

Expand All @@ -68,4 +68,4 @@ _:b643 sh:path sh:property ;
sh:node <https://cube.link/shape/profile-visualize#ObservationConstraintCoreProperty> ;
]
) ;
sh:message "Cube must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" .
sh:message "Dimension must have exactly one scaleType: qudt:IntervalScale, qudt:NominalScale, qudt:RatioScale, or qudt:OrdinalScale" .

0 comments on commit dc700f9

Please sign in to comment.