data-shapes-test-suite.tests.core.node.xone-duplicate.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 mf: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix sh: .
@prefix sht: .
@prefix xsd: .
@prefix ex: .
<> a mf:Manifest ;
mf:entries (
) .
a sht:Validate;
rdfs:label "Test of validation report for shape xone-duplicate by property constraints" ;
mf:action [ sht:dataGraph ;
sht:shapesGraph ] ;
mf:result [ rdf:type sh:ValidationReport ;
sh:conforms "false"^^xsd:boolean ;
sh:result [ rdf:type sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:focusNode ex:i ;
sh:value ex:i ;
sh:sourceShape ex:s1 ;
sh:sourceConstraintComponent sh:XoneConstraintComponent ] ;
sh:result [ rdf:type sh:ValidationResult ;
sh:resultSeverity sh:Violation ;
sh:focusNode ex:j ;
sh:value ex:j ;
sh:sourceShape ex:s1 ;
sh:sourceConstraintComponent sh:XoneConstraintComponent ] ] ;
mf:status sht:approved .