diff --git a/tests/examples/alternate_data_stream_PASS_validation.ttl b/tests/examples/alternate_data_stream_PASS_validation.ttl
index d13a07eb..33496ff0 100644
--- a/tests/examples/alternate_data_stream_PASS_validation.ttl
+++ b/tests/examples/alternate_data_stream_PASS_validation.ttl
@@ -1,4 +1,3 @@
-@prefix observable: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@@ -8,21 +7,5 @@
[]
a sh:ValidationReport ;
sh:conforms "true"^^xsd:boolean ;
- sh:result [
- a sh:ValidationResult ;
- sh:focusNode ;
- sh:resultMessage "In UCO 2.0.0, uco-observable:AlternateDataStream will be a subclass of uco-observable:FileSystemObject. In preparation for UCO 2.0.0, the additional type uco-observable:FileSystemObject should be assigned to this node."@en ;
- sh:resultSeverity sh:Warning ;
- sh:sourceConstraintComponent sh:ClassConstraintComponent ;
- sh:sourceShape [
- a sh:NodeShape ;
- rdfs:comment "This anonymous shape is attached with rdfs:seeAlso in order to associate a warning-severity class constraint, that will only be necessary as an independent shape until UCO 2.0.0."@en ;
- sh:class observable:FileSystemObject ;
- sh:message "In UCO 2.0.0, uco-observable:AlternateDataStream will be a subclass of uco-observable:FileSystemObject. In preparation for UCO 2.0.0, the additional type uco-observable:FileSystemObject should be assigned to this node."@en ;
- sh:severity sh:Warning ;
- sh:targetClass observable:AlternateDataStream ;
- ] ;
- sh:value ;
- ] ;
.