All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data-shapes-test-suite.tests.core.node.xone-duplicate.ttl Maven / Gradle / Ivy

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 .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy