data-shapes-test-suite.tests.core.path.path-complex-002.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-shacl-testsuite Show documentation
Show all versions of rdf4j-shacl-testsuite Show documentation
Test suite for the SHACL Shapes Constraint Language
The newest version!
@prefix dash: .
@prefix ex: .
@prefix mf: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix sh: .
@prefix sht: .
@prefix xsd: .
<> a mf:Manifest ;
mf:entries (
) .
a sht:Validate ;
rdfs:label "Test of complex path validation results" ;
mf:action [
sht:dataGraph ;
sht:shapesGraph ] ;
mf:result [ a sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result [ a sh:ValidationResult ;
sh:focusNode ex:i ;
sh:value ex:k ;
sh:resultPath ( [ sh:inversePath ex:p ] [ sh:inversePath ex:p ] ) ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape ex:s1 ] ;
sh:result [ a sh:ValidationResult ;
sh:focusNode ex:i ;
sh:value ex:l ;
sh:resultPath ( [ sh:inversePath ex:p ] [ sh:inversePath ex:p ] ) ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape ex:s1 ] ;
sh:result [ a sh:ValidationResult ;
sh:focusNode ex:i ;
sh:value ex:l ;
sh:resultPath ( [ sh:inversePath ex:p ] [ sh:inversePath ex:p ] ) ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape ex:s2 ] ;
sh:result [ a sh:ValidationResult ;
sh:focusNode ex:i ;
sh:value ex:k ;
sh:resultPath( [ sh:inversePath ex:p ] [ sh:inversePath ex:p ] ) ;
sh:resultSeverity sh:Violation ;
sh:sourceConstraintComponent sh:ClassConstraintComponent ;
sh:sourceShape ex:s2 ] ] ;
mf:status sht:approved .