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

data-shapes-test-suite.tests.core.node.minInclusive-002.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:  .

ex:TestShape a sh:NodeShape ;
  sh:minInclusive "2002-10-10T12:00:00-05:00"^^xsd:dateTime ;
  sh:targetNode "2002-10-10T12:00:00-05:00"^^xsd:dateTime ;
  sh:targetNode "2002-10-10T12:00:01-05:00"^^xsd:dateTime ;
  sh:targetNode "2002-10-09T12:00:00-05:00"^^xsd:dateTime ;
  sh:targetNode "2002-10-10T12:00:00"^^xsd:dateTime ;
  sh:targetNode ex:TestShape ;
.
<>
  rdf:type mf:Manifest ;
  mf:entries (
      
    ) ;
.

  rdf:type sht:Validate ;
  rdfs:label "Test of sh:minInclusive at node shape 002 - dateTime with timezone" ;
  mf:action [
      sht:dataGraph <> ;
      sht:shapesGraph <> ;
    ] ;
  mf:result [
      rdf:type sh:ValidationReport ;
      sh:conforms "false"^^xsd:boolean ;
      sh:result [
          rdf:type sh:ValidationResult ;
          sh:focusNode "2002-10-10T12:00:00"^^xsd:dateTime ;
          sh:value     "2002-10-10T12:00:00"^^xsd:dateTime ;
          sh:resultSeverity sh:Violation ;
          sh:sourceConstraintComponent sh:MinInclusiveConstraintComponent ;
          sh:sourceShape ex:TestShape ;
        ] ;
      sh:result [
          rdf:type sh:ValidationResult ;
          sh:focusNode "2002-10-09T12:00:00-05:00"^^xsd:dateTime ;
          sh:value     "2002-10-09T12:00:00-05:00"^^xsd:dateTime ;
          sh:resultSeverity sh:Violation ;
          sh:sourceConstraintComponent sh:MinInclusiveConstraintComponent ;
          sh:sourceShape ex:TestShape ;
        ] ;
      sh:result [
          rdf:type sh:ValidationResult ;
          sh:focusNode ex:TestShape ;
          sh:value     ex:TestShape ;
          sh:resultSeverity sh:Violation ;
          sh:sourceConstraintComponent sh:MinInclusiveConstraintComponent ;
          sh:sourceShape ex:TestShape ;
        ] ;
    ] ;
  mf:status sht:approved ;
.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy