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

data-shapes-test-suite.tests.core.path.path-unused-001.ttl Maven / Gradle / Ivy

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 with unused ill-formed path" ;
  mf:action [
      sht:dataGraph  ;
      sht:shapesGraph  ] ;
  mf:result [ a sh:ValidationReport ;
      sh:conforms "false"^^xsd:boolean ;
      sh:result [ a sh:ValidationResult ;
          sh:focusNode ex:j ;
	  sh:value ex:j ;
          sh:resultSeverity sh:Violation ;
          sh:sourceShape ex:s1 ;
          sh:sourceConstraintComponent sh:ClassConstraintComponent ] ] ;
  mf:status sht:approved .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy