Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-n3b3c is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-n3b3c"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-n3b3c"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-n3b3c"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-lyo"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-n3b3c in workspace /home/jenkins/agent/workspace/lyo-validation-master
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-s2OeEafD7wZC/agent.89
SSH_AGENT_PID=91
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_8061668630087727489.key (/home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_8061668630087727489.key)
[ssh-agent] Using credentials genie.lyo (ssh://genie.lyo@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lyo-validation.git
 > git init /home/jenkins/agent/workspace/lyo-validation-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo-validation.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/lyo-validation.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lyo-validation.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lyo-validation.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo-validation.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/lyo-validation.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cdcf221f8cb490dcf7d70e58e484a526bb95b425 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdcf221f8cb490dcf7d70e58e484a526bb95b425 # timeout=10
Commit message: "Update README.md"
 > git rev-list --no-walk 334fc6b4ad1eaff643c9242cd91cf708d614db48 # timeout=10
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B clean verify javadoc:aggregate
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.eclipse.lyo:lyo-validation >-------------------
[INFO] Building lyo-validation 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-validation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/lyo-validation-master/target/classes
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ lyo-validation ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/lyo-validation-master/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/lyo-validation-master/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
17:40:32.854 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
17:40:32.856 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
17:40:32.857 [main] DEBUG org.apache.jena.util.LocationMapper - Failed to find configuration: file:location-mapping.rdf;file:location-mapping.n3;file:location-mapping.ttl;file:etc/location-mapping.rdf;file:etc/location-mapping.n3;file:etc/location-mapping.ttl
17:40:32.857 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
17:40:32.857 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
17:40:32.857 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
17:40:32.860 [main] DEBUG org.apache.jena.riot.system.stream.JenaIOEnvironment - Failed to find configuration: location-mapping.ttl;location-mapping.rdf;location-mapping.n3;etc/location-mapping.rdf;etc/location-mapping.n3;etc/location-mapping.ttl
17:40:33.032 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
17:40:33.047 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:32.622Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                6 .
17:40:33.197 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:32.622Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:32.622Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:33.203 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6c680092-47b1-4664-be48-e9d3d971c86f @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 6c680092-47b1-4664-be48-e9d3d971c86f @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6c680092-47b1-4664-be48-e9d3d971c86f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6c680092-47b1-4664-be48-e9d3d971c86f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6c680092-47b1-4664-be48-e9d3d971c86f @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6c680092-47b1-4664-be48-e9d3d971c86f @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6c680092-47b1-4664-be48-e9d3d971c86f @rdf:type sh:Property; ded888ce-aec9-47a4-bdf1-838085416023 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; ded888ce-aec9-47a4-bdf1-838085416023 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ded888ce-aec9-47a4-bdf1-838085416023 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ded888ce-aec9-47a4-bdf1-838085416023 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ded888ce-aec9-47a4-bdf1-838085416023 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ded888ce-aec9-47a4-bdf1-838085416023 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ded888ce-aec9-47a4-bdf1-838085416023 @rdf:type sh:Property; b423f703-120a-41a4-b50d-15ec680a614c @rdf:rest rdf:nil; b423f703-120a-41a4-b50d-15ec680a614c @rdf:first "C"; e3aa430b-2a86-4417-82e2-a87601f01d6a @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6c680092-47b1-4664-be48-e9d3d971c86f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ded888ce-aec9-47a4-bdf1-838085416023, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b423f703-120a-41a4-b50d-15ec680a614c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b423f703-120a-41a4-b50d-15ec680a614c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e3aa430b-2a86-4417-82e2-a87601f01d6a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e3aa430b-2a86-4417-82e2-a87601f01d6a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e3aa430b-2a86-4417-82e2-a87601f01d6a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9135d209-8c34-4fdf-bcf4-d425f0a7344e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9135d209-8c34-4fdf-bcf4-d425f0a7344e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9135d209-8c34-4fdf-bcf4-d425f0a7344e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9135d209-8c34-4fdf-bcf4-d425f0a7344e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f75d438-0815-4b67-8683-e337368e033d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [4f75d438-0815-4b67-8683-e337368e033d, http://www.w3.org/ns/shacl#in, 1dee2df8-8422-4576-aaef-dbc5a158730c] [4f75d438-0815-4b67-8683-e337368e033d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2471dfc3-c8d0-4853-95da-c96d47c93adb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2471dfc3-c8d0-4853-95da-c96d47c93adb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2471dfc3-c8d0-4853-95da-c96d47c93adb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2471dfc3-c8d0-4853-95da-c96d47c93adb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1479c25d-98e6-4c1f-9a7a-2ce0e79f6858, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1479c25d-98e6-4c1f-9a7a-2ce0e79f6858, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1479c25d-98e6-4c1f-9a7a-2ce0e79f6858, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1479c25d-98e6-4c1f-9a7a-2ce0e79f6858, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#pattern, "^B"] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [98d005d9-64be-4399-aecf-4a8b02268763, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1dee2df8-8422-4576-aaef-dbc5a158730c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 532287df-b50b-4ec7-839d-66060cd5fa9f] [1dee2df8-8422-4576-aaef-dbc5a158730c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [532287df-b50b-4ec7-839d-66060cd5fa9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b423f703-120a-41a4-b50d-15ec680a614c] [532287df-b50b-4ec7-839d-66060cd5fa9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 98d005d9-64be-4399-aecf-4a8b02268763] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e3aa430b-2a86-4417-82e2-a87601f01d6a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9135d209-8c34-4fdf-bcf4-d425f0a7344e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6c680092-47b1-4664-be48-e9d3d971c86f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4f75d438-0815-4b67-8683-e337368e033d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ded888ce-aec9-47a4-bdf1-838085416023] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1479c25d-98e6-4c1f-9a7a-2ce0e79f6858] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2471dfc3-c8d0-4853-95da-c96d47c93adb]>
17:40:33.506 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:33.650 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:33.670 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9135d209-8c34-4fdf-bcf4-d425f0a7344e,_:4f75d438-0815-4b67-8683-e337368e033d,_:98d005d9-64be-4399-aecf-4a8b02268763,_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858,_:ded888ce-aec9-47a4-bdf1-838085416023,_:6c680092-47b1-4664-be48-e9d3d971c86f,_:e3aa430b-2a86-4417-82e2-a87601f01d6a,_:2471dfc3-c8d0-4853-95da-c96d47c93adb. Pending nodes: 
17:40:33.674 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9135d209-8c34-4fdf-bcf4-d425f0a7344e
17:40:33.684 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f75d438-0815-4b67-8683-e337368e033d
17:40:33.688 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:98d005d9-64be-4399-aecf-4a8b02268763
17:40:33.695 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858
17:40:33.699 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ded888ce-aec9-47a4-bdf1-838085416023
17:40:33.704 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6c680092-47b1-4664-be48-e9d3d971c86f
17:40:33.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3aa430b-2a86-4417-82e2-a87601f01d6a
17:40:33.710 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2471dfc3-c8d0-4853-95da-c96d47c93adb
17:40:33.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:33.761 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2471dfc3-c8d0-4853-95da-c96d47c93adb
17:40:33.761 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3aa430b-2a86-4417-82e2-a87601f01d6a
17:40:33.761 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6c680092-47b1-4664-be48-e9d3d971c86f
17:40:33.761 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ded888ce-aec9-47a4-bdf1-838085416023
17:40:33.762 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858
17:40:33.762 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:98d005d9-64be-4399-aecf-4a8b02268763
17:40:33.762 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f75d438-0815-4b67-8683-e337368e033d
17:40:33.762 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9135d209-8c34-4fdf-bcf4-d425f0a7344e
17:40:33.780 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:33.786 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:33.792 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:33.793 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:33.794 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:33.803 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9135d209-8c34-4fdf-bcf4-d425f0a7344e,_:4f75d438-0815-4b67-8683-e337368e033d,_:98d005d9-64be-4399-aecf-4a8b02268763,_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858,_:ded888ce-aec9-47a4-bdf1-838085416023,_:6c680092-47b1-4664-be48-e9d3d971c86f,_:e3aa430b-2a86-4417-82e2-a87601f01d6a,_:2471dfc3-c8d0-4853-95da-c96d47c93adb)
17:40:33.808 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9135d209-8c34-4fdf-bcf4-d425f0a7344e)
17:40:33.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f75d438-0815-4b67-8683-e337368e033d)
17:40:33.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98d005d9-64be-4399-aecf-4a8b02268763)
17:40:33.811 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858)
17:40:33.812 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ded888ce-aec9-47a4-bdf1-838085416023)
17:40:33.812 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c680092-47b1-4664-be48-e9d3d971c86f)
17:40:33.813 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3aa430b-2a86-4417-82e2-a87601f01d6a)
17:40:33.813 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2471dfc3-c8d0-4853-95da-c96d47c93adb)
17:40:33.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.906 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:32.622Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9135d209-8c34-4fdf-bcf4-d425f0a7344e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:33.922 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9135d209-8c34-4fdf-bcf4-d425f0a7344e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:33.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.925 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f75d438-0815-4b67-8683-e337368e033d=ShapeTyping(TypingMap(Map()))
17:40:33.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:33.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.023 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:98d005d9-64be-4399-aecf-4a8b02268763],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:34.024 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98d005d9-64be-4399-aecf-4a8b02268763=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:98d005d9-64be-4399-aecf-4a8b02268763,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858=ShapeTyping(TypingMap(Map()))
17:40:34.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.032 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ded888ce-aec9-47a4-bdf1-838085416023],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:34.033 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.033 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.036 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ded888ce-aec9-47a4-bdf1-838085416023=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ded888ce-aec9-47a4-bdf1-838085416023,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.037 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.037 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.041 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6c680092-47b1-4664-be48-e9d3d971c86f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:34.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.044 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c680092-47b1-4664-be48-e9d3d971c86f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6c680092-47b1-4664-be48-e9d3d971c86f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.044 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.044 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.045 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3aa430b-2a86-4417-82e2-a87601f01d6a=ShapeTyping(TypingMap(Map()))
17:40:34.045 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.045 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.050 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.050 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.053 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2471dfc3-c8d0-4853-95da-c96d47c93adb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2471dfc3-c8d0-4853-95da-c96d47c93adb,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxExclusive(15), 6 satisfies minExclusive(5))))))))
17:40:34.056 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9135d209-8c34-4fdf-bcf4-d425f0a7344e,_:4f75d438-0815-4b67-8683-e337368e033d,_:98d005d9-64be-4399-aecf-4a8b02268763,_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858,_:ded888ce-aec9-47a4-bdf1-838085416023,_:6c680092-47b1-4664-be48-e9d3d971c86f,_:e3aa430b-2a86-4417-82e2-a87601f01d6a,_:2471dfc3-c8d0-4853-95da-c96d47c93adb)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ded888ce-aec9-47a4-bdf1-838085416023,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2471dfc3-c8d0-4853-95da-c96d47c93adb,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxExclusive(15), 6 satisfies minExclusive(5)))), PropertyShape(_:98d005d9-64be-4399-aecf-4a8b02268763,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6c680092-47b1-4664-be48-e9d3d971c86f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.061 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ded888ce-aec9-47a4-bdf1-838085416023,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2471dfc3-c8d0-4853-95da-c96d47c93adb,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxExclusive(15), 6 satisfies minExclusive(5)))), PropertyShape(_:98d005d9-64be-4399-aecf-4a8b02268763,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6c680092-47b1-4664-be48-e9d3d971c86f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.061 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ded888ce-aec9-47a4-bdf1-838085416023,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9135d209-8c34-4fdf-bcf4-d425f0a7344e), ShapeRef(_:4f75d438-0815-4b67-8683-e337368e033d), ShapeRef(_:98d005d9-64be-4399-aecf-4a8b02268763), ShapeRef(_:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858), ShapeRef(_:ded888ce-aec9-47a4-bdf1-838085416023), ShapeRef(_:6c680092-47b1-4664-be48-e9d3d971c86f), ShapeRef(_:e3aa430b-2a86-4417-82e2-a87601f01d6a), ShapeRef(_:2471dfc3-c8d0-4853-95da-c96d47c93adb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2471dfc3-c8d0-4853-95da-c96d47c93adb,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxExclusive(15), 6 satisfies minExclusive(5)))), PropertyShape(_:98d005d9-64be-4399-aecf-4a8b02268763,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6c680092-47b1-4664-be48-e9d3d971c86f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2471dfc3-c8d0-4853-95da-c96d47c93adb = 
17:40:34.121 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2471dfc3-c8d0-4853-95da-c96d47c93adb = 
17:40:34.121 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2471dfc3-c8d0-4853-95da-c96d47c93adb: 
17:40:34.122 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3aa430b-2a86-4417-82e2-a87601f01d6a = 
17:40:34.122 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3aa430b-2a86-4417-82e2-a87601f01d6a = 
17:40:34.122 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3aa430b-2a86-4417-82e2-a87601f01d6a: 
17:40:34.123 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6c680092-47b1-4664-be48-e9d3d971c86f = 
17:40:34.123 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6c680092-47b1-4664-be48-e9d3d971c86f = 
17:40:34.123 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6c680092-47b1-4664-be48-e9d3d971c86f: 
17:40:34.124 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ded888ce-aec9-47a4-bdf1-838085416023 = 
17:40:34.124 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ded888ce-aec9-47a4-bdf1-838085416023 = 
17:40:34.124 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ded888ce-aec9-47a4-bdf1-838085416023: 
17:40:34.124 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858 = 
17:40:34.125 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858 = 
17:40:34.125 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1479c25d-98e6-4c1f-9a7a-2ce0e79f6858: 
17:40:34.125 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:98d005d9-64be-4399-aecf-4a8b02268763 = 
17:40:34.126 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:98d005d9-64be-4399-aecf-4a8b02268763 = 
17:40:34.126 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:98d005d9-64be-4399-aecf-4a8b02268763: 
17:40:34.126 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f75d438-0815-4b67-8683-e337368e033d = 
17:40:34.126 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f75d438-0815-4b67-8683-e337368e033d = 
17:40:34.126 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f75d438-0815-4b67-8683-e337368e033d: 
17:40:34.127 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9135d209-8c34-4fdf-bcf4-d425f0a7344e = 
17:40:34.127 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9135d209-8c34-4fdf-bcf4-d425f0a7344e = 
17:40:34.127 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9135d209-8c34-4fdf-bcf4-d425f0a7344e: 
17:40:34.174 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:34.225 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:34.228 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > scanning package org.eclipse.lyo.shacl
17:40:34.544 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < 4 RDF classes found in package org.eclipse.lyo.shacl
17:40:34.544 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:34.544 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:34.546Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                5 .
17:40:34.559 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:34.546Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:34.546Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:34.562 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e35fed6e-13d1-4b77-b656-1a90c25ce316 @rdf:rest rdf:nil; e35fed6e-13d1-4b77-b656-1a90c25ce316 @rdf:first "C"; 4756101d-4c7c-49e2-9d1e-9a65c6b89c8e @rdf:rest e35fed6e-13d1-4b77-b656-1a90c25ce316; 4756101d-4c7c-49e2-9d1e-9a65c6b89c8e @rdf:first "B"; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:path http://www.sampledomain.org/sam#aStringProperty; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:pattern "^B"; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @sh:description "a Simple Single String Property"; 1d08b8fd-40a6-4385-9205-4459dc4f90e1 @rdf:type sh:Property; d0c2e765-b8b5-41ce-9f05-1f22155d4f86 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; d0c2e765-b8b5-41ce-9f05-1f22155d4f86 @sh:in 3aa340ea-94cf-420e-ac9b-147d758a343f; d0c2e765-b8b5-41ce-9f05-1f22155d4f86 @rdf:type sh:Property; 24a26624-db99-485d-b0ed-e0ca72b31041 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 24a26624-db99-485d-b0ed-e0ca72b31041 @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [e35fed6e-13d1-4b77-b656-1a90c25ce316, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e35fed6e-13d1-4b77-b656-1a90c25ce316, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4756101d-4c7c-49e2-9d1e-9a65c6b89c8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e35fed6e-13d1-4b77-b656-1a90c25ce316] [4756101d-4c7c-49e2-9d1e-9a65c6b89c8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#pattern, "^B"] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1d08b8fd-40a6-4385-9205-4459dc4f90e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d0c2e765-b8b5-41ce-9f05-1f22155d4f86, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d0c2e765-b8b5-41ce-9f05-1f22155d4f86, http://www.w3.org/ns/shacl#in, 3aa340ea-94cf-420e-ac9b-147d758a343f] [d0c2e765-b8b5-41ce-9f05-1f22155d4f86, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [24a26624-db99-485d-b0ed-e0ca72b31041, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [24a26624-db99-485d-b0ed-e0ca72b31041, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [24a26624-db99-485d-b0ed-e0ca72b31041, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [663a545b-8c0a-450e-968d-e129b88b78c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [663a545b-8c0a-450e-968d-e129b88b78c2, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [663a545b-8c0a-450e-968d-e129b88b78c2, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [663a545b-8c0a-450e-968d-e129b88b78c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dd010370-1d1e-468b-b45a-13d1c9fc3e4e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [dd010370-1d1e-468b-b45a-13d1c9fc3e4e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [dd010370-1d1e-468b-b45a-13d1c9fc3e4e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [dd010370-1d1e-468b-b45a-13d1c9fc3e4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ffe579f4-5394-479a-b124-dfc4a9d2b3b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3aa340ea-94cf-420e-ac9b-147d758a343f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4756101d-4c7c-49e2-9d1e-9a65c6b89c8e] [3aa340ea-94cf-420e-ac9b-147d758a343f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [89e699d9-c17f-492a-bea5-09026e21c364, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0c1be307-efd1-4dbd-9cc7-40dfc38980ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0c1be307-efd1-4dbd-9cc7-40dfc38980ed, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0c1be307-efd1-4dbd-9cc7-40dfc38980ed, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0c1be307-efd1-4dbd-9cc7-40dfc38980ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dd010370-1d1e-468b-b45a-13d1c9fc3e4e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d0c2e765-b8b5-41ce-9f05-1f22155d4f86] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0c1be307-efd1-4dbd-9cc7-40dfc38980ed] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1d08b8fd-40a6-4385-9205-4459dc4f90e1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 24a26624-db99-485d-b0ed-e0ca72b31041] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 89e699d9-c17f-492a-bea5-09026e21c364] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 663a545b-8c0a-450e-968d-e129b88b78c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ffe579f4-5394-479a-b124-dfc4a9d2b3b3]>
17:40:34.563 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:34.566 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:34.617 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:89e699d9-c17f-492a-bea5-09026e21c364,_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,_:663a545b-8c0a-450e-968d-e129b88b78c2,_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86,_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed,_:24a26624-db99-485d-b0ed-e0ca72b31041. Pending nodes: 
17:40:34.618 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89e699d9-c17f-492a-bea5-09026e21c364
17:40:34.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1d08b8fd-40a6-4385-9205-4459dc4f90e1
17:40:34.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dd010370-1d1e-468b-b45a-13d1c9fc3e4e
17:40:34.627 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ffe579f4-5394-479a-b124-dfc4a9d2b3b3
17:40:34.629 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:663a545b-8c0a-450e-968d-e129b88b78c2
17:40:34.631 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d0c2e765-b8b5-41ce-9f05-1f22155d4f86
17:40:34.633 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0c1be307-efd1-4dbd-9cc7-40dfc38980ed
17:40:34.634 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:24a26624-db99-485d-b0ed-e0ca72b31041
17:40:34.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:24a26624-db99-485d-b0ed-e0ca72b31041
17:40:34.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0c1be307-efd1-4dbd-9cc7-40dfc38980ed
17:40:34.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:34.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d0c2e765-b8b5-41ce-9f05-1f22155d4f86
17:40:34.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:663a545b-8c0a-450e-968d-e129b88b78c2
17:40:34.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ffe579f4-5394-479a-b124-dfc4a9d2b3b3
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dd010370-1d1e-468b-b45a-13d1c9fc3e4e
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1d08b8fd-40a6-4385-9205-4459dc4f90e1
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89e699d9-c17f-492a-bea5-09026e21c364
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:24a26624-db99-485d-b0ed-e0ca72b31041 = 
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:24a26624-db99-485d-b0ed-e0ca72b31041 = 
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:24a26624-db99-485d-b0ed-e0ca72b31041: 
17:40:34.636 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0c1be307-efd1-4dbd-9cc7-40dfc38980ed = 
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0c1be307-efd1-4dbd-9cc7-40dfc38980ed = 
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0c1be307-efd1-4dbd-9cc7-40dfc38980ed: 
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:34.637 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:34.638 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:89e699d9-c17f-492a-bea5-09026e21c364,_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,_:663a545b-8c0a-450e-968d-e129b88b78c2,_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86,_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed,_:24a26624-db99-485d-b0ed-e0ca72b31041)
17:40:34.638 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89e699d9-c17f-492a-bea5-09026e21c364)
17:40:34.638 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d08b8fd-40a6-4385-9205-4459dc4f90e1)
17:40:34.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e)
17:40:34.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3)
17:40:34.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:663a545b-8c0a-450e-968d-e129b88b78c2)
17:40:34.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86)
17:40:34.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed)
17:40:34.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24a26624-db99-485d-b0ed-e0ca72b31041)
17:40:34.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.642 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:89e699d9-c17f-492a-bea5-09026e21c364],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:34.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.644 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89e699d9-c17f-492a-bea5-09026e21c364=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:89e699d9-c17f-492a-bea5-09026e21c364,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.646 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.646 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.647 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.647 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.648 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.648 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.649 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1d08b8fd-40a6-4385-9205-4459dc4f90e1],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:34.649 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d08b8fd-40a6-4385-9205-4459dc4f90e1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.651 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:34.546Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:34.652 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.652 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.652 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.653 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.653 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.654 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.654 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.655 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.655 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.655 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:34.656 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.656 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.657 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.735 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:663a545b-8c0a-450e-968d-e129b88b78c2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:663a545b-8c0a-450e-968d-e129b88b78c2,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 5: LiteralValue("minExclusive violation. Expected 5 > 5"))))))))
17:40:34.735 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.735 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.736 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86=ShapeTyping(TypingMap(Map()))
17:40:34.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.737 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed=ShapeTyping(TypingMap(Map()))
17:40:34.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.738 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24a26624-db99-485d-b0ed-e0ca72b31041=ShapeTyping(TypingMap(Map()))
17:40:34.739 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:89e699d9-c17f-492a-bea5-09026e21c364,_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,_:663a545b-8c0a-450e-968d-e129b88b78c2,_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86,_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed,_:24a26624-db99-485d-b0ed-e0ca72b31041)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:663a545b-8c0a-450e-968d-e129b88b78c2,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 5: LiteralValue("minExclusive violation. Expected 5 > 5")))), PropertyShape(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:89e699d9-c17f-492a-bea5-09026e21c364,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.740 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:663a545b-8c0a-450e-968d-e129b88b78c2,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 5: LiteralValue("minExclusive violation. Expected 5 > 5")))), PropertyShape(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:89e699d9-c17f-492a-bea5-09026e21c364,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.740 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:89e699d9-c17f-492a-bea5-09026e21c364), ShapeRef(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1), ShapeRef(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e), ShapeRef(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3), ShapeRef(_:663a545b-8c0a-450e-968d-e129b88b78c2), ShapeRef(_:d0c2e765-b8b5-41ce-9f05-1f22155d4f86), ShapeRef(_:0c1be307-efd1-4dbd-9cc7-40dfc38980ed), ShapeRef(_:24a26624-db99-485d-b0ed-e0ca72b31041)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1d08b8fd-40a6-4385-9205-4459dc4f90e1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:663a545b-8c0a-450e-968d-e129b88b78c2,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 5: LiteralValue("minExclusive violation. Expected 5 > 5")))), PropertyShape(_:ffe579f4-5394-479a-b124-dfc4a9d2b3b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:dd010370-1d1e-468b-b45a-13d1c9fc3e4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:89e699d9-c17f-492a-bea5-09026e21c364,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d0c2e765-b8b5-41ce-9f05-1f22155d4f86 = 
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d0c2e765-b8b5-41ce-9f05-1f22155d4f86 = 
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d0c2e765-b8b5-41ce-9f05-1f22155d4f86: 
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:663a545b-8c0a-450e-968d-e129b88b78c2 = 
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:663a545b-8c0a-450e-968d-e129b88b78c2 = 
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:663a545b-8c0a-450e-968d-e129b88b78c2: 
17:40:34.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ffe579f4-5394-479a-b124-dfc4a9d2b3b3 = 
17:40:34.742 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ffe579f4-5394-479a-b124-dfc4a9d2b3b3 = 
17:40:34.742 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ffe579f4-5394-479a-b124-dfc4a9d2b3b3: 
17:40:34.742 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dd010370-1d1e-468b-b45a-13d1c9fc3e4e = 
17:40:34.742 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dd010370-1d1e-468b-b45a-13d1c9fc3e4e = 
17:40:34.742 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dd010370-1d1e-468b-b45a-13d1c9fc3e4e: 
17:40:34.743 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1d08b8fd-40a6-4385-9205-4459dc4f90e1 = 
17:40:34.743 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1d08b8fd-40a6-4385-9205-4459dc4f90e1 = 
17:40:34.743 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1d08b8fd-40a6-4385-9205-4459dc4f90e1: 
17:40:34.743 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89e699d9-c17f-492a-bea5-09026e21c364 = 
17:40:34.743 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89e699d9-c17f-492a-bea5-09026e21c364 = 
17:40:34.743 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89e699d9-c17f-492a-bea5-09026e21c364: 
17:40:34.750 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  5 ;
                 sh:message                    "minExclusive violation. Expected 5 > 5" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinExclusiveConstraintComponent
               ]
] .

17:40:34.754 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  5 ;
                 sh:message                    "minExclusive violation. Expected 5 > 5" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinExclusiveConstraintComponent
               ]
] .

17:40:34.756 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:34.756 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:34.756 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:34.756 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:34.756 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.165 sec
Running org.eclipse.lyo.validation.ShaclPatternValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:34.759Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:34.823 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:34.759Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:34.759Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:34.825 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:path http://www.sampledomain.org/sam#aStringProperty; 6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:pattern "^B"; 6e05aa5c-d308-4359-b10e-8295ae5da349 @sh:description "a Simple Single String Property"; 6e05aa5c-d308-4359-b10e-8295ae5da349 @rdf:type sh:Property; 40429fcf-823c-4e1a-afab-709caafcc6da @rdf:rest 4cce3333-e0ca-4635-be06-8b9be209287f; 40429fcf-823c-4e1a-afab-709caafcc6da @rdf:first "A"; bc35e727-ceec-4ead-b7d5-ea8bc7d168df @sh:path http://www.sampledomain.org/sam#aReferenceProperty; bc35e727-ceec-4ead-b7d5-ea8bc7d168df @sh:class http://www.sampledomain.org/sam#AnotherResource; bc35e727-ceec-4ead-b7d5-ea8bc7d168df @rdf:type sh:Property; 667859c4-e14b-4797-8fae-4b77d5aecad2 @sh:path http://www.sampledomain.org/sam#integerProperty2; 667859c4-e14b-4797-8fae-4b77d5aecad2 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 667859c4-e14b-4797-8fae-4b77d5aecad2 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 667859c4-e14b-4797-8fae-4b77d5aecad2 @rdf:type sh:Property...} |  [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#pattern, "^B"] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6e05aa5c-d308-4359-b10e-8295ae5da349, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [40429fcf-823c-4e1a-afab-709caafcc6da, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4cce3333-e0ca-4635-be06-8b9be209287f] [40429fcf-823c-4e1a-afab-709caafcc6da, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [bc35e727-ceec-4ead-b7d5-ea8bc7d168df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [bc35e727-ceec-4ead-b7d5-ea8bc7d168df, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [bc35e727-ceec-4ead-b7d5-ea8bc7d168df, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [667859c4-e14b-4797-8fae-4b77d5aecad2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [667859c4-e14b-4797-8fae-4b77d5aecad2, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [667859c4-e14b-4797-8fae-4b77d5aecad2, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [667859c4-e14b-4797-8fae-4b77d5aecad2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fe135fc1-31b5-46da-abd4-a010b4c82b24, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fe135fc1-31b5-46da-abd4-a010b4c82b24, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fe135fc1-31b5-46da-abd4-a010b4c82b24, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fe135fc1-31b5-46da-abd4-a010b4c82b24, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7459d9aa-d4bc-4926-80b1-21b9e4af7074, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7459d9aa-d4bc-4926-80b1-21b9e4af7074, http://www.w3.org/ns/shacl#in, 40429fcf-823c-4e1a-afab-709caafcc6da] [7459d9aa-d4bc-4926-80b1-21b9e4af7074, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f56c8f1-838e-4360-9909-0c02293fff4c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4f56c8f1-838e-4360-9909-0c02293fff4c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cd59a6f6-f4ce-46ae-8bc6-771f882b2921, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4cce3333-e0ca-4635-be06-8b9be209287f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4f56c8f1-838e-4360-9909-0c02293fff4c] [4cce3333-e0ca-4635-be06-8b9be209287f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [1c83f984-6a91-40a5-82ad-43ddef55cb9a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1c83f984-6a91-40a5-82ad-43ddef55cb9a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1c83f984-6a91-40a5-82ad-43ddef55cb9a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1c83f984-6a91-40a5-82ad-43ddef55cb9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b058d53b-a195-45f8-b94a-10fd3ce492e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 667859c4-e14b-4797-8fae-4b77d5aecad2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bc35e727-ceec-4ead-b7d5-ea8bc7d168df] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b058d53b-a195-45f8-b94a-10fd3ce492e0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1c83f984-6a91-40a5-82ad-43ddef55cb9a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fe135fc1-31b5-46da-abd4-a010b4c82b24] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e05aa5c-d308-4359-b10e-8295ae5da349] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cd59a6f6-f4ce-46ae-8bc6-771f882b2921] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7459d9aa-d4bc-4926-80b1-21b9e4af7074]>
17:40:34.826 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:34.829 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:34.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6e05aa5c-d308-4359-b10e-8295ae5da349,_:b058d53b-a195-45f8-b94a-10fd3ce492e0,_:667859c4-e14b-4797-8fae-4b77d5aecad2,_:7459d9aa-d4bc-4926-80b1-21b9e4af7074,_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df,_:fe135fc1-31b5-46da-abd4-a010b4c82b24,_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921. Pending nodes: 
17:40:34.834 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e05aa5c-d308-4359-b10e-8295ae5da349
17:40:34.837 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b058d53b-a195-45f8-b94a-10fd3ce492e0
17:40:34.840 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:667859c4-e14b-4797-8fae-4b77d5aecad2
17:40:34.842 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7459d9aa-d4bc-4926-80b1-21b9e4af7074
17:40:34.844 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c83f984-6a91-40a5-82ad-43ddef55cb9a
17:40:34.845 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bc35e727-ceec-4ead-b7d5-ea8bc7d168df
17:40:34.847 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe135fc1-31b5-46da-abd4-a010b4c82b24
17:40:34.849 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cd59a6f6-f4ce-46ae-8bc6-771f882b2921
17:40:34.851 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cd59a6f6-f4ce-46ae-8bc6-771f882b2921
17:40:34.851 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe135fc1-31b5-46da-abd4-a010b4c82b24
17:40:34.851 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bc35e727-ceec-4ead-b7d5-ea8bc7d168df
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c83f984-6a91-40a5-82ad-43ddef55cb9a
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7459d9aa-d4bc-4926-80b1-21b9e4af7074
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:667859c4-e14b-4797-8fae-4b77d5aecad2
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b058d53b-a195-45f8-b94a-10fd3ce492e0
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e05aa5c-d308-4359-b10e-8295ae5da349
17:40:34.852 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cd59a6f6-f4ce-46ae-8bc6-771f882b2921 = 
17:40:34.853 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cd59a6f6-f4ce-46ae-8bc6-771f882b2921 = 
17:40:34.853 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cd59a6f6-f4ce-46ae-8bc6-771f882b2921: 
17:40:34.853 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe135fc1-31b5-46da-abd4-a010b4c82b24 = 
17:40:34.853 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe135fc1-31b5-46da-abd4-a010b4c82b24 = 
17:40:34.853 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe135fc1-31b5-46da-abd4-a010b4c82b24: 
17:40:34.854 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:34.854 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:34.854 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:34.854 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:34.854 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:34.855 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e05aa5c-d308-4359-b10e-8295ae5da349,_:b058d53b-a195-45f8-b94a-10fd3ce492e0,_:667859c4-e14b-4797-8fae-4b77d5aecad2,_:7459d9aa-d4bc-4926-80b1-21b9e4af7074,_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df,_:fe135fc1-31b5-46da-abd4-a010b4c82b24,_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)
17:40:34.855 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e05aa5c-d308-4359-b10e-8295ae5da349)
17:40:34.855 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b058d53b-a195-45f8-b94a-10fd3ce492e0)
17:40:34.856 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:667859c4-e14b-4797-8fae-4b77d5aecad2)
17:40:34.856 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7459d9aa-d4bc-4926-80b1-21b9e4af7074)
17:40:34.856 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c83f984-6a91-40a5-82ad-43ddef55cb9a)
17:40:34.856 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df)
17:40:34.856 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe135fc1-31b5-46da-abd4-a010b4c82b24)
17:40:34.856 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)
17:40:34.857 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.857 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.858 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.858 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.859 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.859 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.860 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.860 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.861 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.861 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.861 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e05aa5c-d308-4359-b10e-8295ae5da349],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:34.861 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e05aa5c-d308-4359-b10e-8295ae5da349=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e05aa5c-d308-4359-b10e-8295ae5da349,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.862 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.862 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.862 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.862 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.862 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.862 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.863 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.863 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.863 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b058d53b-a195-45f8-b94a-10fd3ce492e0],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:34.863 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.863 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.864 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b058d53b-a195-45f8-b94a-10fd3ce492e0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b058d53b-a195-45f8-b94a-10fd3ce492e0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.864 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.864 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.864 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.864 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.865 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:667859c4-e14b-4797-8fae-4b77d5aecad2=ShapeTyping(TypingMap(Map()))
17:40:34.865 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.865 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.865 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7459d9aa-d4bc-4926-80b1-21b9e4af7074=ShapeTyping(TypingMap(Map()))
17:40:34.865 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.865 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.865 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.865 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.866 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:34.759Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1c83f984-6a91-40a5-82ad-43ddef55cb9a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:34.866 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c83f984-6a91-40a5-82ad-43ddef55cb9a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:34.866 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.866 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.866 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df=ShapeTyping(TypingMap(Map()))
17:40:34.866 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.866 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.867 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.867 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.867 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe135fc1-31b5-46da-abd4-a010b4c82b24=ShapeTyping(TypingMap(Map()))
17:40:34.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.919 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:34.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.920 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.920 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e05aa5c-d308-4359-b10e-8295ae5da349,_:b058d53b-a195-45f8-b94a-10fd3ce492e0,_:667859c4-e14b-4797-8fae-4b77d5aecad2,_:7459d9aa-d4bc-4926-80b1-21b9e4af7074,_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df,_:fe135fc1-31b5-46da-abd4-a010b4c82b24,_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6e05aa5c-d308-4359-b10e-8295ae5da349,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b058d53b-a195-45f8-b94a-10fd3ce492e0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.921 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6e05aa5c-d308-4359-b10e-8295ae5da349,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b058d53b-a195-45f8-b94a-10fd3ce492e0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.921 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e05aa5c-d308-4359-b10e-8295ae5da349), ShapeRef(_:b058d53b-a195-45f8-b94a-10fd3ce492e0), ShapeRef(_:667859c4-e14b-4797-8fae-4b77d5aecad2), ShapeRef(_:7459d9aa-d4bc-4926-80b1-21b9e4af7074), ShapeRef(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a), ShapeRef(_:bc35e727-ceec-4ead-b7d5-ea8bc7d168df), ShapeRef(_:fe135fc1-31b5-46da-abd4-a010b4c82b24), ShapeRef(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c83f984-6a91-40a5-82ad-43ddef55cb9a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6e05aa5c-d308-4359-b10e-8295ae5da349,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b058d53b-a195-45f8-b94a-10fd3ce492e0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:cd59a6f6-f4ce-46ae-8bc6-771f882b2921,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bc35e727-ceec-4ead-b7d5-ea8bc7d168df = 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bc35e727-ceec-4ead-b7d5-ea8bc7d168df = 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bc35e727-ceec-4ead-b7d5-ea8bc7d168df: 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c83f984-6a91-40a5-82ad-43ddef55cb9a = 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c83f984-6a91-40a5-82ad-43ddef55cb9a = 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c83f984-6a91-40a5-82ad-43ddef55cb9a: 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7459d9aa-d4bc-4926-80b1-21b9e4af7074 = 
17:40:34.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7459d9aa-d4bc-4926-80b1-21b9e4af7074 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7459d9aa-d4bc-4926-80b1-21b9e4af7074: 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:667859c4-e14b-4797-8fae-4b77d5aecad2 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:667859c4-e14b-4797-8fae-4b77d5aecad2 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:667859c4-e14b-4797-8fae-4b77d5aecad2: 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b058d53b-a195-45f8-b94a-10fd3ce492e0 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b058d53b-a195-45f8-b94a-10fd3ce492e0 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b058d53b-a195-45f8-b94a-10fd3ce492e0: 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e05aa5c-d308-4359-b10e-8295ae5da349 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e05aa5c-d308-4359-b10e-8295ae5da349 = 
17:40:34.923 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e05aa5c-d308-4359-b10e-8295ae5da349: 
17:40:34.925 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:34.927 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:34.928 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:34.928 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:34.928 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:34.928Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:34.936 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:34.928Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Catalyzer"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:34.928Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Catalyzer"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:34.938 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6e49b1e1-b230-4896-943b-2d242acae15a @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 6e49b1e1-b230-4896-943b-2d242acae15a @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6e49b1e1-b230-4896-943b-2d242acae15a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6e49b1e1-b230-4896-943b-2d242acae15a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6e49b1e1-b230-4896-943b-2d242acae15a @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6e49b1e1-b230-4896-943b-2d242acae15a @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e49b1e1-b230-4896-943b-2d242acae15a @rdf:type sh:Property; 859559d8-38c8-48e4-a4f5-8c5753dc529a @sh:path http://www.sampledomain.org/sam#aSetOfDates; 859559d8-38c8-48e4-a4f5-8c5753dc529a @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 859559d8-38c8-48e4-a4f5-8c5753dc529a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 859559d8-38c8-48e4-a4f5-8c5753dc529a @rdf:type sh:Property; 87036764-440f-4e50-b797-e404b313f5e5 @sh:path http://www.sampledomain.org/sam#integerProperty3; 87036764-440f-4e50-b797-e404b313f5e5 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 87036764-440f-4e50-b797-e404b313f5e5 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 87036764-440f-4e50-b797-e404b313f5e5 @rdf:type sh:Property; e33e00b8-28e1-463d-ba90-b4cafdc2cccb @rdf:rest 5cfe51ab-cdb1-4dff-be5f-9161c3a2cfc6; e33e00b8-28e1-463d-ba90-b4cafdc2cccb @rdf:first "B"...} |  [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e49b1e1-b230-4896-943b-2d242acae15a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [859559d8-38c8-48e4-a4f5-8c5753dc529a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [859559d8-38c8-48e4-a4f5-8c5753dc529a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [859559d8-38c8-48e4-a4f5-8c5753dc529a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [859559d8-38c8-48e4-a4f5-8c5753dc529a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [87036764-440f-4e50-b797-e404b313f5e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [87036764-440f-4e50-b797-e404b313f5e5, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [87036764-440f-4e50-b797-e404b313f5e5, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [87036764-440f-4e50-b797-e404b313f5e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e33e00b8-28e1-463d-ba90-b4cafdc2cccb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5cfe51ab-cdb1-4dff-be5f-9161c3a2cfc6] [e33e00b8-28e1-463d-ba90-b4cafdc2cccb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#pattern, "^B"] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [84b97333-63e8-48a7-b49d-d3cd4a2cf52f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eeaf79dd-5bbd-496e-8090-e13672a9b048, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [eeaf79dd-5bbd-496e-8090-e13672a9b048, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [eeaf79dd-5bbd-496e-8090-e13672a9b048, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [eeaf79dd-5bbd-496e-8090-e13672a9b048, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d07d8b3-7712-4120-b0ad-663a2062df6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c82d4657-87a6-4907-8818-f67c26d958fb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c82d4657-87a6-4907-8818-f67c26d958fb, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c82d4657-87a6-4907-8818-f67c26d958fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [752f7ea0-aded-41b1-9db3-0e3d06f9656d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [752f7ea0-aded-41b1-9db3-0e3d06f9656d, http://www.w3.org/ns/shacl#in, c3341154-f17a-46e3-a5df-db7c230e829e] [752f7ea0-aded-41b1-9db3-0e3d06f9656d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5cfe51ab-cdb1-4dff-be5f-9161c3a2cfc6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5cfe51ab-cdb1-4dff-be5f-9161c3a2cfc6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c3341154-f17a-46e3-a5df-db7c230e829e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e33e00b8-28e1-463d-ba90-b4cafdc2cccb] [c3341154-f17a-46e3-a5df-db7c230e829e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4d07d8b3-7712-4120-b0ad-663a2062df6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 87036764-440f-4e50-b797-e404b313f5e5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c82d4657-87a6-4907-8818-f67c26d958fb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 84b97333-63e8-48a7-b49d-d3cd4a2cf52f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e49b1e1-b230-4896-943b-2d242acae15a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 752f7ea0-aded-41b1-9db3-0e3d06f9656d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eeaf79dd-5bbd-496e-8090-e13672a9b048] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 859559d8-38c8-48e4-a4f5-8c5753dc529a]>
17:40:34.939 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:34.941 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:34.943 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4d07d8b3-7712-4120-b0ad-663a2062df6f,_:752f7ea0-aded-41b1-9db3-0e3d06f9656d,_:c82d4657-87a6-4907-8818-f67c26d958fb,_:6e49b1e1-b230-4896-943b-2d242acae15a,_:859559d8-38c8-48e4-a4f5-8c5753dc529a,_:eeaf79dd-5bbd-496e-8090-e13672a9b048,_:87036764-440f-4e50-b797-e404b313f5e5,_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f. Pending nodes: 
17:40:34.943 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4d07d8b3-7712-4120-b0ad-663a2062df6f
17:40:34.945 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:752f7ea0-aded-41b1-9db3-0e3d06f9656d
17:40:34.946 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c82d4657-87a6-4907-8818-f67c26d958fb
17:40:34.948 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e49b1e1-b230-4896-943b-2d242acae15a
17:40:34.950 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:859559d8-38c8-48e4-a4f5-8c5753dc529a
17:40:34.951 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eeaf79dd-5bbd-496e-8090-e13672a9b048
17:40:34.952 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87036764-440f-4e50-b797-e404b313f5e5
17:40:34.954 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:84b97333-63e8-48a7-b49d-d3cd4a2cf52f
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:84b97333-63e8-48a7-b49d-d3cd4a2cf52f
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87036764-440f-4e50-b797-e404b313f5e5
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eeaf79dd-5bbd-496e-8090-e13672a9b048
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:859559d8-38c8-48e4-a4f5-8c5753dc529a
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e49b1e1-b230-4896-943b-2d242acae15a
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c82d4657-87a6-4907-8818-f67c26d958fb
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:752f7ea0-aded-41b1-9db3-0e3d06f9656d
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4d07d8b3-7712-4120-b0ad-663a2062df6f
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:84b97333-63e8-48a7-b49d-d3cd4a2cf52f = 
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:84b97333-63e8-48a7-b49d-d3cd4a2cf52f = 
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:84b97333-63e8-48a7-b49d-d3cd4a2cf52f: 
17:40:34.956 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4d07d8b3-7712-4120-b0ad-663a2062df6f,_:752f7ea0-aded-41b1-9db3-0e3d06f9656d,_:c82d4657-87a6-4907-8818-f67c26d958fb,_:6e49b1e1-b230-4896-943b-2d242acae15a,_:859559d8-38c8-48e4-a4f5-8c5753dc529a,_:eeaf79dd-5bbd-496e-8090-e13672a9b048,_:87036764-440f-4e50-b797-e404b313f5e5,_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d07d8b3-7712-4120-b0ad-663a2062df6f)
17:40:34.957 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:752f7ea0-aded-41b1-9db3-0e3d06f9656d)
17:40:34.958 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c82d4657-87a6-4907-8818-f67c26d958fb)
17:40:34.958 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e49b1e1-b230-4896-943b-2d242acae15a)
17:40:34.958 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:859559d8-38c8-48e4-a4f5-8c5753dc529a)
17:40:34.958 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eeaf79dd-5bbd-496e-8090-e13672a9b048)
17:40:34.958 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87036764-440f-4e50-b797-e404b313f5e5)
17:40:34.958 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)
17:40:34.958 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.958 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.959 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.959 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.960 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.960 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.960 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.960 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.961 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4d07d8b3-7712-4120-b0ad-663a2062df6f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:34.961 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.961 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.962 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d07d8b3-7712-4120-b0ad-663a2062df6f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d07d8b3-7712-4120-b0ad-663a2062df6f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:34.962 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:34.962 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.016 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:752f7ea0-aded-41b1-9db3-0e3d06f9656d=ShapeTyping(TypingMap(Map()))
17:40:35.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.017 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c82d4657-87a6-4907-8818-f67c26d958fb=ShapeTyping(TypingMap(Map()))
17:40:35.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.019 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e49b1e1-b230-4896-943b-2d242acae15a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.020 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e49b1e1-b230-4896-943b-2d242acae15a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e49b1e1-b230-4896-943b-2d242acae15a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:34.928Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:859559d8-38c8-48e4-a4f5-8c5753dc529a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.021 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:859559d8-38c8-48e4-a4f5-8c5753dc529a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:859559d8-38c8-48e4-a4f5-8c5753dc529a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eeaf79dd-5bbd-496e-8090-e13672a9b048=ShapeTyping(TypingMap(Map()))
17:40:35.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.023 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87036764-440f-4e50-b797-e404b313f5e5=ShapeTyping(TypingMap(Map()))
17:40:35.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.026 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.026 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'"))))))))
17:40:35.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4d07d8b3-7712-4120-b0ad-663a2062df6f,_:752f7ea0-aded-41b1-9db3-0e3d06f9656d,_:c82d4657-87a6-4907-8818-f67c26d958fb,_:6e49b1e1-b230-4896-943b-2d242acae15a,_:859559d8-38c8-48e4-a4f5-8c5753dc529a,_:eeaf79dd-5bbd-496e-8090-e13672a9b048,_:87036764-440f-4e50-b797-e404b313f5e5,_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:859559d8-38c8-48e4-a4f5-8c5753dc529a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d07d8b3-7712-4120-b0ad-663a2062df6f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:6e49b1e1-b230-4896-943b-2d242acae15a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:859559d8-38c8-48e4-a4f5-8c5753dc529a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d07d8b3-7712-4120-b0ad-663a2062df6f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:6e49b1e1-b230-4896-943b-2d242acae15a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:859559d8-38c8-48e4-a4f5-8c5753dc529a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Catalyzer": LiteralValue("pattern violation. Expected "Catalyzer" to match '^B'")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4d07d8b3-7712-4120-b0ad-663a2062df6f), ShapeRef(_:752f7ea0-aded-41b1-9db3-0e3d06f9656d), ShapeRef(_:c82d4657-87a6-4907-8818-f67c26d958fb), ShapeRef(_:6e49b1e1-b230-4896-943b-2d242acae15a), ShapeRef(_:859559d8-38c8-48e4-a4f5-8c5753dc529a), ShapeRef(_:eeaf79dd-5bbd-496e-8090-e13672a9b048), ShapeRef(_:87036764-440f-4e50-b797-e404b313f5e5), ShapeRef(_:84b97333-63e8-48a7-b49d-d3cd4a2cf52f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d07d8b3-7712-4120-b0ad-663a2062df6f,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:6e49b1e1-b230-4896-943b-2d242acae15a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87036764-440f-4e50-b797-e404b313f5e5 = 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87036764-440f-4e50-b797-e404b313f5e5 = 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87036764-440f-4e50-b797-e404b313f5e5: 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eeaf79dd-5bbd-496e-8090-e13672a9b048 = 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eeaf79dd-5bbd-496e-8090-e13672a9b048 = 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eeaf79dd-5bbd-496e-8090-e13672a9b048: 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:859559d8-38c8-48e4-a4f5-8c5753dc529a = 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:859559d8-38c8-48e4-a4f5-8c5753dc529a = 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:859559d8-38c8-48e4-a4f5-8c5753dc529a: 
17:40:35.029 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e49b1e1-b230-4896-943b-2d242acae15a = 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e49b1e1-b230-4896-943b-2d242acae15a = 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e49b1e1-b230-4896-943b-2d242acae15a: 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c82d4657-87a6-4907-8818-f67c26d958fb = 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c82d4657-87a6-4907-8818-f67c26d958fb = 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c82d4657-87a6-4907-8818-f67c26d958fb: 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:752f7ea0-aded-41b1-9db3-0e3d06f9656d = 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:752f7ea0-aded-41b1-9db3-0e3d06f9656d = 
17:40:35.030 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:752f7ea0-aded-41b1-9db3-0e3d06f9656d: 
17:40:35.031 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4d07d8b3-7712-4120-b0ad-663a2062df6f = 
17:40:35.031 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4d07d8b3-7712-4120-b0ad-663a2062df6f = 
17:40:35.031 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4d07d8b3-7712-4120-b0ad-663a2062df6f: 
17:40:35.033 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Catalyzer" ;
                 sh:message                    "pattern violation. Expected \"Catalyzer\" to match '^B'" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:PatternConstraintComponent
               ]
] .

17:40:35.035 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Catalyzer" ;
                 sh:message                    "pattern violation. Expected \"Catalyzer\" to match '^B'" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:PatternConstraintComponent
               ]
] .

17:40:35.037 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.037 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.037 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:35.038 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.038 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec
Running org.eclipse.lyo.validation.ShaclInValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.039Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:35.048 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.039Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.039Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.049 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6d868321-831a-4395-a334-d65096fba826 @rdf:rest rdf:nil; 6d868321-831a-4395-a334-d65096fba826 @rdf:first "C"; 4e7484d3-dedc-471c-bb29-5706de1e4c77 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 4e7484d3-dedc-471c-bb29-5706de1e4c77 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 4e7484d3-dedc-471c-bb29-5706de1e4c77 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4e7484d3-dedc-471c-bb29-5706de1e4c77 @rdf:type sh:Property; cca72bd6-b048-45ca-a7c5-4b560cc139c8 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; cca72bd6-b048-45ca-a7c5-4b560cc139c8 @sh:class http://www.sampledomain.org/sam#AnotherResource; cca72bd6-b048-45ca-a7c5-4b560cc139c8 @rdf:type sh:Property; 79ab1f62-5cbb-4ee6-8363-0b2176ca63e7 @rdf:rest fccb62a9-bbf6-4c59-8ef3-63e0732e511e; 79ab1f62-5cbb-4ee6-8363-0b2176ca63e7 @rdf:first "A"; 0f2309db-29fa-48ae-95b2-05d48a3be1c6 @sh:path http://www.sampledomain.org/sam#aStringProperty; 0f2309db-29fa-48ae-95b2-05d48a3be1c6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f2309db-29fa-48ae-95b2-05d48a3be1c6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f2309db-29fa-48ae-95b2-05d48a3be1c6 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 0f2309db-29fa-48ae-95b2-05d48a3be1c6 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 0f2309db-29fa-48ae-95b2-05d48a3be1c6 @sh:pattern "^B"...} |  [6d868321-831a-4395-a334-d65096fba826, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6d868321-831a-4395-a334-d65096fba826, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4e7484d3-dedc-471c-bb29-5706de1e4c77, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4e7484d3-dedc-471c-bb29-5706de1e4c77, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4e7484d3-dedc-471c-bb29-5706de1e4c77, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4e7484d3-dedc-471c-bb29-5706de1e4c77, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cca72bd6-b048-45ca-a7c5-4b560cc139c8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cca72bd6-b048-45ca-a7c5-4b560cc139c8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cca72bd6-b048-45ca-a7c5-4b560cc139c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79ab1f62-5cbb-4ee6-8363-0b2176ca63e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fccb62a9-bbf6-4c59-8ef3-63e0732e511e] [79ab1f62-5cbb-4ee6-8363-0b2176ca63e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#pattern, "^B"] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0f2309db-29fa-48ae-95b2-05d48a3be1c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [af42773f-5bfe-4329-bf69-af358055d8de, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [af42773f-5bfe-4329-bf69-af358055d8de, http://www.w3.org/ns/shacl#in, 79ab1f62-5cbb-4ee6-8363-0b2176ca63e7] [af42773f-5bfe-4329-bf69-af358055d8de, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8eeda064-5dea-4bb9-8dde-d07ff1d16cf7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [8eeda064-5dea-4bb9-8dde-d07ff1d16cf7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8eeda064-5dea-4bb9-8dde-d07ff1d16cf7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8eeda064-5dea-4bb9-8dde-d07ff1d16cf7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ff74c77d-c987-470b-a25f-a7eb2316c9a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fccb62a9-bbf6-4c59-8ef3-63e0732e511e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6d868321-831a-4395-a334-d65096fba826] [fccb62a9-bbf6-4c59-8ef3-63e0732e511e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e3ac8751-5647-4372-9b70-a8c2d5cd415a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [e3ac8751-5647-4372-9b70-a8c2d5cd415a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e3ac8751-5647-4372-9b70-a8c2d5cd415a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e3ac8751-5647-4372-9b70-a8c2d5cd415a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, af42773f-5bfe-4329-bf69-af358055d8de] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f2309db-29fa-48ae-95b2-05d48a3be1c6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4e7484d3-dedc-471c-bb29-5706de1e4c77] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cca72bd6-b048-45ca-a7c5-4b560cc139c8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8eeda064-5dea-4bb9-8dde-d07ff1d16cf7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e3ac8751-5647-4372-9b70-a8c2d5cd415a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ff74c77d-c987-470b-a25f-a7eb2316c9a4]>
17:40:35.050 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.052 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.054 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4e7484d3-dedc-471c-bb29-5706de1e4c77,_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,_:af42773f-5bfe-4329-bf69-af358055d8de,_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7,_:e3ac8751-5647-4372-9b70-a8c2d5cd415a,_:cca72bd6-b048-45ca-a7c5-4b560cc139c8,_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,_:0f2309db-29fa-48ae-95b2-05d48a3be1c6. Pending nodes: 
17:40:35.055 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4e7484d3-dedc-471c-bb29-5706de1e4c77
17:40:35.056 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12
17:40:35.058 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:af42773f-5bfe-4329-bf69-af358055d8de
17:40:35.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7
17:40:35.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3ac8751-5647-4372-9b70-a8c2d5cd415a
17:40:35.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cca72bd6-b048-45ca-a7c5-4b560cc139c8
17:40:35.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ff74c77d-c987-470b-a25f-a7eb2316c9a4
17:40:35.123 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f2309db-29fa-48ae-95b2-05d48a3be1c6
17:40:35.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f2309db-29fa-48ae-95b2-05d48a3be1c6
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ff74c77d-c987-470b-a25f-a7eb2316c9a4
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cca72bd6-b048-45ca-a7c5-4b560cc139c8
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3ac8751-5647-4372-9b70-a8c2d5cd415a
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:af42773f-5bfe-4329-bf69-af358055d8de
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4e7484d3-dedc-471c-bb29-5706de1e4c77
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.125 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4e7484d3-dedc-471c-bb29-5706de1e4c77,_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,_:af42773f-5bfe-4329-bf69-af358055d8de,_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7,_:e3ac8751-5647-4372-9b70-a8c2d5cd415a,_:cca72bd6-b048-45ca-a7c5-4b560cc139c8,_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e7484d3-dedc-471c-bb29-5706de1e4c77)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:af42773f-5bfe-4329-bf69-af358055d8de)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3ac8751-5647-4372-9b70-a8c2d5cd415a)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cca72bd6-b048-45ca-a7c5-4b560cc139c8)
17:40:35.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ff74c77d-c987-470b-a25f-a7eb2316c9a4)
17:40:35.127 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)
17:40:35.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.128 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.039Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4e7484d3-dedc-471c-bb29-5706de1e4c77],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.129 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e7484d3-dedc-471c-bb29-5706de1e4c77=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4e7484d3-dedc-471c-bb29-5706de1e4c77,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.131 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.133 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.133 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:af42773f-5bfe-4329-bf69-af358055d8de=ShapeTyping(TypingMap(Map()))
17:40:35.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.134 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7=ShapeTyping(TypingMap(Map()))
17:40:35.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.135 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3ac8751-5647-4372-9b70-a8c2d5cd415a=ShapeTyping(TypingMap(Map()))
17:40:35.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.136 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cca72bd6-b048-45ca-a7c5-4b560cc139c8=ShapeTyping(TypingMap(Map()))
17:40:35.136 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.136 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.136 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.136 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.137 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ff74c77d-c987-470b-a25f-a7eb2316c9a4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.138 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ff74c77d-c987-470b-a25f-a7eb2316c9a4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.139 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.139 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.141 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f2309db-29fa-48ae-95b2-05d48a3be1c6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.142 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f2309db-29fa-48ae-95b2-05d48a3be1c6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.142 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4e7484d3-dedc-471c-bb29-5706de1e4c77,_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,_:af42773f-5bfe-4329-bf69-af358055d8de,_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7,_:e3ac8751-5647-4372-9b70-a8c2d5cd415a,_:cca72bd6-b048-45ca-a7c5-4b560cc139c8,_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4e7484d3-dedc-471c-bb29-5706de1e4c77,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.143 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4e7484d3-dedc-471c-bb29-5706de1e4c77,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.143 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4e7484d3-dedc-471c-bb29-5706de1e4c77), ShapeRef(_:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12), ShapeRef(_:af42773f-5bfe-4329-bf69-af358055d8de), ShapeRef(_:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7), ShapeRef(_:e3ac8751-5647-4372-9b70-a8c2d5cd415a), ShapeRef(_:cca72bd6-b048-45ca-a7c5-4b560cc139c8), ShapeRef(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4), ShapeRef(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4e7484d3-dedc-471c-bb29-5706de1e4c77,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:0f2309db-29fa-48ae-95b2-05d48a3be1c6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ff74c77d-c987-470b-a25f-a7eb2316c9a4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f2309db-29fa-48ae-95b2-05d48a3be1c6 = 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f2309db-29fa-48ae-95b2-05d48a3be1c6 = 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f2309db-29fa-48ae-95b2-05d48a3be1c6: 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ff74c77d-c987-470b-a25f-a7eb2316c9a4 = 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ff74c77d-c987-470b-a25f-a7eb2316c9a4 = 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ff74c77d-c987-470b-a25f-a7eb2316c9a4: 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cca72bd6-b048-45ca-a7c5-4b560cc139c8 = 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cca72bd6-b048-45ca-a7c5-4b560cc139c8 = 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cca72bd6-b048-45ca-a7c5-4b560cc139c8: 
17:40:35.144 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3ac8751-5647-4372-9b70-a8c2d5cd415a = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3ac8751-5647-4372-9b70-a8c2d5cd415a = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3ac8751-5647-4372-9b70-a8c2d5cd415a: 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7 = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7 = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8eeda064-5dea-4bb9-8dde-d07ff1d16cf7: 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:af42773f-5bfe-4329-bf69-af358055d8de = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:af42773f-5bfe-4329-bf69-af358055d8de = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:af42773f-5bfe-4329-bf69-af358055d8de: 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12 = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12 = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5a740c5c-c4bc-4cf9-95ca-fa3f74c44d12: 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4e7484d3-dedc-471c-bb29-5706de1e4c77 = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4e7484d3-dedc-471c-bb29-5706de1e4c77 = 
17:40:35.145 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4e7484d3-dedc-471c-bb29-5706de1e4c77: 
17:40:35.147 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.149 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.150 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.150 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.150 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.15Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                6 ;
        <http://www.sampledomain.org/sam#anotherStringProperty>
                "D" .
17:40:35.159 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherStringProperty "D"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.15Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherStringProperty, "D"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.15Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.160 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6da850c2-2094-4653-8ee8-a8ea52ae4f54 @rdf:rest rdf:nil; 6da850c2-2094-4653-8ee8-a8ea52ae4f54 @rdf:first "C"; 0c4a0840-cc9b-415e-a492-d0b138196fe1 @rdf:rest 6da850c2-2094-4653-8ee8-a8ea52ae4f54; 0c4a0840-cc9b-415e-a492-d0b138196fe1 @rdf:first "B"; c60a3010-c3d0-423d-a52f-e36775343459 @sh:path http://www.sampledomain.org/sam#aStringProperty; c60a3010-c3d0-423d-a52f-e36775343459 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c60a3010-c3d0-423d-a52f-e36775343459 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c60a3010-c3d0-423d-a52f-e36775343459 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; c60a3010-c3d0-423d-a52f-e36775343459 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; c60a3010-c3d0-423d-a52f-e36775343459 @sh:pattern "^B"; c60a3010-c3d0-423d-a52f-e36775343459 @sh:description "a Simple Single String Property"; c60a3010-c3d0-423d-a52f-e36775343459 @rdf:type sh:Property; 79a44a29-ee3e-45ad-96fd-071596c44967 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 79a44a29-ee3e-45ad-96fd-071596c44967 @sh:class http://www.sampledomain.org/sam#AnotherResource; 79a44a29-ee3e-45ad-96fd-071596c44967 @rdf:type sh:Property; 48841522-ea97-4b83-92bc-25dc5088ad2a @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 48841522-ea97-4b83-92bc-25dc5088ad2a @sh:in 4642852d-5fc0-4ce4-a80e-1315f56f9014...} |  [6da850c2-2094-4653-8ee8-a8ea52ae4f54, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6da850c2-2094-4653-8ee8-a8ea52ae4f54, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0c4a0840-cc9b-415e-a492-d0b138196fe1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6da850c2-2094-4653-8ee8-a8ea52ae4f54] [0c4a0840-cc9b-415e-a492-d0b138196fe1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#pattern, "^B"] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c60a3010-c3d0-423d-a52f-e36775343459, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79a44a29-ee3e-45ad-96fd-071596c44967, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [79a44a29-ee3e-45ad-96fd-071596c44967, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [79a44a29-ee3e-45ad-96fd-071596c44967, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [48841522-ea97-4b83-92bc-25dc5088ad2a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [48841522-ea97-4b83-92bc-25dc5088ad2a, http://www.w3.org/ns/shacl#in, 4642852d-5fc0-4ce4-a80e-1315f56f9014] [48841522-ea97-4b83-92bc-25dc5088ad2a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [72f84a46-b7c0-4600-a339-528048435d18, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [72f84a46-b7c0-4600-a339-528048435d18, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [72f84a46-b7c0-4600-a339-528048435d18, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [72f84a46-b7c0-4600-a339-528048435d18, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4a22e924-8dcd-403c-9662-2b4c6d8bc349, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [66d923d5-a6cc-4b0b-a9ff-acc75411a6bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [81de2f10-9fbf-4926-87c5-e2546e924f71, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [81de2f10-9fbf-4926-87c5-e2546e924f71, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [81de2f10-9fbf-4926-87c5-e2546e924f71, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [81de2f10-9fbf-4926-87c5-e2546e924f71, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4642852d-5fc0-4ce4-a80e-1315f56f9014, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0c4a0840-cc9b-415e-a492-d0b138196fe1] [4642852d-5fc0-4ce4-a80e-1315f56f9014, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 79a44a29-ee3e-45ad-96fd-071596c44967] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 81de2f10-9fbf-4926-87c5-e2546e924f71] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c60a3010-c3d0-423d-a52f-e36775343459] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 66d923d5-a6cc-4b0b-a9ff-acc75411a6bf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 72f84a46-b7c0-4600-a339-528048435d18] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a22e924-8dcd-403c-9662-2b4c6d8bc349] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 48841522-ea97-4b83-92bc-25dc5088ad2a]>
17:40:35.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.218 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.220 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c60a3010-c3d0-423d-a52f-e36775343459,_:72f84a46-b7c0-4600-a339-528048435d18,_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856,_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,_:81de2f10-9fbf-4926-87c5-e2546e924f71,_:48841522-ea97-4b83-92bc-25dc5088ad2a,_:79a44a29-ee3e-45ad-96fd-071596c44967. Pending nodes: 
17:40:35.221 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c60a3010-c3d0-423d-a52f-e36775343459
17:40:35.222 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:72f84a46-b7c0-4600-a339-528048435d18
17:40:35.224 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856
17:40:35.225 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a22e924-8dcd-403c-9662-2b4c6d8bc349
17:40:35.227 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf
17:40:35.228 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:81de2f10-9fbf-4926-87c5-e2546e924f71
17:40:35.229 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:48841522-ea97-4b83-92bc-25dc5088ad2a
17:40:35.230 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79a44a29-ee3e-45ad-96fd-071596c44967
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79a44a29-ee3e-45ad-96fd-071596c44967
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:48841522-ea97-4b83-92bc-25dc5088ad2a
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:81de2f10-9fbf-4926-87c5-e2546e924f71
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a22e924-8dcd-403c-9662-2b4c6d8bc349
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856
17:40:35.231 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:72f84a46-b7c0-4600-a339-528048435d18
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c60a3010-c3d0-423d-a52f-e36775343459
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.232 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c60a3010-c3d0-423d-a52f-e36775343459,_:72f84a46-b7c0-4600-a339-528048435d18,_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856,_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,_:81de2f10-9fbf-4926-87c5-e2546e924f71,_:48841522-ea97-4b83-92bc-25dc5088ad2a,_:79a44a29-ee3e-45ad-96fd-071596c44967)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c60a3010-c3d0-423d-a52f-e36775343459)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72f84a46-b7c0-4600-a339-528048435d18)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a22e924-8dcd-403c-9662-2b4c6d8bc349)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81de2f10-9fbf-4926-87c5-e2546e924f71)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:48841522-ea97-4b83-92bc-25dc5088ad2a)
17:40:35.233 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79a44a29-ee3e-45ad-96fd-071596c44967)
17:40:35.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.235 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c60a3010-c3d0-423d-a52f-e36775343459],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.236 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c60a3010-c3d0-423d-a52f-e36775343459=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c60a3010-c3d0-423d-a52f-e36775343459,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.237 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72f84a46-b7c0-4600-a339-528048435d18=ShapeTyping(TypingMap(Map()))
17:40:35.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.238 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856=ShapeTyping(TypingMap(Map()))
17:40:35.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.240 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4a22e924-8dcd-403c-9662-2b4c6d8bc349],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.241 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a22e924-8dcd-403c-9662-2b4c6d8bc349=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.241 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.241 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.242 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.242 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.242 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.242 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.242 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.242 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.243 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.243 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.243 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.243 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.244 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.244 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.244 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.244 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.244 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.15Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:81de2f10-9fbf-4926-87c5-e2546e924f71],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.245 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81de2f10-9fbf-4926-87c5-e2546e924f71=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:81de2f10-9fbf-4926-87c5-e2546e924f71,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.245 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.245 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.248 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:48841522-ea97-4b83-92bc-25dc5088ad2a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:48841522-ea97-4b83-92bc-25dc5088ad2a,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))"))))))))
17:40:35.248 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.248 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.249 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79a44a29-ee3e-45ad-96fd-071596c44967=ShapeTyping(TypingMap(Map()))
17:40:35.249 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c60a3010-c3d0-423d-a52f-e36775343459,_:72f84a46-b7c0-4600-a339-528048435d18,_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856,_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,_:81de2f10-9fbf-4926-87c5-e2546e924f71,_:48841522-ea97-4b83-92bc-25dc5088ad2a,_:79a44a29-ee3e-45ad-96fd-071596c44967)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c60a3010-c3d0-423d-a52f-e36775343459,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:48841522-ea97-4b83-92bc-25dc5088ad2a,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), PropertyShape(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:81de2f10-9fbf-4926-87c5-e2546e924f71,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.250 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c60a3010-c3d0-423d-a52f-e36775343459,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:48841522-ea97-4b83-92bc-25dc5088ad2a,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), PropertyShape(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:81de2f10-9fbf-4926-87c5-e2546e924f71,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.250 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c60a3010-c3d0-423d-a52f-e36775343459,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:48841522-ea97-4b83-92bc-25dc5088ad2a,PredicatePath(<http://www.sampledomain.org/sam#anotherStringProperty>),List(In(List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A")))),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "D": LiteralValue("In violation. Expected "D" to be in List(LiteralValue("C"), LiteralValue("B"), LiteralValue("A"))")))), PropertyShape(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c60a3010-c3d0-423d-a52f-e36775343459), ShapeRef(_:72f84a46-b7c0-4600-a339-528048435d18), ShapeRef(_:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856), ShapeRef(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349), ShapeRef(_:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf), ShapeRef(_:81de2f10-9fbf-4926-87c5-e2546e924f71), ShapeRef(_:48841522-ea97-4b83-92bc-25dc5088ad2a), ShapeRef(_:79a44a29-ee3e-45ad-96fd-071596c44967)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a22e924-8dcd-403c-9662-2b4c6d8bc349,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(6 satisfies maxLength(2), 6 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 6 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:81de2f10-9fbf-4926-87c5-e2546e924f71,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79a44a29-ee3e-45ad-96fd-071596c44967 = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79a44a29-ee3e-45ad-96fd-071596c44967 = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79a44a29-ee3e-45ad-96fd-071596c44967: 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:48841522-ea97-4b83-92bc-25dc5088ad2a = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:48841522-ea97-4b83-92bc-25dc5088ad2a = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:48841522-ea97-4b83-92bc-25dc5088ad2a: 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:81de2f10-9fbf-4926-87c5-e2546e924f71 = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:81de2f10-9fbf-4926-87c5-e2546e924f71 = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:81de2f10-9fbf-4926-87c5-e2546e924f71: 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf = 
17:40:35.251 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:66d923d5-a6cc-4b0b-a9ff-acc75411a6bf: 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a22e924-8dcd-403c-9662-2b4c6d8bc349 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a22e924-8dcd-403c-9662-2b4c6d8bc349 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a22e924-8dcd-403c-9662-2b4c6d8bc349: 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:59cf5f7c-c4dd-42d1-9d2e-4a9fec3b2856: 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:72f84a46-b7c0-4600-a339-528048435d18 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:72f84a46-b7c0-4600-a339-528048435d18 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:72f84a46-b7c0-4600-a339-528048435d18: 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c60a3010-c3d0-423d-a52f-e36775343459 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c60a3010-c3d0-423d-a52f-e36775343459 = 
17:40:35.252 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c60a3010-c3d0-423d-a52f-e36775343459: 
17:40:35.254 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "D" ;
                 sh:message                    "In violation. Expected \"D\" to be in List(LiteralValue(\"C\"), LiteralValue(\"B\"), LiteralValue(\"A\"))" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#anotherStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:InConstraintComponent
               ]
] .

17:40:35.257 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "D" ;
                 sh:message                    "In violation. Expected \"D\" to be in List(LiteralValue(\"C\"), LiteralValue(\"B\"), LiteralValue(\"A\"))" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#anotherStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:InConstraintComponent
               ]
] .

17:40:35.258 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.258 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.258 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:35.259 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.259 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.26Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:35.322 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.26Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.26Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.323 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3355ace1-efd9-4f17-b940-7e7a8d7d810b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 3355ace1-efd9-4f17-b940-7e7a8d7d810b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3355ace1-efd9-4f17-b940-7e7a8d7d810b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3355ace1-efd9-4f17-b940-7e7a8d7d810b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 3355ace1-efd9-4f17-b940-7e7a8d7d810b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 3355ace1-efd9-4f17-b940-7e7a8d7d810b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 3355ace1-efd9-4f17-b940-7e7a8d7d810b @rdf:type sh:Property; 6f6d25e3-0862-4ae9-bcad-81bdfda4dfaa @rdf:rest 8f7951c8-3520-4531-8ac6-6c6b6cb469a1; 6f6d25e3-0862-4ae9-bcad-81bdfda4dfaa @rdf:first "B"; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:path http://www.sampledomain.org/sam#aStringProperty; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:pattern "^B"; a391e8e7-80e7-456c-bee6-57f3173e601a @sh:description "a Simple Single String Property"; a391e8e7-80e7-456c-bee6-57f3173e601a @rdf:type sh:Property...} |  [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3355ace1-efd9-4f17-b940-7e7a8d7d810b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6f6d25e3-0862-4ae9-bcad-81bdfda4dfaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8f7951c8-3520-4531-8ac6-6c6b6cb469a1] [6f6d25e3-0862-4ae9-bcad-81bdfda4dfaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#pattern, "^B"] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a391e8e7-80e7-456c-bee6-57f3173e601a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0b97e4d3-b38c-4358-b303-687ee06708bc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c8da23a-6da2-497a-a37e-ad9e96f8d489, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1c8da23a-6da2-497a-a37e-ad9e96f8d489, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1c8da23a-6da2-497a-a37e-ad9e96f8d489, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1c8da23a-6da2-497a-a37e-ad9e96f8d489, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [29914e56-c0bd-463d-a19c-ab37f2d1eaa5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [29914e56-c0bd-463d-a19c-ab37f2d1eaa5, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [29914e56-c0bd-463d-a19c-ab37f2d1eaa5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [29914e56-c0bd-463d-a19c-ab37f2d1eaa5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1662d9a0-5525-4940-a067-e0927eae09ff, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1662d9a0-5525-4940-a067-e0927eae09ff, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1662d9a0-5525-4940-a067-e0927eae09ff, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8f7951c8-3520-4531-8ac6-6c6b6cb469a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8f7951c8-3520-4531-8ac6-6c6b6cb469a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [aa1087ea-9613-4f84-9c21-e506d3edd891, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [aa1087ea-9613-4f84-9c21-e506d3edd891, http://www.w3.org/ns/shacl#in, c16b54e4-d52b-4404-890f-7a1af6c1a9dc] [aa1087ea-9613-4f84-9c21-e506d3edd891, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9eefc7fe-1283-4daa-9b23-12802e017df9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9eefc7fe-1283-4daa-9b23-12802e017df9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9eefc7fe-1283-4daa-9b23-12802e017df9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9eefc7fe-1283-4daa-9b23-12802e017df9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c16b54e4-d52b-4404-890f-7a1af6c1a9dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6f6d25e3-0862-4ae9-bcad-81bdfda4dfaa] [c16b54e4-d52b-4404-890f-7a1af6c1a9dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3355ace1-efd9-4f17-b940-7e7a8d7d810b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9eefc7fe-1283-4daa-9b23-12802e017df9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0b97e4d3-b38c-4358-b303-687ee06708bc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aa1087ea-9613-4f84-9c21-e506d3edd891] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1c8da23a-6da2-497a-a37e-ad9e96f8d489] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a391e8e7-80e7-456c-bee6-57f3173e601a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 29914e56-c0bd-463d-a19c-ab37f2d1eaa5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1662d9a0-5525-4940-a067-e0927eae09ff]>
17:40:35.324 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.327 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:aa1087ea-9613-4f84-9c21-e506d3edd891,_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,_:a391e8e7-80e7-456c-bee6-57f3173e601a,_:9eefc7fe-1283-4daa-9b23-12802e017df9,_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,_:0b97e4d3-b38c-4358-b303-687ee06708bc,_:1c8da23a-6da2-497a-a37e-ad9e96f8d489,_:1662d9a0-5525-4940-a067-e0927eae09ff. Pending nodes: 
17:40:35.327 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aa1087ea-9613-4f84-9c21-e506d3edd891
17:40:35.328 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:29914e56-c0bd-463d-a19c-ab37f2d1eaa5
17:40:35.329 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a391e8e7-80e7-456c-bee6-57f3173e601a
17:40:35.331 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9eefc7fe-1283-4daa-9b23-12802e017df9
17:40:35.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3355ace1-efd9-4f17-b940-7e7a8d7d810b
17:40:35.334 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0b97e4d3-b38c-4358-b303-687ee06708bc
17:40:35.335 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c8da23a-6da2-497a-a37e-ad9e96f8d489
17:40:35.336 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1662d9a0-5525-4940-a067-e0927eae09ff
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1662d9a0-5525-4940-a067-e0927eae09ff
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c8da23a-6da2-497a-a37e-ad9e96f8d489
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0b97e4d3-b38c-4358-b303-687ee06708bc
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3355ace1-efd9-4f17-b940-7e7a8d7d810b
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9eefc7fe-1283-4daa-9b23-12802e017df9
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a391e8e7-80e7-456c-bee6-57f3173e601a
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:29914e56-c0bd-463d-a19c-ab37f2d1eaa5
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aa1087ea-9613-4f84-9c21-e506d3edd891
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1662d9a0-5525-4940-a067-e0927eae09ff = 
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1662d9a0-5525-4940-a067-e0927eae09ff = 
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1662d9a0-5525-4940-a067-e0927eae09ff: 
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c8da23a-6da2-497a-a37e-ad9e96f8d489 = 
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c8da23a-6da2-497a-a37e-ad9e96f8d489 = 
17:40:35.337 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c8da23a-6da2-497a-a37e-ad9e96f8d489: 
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:aa1087ea-9613-4f84-9c21-e506d3edd891,_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,_:a391e8e7-80e7-456c-bee6-57f3173e601a,_:9eefc7fe-1283-4daa-9b23-12802e017df9,_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,_:0b97e4d3-b38c-4358-b303-687ee06708bc,_:1c8da23a-6da2-497a-a37e-ad9e96f8d489,_:1662d9a0-5525-4940-a067-e0927eae09ff)
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa1087ea-9613-4f84-9c21-e506d3edd891)
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5)
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a391e8e7-80e7-456c-bee6-57f3173e601a)
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9eefc7fe-1283-4daa-9b23-12802e017df9)
17:40:35.338 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3355ace1-efd9-4f17-b940-7e7a8d7d810b)
17:40:35.339 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b97e4d3-b38c-4358-b303-687ee06708bc)
17:40:35.339 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c8da23a-6da2-497a-a37e-ad9e96f8d489)
17:40:35.339 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1662d9a0-5525-4940-a067-e0927eae09ff)
17:40:35.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa1087ea-9613-4f84-9c21-e506d3edd891=ShapeTyping(TypingMap(Map()))
17:40:35.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.340 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.26Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.340 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.343 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.343 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.343 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a391e8e7-80e7-456c-bee6-57f3173e601a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.343 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a391e8e7-80e7-456c-bee6-57f3173e601a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a391e8e7-80e7-456c-bee6-57f3173e601a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.343 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.343 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.344 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.344 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.344 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9eefc7fe-1283-4daa-9b23-12802e017df9=ShapeTyping(TypingMap(Map()))
17:40:35.344 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.344 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.345 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.345 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.345 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.345 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.345 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.345 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.346 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3355ace1-efd9-4f17-b940-7e7a8d7d810b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.346 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.346 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.346 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3355ace1-efd9-4f17-b940-7e7a8d7d810b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.346 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.346 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.347 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.347 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.348 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.348 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.348 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.348 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.348 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0b97e4d3-b38c-4358-b303-687ee06708bc],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.349 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.349 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.349 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b97e4d3-b38c-4358-b303-687ee06708bc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0b97e4d3-b38c-4358-b303-687ee06708bc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.349 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.349 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.350 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.350 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.350 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c8da23a-6da2-497a-a37e-ad9e96f8d489=ShapeTyping(TypingMap(Map()))
17:40:35.350 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.350 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.351 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1662d9a0-5525-4940-a067-e0927eae09ff=ShapeTyping(TypingMap(Map()))
17:40:35.351 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:aa1087ea-9613-4f84-9c21-e506d3edd891,_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,_:a391e8e7-80e7-456c-bee6-57f3173e601a,_:9eefc7fe-1283-4daa-9b23-12802e017df9,_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,_:0b97e4d3-b38c-4358-b303-687ee06708bc,_:1c8da23a-6da2-497a-a37e-ad9e96f8d489,_:1662d9a0-5525-4940-a067-e0927eae09ff)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0b97e4d3-b38c-4358-b303-687ee06708bc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a391e8e7-80e7-456c-bee6-57f3173e601a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.352 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0b97e4d3-b38c-4358-b303-687ee06708bc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a391e8e7-80e7-456c-bee6-57f3173e601a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.352 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0b97e4d3-b38c-4358-b303-687ee06708bc,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:a391e8e7-80e7-456c-bee6-57f3173e601a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa1087ea-9613-4f84-9c21-e506d3edd891), ShapeRef(_:29914e56-c0bd-463d-a19c-ab37f2d1eaa5), ShapeRef(_:a391e8e7-80e7-456c-bee6-57f3173e601a), ShapeRef(_:9eefc7fe-1283-4daa-9b23-12802e017df9), ShapeRef(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b), ShapeRef(_:0b97e4d3-b38c-4358-b303-687ee06708bc), ShapeRef(_:1c8da23a-6da2-497a-a37e-ad9e96f8d489), ShapeRef(_:1662d9a0-5525-4940-a067-e0927eae09ff)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3355ace1-efd9-4f17-b940-7e7a8d7d810b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0b97e4d3-b38c-4358-b303-687ee06708bc = 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0b97e4d3-b38c-4358-b303-687ee06708bc = 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0b97e4d3-b38c-4358-b303-687ee06708bc: 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3355ace1-efd9-4f17-b940-7e7a8d7d810b = 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3355ace1-efd9-4f17-b940-7e7a8d7d810b = 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3355ace1-efd9-4f17-b940-7e7a8d7d810b: 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9eefc7fe-1283-4daa-9b23-12802e017df9 = 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9eefc7fe-1283-4daa-9b23-12802e017df9 = 
17:40:35.353 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9eefc7fe-1283-4daa-9b23-12802e017df9: 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a391e8e7-80e7-456c-bee6-57f3173e601a = 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a391e8e7-80e7-456c-bee6-57f3173e601a = 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a391e8e7-80e7-456c-bee6-57f3173e601a: 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:29914e56-c0bd-463d-a19c-ab37f2d1eaa5 = 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:29914e56-c0bd-463d-a19c-ab37f2d1eaa5 = 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:29914e56-c0bd-463d-a19c-ab37f2d1eaa5: 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aa1087ea-9613-4f84-9c21-e506d3edd891 = 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aa1087ea-9613-4f84-9c21-e506d3edd891 = 
17:40:35.354 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aa1087ea-9613-4f84-9c21-e506d3edd891: 
17:40:35.355 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.357 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.358 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.358 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.358 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.358Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:35.425 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.358Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Betwee"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.358Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Betwee"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.426 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e3ac034a-7a2c-48b0-a08a-60370e1eb208 @rdf:rest 7b73f1cb-4829-4163-9f60-7372b3d47e93; e3ac034a-7a2c-48b0-a08a-60370e1eb208 @rdf:first "B"; 426613b1-14cc-4f99-943f-82f1c6734dd0 @sh:path http://www.sampledomain.org/sam#integerProperty2; 426613b1-14cc-4f99-943f-82f1c6734dd0 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 426613b1-14cc-4f99-943f-82f1c6734dd0 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 426613b1-14cc-4f99-943f-82f1c6734dd0 @rdf:type sh:Property; 60bf04eb-ea79-41f7-86f1-a2ed293839c3 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 60bf04eb-ea79-41f7-86f1-a2ed293839c3 @sh:class http://www.sampledomain.org/sam#AnotherResource; 60bf04eb-ea79-41f7-86f1-a2ed293839c3 @rdf:type sh:Property; 1407e095-cb1c-458d-949e-b67c687a9820 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 1407e095-cb1c-458d-949e-b67c687a9820 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1407e095-cb1c-458d-949e-b67c687a9820 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1407e095-cb1c-458d-949e-b67c687a9820 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1407e095-cb1c-458d-949e-b67c687a9820 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1407e095-cb1c-458d-949e-b67c687a9820 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 1407e095-cb1c-458d-949e-b67c687a9820 @rdf:type sh:Property; 7b73f1cb-4829-4163-9f60-7372b3d47e93 @rdf:rest rdf:nil...} |  [e3ac034a-7a2c-48b0-a08a-60370e1eb208, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7b73f1cb-4829-4163-9f60-7372b3d47e93] [e3ac034a-7a2c-48b0-a08a-60370e1eb208, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [426613b1-14cc-4f99-943f-82f1c6734dd0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [426613b1-14cc-4f99-943f-82f1c6734dd0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [426613b1-14cc-4f99-943f-82f1c6734dd0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [426613b1-14cc-4f99-943f-82f1c6734dd0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [60bf04eb-ea79-41f7-86f1-a2ed293839c3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [60bf04eb-ea79-41f7-86f1-a2ed293839c3, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [60bf04eb-ea79-41f7-86f1-a2ed293839c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1407e095-cb1c-458d-949e-b67c687a9820, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7b73f1cb-4829-4163-9f60-7372b3d47e93, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7b73f1cb-4829-4163-9f60-7372b3d47e93, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#pattern, "^B"] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c0257f34-89b0-45e2-95ed-aec8aee532d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7b3331d0-f86d-4aad-b250-c511abbaa29f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7b3331d0-f86d-4aad-b250-c511abbaa29f, http://www.w3.org/ns/shacl#in, 1f8ebee4-34a2-4249-950e-51989d7b62d0] [7b3331d0-f86d-4aad-b250-c511abbaa29f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f33f983d-29b9-48ab-b887-859a40a876ae, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f33f983d-29b9-48ab-b887-859a40a876ae, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f33f983d-29b9-48ab-b887-859a40a876ae, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f33f983d-29b9-48ab-b887-859a40a876ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f8ebee4-34a2-4249-950e-51989d7b62d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e3ac034a-7a2c-48b0-a08a-60370e1eb208] [1f8ebee4-34a2-4249-950e-51989d7b62d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [95d68d53-743b-40ec-aece-03a5616a55f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [95d68d53-743b-40ec-aece-03a5616a55f2, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [95d68d53-743b-40ec-aece-03a5616a55f2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [95d68d53-743b-40ec-aece-03a5616a55f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7b3331d0-f86d-4aad-b250-c511abbaa29f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f33f983d-29b9-48ab-b887-859a40a876ae] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 95d68d53-743b-40ec-aece-03a5616a55f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 60bf04eb-ea79-41f7-86f1-a2ed293839c3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0257f34-89b0-45e2-95ed-aec8aee532d9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 426613b1-14cc-4f99-943f-82f1c6734dd0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1407e095-cb1c-458d-949e-b67c687a9820] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c5b41f6a-a290-4970-b4f4-45edd1b36149] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c5b41f6a-a290-4970-b4f4-45edd1b36149, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
17:40:35.427 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.428 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.430 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c0257f34-89b0-45e2-95ed-aec8aee532d9,_:f33f983d-29b9-48ab-b887-859a40a876ae,_:426613b1-14cc-4f99-943f-82f1c6734dd0,_:95d68d53-743b-40ec-aece-03a5616a55f2,_:1407e095-cb1c-458d-949e-b67c687a9820,_:7b3331d0-f86d-4aad-b250-c511abbaa29f,_:60bf04eb-ea79-41f7-86f1-a2ed293839c3,_:c5b41f6a-a290-4970-b4f4-45edd1b36149. Pending nodes: 
17:40:35.431 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0257f34-89b0-45e2-95ed-aec8aee532d9
17:40:35.433 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f33f983d-29b9-48ab-b887-859a40a876ae
17:40:35.434 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:426613b1-14cc-4f99-943f-82f1c6734dd0
17:40:35.435 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:95d68d53-743b-40ec-aece-03a5616a55f2
17:40:35.436 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1407e095-cb1c-458d-949e-b67c687a9820
17:40:35.437 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7b3331d0-f86d-4aad-b250-c511abbaa29f
17:40:35.438 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:60bf04eb-ea79-41f7-86f1-a2ed293839c3
17:40:35.439 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c5b41f6a-a290-4970-b4f4-45edd1b36149
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c5b41f6a-a290-4970-b4f4-45edd1b36149
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:60bf04eb-ea79-41f7-86f1-a2ed293839c3
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7b3331d0-f86d-4aad-b250-c511abbaa29f
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1407e095-cb1c-458d-949e-b67c687a9820
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:95d68d53-743b-40ec-aece-03a5616a55f2
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:426613b1-14cc-4f99-943f-82f1c6734dd0
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f33f983d-29b9-48ab-b887-859a40a876ae
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0257f34-89b0-45e2-95ed-aec8aee532d9
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.441 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c0257f34-89b0-45e2-95ed-aec8aee532d9,_:f33f983d-29b9-48ab-b887-859a40a876ae,_:426613b1-14cc-4f99-943f-82f1c6734dd0,_:95d68d53-743b-40ec-aece-03a5616a55f2,_:1407e095-cb1c-458d-949e-b67c687a9820,_:7b3331d0-f86d-4aad-b250-c511abbaa29f,_:60bf04eb-ea79-41f7-86f1-a2ed293839c3,_:c5b41f6a-a290-4970-b4f4-45edd1b36149)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0257f34-89b0-45e2-95ed-aec8aee532d9)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f33f983d-29b9-48ab-b887-859a40a876ae)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:426613b1-14cc-4f99-943f-82f1c6734dd0)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95d68d53-743b-40ec-aece-03a5616a55f2)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1407e095-cb1c-458d-949e-b67c687a9820)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7b3331d0-f86d-4aad-b250-c511abbaa29f)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60bf04eb-ea79-41f7-86f1-a2ed293839c3)
17:40:35.442 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5b41f6a-a290-4970-b4f4-45edd1b36149)
17:40:35.442 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.442 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.443 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.443 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.443 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.443 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.444 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.444 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.444 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.444 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.444 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0257f34-89b0-45e2-95ed-aec8aee532d9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.445 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0257f34-89b0-45e2-95ed-aec8aee532d9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0257f34-89b0-45e2-95ed-aec8aee532d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7"))))))))
17:40:35.445 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.445 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.445 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.445 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.446 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f33f983d-29b9-48ab-b887-859a40a876ae=ShapeTyping(TypingMap(Map()))
17:40:35.446 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.446 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.446 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.446 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.447 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:426613b1-14cc-4f99-943f-82f1c6734dd0=ShapeTyping(TypingMap(Map()))
17:40:35.447 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.447 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.447 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.447 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.447 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.358Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:95d68d53-743b-40ec-aece-03a5616a55f2],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.448 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95d68d53-743b-40ec-aece-03a5616a55f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:95d68d53-743b-40ec-aece-03a5616a55f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.448 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.448 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.449 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.449 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.449 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.449 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.450 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.450 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.450 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1407e095-cb1c-458d-949e-b67c687a9820],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.450 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.450 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.451 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1407e095-cb1c-458d-949e-b67c687a9820=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1407e095-cb1c-458d-949e-b67c687a9820,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.451 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.451 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.451 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7b3331d0-f86d-4aad-b250-c511abbaa29f=ShapeTyping(TypingMap(Map()))
17:40:35.451 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.451 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60bf04eb-ea79-41f7-86f1-a2ed293839c3=ShapeTyping(TypingMap(Map()))
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.452 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.453 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c5b41f6a-a290-4970-b4f4-45edd1b36149],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.453 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.453 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.453 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5b41f6a-a290-4970-b4f4-45edd1b36149=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5b41f6a-a290-4970-b4f4-45edd1b36149,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.454 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c0257f34-89b0-45e2-95ed-aec8aee532d9,_:f33f983d-29b9-48ab-b887-859a40a876ae,_:426613b1-14cc-4f99-943f-82f1c6734dd0,_:95d68d53-743b-40ec-aece-03a5616a55f2,_:1407e095-cb1c-458d-949e-b67c687a9820,_:7b3331d0-f86d-4aad-b250-c511abbaa29f,_:60bf04eb-ea79-41f7-86f1-a2ed293839c3,_:c5b41f6a-a290-4970-b4f4-45edd1b36149)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1407e095-cb1c-458d-949e-b67c687a9820,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:95d68d53-743b-40ec-aece-03a5616a55f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c5b41f6a-a290-4970-b4f4-45edd1b36149,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c0257f34-89b0-45e2-95ed-aec8aee532d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7"))))))))
17:40:35.454 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1407e095-cb1c-458d-949e-b67c687a9820,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:95d68d53-743b-40ec-aece-03a5616a55f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c5b41f6a-a290-4970-b4f4-45edd1b36149,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c0257f34-89b0-45e2-95ed-aec8aee532d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7"))))))))
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1407e095-cb1c-458d-949e-b67c687a9820,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c0257f34-89b0-45e2-95ed-aec8aee532d9), ShapeRef(_:f33f983d-29b9-48ab-b887-859a40a876ae), ShapeRef(_:426613b1-14cc-4f99-943f-82f1c6734dd0), ShapeRef(_:95d68d53-743b-40ec-aece-03a5616a55f2), ShapeRef(_:1407e095-cb1c-458d-949e-b67c687a9820), ShapeRef(_:7b3331d0-f86d-4aad-b250-c511abbaa29f), ShapeRef(_:60bf04eb-ea79-41f7-86f1-a2ed293839c3), ShapeRef(_:c5b41f6a-a290-4970-b4f4-45edd1b36149)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:95d68d53-743b-40ec-aece-03a5616a55f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c5b41f6a-a290-4970-b4f4-45edd1b36149,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c0257f34-89b0-45e2-95ed-aec8aee532d9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Betwee": LiteralValue("minLength violation. Expected length("Betwee") >= 7"))))))))
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c5b41f6a-a290-4970-b4f4-45edd1b36149 = 
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c5b41f6a-a290-4970-b4f4-45edd1b36149 = 
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c5b41f6a-a290-4970-b4f4-45edd1b36149: 
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:60bf04eb-ea79-41f7-86f1-a2ed293839c3 = 
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:60bf04eb-ea79-41f7-86f1-a2ed293839c3 = 
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:60bf04eb-ea79-41f7-86f1-a2ed293839c3: 
17:40:35.455 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7b3331d0-f86d-4aad-b250-c511abbaa29f = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7b3331d0-f86d-4aad-b250-c511abbaa29f = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7b3331d0-f86d-4aad-b250-c511abbaa29f: 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1407e095-cb1c-458d-949e-b67c687a9820 = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1407e095-cb1c-458d-949e-b67c687a9820 = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1407e095-cb1c-458d-949e-b67c687a9820: 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:95d68d53-743b-40ec-aece-03a5616a55f2 = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:95d68d53-743b-40ec-aece-03a5616a55f2 = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:95d68d53-743b-40ec-aece-03a5616a55f2: 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:426613b1-14cc-4f99-943f-82f1c6734dd0 = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:426613b1-14cc-4f99-943f-82f1c6734dd0 = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:426613b1-14cc-4f99-943f-82f1c6734dd0: 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f33f983d-29b9-48ab-b887-859a40a876ae = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f33f983d-29b9-48ab-b887-859a40a876ae = 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f33f983d-29b9-48ab-b887-859a40a876ae: 
17:40:35.456 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0257f34-89b0-45e2-95ed-aec8aee532d9 = 
17:40:35.457 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0257f34-89b0-45e2-95ed-aec8aee532d9 = 
17:40:35.457 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0257f34-89b0-45e2-95ed-aec8aee532d9: 
17:40:35.458 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Betwee" ;
                 sh:message                    "minLength violation. Expected length(\"Betwee\") >= 7" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinLengthConstraintComponent
               ]
] .

17:40:35.460 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Betwee" ;
                 sh:message                    "minLength violation. Expected length(\"Betwee\") >= 7" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinLengthConstraintComponent
               ]
] .

17:40:35.462 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.462 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.462 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:35.462 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.462 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running org.eclipse.lyo.validation.ShaclClosedValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.463Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:35.538 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.463Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.463Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.539 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ad70dbf8-eae2-4dd1-8e64-58c9df60650c @rdf:rest 75955046-8b7f-461e-a020-f4d4dc180f97; ad70dbf8-eae2-4dd1-8e64-58c9df60650c @rdf:first "B"; da585b46-a02b-4ca3-b522-5194183f9e11 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; da585b46-a02b-4ca3-b522-5194183f9e11 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; da585b46-a02b-4ca3-b522-5194183f9e11 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; da585b46-a02b-4ca3-b522-5194183f9e11 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; da585b46-a02b-4ca3-b522-5194183f9e11 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; da585b46-a02b-4ca3-b522-5194183f9e11 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; da585b46-a02b-4ca3-b522-5194183f9e11 @rdf:type sh:Property; c99b64df-17de-49ec-a9d3-cefb721336c9 @sh:path http://www.sampledomain.org/sam#aSetOfDates; c99b64df-17de-49ec-a9d3-cefb721336c9 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; c99b64df-17de-49ec-a9d3-cefb721336c9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c99b64df-17de-49ec-a9d3-cefb721336c9 @rdf:type sh:Property; b09fc4d9-1c06-4ad4-ac47-b7fa67a73939 @sh:path http://www.sampledomain.org/sam#aStringProperty; b09fc4d9-1c06-4ad4-ac47-b7fa67a73939 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b09fc4d9-1c06-4ad4-ac47-b7fa67a73939 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b09fc4d9-1c06-4ad4-ac47-b7fa67a73939 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [ad70dbf8-eae2-4dd1-8e64-58c9df60650c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 75955046-8b7f-461e-a020-f4d4dc180f97] [ad70dbf8-eae2-4dd1-8e64-58c9df60650c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da585b46-a02b-4ca3-b522-5194183f9e11, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c99b64df-17de-49ec-a9d3-cefb721336c9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c99b64df-17de-49ec-a9d3-cefb721336c9, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c99b64df-17de-49ec-a9d3-cefb721336c9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c99b64df-17de-49ec-a9d3-cefb721336c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#pattern, "^B"] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b09fc4d9-1c06-4ad4-ac47-b7fa67a73939, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [75955046-8b7f-461e-a020-f4d4dc180f97, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [75955046-8b7f-461e-a020-f4d4dc180f97, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c0610dce-5660-48b3-8267-a8247798cead, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c0610dce-5660-48b3-8267-a8247798cead, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c0610dce-5660-48b3-8267-a8247798cead, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c0610dce-5660-48b3-8267-a8247798cead, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [84a7c6d8-38c7-493d-b79f-479c89eced2d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [84a7c6d8-38c7-493d-b79f-479c89eced2d, http://www.w3.org/ns/shacl#in, e4898801-7117-49d7-9f7b-ce31e48342f0] [84a7c6d8-38c7-493d-b79f-479c89eced2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [29caff3f-5742-4d55-9914-e035602d459a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e4898801-7117-49d7-9f7b-ce31e48342f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ad70dbf8-eae2-4dd1-8e64-58c9df60650c] [e4898801-7117-49d7-9f7b-ce31e48342f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 29caff3f-5742-4d55-9914-e035602d459a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b09fc4d9-1c06-4ad4-ac47-b7fa67a73939] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 84a7c6d8-38c7-493d-b79f-479c89eced2d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0610dce-5660-48b3-8267-a8247798cead] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f633b051-0ea8-441d-9571-768275409ea3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, da585b46-a02b-4ca3-b522-5194183f9e11] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c99b64df-17de-49ec-a9d3-cefb721336c9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ab7b1b7b-d8f3-4916-9d08-a80f723fecaf] [ab7b1b7b-d8f3-4916-9d08-a80f723fecaf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ab7b1b7b-d8f3-4916-9d08-a80f723fecaf, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ab7b1b7b-d8f3-4916-9d08-a80f723fecaf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f633b051-0ea8-441d-9571-768275409ea3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f633b051-0ea8-441d-9571-768275409ea3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f633b051-0ea8-441d-9571-768275409ea3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f633b051-0ea8-441d-9571-768275409ea3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
17:40:35.540 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.541 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.542 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,_:c99b64df-17de-49ec-a9d3-cefb721336c9,_:c0610dce-5660-48b3-8267-a8247798cead,_:29caff3f-5742-4d55-9914-e035602d459a,_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf,_:84a7c6d8-38c7-493d-b79f-479c89eced2d,_:da585b46-a02b-4ca3-b522-5194183f9e11,_:f633b051-0ea8-441d-9571-768275409ea3. Pending nodes: 
17:40:35.543 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939
17:40:35.544 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c99b64df-17de-49ec-a9d3-cefb721336c9
17:40:35.545 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0610dce-5660-48b3-8267-a8247798cead
17:40:35.546 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:29caff3f-5742-4d55-9914-e035602d459a
17:40:35.547 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf
17:40:35.548 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:84a7c6d8-38c7-493d-b79f-479c89eced2d
17:40:35.548 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da585b46-a02b-4ca3-b522-5194183f9e11
17:40:35.549 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f633b051-0ea8-441d-9571-768275409ea3
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f633b051-0ea8-441d-9571-768275409ea3
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da585b46-a02b-4ca3-b522-5194183f9e11
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:84a7c6d8-38c7-493d-b79f-479c89eced2d
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:29caff3f-5742-4d55-9914-e035602d459a
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0610dce-5660-48b3-8267-a8247798cead
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c99b64df-17de-49ec-a9d3-cefb721336c9
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939
17:40:35.550 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f633b051-0ea8-441d-9571-768275409ea3 = 
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f633b051-0ea8-441d-9571-768275409ea3 = 
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f633b051-0ea8-441d-9571-768275409ea3: 
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,_:c99b64df-17de-49ec-a9d3-cefb721336c9,_:c0610dce-5660-48b3-8267-a8247798cead,_:29caff3f-5742-4d55-9914-e035602d459a,_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf,_:84a7c6d8-38c7-493d-b79f-479c89eced2d,_:da585b46-a02b-4ca3-b522-5194183f9e11,_:f633b051-0ea8-441d-9571-768275409ea3)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c99b64df-17de-49ec-a9d3-cefb721336c9)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0610dce-5660-48b3-8267-a8247798cead)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29caff3f-5742-4d55-9914-e035602d459a)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf)
17:40:35.551 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84a7c6d8-38c7-493d-b79f-479c89eced2d)
17:40:35.552 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da585b46-a02b-4ca3-b522-5194183f9e11)
17:40:35.552 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f633b051-0ea8-441d-9571-768275409ea3)
17:40:35.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.554 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.555 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.556 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.463Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c99b64df-17de-49ec-a9d3-cefb721336c9],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.556 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c99b64df-17de-49ec-a9d3-cefb721336c9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c99b64df-17de-49ec-a9d3-cefb721336c9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.557 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0610dce-5660-48b3-8267-a8247798cead=ShapeTyping(TypingMap(Map()))
17:40:35.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.558 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.558 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.558 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:29caff3f-5742-4d55-9914-e035602d459a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.558 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.558 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.558 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29caff3f-5742-4d55-9914-e035602d459a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:29caff3f-5742-4d55-9914-e035602d459a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.559 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.559 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.559 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf=ShapeTyping(TypingMap(Map()))
17:40:35.559 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.559 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.559 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84a7c6d8-38c7-493d-b79f-479c89eced2d=ShapeTyping(TypingMap(Map()))
17:40:35.559 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.559 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.560 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.560 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.560 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.560 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.561 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.561 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.561 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:da585b46-a02b-4ca3-b522-5194183f9e11],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.561 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.561 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.562 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da585b46-a02b-4ca3-b522-5194183f9e11=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:da585b46-a02b-4ca3-b522-5194183f9e11,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.562 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.562 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.562 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.562 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.563 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f633b051-0ea8-441d-9571-768275409ea3=ShapeTyping(TypingMap(Map()))
17:40:35.563 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,_:c99b64df-17de-49ec-a9d3-cefb721336c9,_:c0610dce-5660-48b3-8267-a8247798cead,_:29caff3f-5742-4d55-9914-e035602d459a,_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf,_:84a7c6d8-38c7-493d-b79f-479c89eced2d,_:da585b46-a02b-4ca3-b522-5194183f9e11,_:f633b051-0ea8-441d-9571-768275409ea3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:29caff3f-5742-4d55-9914-e035602d459a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c99b64df-17de-49ec-a9d3-cefb721336c9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:da585b46-a02b-4ca3-b522-5194183f9e11,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List()))))))
17:40:35.563 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:29caff3f-5742-4d55-9914-e035602d459a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c99b64df-17de-49ec-a9d3-cefb721336c9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:da585b46-a02b-4ca3-b522-5194183f9e11,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List()))))))
17:40:35.563 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:29caff3f-5742-4d55-9914-e035602d459a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:c99b64df-17de-49ec-a9d3-cefb721336c9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:da585b46-a02b-4ca3-b522-5194183f9e11,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939), ShapeRef(_:c99b64df-17de-49ec-a9d3-cefb721336c9), ShapeRef(_:c0610dce-5660-48b3-8267-a8247798cead), ShapeRef(_:29caff3f-5742-4d55-9914-e035602d459a), ShapeRef(_:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf), ShapeRef(_:84a7c6d8-38c7-493d-b79f-479c89eced2d), ShapeRef(_:da585b46-a02b-4ca3-b522-5194183f9e11), ShapeRef(_:f633b051-0ea8-441d-9571-768275409ea3)),false,List()) -> TypingResult(Valid(List()))))))
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da585b46-a02b-4ca3-b522-5194183f9e11 = 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da585b46-a02b-4ca3-b522-5194183f9e11 = 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da585b46-a02b-4ca3-b522-5194183f9e11: 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:84a7c6d8-38c7-493d-b79f-479c89eced2d = 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:84a7c6d8-38c7-493d-b79f-479c89eced2d = 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:84a7c6d8-38c7-493d-b79f-479c89eced2d: 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf = 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf = 
17:40:35.564 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ab7b1b7b-d8f3-4916-9d08-a80f723fecaf: 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:29caff3f-5742-4d55-9914-e035602d459a = 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:29caff3f-5742-4d55-9914-e035602d459a = 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:29caff3f-5742-4d55-9914-e035602d459a: 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0610dce-5660-48b3-8267-a8247798cead = 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0610dce-5660-48b3-8267-a8247798cead = 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0610dce-5660-48b3-8267-a8247798cead: 
17:40:35.616 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c99b64df-17de-49ec-a9d3-cefb721336c9 = 
17:40:35.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c99b64df-17de-49ec-a9d3-cefb721336c9 = 
17:40:35.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c99b64df-17de-49ec-a9d3-cefb721336c9: 
17:40:35.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939 = 
17:40:35.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939 = 
17:40:35.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b09fc4d9-1c06-4ad4-ac47-b7fa67a73939: 
17:40:35.618 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.620 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.621 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.621 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.621 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.621Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                2 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:35.631 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "2"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.621Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "2"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.621Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       true ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.632 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:path http://www.sampledomain.org/sam#aStringProperty; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:pattern "^B"; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @sh:description "a Simple Single String Property"; 6c70e673-b85a-4e1c-ba18-c159fb1e1e37 @rdf:type sh:Property; 301dddc1-5727-4641-b383-d1c4a60308b0 @sh:path http://www.sampledomain.org/sam#integerProperty2; 301dddc1-5727-4641-b383-d1c4a60308b0 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 301dddc1-5727-4641-b383-d1c4a60308b0 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 301dddc1-5727-4641-b383-d1c4a60308b0 @rdf:type sh:Property; cdfbd8ca-a4d3-407a-a62f-d8b3f37a59d2 @rdf:rest 05e342e1-01ba-4601-8df2-282ce3c322e5; cdfbd8ca-a4d3-407a-a62f-d8b3f37a59d2 @rdf:first "B"; 4dc3cc11-74d2-4dab-842a-0014249a2a2b @sh:path http://www.sampledomain.org/sam#aSetOfDates; 4dc3cc11-74d2-4dab-842a-0014249a2a2b @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 4dc3cc11-74d2-4dab-842a-0014249a2a2b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#pattern, "^B"] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6c70e673-b85a-4e1c-ba18-c159fb1e1e37, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [301dddc1-5727-4641-b383-d1c4a60308b0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [301dddc1-5727-4641-b383-d1c4a60308b0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [301dddc1-5727-4641-b383-d1c4a60308b0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [301dddc1-5727-4641-b383-d1c4a60308b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cdfbd8ca-a4d3-407a-a62f-d8b3f37a59d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 05e342e1-01ba-4601-8df2-282ce3c322e5] [cdfbd8ca-a4d3-407a-a62f-d8b3f37a59d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [4dc3cc11-74d2-4dab-842a-0014249a2a2b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4dc3cc11-74d2-4dab-842a-0014249a2a2b, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4dc3cc11-74d2-4dab-842a-0014249a2a2b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4dc3cc11-74d2-4dab-842a-0014249a2a2b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [05e342e1-01ba-4601-8df2-282ce3c322e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [05e342e1-01ba-4601-8df2-282ce3c322e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [68568bb8-a9f9-4669-b37f-eb22c719c494, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [68568bb8-a9f9-4669-b37f-eb22c719c494, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [68568bb8-a9f9-4669-b37f-eb22c719c494, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8015a034-f1e1-4820-ac3c-a291236aa4a9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [8015a034-f1e1-4820-ac3c-a291236aa4a9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8015a034-f1e1-4820-ac3c-a291236aa4a9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8015a034-f1e1-4820-ac3c-a291236aa4a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fe8d5c71-ed08-4765-9127-a7146ddb2f37, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cdfbd8ca-a4d3-407a-a62f-d8b3f37a59d2] [fe8d5c71-ed08-4765-9127-a7146ddb2f37, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [631b5c49-2c1e-4b84-baab-d952ea92e0da, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7e7da2b0-e178-4c8f-bb5a-3d494e74315a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7e7da2b0-e178-4c8f-bb5a-3d494e74315a, http://www.w3.org/ns/shacl#in, fe8d5c71-ed08-4765-9127-a7146ddb2f37] [7e7da2b0-e178-4c8f-bb5a-3d494e74315a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 301dddc1-5727-4641-b383-d1c4a60308b0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4dc3cc11-74d2-4dab-842a-0014249a2a2b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8015a034-f1e1-4820-ac3c-a291236aa4a9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6c70e673-b85a-4e1c-ba18-c159fb1e1e37] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7e7da2b0-e178-4c8f-bb5a-3d494e74315a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 631b5c49-2c1e-4b84-baab-d952ea92e0da] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 68568bb8-a9f9-4669-b37f-eb22c719c494]>
17:40:35.633 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.634 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.636 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a,_:68568bb8-a9f9-4669-b37f-eb22c719c494,_:4dc3cc11-74d2-4dab-842a-0014249a2a2b,_:8015a034-f1e1-4820-ac3c-a291236aa4a9,_:631b5c49-2c1e-4b84-baab-d952ea92e0da,_:301dddc1-5727-4641-b383-d1c4a60308b0,_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37. Pending nodes: 
17:40:35.636 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a
17:40:35.637 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:68568bb8-a9f9-4669-b37f-eb22c719c494
17:40:35.637 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4dc3cc11-74d2-4dab-842a-0014249a2a2b
17:40:35.638 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8015a034-f1e1-4820-ac3c-a291236aa4a9
17:40:35.639 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:631b5c49-2c1e-4b84-baab-d952ea92e0da
17:40:35.640 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:301dddc1-5727-4641-b383-d1c4a60308b0
17:40:35.641 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6c70e673-b85a-4e1c-ba18-c159fb1e1e37
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6c70e673-b85a-4e1c-ba18-c159fb1e1e37
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:301dddc1-5727-4641-b383-d1c4a60308b0
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:631b5c49-2c1e-4b84-baab-d952ea92e0da
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8015a034-f1e1-4820-ac3c-a291236aa4a9
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4dc3cc11-74d2-4dab-842a-0014249a2a2b
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:68568bb8-a9f9-4669-b37f-eb22c719c494
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6c70e673-b85a-4e1c-ba18-c159fb1e1e37 = 
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6c70e673-b85a-4e1c-ba18-c159fb1e1e37 = 
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6c70e673-b85a-4e1c-ba18-c159fb1e1e37: 
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a,_:68568bb8-a9f9-4669-b37f-eb22c719c494,_:4dc3cc11-74d2-4dab-842a-0014249a2a2b,_:8015a034-f1e1-4820-ac3c-a291236aa4a9,_:631b5c49-2c1e-4b84-baab-d952ea92e0da,_:301dddc1-5727-4641-b383-d1c4a60308b0,_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68568bb8-a9f9-4669-b37f-eb22c719c494)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4dc3cc11-74d2-4dab-842a-0014249a2a2b)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8015a034-f1e1-4820-ac3c-a291236aa4a9)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:631b5c49-2c1e-4b84-baab-d952ea92e0da)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:301dddc1-5727-4641-b383-d1c4a60308b0)
17:40:35.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)
17:40:35.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.643 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a=ShapeTyping(TypingMap(Map()))
17:40:35.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.643 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68568bb8-a9f9-4669-b37f-eb22c719c494=ShapeTyping(TypingMap(Map()))
17:40:35.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.644 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.621Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4dc3cc11-74d2-4dab-842a-0014249a2a2b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.644 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4dc3cc11-74d2-4dab-842a-0014249a2a2b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a), ShapeRef(_:68568bb8-a9f9-4669-b37f-eb22c719c494), ShapeRef(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b), ShapeRef(_:8015a034-f1e1-4820-ac3c-a291236aa4a9), ShapeRef(_:631b5c49-2c1e-4b84-baab-d952ea92e0da), ShapeRef(_:301dddc1-5727-4641-b383-d1c4a60308b0), ShapeRef(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.645 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8015a034-f1e1-4820-ac3c-a291236aa4a9=ShapeTyping(TypingMap(Map()))
17:40:35.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.646 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.646 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.646 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.646 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.647 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:631b5c49-2c1e-4b84-baab-d952ea92e0da],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.647 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.647 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.648 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:631b5c49-2c1e-4b84-baab-d952ea92e0da=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a), ShapeRef(_:68568bb8-a9f9-4669-b37f-eb22c719c494), ShapeRef(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b), ShapeRef(_:8015a034-f1e1-4820-ac3c-a291236aa4a9), ShapeRef(_:631b5c49-2c1e-4b84-baab-d952ea92e0da), ShapeRef(_:301dddc1-5727-4641-b383-d1c4a60308b0), ShapeRef(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:631b5c49-2c1e-4b84-baab-d952ea92e0da,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.648 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.648 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.648 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.648 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.649 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:301dddc1-5727-4641-b383-d1c4a60308b0=ShapeTyping(TypingMap(Map()))
17:40:35.649 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.649 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.649 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.649 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.650 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.651 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.651 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a), ShapeRef(_:68568bb8-a9f9-4669-b37f-eb22c719c494), ShapeRef(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b), ShapeRef(_:8015a034-f1e1-4820-ac3c-a291236aa4a9), ShapeRef(_:631b5c49-2c1e-4b84-baab-d952ea92e0da), ShapeRef(_:301dddc1-5727-4641-b383-d1c4a60308b0), ShapeRef(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.651 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a,_:68568bb8-a9f9-4669-b37f-eb22c719c494,_:4dc3cc11-74d2-4dab-842a-0014249a2a2b,_:8015a034-f1e1-4820-ac3c-a291236aa4a9,_:631b5c49-2c1e-4b84-baab-d952ea92e0da,_:301dddc1-5727-4641-b383-d1c4a60308b0,_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a), ShapeRef(_:68568bb8-a9f9-4669-b37f-eb22c719c494), ShapeRef(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b), ShapeRef(_:8015a034-f1e1-4820-ac3c-a291236aa4a9), ShapeRef(_:631b5c49-2c1e-4b84-baab-d952ea92e0da), ShapeRef(_:301dddc1-5727-4641-b383-d1c4a60308b0), ShapeRef(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:631b5c49-2c1e-4b84-baab-d952ea92e0da,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.656 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a), ShapeRef(_:68568bb8-a9f9-4669-b37f-eb22c719c494), ShapeRef(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b), ShapeRef(_:8015a034-f1e1-4820-ac3c-a291236aa4a9), ShapeRef(_:631b5c49-2c1e-4b84-baab-d952ea92e0da), ShapeRef(_:301dddc1-5727-4641-b383-d1c4a60308b0), ShapeRef(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
17:40:35.656 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7e7da2b0-e178-4c8f-bb5a-3d494e74315a), ShapeRef(_:68568bb8-a9f9-4669-b37f-eb22c719c494), ShapeRef(_:4dc3cc11-74d2-4dab-842a-0014249a2a2b), ShapeRef(_:8015a034-f1e1-4820-ac3c-a291236aa4a9), ShapeRef(_:631b5c49-2c1e-4b84-baab-d952ea92e0da), ShapeRef(_:301dddc1-5727-4641-b383-d1c4a60308b0), ShapeRef(_:6c70e673-b85a-4e1c-ba18-c159fb1e1e37)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
17:40:35.656 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:301dddc1-5727-4641-b383-d1c4a60308b0 = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:301dddc1-5727-4641-b383-d1c4a60308b0 = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:301dddc1-5727-4641-b383-d1c4a60308b0: 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:631b5c49-2c1e-4b84-baab-d952ea92e0da = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:631b5c49-2c1e-4b84-baab-d952ea92e0da = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:631b5c49-2c1e-4b84-baab-d952ea92e0da: 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8015a034-f1e1-4820-ac3c-a291236aa4a9 = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8015a034-f1e1-4820-ac3c-a291236aa4a9 = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8015a034-f1e1-4820-ac3c-a291236aa4a9: 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4dc3cc11-74d2-4dab-842a-0014249a2a2b = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4dc3cc11-74d2-4dab-842a-0014249a2a2b = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4dc3cc11-74d2-4dab-842a-0014249a2a2b: 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:68568bb8-a9f9-4669-b37f-eb22c719c494 = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:68568bb8-a9f9-4669-b37f-eb22c719c494 = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:68568bb8-a9f9-4669-b37f-eb22c719c494: 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a = 
17:40:35.657 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7e7da2b0-e178-4c8f-bb5a-3d494e74315a: 
17:40:35.662 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()" ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:ClosedConstraintComponent
               ]
] .

17:40:35.663 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()" ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:ClosedConstraintComponent
               ]
] .

17:40:35.718 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.718 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.718 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:35.718 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.718 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec
Running org.eclipse.lyo.validation.OslcAnnotationsBasedValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#anOslcResource>
        a       <http://www.sampledomain.org/sam#AnOslcResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.719Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Cat" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                12 .
17:40:35.733 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.719Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty2 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.719Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty2, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
17:40:35.734 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4430484a-ee4c-4268-b993-40d0f88f7ecb @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 4430484a-ee4c-4268-b993-40d0f88f7ecb @sh:name "anotherIntegerProperty"; 4430484a-ee4c-4268-b993-40d0f88f7ecb @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4430484a-ee4c-4268-b993-40d0f88f7ecb @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4430484a-ee4c-4268-b993-40d0f88f7ecb @rdf:type sh:Property; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @sh:name "aReferenceProperty"; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @sh:class http://www.sampledomain.org/sam#AnotherResource; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @sh:datatype oslc:Resource; 2f26851a-3ee6-4f37-a15d-14cb4ab52cca @rdf:type sh:Property; c36f3839-67f6-477a-b642-581c3981b939 @sh:path http://www.sampledomain.org/sam#aStringProperty; c36f3839-67f6-477a-b642-581c3981b939 @sh:name "aStringProperty"; c36f3839-67f6-477a-b642-581c3981b939 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c36f3839-67f6-477a-b642-581c3981b939 @sh:datatype http://www.w3.org/2001/XMLSchema#string; c36f3839-67f6-477a-b642-581c3981b939 @sh:description "a Simple Single String Property"...} |  [4430484a-ee4c-4268-b993-40d0f88f7ecb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4430484a-ee4c-4268-b993-40d0f88f7ecb, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [4430484a-ee4c-4268-b993-40d0f88f7ecb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4430484a-ee4c-4268-b993-40d0f88f7ecb, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4430484a-ee4c-4268-b993-40d0f88f7ecb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [2f26851a-3ee6-4f37-a15d-14cb4ab52cca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c36f3839-67f6-477a-b642-581c3981b939, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c36f3839-67f6-477a-b642-581c3981b939, http://www.w3.org/ns/shacl#name, "aStringProperty"] [c36f3839-67f6-477a-b642-581c3981b939, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c36f3839-67f6-477a-b642-581c3981b939, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [c36f3839-67f6-477a-b642-581c3981b939, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c36f3839-67f6-477a-b642-581c3981b939, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d7ffdc66-e69c-438e-a4f3-fc7824aaa376, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d7ffdc66-e69c-438e-a4f3-fc7824aaa376, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [d7ffdc66-e69c-438e-a4f3-fc7824aaa376, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d7ffdc66-e69c-438e-a4f3-fc7824aaa376, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [d7ffdc66-e69c-438e-a4f3-fc7824aaa376, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a00166b-a472-461e-b284-bb30ea5e924a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0a00166b-a472-461e-b284-bb30ea5e924a, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [0a00166b-a472-461e-b284-bb30ea5e924a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0a00166b-a472-461e-b284-bb30ea5e924a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0a00166b-a472-461e-b284-bb30ea5e924a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0a00166b-a472-461e-b284-bb30ea5e924a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ad22ae87-bbac-457d-a701-21d46199e464, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ad22ae87-bbac-457d-a701-21d46199e464, http://www.w3.org/ns/shacl#name, "integerProperty2"] [ad22ae87-bbac-457d-a701-21d46199e464, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ad22ae87-bbac-457d-a701-21d46199e464, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ad22ae87-bbac-457d-a701-21d46199e464, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ad22ae87-bbac-457d-a701-21d46199e464, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, d7ffdc66-e69c-438e-a4f3-fc7824aaa376] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 4430484a-ee4c-4268-b993-40d0f88f7ecb] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 2f26851a-3ee6-4f37-a15d-14cb4ab52cca] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 0a00166b-a472-461e-b284-bb30ea5e924a] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 9a0f0aa4-8f28-4caa-a981-9902c62b8a26] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c36f3839-67f6-477a-b642-581c3981b939] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ad22ae87-bbac-457d-a701-21d46199e464] [9a0f0aa4-8f28-4caa-a981-9902c62b8a26, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9a0f0aa4-8f28-4caa-a981-9902c62b8a26, http://www.w3.org/ns/shacl#name, "integerProperty3"] [9a0f0aa4-8f28-4caa-a981-9902c62b8a26, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a0f0aa4-8f28-4caa-a981-9902c62b8a26, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a0f0aa4-8f28-4caa-a981-9902c62b8a26, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9a0f0aa4-8f28-4caa-a981-9902c62b8a26, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
17:40:35.735 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
17:40:35.736 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
17:40:35.737 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4430484a-ee4c-4268-b993-40d0f88f7ecb,_:ad22ae87-bbac-457d-a701-21d46199e464,_:0a00166b-a472-461e-b284-bb30ea5e924a,_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,_:c36f3839-67f6-477a-b642-581c3981b939,_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26. Pending nodes: 
17:40:35.737 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4430484a-ee4c-4268-b993-40d0f88f7ecb
17:40:35.738 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ad22ae87-bbac-457d-a701-21d46199e464
17:40:35.739 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a00166b-a472-461e-b284-bb30ea5e924a
17:40:35.740 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2f26851a-3ee6-4f37-a15d-14cb4ab52cca
17:40:35.741 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d7ffdc66-e69c-438e-a4f3-fc7824aaa376
17:40:35.742 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c36f3839-67f6-477a-b642-581c3981b939
17:40:35.743 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a0f0aa4-8f28-4caa-a981-9902c62b8a26
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a0f0aa4-8f28-4caa-a981-9902c62b8a26
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c36f3839-67f6-477a-b642-581c3981b939
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d7ffdc66-e69c-438e-a4f3-fc7824aaa376
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2f26851a-3ee6-4f37-a15d-14cb4ab52cca
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a00166b-a472-461e-b284-bb30ea5e924a
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ad22ae87-bbac-457d-a701-21d46199e464
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4430484a-ee4c-4268-b993-40d0f88f7ecb
17:40:35.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a0f0aa4-8f28-4caa-a981-9902c62b8a26 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a0f0aa4-8f28-4caa-a981-9902c62b8a26 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a0f0aa4-8f28-4caa-a981-9902c62b8a26: 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c36f3839-67f6-477a-b642-581c3981b939 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c36f3839-67f6-477a-b642-581c3981b939 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c36f3839-67f6-477a-b642-581c3981b939: 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d7ffdc66-e69c-438e-a4f3-fc7824aaa376 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d7ffdc66-e69c-438e-a4f3-fc7824aaa376 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d7ffdc66-e69c-438e-a4f3-fc7824aaa376: 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2f26851a-3ee6-4f37-a15d-14cb4ab52cca = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2f26851a-3ee6-4f37-a15d-14cb4ab52cca = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2f26851a-3ee6-4f37-a15d-14cb4ab52cca: 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a00166b-a472-461e-b284-bb30ea5e924a = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a00166b-a472-461e-b284-bb30ea5e924a = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a00166b-a472-461e-b284-bb30ea5e924a: 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ad22ae87-bbac-457d-a701-21d46199e464 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ad22ae87-bbac-457d-a701-21d46199e464 = 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ad22ae87-bbac-457d-a701-21d46199e464: 
17:40:35.745 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4430484a-ee4c-4268-b993-40d0f88f7ecb = 
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4430484a-ee4c-4268-b993-40d0f88f7ecb = 
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4430484a-ee4c-4268-b993-40d0f88f7ecb: 
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:4430484a-ee4c-4268-b993-40d0f88f7ecb,_:ad22ae87-bbac-457d-a701-21d46199e464,_:0a00166b-a472-461e-b284-bb30ea5e924a,_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,_:c36f3839-67f6-477a-b642-581c3981b939,_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:4430484a-ee4c-4268-b993-40d0f88f7ecb)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ad22ae87-bbac-457d-a701-21d46199e464)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:0a00166b-a472-461e-b284-bb30ea5e924a)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c36f3839-67f6-477a-b642-581c3981b939)
17:40:35.746 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)
17:40:35.746 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.746 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.747 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:4430484a-ee4c-4268-b993-40d0f88f7ecb],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.747 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.747 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.748 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:4430484a-ee4c-4268-b993-40d0f88f7ecb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4430484a-ee4c-4268-b993-40d0f88f7ecb,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.748 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.748 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.748 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.748 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.749 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:ad22ae87-bbac-457d-a701-21d46199e464],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
17:40:35.749 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.749 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.750 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ad22ae87-bbac-457d-a701-21d46199e464=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ad22ae87-bbac-457d-a701-21d46199e464,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.750 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.750 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.750 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.750 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.751 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:0a00166b-a472-461e-b284-bb30ea5e924a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.751 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.751 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.751 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:0a00166b-a472-461e-b284-bb30ea5e924a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0a00166b-a472-461e-b284-bb30ea5e924a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.751 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.751 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.752 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.752 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.752 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
17:40:35.752 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.752 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.753 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.753 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.753 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>)))))))
17:40:35.753 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.753 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.754 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-09T17:40:35.719Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.754 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.754 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.754 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T17:40:35.719Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
17:40:35.754 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.754 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.755 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:c36f3839-67f6-477a-b642-581c3981b939],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.755 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.755 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.756 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c36f3839-67f6-477a-b642-581c3981b939=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c36f3839-67f6-477a-b642-581c3981b939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
17:40:35.756 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.756 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.756 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.756 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.756 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
17:40:35.757 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.757 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.757 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.758 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:4430484a-ee4c-4268-b993-40d0f88f7ecb,_:ad22ae87-bbac-457d-a701-21d46199e464,_:0a00166b-a472-461e-b284-bb30ea5e924a,_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,_:c36f3839-67f6-477a-b642-581c3981b939,_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T17:40:35.719Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ad22ae87-bbac-457d-a701-21d46199e464,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0a00166b-a472-461e-b284-bb30ea5e924a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>))), PropertyShape(_:4430484a-ee4c-4268-b993-40d0f88f7ecb,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c36f3839-67f6-477a-b642-581c3981b939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
17:40:35.758 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T17:40:35.719Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ad22ae87-bbac-457d-a701-21d46199e464,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0a00166b-a472-461e-b284-bb30ea5e924a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>))), PropertyShape(_:4430484a-ee4c-4268-b993-40d0f88f7ecb,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c36f3839-67f6-477a-b642-581c3981b939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
17:40:35.759 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4430484a-ee4c-4268-b993-40d0f88f7ecb), ShapeRef(_:ad22ae87-bbac-457d-a701-21d46199e464), ShapeRef(_:0a00166b-a472-461e-b284-bb30ea5e924a), ShapeRef(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca), ShapeRef(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376), ShapeRef(_:c36f3839-67f6-477a-b642-581c3981b939), ShapeRef(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a0f0aa4-8f28-4caa-a981-9902c62b8a26,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:d7ffdc66-e69c-438e-a4f3-fc7824aaa376,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-11-09T17:40:35.719Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ad22ae87-bbac-457d-a701-21d46199e464,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0a00166b-a472-461e-b284-bb30ea5e924a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:2f26851a-3ee6-4f37-a15d-14cb4ab52cca,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>))), PropertyShape(_:4430484a-ee4c-4268-b993-40d0f88f7ecb,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c36f3839-67f6-477a-b642-581c3981b939,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
17:40:35.817 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.819 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.819 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.819 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.819 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a       <http://www.sampledomain.org/sam#AnOslcResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.82Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Cat" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                12 .
17:40:35.829 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.82Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.82Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
17:40:35.830 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {62f2b995-909b-43cc-baa1-fd382012039c @sh:path http://www.sampledomain.org/sam#integerProperty2; 62f2b995-909b-43cc-baa1-fd382012039c @sh:name "integerProperty2"; 62f2b995-909b-43cc-baa1-fd382012039c @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 62f2b995-909b-43cc-baa1-fd382012039c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 62f2b995-909b-43cc-baa1-fd382012039c @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 62f2b995-909b-43cc-baa1-fd382012039c @rdf:type sh:Property; bb0d4142-8d71-476d-97de-40940d7b3013 @sh:path http://www.sampledomain.org/sam#integerProperty3; bb0d4142-8d71-476d-97de-40940d7b3013 @sh:name "integerProperty3"; bb0d4142-8d71-476d-97de-40940d7b3013 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bb0d4142-8d71-476d-97de-40940d7b3013 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bb0d4142-8d71-476d-97de-40940d7b3013 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; bb0d4142-8d71-476d-97de-40940d7b3013 @rdf:type sh:Property; 0aed552d-25f2-4eba-b69b-e55be58dad80 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0aed552d-25f2-4eba-b69b-e55be58dad80 @sh:name "aReferenceProperty"; 0aed552d-25f2-4eba-b69b-e55be58dad80 @sh:class http://www.sampledomain.org/sam#AnotherResource; 0aed552d-25f2-4eba-b69b-e55be58dad80 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0aed552d-25f2-4eba-b69b-e55be58dad80 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [62f2b995-909b-43cc-baa1-fd382012039c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [62f2b995-909b-43cc-baa1-fd382012039c, http://www.w3.org/ns/shacl#name, "integerProperty2"] [62f2b995-909b-43cc-baa1-fd382012039c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [62f2b995-909b-43cc-baa1-fd382012039c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [62f2b995-909b-43cc-baa1-fd382012039c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [62f2b995-909b-43cc-baa1-fd382012039c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb0d4142-8d71-476d-97de-40940d7b3013, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [bb0d4142-8d71-476d-97de-40940d7b3013, http://www.w3.org/ns/shacl#name, "integerProperty3"] [bb0d4142-8d71-476d-97de-40940d7b3013, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb0d4142-8d71-476d-97de-40940d7b3013, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb0d4142-8d71-476d-97de-40940d7b3013, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bb0d4142-8d71-476d-97de-40940d7b3013, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [0aed552d-25f2-4eba-b69b-e55be58dad80, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [040efa8c-afef-48e6-8e67-60a802d9a5a8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [040efa8c-afef-48e6-8e67-60a802d9a5a8, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [040efa8c-afef-48e6-8e67-60a802d9a5a8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [040efa8c-afef-48e6-8e67-60a802d9a5a8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [040efa8c-afef-48e6-8e67-60a802d9a5a8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 0aed552d-25f2-4eba-b69b-e55be58dad80] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, b4aa3e5a-718d-4604-8d68-cc3e5191e293] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, bb0d4142-8d71-476d-97de-40940d7b3013] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 04425ab8-b0e4-4069-a2c0-d73a44ab639c] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 040efa8c-afef-48e6-8e67-60a802d9a5a8] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ba86c714-4fe5-443e-877b-3d9a6169b09a] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 62f2b995-909b-43cc-baa1-fd382012039c] [b4aa3e5a-718d-4604-8d68-cc3e5191e293, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b4aa3e5a-718d-4604-8d68-cc3e5191e293, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [b4aa3e5a-718d-4604-8d68-cc3e5191e293, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b4aa3e5a-718d-4604-8d68-cc3e5191e293, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b4aa3e5a-718d-4604-8d68-cc3e5191e293, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b4aa3e5a-718d-4604-8d68-cc3e5191e293, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba86c714-4fe5-443e-877b-3d9a6169b09a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ba86c714-4fe5-443e-877b-3d9a6169b09a, http://www.w3.org/ns/shacl#name, "aStringProperty"] [ba86c714-4fe5-443e-877b-3d9a6169b09a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ba86c714-4fe5-443e-877b-3d9a6169b09a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [ba86c714-4fe5-443e-877b-3d9a6169b09a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ba86c714-4fe5-443e-877b-3d9a6169b09a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [04425ab8-b0e4-4069-a2c0-d73a44ab639c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [04425ab8-b0e4-4069-a2c0-d73a44ab639c, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [04425ab8-b0e4-4069-a2c0-d73a44ab639c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [04425ab8-b0e4-4069-a2c0-d73a44ab639c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [04425ab8-b0e4-4069-a2c0-d73a44ab639c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
17:40:35.830 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
17:40:35.831 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
17:40:35.832 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ba86c714-4fe5-443e-877b-3d9a6169b09a,_:62f2b995-909b-43cc-baa1-fd382012039c,_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,_:040efa8c-afef-48e6-8e67-60a802d9a5a8,_:0aed552d-25f2-4eba-b69b-e55be58dad80,_:bb0d4142-8d71-476d-97de-40940d7b3013,_:b4aa3e5a-718d-4604-8d68-cc3e5191e293. Pending nodes: 
17:40:35.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba86c714-4fe5-443e-877b-3d9a6169b09a
17:40:35.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:62f2b995-909b-43cc-baa1-fd382012039c
17:40:35.834 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:04425ab8-b0e4-4069-a2c0-d73a44ab639c
17:40:35.835 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:040efa8c-afef-48e6-8e67-60a802d9a5a8
17:40:35.836 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0aed552d-25f2-4eba-b69b-e55be58dad80
17:40:35.837 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bb0d4142-8d71-476d-97de-40940d7b3013
17:40:35.838 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b4aa3e5a-718d-4604-8d68-cc3e5191e293
17:40:35.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b4aa3e5a-718d-4604-8d68-cc3e5191e293
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bb0d4142-8d71-476d-97de-40940d7b3013
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0aed552d-25f2-4eba-b69b-e55be58dad80
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:040efa8c-afef-48e6-8e67-60a802d9a5a8
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:04425ab8-b0e4-4069-a2c0-d73a44ab639c
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:62f2b995-909b-43cc-baa1-fd382012039c
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba86c714-4fe5-443e-877b-3d9a6169b09a
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b4aa3e5a-718d-4604-8d68-cc3e5191e293 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b4aa3e5a-718d-4604-8d68-cc3e5191e293 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b4aa3e5a-718d-4604-8d68-cc3e5191e293: 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bb0d4142-8d71-476d-97de-40940d7b3013 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bb0d4142-8d71-476d-97de-40940d7b3013 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bb0d4142-8d71-476d-97de-40940d7b3013: 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0aed552d-25f2-4eba-b69b-e55be58dad80 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0aed552d-25f2-4eba-b69b-e55be58dad80 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0aed552d-25f2-4eba-b69b-e55be58dad80: 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:040efa8c-afef-48e6-8e67-60a802d9a5a8 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:040efa8c-afef-48e6-8e67-60a802d9a5a8 = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:040efa8c-afef-48e6-8e67-60a802d9a5a8: 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:04425ab8-b0e4-4069-a2c0-d73a44ab639c = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:04425ab8-b0e4-4069-a2c0-d73a44ab639c = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:04425ab8-b0e4-4069-a2c0-d73a44ab639c: 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:62f2b995-909b-43cc-baa1-fd382012039c = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:62f2b995-909b-43cc-baa1-fd382012039c = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:62f2b995-909b-43cc-baa1-fd382012039c: 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
17:40:35.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:ba86c714-4fe5-443e-877b-3d9a6169b09a,_:62f2b995-909b-43cc-baa1-fd382012039c,_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,_:040efa8c-afef-48e6-8e67-60a802d9a5a8,_:0aed552d-25f2-4eba-b69b-e55be58dad80,_:bb0d4142-8d71-476d-97de-40940d7b3013,_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:ba86c714-4fe5-443e-877b-3d9a6169b09a)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:62f2b995-909b-43cc-baa1-fd382012039c)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:04425ab8-b0e4-4069-a2c0-d73a44ab639c)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:040efa8c-afef-48e6-8e67-60a802d9a5a8)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0aed552d-25f2-4eba-b69b-e55be58dad80)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:bb0d4142-8d71-476d-97de-40940d7b3013)
17:40:35.840 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)
17:40:35.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.841 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:ba86c714-4fe5-443e-877b-3d9a6169b09a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.841 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.841 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:ba86c714-4fe5-443e-877b-3d9a6169b09a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ba86c714-4fe5-443e-877b-3d9a6169b09a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>)))))))
17:40:35.842 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.842 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.842 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.842 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.842 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:62f2b995-909b-43cc-baa1-fd382012039c],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
17:40:35.842 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.842 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.843 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:62f2b995-909b-43cc-baa1-fd382012039c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:62f2b995-909b-43cc-baa1-fd382012039c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
17:40:35.843 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.843 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.843 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:04425ab8-b0e4-4069-a2c0-d73a44ab639c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.843 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.843 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.844 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:04425ab8-b0e4-4069-a2c0-d73a44ab639c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.844 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.844 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.844 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-09T17:40:35.82Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:040efa8c-afef-48e6-8e67-60a802d9a5a8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.845 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.845 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.845 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:040efa8c-afef-48e6-8e67-60a802d9a5a8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:040efa8c-afef-48e6-8e67-60a802d9a5a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T17:40:35.82Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
17:40:35.845 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.845 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.846 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.846 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.846 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:0aed552d-25f2-4eba-b69b-e55be58dad80],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
17:40:35.846 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.846 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.846 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.846 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.847 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0aed552d-25f2-4eba-b69b-e55be58dad80=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0aed552d-25f2-4eba-b69b-e55be58dad80,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>)))))))
17:40:35.847 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.847 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.847 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.847 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.848 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:bb0d4142-8d71-476d-97de-40940d7b3013],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
17:40:35.848 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.848 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.848 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:bb0d4142-8d71-476d-97de-40940d7b3013=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb0d4142-8d71-476d-97de-40940d7b3013,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.849 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.849 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.849 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.849 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.849 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b4aa3e5a-718d-4604-8d68-cc3e5191e293],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.849 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.849 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.850 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b4aa3e5a-718d-4604-8d68-cc3e5191e293=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.850 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:ba86c714-4fe5-443e-877b-3d9a6169b09a,_:62f2b995-909b-43cc-baa1-fd382012039c,_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,_:040efa8c-afef-48e6-8e67-60a802d9a5a8,_:0aed552d-25f2-4eba-b69b-e55be58dad80,_:bb0d4142-8d71-476d-97de-40940d7b3013,_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:bb0d4142-8d71-476d-97de-40940d7b3013,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:040efa8c-afef-48e6-8e67-60a802d9a5a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T17:40:35.82Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ba86c714-4fe5-443e-877b-3d9a6169b09a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>))), PropertyShape(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0aed552d-25f2-4eba-b69b-e55be58dad80,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>))), PropertyShape(_:62f2b995-909b-43cc-baa1-fd382012039c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.851 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:bb0d4142-8d71-476d-97de-40940d7b3013,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:040efa8c-afef-48e6-8e67-60a802d9a5a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T17:40:35.82Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ba86c714-4fe5-443e-877b-3d9a6169b09a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>))), PropertyShape(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0aed552d-25f2-4eba-b69b-e55be58dad80,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>))), PropertyShape(_:62f2b995-909b-43cc-baa1-fd382012039c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.851 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:bb0d4142-8d71-476d-97de-40940d7b3013,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:040efa8c-afef-48e6-8e67-60a802d9a5a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-11-09T17:40:35.82Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ba86c714-4fe5-443e-877b-3d9a6169b09a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#string>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "Cat" has datatype <http://www.w3.org/2001/XMLSchema#string>))), PropertyShape(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:0aed552d-25f2-4eba-b69b-e55be58dad80,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>))), PropertyShape(_:62f2b995-909b-43cc-baa1-fd382012039c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:ba86c714-4fe5-443e-877b-3d9a6169b09a), ShapeRef(_:62f2b995-909b-43cc-baa1-fd382012039c), ShapeRef(_:04425ab8-b0e4-4069-a2c0-d73a44ab639c), ShapeRef(_:040efa8c-afef-48e6-8e67-60a802d9a5a8), ShapeRef(_:0aed552d-25f2-4eba-b69b-e55be58dad80), ShapeRef(_:bb0d4142-8d71-476d-97de-40940d7b3013), ShapeRef(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b4aa3e5a-718d-4604-8d68-cc3e5191e293,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.851 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba86c714-4fe5-443e-877b-3d9a6169b09a = 
17:40:35.851 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba86c714-4fe5-443e-877b-3d9a6169b09a = 
17:40:35.851 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba86c714-4fe5-443e-877b-3d9a6169b09a: 
17:40:35.853 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AnOslcResource> ;
                 sh:message                    "MinCount violation. Expected 1, obtained: 0" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinCountConstraintComponent
               ]
] .

17:40:35.856 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AnOslcResource> ;
                 sh:message                    "MinCount violation. Expected 1, obtained: 0" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinCountConstraintComponent
               ]
] .

17:40:35.857 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.857 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.857 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:35.857 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.858 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec
Running org.eclipse.lyo.validation.ShaclMaxInclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.858Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                15 .
17:40:35.921 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.858Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "15"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.858Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "15"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.922 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5d87b3c5-d0f5-4beb-9a31-b9767bb1737c @sh:path http://www.sampledomain.org/sam#integerProperty2; 5d87b3c5-d0f5-4beb-9a31-b9767bb1737c @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 5d87b3c5-d0f5-4beb-9a31-b9767bb1737c @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 5d87b3c5-d0f5-4beb-9a31-b9767bb1737c @rdf:type sh:Property; 392c5001-e84a-401a-8485-ca0696930a34 @sh:path http://www.sampledomain.org/sam#integerProperty3; 392c5001-e84a-401a-8485-ca0696930a34 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 392c5001-e84a-401a-8485-ca0696930a34 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 392c5001-e84a-401a-8485-ca0696930a34 @rdf:type sh:Property; 305a0292-88a7-41e7-84de-fdc64895c731 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 305a0292-88a7-41e7-84de-fdc64895c731 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 305a0292-88a7-41e7-84de-fdc64895c731 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 305a0292-88a7-41e7-84de-fdc64895c731 @rdf:type sh:Property; e5817b31-1dc6-466a-9c98-d535b4dcc36d @sh:path http://www.sampledomain.org/sam#anotherStringProperty; e5817b31-1dc6-466a-9c98-d535b4dcc36d @sh:in 54717b26-0bfb-48d8-b1d0-29f1d8b533dd; e5817b31-1dc6-466a-9c98-d535b4dcc36d @rdf:type sh:Property; e3ade627-8e91-4412-847e-b8acc050afe3 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; e3ade627-8e91-4412-847e-b8acc050afe3 @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [5d87b3c5-d0f5-4beb-9a31-b9767bb1737c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [5d87b3c5-d0f5-4beb-9a31-b9767bb1737c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5d87b3c5-d0f5-4beb-9a31-b9767bb1737c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5d87b3c5-d0f5-4beb-9a31-b9767bb1737c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [392c5001-e84a-401a-8485-ca0696930a34, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [392c5001-e84a-401a-8485-ca0696930a34, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [392c5001-e84a-401a-8485-ca0696930a34, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [392c5001-e84a-401a-8485-ca0696930a34, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [305a0292-88a7-41e7-84de-fdc64895c731, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [305a0292-88a7-41e7-84de-fdc64895c731, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [305a0292-88a7-41e7-84de-fdc64895c731, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [305a0292-88a7-41e7-84de-fdc64895c731, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e5817b31-1dc6-466a-9c98-d535b4dcc36d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e5817b31-1dc6-466a-9c98-d535b4dcc36d, http://www.w3.org/ns/shacl#in, 54717b26-0bfb-48d8-b1d0-29f1d8b533dd] [e5817b31-1dc6-466a-9c98-d535b4dcc36d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e3ade627-8e91-4412-847e-b8acc050afe3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e3ade627-8e91-4412-847e-b8acc050afe3, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e3ade627-8e91-4412-847e-b8acc050afe3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ac2d47d7-35e1-40bc-ba09-5122c050a579, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#pattern, "^B"] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [66cfb3f5-3616-422f-bde0-cb5d82f404f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bd16eb9f-6442-46af-8085-f6c71157b19f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [54717b26-0bfb-48d8-b1d0-29f1d8b533dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7ad22981-9918-49df-9616-9563c499ebe8] [54717b26-0bfb-48d8-b1d0-29f1d8b533dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [7c9193d9-8e5f-4555-b3c9-8b299e3eab98, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7c9193d9-8e5f-4555-b3c9-8b299e3eab98, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 305a0292-88a7-41e7-84de-fdc64895c731] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5d87b3c5-d0f5-4beb-9a31-b9767bb1737c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e5817b31-1dc6-466a-9c98-d535b4dcc36d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 66cfb3f5-3616-422f-bde0-cb5d82f404f5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 392c5001-e84a-401a-8485-ca0696930a34] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bd16eb9f-6442-46af-8085-f6c71157b19f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac2d47d7-35e1-40bc-ba09-5122c050a579] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e3ade627-8e91-4412-847e-b8acc050afe3] [7ad22981-9918-49df-9616-9563c499ebe8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7c9193d9-8e5f-4555-b3c9-8b299e3eab98] [7ad22981-9918-49df-9616-9563c499ebe8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"]>
17:40:35.923 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.924 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.925 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c,_:ac2d47d7-35e1-40bc-ba09-5122c050a579,_:bd16eb9f-6442-46af-8085-f6c71157b19f,_:e3ade627-8e91-4412-847e-b8acc050afe3,_:e5817b31-1dc6-466a-9c98-d535b4dcc36d,_:305a0292-88a7-41e7-84de-fdc64895c731,_:392c5001-e84a-401a-8485-ca0696930a34,_:66cfb3f5-3616-422f-bde0-cb5d82f404f5. Pending nodes: 
17:40:35.925 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c
17:40:35.926 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac2d47d7-35e1-40bc-ba09-5122c050a579
17:40:35.927 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bd16eb9f-6442-46af-8085-f6c71157b19f
17:40:35.928 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3ade627-8e91-4412-847e-b8acc050afe3
17:40:35.928 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e5817b31-1dc6-466a-9c98-d535b4dcc36d
17:40:35.929 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:305a0292-88a7-41e7-84de-fdc64895c731
17:40:35.929 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:392c5001-e84a-401a-8485-ca0696930a34
17:40:35.930 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:66cfb3f5-3616-422f-bde0-cb5d82f404f5
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:66cfb3f5-3616-422f-bde0-cb5d82f404f5
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:392c5001-e84a-401a-8485-ca0696930a34
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:305a0292-88a7-41e7-84de-fdc64895c731
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e5817b31-1dc6-466a-9c98-d535b4dcc36d
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3ade627-8e91-4412-847e-b8acc050afe3
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bd16eb9f-6442-46af-8085-f6c71157b19f
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac2d47d7-35e1-40bc-ba09-5122c050a579
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.931 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c,_:ac2d47d7-35e1-40bc-ba09-5122c050a579,_:bd16eb9f-6442-46af-8085-f6c71157b19f,_:e3ade627-8e91-4412-847e-b8acc050afe3,_:e5817b31-1dc6-466a-9c98-d535b4dcc36d,_:305a0292-88a7-41e7-84de-fdc64895c731,_:392c5001-e84a-401a-8485-ca0696930a34,_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac2d47d7-35e1-40bc-ba09-5122c050a579)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bd16eb9f-6442-46af-8085-f6c71157b19f)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3ade627-8e91-4412-847e-b8acc050afe3)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e5817b31-1dc6-466a-9c98-d535b4dcc36d)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:305a0292-88a7-41e7-84de-fdc64895c731)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:392c5001-e84a-401a-8485-ca0696930a34)
17:40:35.932 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)
17:40:35.932 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.932 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.933 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c=ShapeTyping(TypingMap(Map()))
17:40:35.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.934 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.934 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.934 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.934 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.935 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ac2d47d7-35e1-40bc-ba09-5122c050a579],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:35.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.935 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac2d47d7-35e1-40bc-ba09-5122c050a579=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ac2d47d7-35e1-40bc-ba09-5122c050a579,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:35.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bd16eb9f-6442-46af-8085-f6c71157b19f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.937 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bd16eb9f-6442-46af-8085-f6c71157b19f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bd16eb9f-6442-46af-8085-f6c71157b19f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.937 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3ade627-8e91-4412-847e-b8acc050afe3=ShapeTyping(TypingMap(Map()))
17:40:35.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.937 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e5817b31-1dc6-466a-9c98-d535b4dcc36d=ShapeTyping(TypingMap(Map()))
17:40:35.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.938 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.858Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:305a0292-88a7-41e7-84de-fdc64895c731],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:35.938 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:305a0292-88a7-41e7-84de-fdc64895c731=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:305a0292-88a7-41e7-84de-fdc64895c731,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.941 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:392c5001-e84a-401a-8485-ca0696930a34=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:392c5001-e84a-401a-8485-ca0696930a34,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(15 satisfies maxInclusive(15), 15 satisfies minInclusive(5))))))))
17:40:35.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.942 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.942 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.942 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.942 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.942 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.942 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:35.943 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:66cfb3f5-3616-422f-bde0-cb5d82f404f5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:35.943 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:66cfb3f5-3616-422f-bde0-cb5d82f404f5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.943 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c,_:ac2d47d7-35e1-40bc-ba09-5122c050a579,_:bd16eb9f-6442-46af-8085-f6c71157b19f,_:e3ade627-8e91-4412-847e-b8acc050afe3,_:e5817b31-1dc6-466a-9c98-d535b4dcc36d,_:305a0292-88a7-41e7-84de-fdc64895c731,_:392c5001-e84a-401a-8485-ca0696930a34,_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:bd16eb9f-6442-46af-8085-f6c71157b19f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:305a0292-88a7-41e7-84de-fdc64895c731,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:392c5001-e84a-401a-8485-ca0696930a34,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(15 satisfies maxInclusive(15), 15 satisfies minInclusive(5)))), PropertyShape(_:ac2d47d7-35e1-40bc-ba09-5122c050a579,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:bd16eb9f-6442-46af-8085-f6c71157b19f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:305a0292-88a7-41e7-84de-fdc64895c731,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:392c5001-e84a-401a-8485-ca0696930a34,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(15 satisfies maxInclusive(15), 15 satisfies minInclusive(5)))), PropertyShape(_:ac2d47d7-35e1-40bc-ba09-5122c050a579,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:bd16eb9f-6442-46af-8085-f6c71157b19f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c), ShapeRef(_:ac2d47d7-35e1-40bc-ba09-5122c050a579), ShapeRef(_:bd16eb9f-6442-46af-8085-f6c71157b19f), ShapeRef(_:e3ade627-8e91-4412-847e-b8acc050afe3), ShapeRef(_:e5817b31-1dc6-466a-9c98-d535b4dcc36d), ShapeRef(_:305a0292-88a7-41e7-84de-fdc64895c731), ShapeRef(_:392c5001-e84a-401a-8485-ca0696930a34), ShapeRef(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:305a0292-88a7-41e7-84de-fdc64895c731,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:392c5001-e84a-401a-8485-ca0696930a34,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(15 satisfies maxInclusive(15), 15 satisfies minInclusive(5)))), PropertyShape(_:ac2d47d7-35e1-40bc-ba09-5122c050a579,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:66cfb3f5-3616-422f-bde0-cb5d82f404f5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:66cfb3f5-3616-422f-bde0-cb5d82f404f5 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:66cfb3f5-3616-422f-bde0-cb5d82f404f5 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:66cfb3f5-3616-422f-bde0-cb5d82f404f5: 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:392c5001-e84a-401a-8485-ca0696930a34 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:392c5001-e84a-401a-8485-ca0696930a34 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:392c5001-e84a-401a-8485-ca0696930a34: 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:305a0292-88a7-41e7-84de-fdc64895c731 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:305a0292-88a7-41e7-84de-fdc64895c731 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:305a0292-88a7-41e7-84de-fdc64895c731: 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e5817b31-1dc6-466a-9c98-d535b4dcc36d = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e5817b31-1dc6-466a-9c98-d535b4dcc36d = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e5817b31-1dc6-466a-9c98-d535b4dcc36d: 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3ade627-8e91-4412-847e-b8acc050afe3 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3ade627-8e91-4412-847e-b8acc050afe3 = 
17:40:35.944 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3ade627-8e91-4412-847e-b8acc050afe3: 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bd16eb9f-6442-46af-8085-f6c71157b19f = 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bd16eb9f-6442-46af-8085-f6c71157b19f = 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bd16eb9f-6442-46af-8085-f6c71157b19f: 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac2d47d7-35e1-40bc-ba09-5122c050a579 = 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac2d47d7-35e1-40bc-ba09-5122c050a579 = 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac2d47d7-35e1-40bc-ba09-5122c050a579: 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c = 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c = 
17:40:35.945 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5d87b3c5-d0f5-4beb-9a31-b9767bb1737c: 
17:40:35.946 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.947 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:35.948 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:35.948 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:35.948 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:35.948Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                16 .
17:40:35.955 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:35.948Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:35.948Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:35.955 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:path http://www.sampledomain.org/sam#aStringProperty; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:pattern "^B"; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @sh:description "a Simple Single String Property"; 6733221c-5dcf-4ec9-8153-c0c02a1804e6 @rdf:type sh:Property; 414e8257-6dec-4e61-b1be-434313ba3e57 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 414e8257-6dec-4e61-b1be-434313ba3e57 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 414e8257-6dec-4e61-b1be-434313ba3e57 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 414e8257-6dec-4e61-b1be-434313ba3e57 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 414e8257-6dec-4e61-b1be-434313ba3e57 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 414e8257-6dec-4e61-b1be-434313ba3e57 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 414e8257-6dec-4e61-b1be-434313ba3e57 @rdf:type sh:Property; a7b96e65-87bc-45db-8a91-d93f4056a8b8 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; a7b96e65-87bc-45db-8a91-d93f4056a8b8 @sh:in cc9a9163-7595-4eed-a603-d618cbbe8924...} |  [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#pattern, "^B"] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6733221c-5dcf-4ec9-8153-c0c02a1804e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [414e8257-6dec-4e61-b1be-434313ba3e57, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a7b96e65-87bc-45db-8a91-d93f4056a8b8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a7b96e65-87bc-45db-8a91-d93f4056a8b8, http://www.w3.org/ns/shacl#in, cc9a9163-7595-4eed-a603-d618cbbe8924] [a7b96e65-87bc-45db-8a91-d93f4056a8b8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [96638ef7-8885-445d-9909-d59210acabb8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [96638ef7-8885-445d-9909-d59210acabb8, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [96638ef7-8885-445d-9909-d59210acabb8, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [96638ef7-8885-445d-9909-d59210acabb8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [24fa21e2-9e40-4b70-bb00-2b5fd45d380c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [24fa21e2-9e40-4b70-bb00-2b5fd45d380c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [cc9a9163-7595-4eed-a603-d618cbbe8924, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 109a39f7-0287-4c25-bd58-7670c6cc6a98] [cc9a9163-7595-4eed-a603-d618cbbe8924, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [109a39f7-0287-4c25-bd58-7670c6cc6a98, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 24fa21e2-9e40-4b70-bb00-2b5fd45d380c] [109a39f7-0287-4c25-bd58-7670c6cc6a98, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e9ecc096-75c1-49d3-9777-0396062df695, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [e9ecc096-75c1-49d3-9777-0396062df695, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e9ecc096-75c1-49d3-9777-0396062df695, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e9ecc096-75c1-49d3-9777-0396062df695, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ec986ad9-8bf7-4648-9add-8d8f23e59060, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ec986ad9-8bf7-4648-9add-8d8f23e59060, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ec986ad9-8bf7-4648-9add-8d8f23e59060, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ec986ad9-8bf7-4648-9add-8d8f23e59060, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1cf8eb31-737f-4df1-8f0e-fa5cb80483dc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1cf8eb31-737f-4df1-8f0e-fa5cb80483dc, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1cf8eb31-737f-4df1-8f0e-fa5cb80483dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5569ca8b-308b-438f-9248-3f3536a14241, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5569ca8b-308b-438f-9248-3f3536a14241] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 96638ef7-8885-445d-9909-d59210acabb8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 414e8257-6dec-4e61-b1be-434313ba3e57] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6733221c-5dcf-4ec9-8153-c0c02a1804e6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1cf8eb31-737f-4df1-8f0e-fa5cb80483dc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a7b96e65-87bc-45db-8a91-d93f4056a8b8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ec986ad9-8bf7-4648-9add-8d8f23e59060] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e9ecc096-75c1-49d3-9777-0396062df695]>
17:40:35.956 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:35.957 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:35.958 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc,_:5569ca8b-308b-438f-9248-3f3536a14241,_:a7b96e65-87bc-45db-8a91-d93f4056a8b8,_:414e8257-6dec-4e61-b1be-434313ba3e57,_:e9ecc096-75c1-49d3-9777-0396062df695,_:ec986ad9-8bf7-4648-9add-8d8f23e59060,_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,_:96638ef7-8885-445d-9909-d59210acabb8. Pending nodes: 
17:40:35.958 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc
17:40:35.959 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5569ca8b-308b-438f-9248-3f3536a14241
17:40:35.959 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a7b96e65-87bc-45db-8a91-d93f4056a8b8
17:40:35.960 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:414e8257-6dec-4e61-b1be-434313ba3e57
17:40:35.960 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e9ecc096-75c1-49d3-9777-0396062df695
17:40:35.961 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ec986ad9-8bf7-4648-9add-8d8f23e59060
17:40:35.961 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6733221c-5dcf-4ec9-8153-c0c02a1804e6
17:40:35.962 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:96638ef7-8885-445d-9909-d59210acabb8
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:96638ef7-8885-445d-9909-d59210acabb8
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6733221c-5dcf-4ec9-8153-c0c02a1804e6
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ec986ad9-8bf7-4648-9add-8d8f23e59060
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e9ecc096-75c1-49d3-9777-0396062df695
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:414e8257-6dec-4e61-b1be-434313ba3e57
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a7b96e65-87bc-45db-8a91-d93f4056a8b8
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5569ca8b-308b-438f-9248-3f3536a14241
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:35.963 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc,_:5569ca8b-308b-438f-9248-3f3536a14241,_:a7b96e65-87bc-45db-8a91-d93f4056a8b8,_:414e8257-6dec-4e61-b1be-434313ba3e57,_:e9ecc096-75c1-49d3-9777-0396062df695,_:ec986ad9-8bf7-4648-9add-8d8f23e59060,_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,_:96638ef7-8885-445d-9909-d59210acabb8)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5569ca8b-308b-438f-9248-3f3536a14241)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7b96e65-87bc-45db-8a91-d93f4056a8b8)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:414e8257-6dec-4e61-b1be-434313ba3e57)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e9ecc096-75c1-49d3-9777-0396062df695)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec986ad9-8bf7-4648-9add-8d8f23e59060)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6733221c-5dcf-4ec9-8153-c0c02a1804e6)
17:40:36.017 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96638ef7-8885-445d-9909-d59210acabb8)
17:40:36.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.018 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc=ShapeTyping(TypingMap(Map()))
17:40:36.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.019 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5569ca8b-308b-438f-9248-3f3536a14241],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.020 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5569ca8b-308b-438f-9248-3f3536a14241=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5569ca8b-308b-438f-9248-3f3536a14241,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.020 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a7b96e65-87bc-45db-8a91-d93f4056a8b8=ShapeTyping(TypingMap(Map()))
17:40:36.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:414e8257-6dec-4e61-b1be-434313ba3e57],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:414e8257-6dec-4e61-b1be-434313ba3e57=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:414e8257-6dec-4e61-b1be-434313ba3e57,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e9ecc096-75c1-49d3-9777-0396062df695=ShapeTyping(TypingMap(Map()))
17:40:36.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.023 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:35.948Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ec986ad9-8bf7-4648-9add-8d8f23e59060],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.023 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec986ad9-8bf7-4648-9add-8d8f23e59060=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ec986ad9-8bf7-4648-9add-8d8f23e59060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.025 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6733221c-5dcf-4ec9-8153-c0c02a1804e6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6733221c-5dcf-4ec9-8153-c0c02a1804e6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.026 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96638ef7-8885-445d-9909-d59210acabb8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96638ef7-8885-445d-9909-d59210acabb8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15"))))))))
17:40:36.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc,_:5569ca8b-308b-438f-9248-3f3536a14241,_:a7b96e65-87bc-45db-8a91-d93f4056a8b8,_:414e8257-6dec-4e61-b1be-434313ba3e57,_:e9ecc096-75c1-49d3-9777-0396062df695,_:ec986ad9-8bf7-4648-9add-8d8f23e59060,_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,_:96638ef7-8885-445d-9909-d59210acabb8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96638ef7-8885-445d-9909-d59210acabb8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:414e8257-6dec-4e61-b1be-434313ba3e57,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ec986ad9-8bf7-4648-9add-8d8f23e59060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5569ca8b-308b-438f-9248-3f3536a14241,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96638ef7-8885-445d-9909-d59210acabb8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:414e8257-6dec-4e61-b1be-434313ba3e57,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ec986ad9-8bf7-4648-9add-8d8f23e59060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5569ca8b-308b-438f-9248-3f3536a14241,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc), ShapeRef(_:5569ca8b-308b-438f-9248-3f3536a14241), ShapeRef(_:a7b96e65-87bc-45db-8a91-d93f4056a8b8), ShapeRef(_:414e8257-6dec-4e61-b1be-434313ba3e57), ShapeRef(_:e9ecc096-75c1-49d3-9777-0396062df695), ShapeRef(_:ec986ad9-8bf7-4648-9add-8d8f23e59060), ShapeRef(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6), ShapeRef(_:96638ef7-8885-445d-9909-d59210acabb8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96638ef7-8885-445d-9909-d59210acabb8,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:6733221c-5dcf-4ec9-8153-c0c02a1804e6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:414e8257-6dec-4e61-b1be-434313ba3e57,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ec986ad9-8bf7-4648-9add-8d8f23e59060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:5569ca8b-308b-438f-9248-3f3536a14241,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.027 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:96638ef7-8885-445d-9909-d59210acabb8 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:96638ef7-8885-445d-9909-d59210acabb8 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:96638ef7-8885-445d-9909-d59210acabb8: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6733221c-5dcf-4ec9-8153-c0c02a1804e6 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6733221c-5dcf-4ec9-8153-c0c02a1804e6 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6733221c-5dcf-4ec9-8153-c0c02a1804e6: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ec986ad9-8bf7-4648-9add-8d8f23e59060 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ec986ad9-8bf7-4648-9add-8d8f23e59060 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ec986ad9-8bf7-4648-9add-8d8f23e59060: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e9ecc096-75c1-49d3-9777-0396062df695 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e9ecc096-75c1-49d3-9777-0396062df695 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e9ecc096-75c1-49d3-9777-0396062df695: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:414e8257-6dec-4e61-b1be-434313ba3e57 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:414e8257-6dec-4e61-b1be-434313ba3e57 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:414e8257-6dec-4e61-b1be-434313ba3e57: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a7b96e65-87bc-45db-8a91-d93f4056a8b8 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a7b96e65-87bc-45db-8a91-d93f4056a8b8 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a7b96e65-87bc-45db-8a91-d93f4056a8b8: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5569ca8b-308b-438f-9248-3f3536a14241 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5569ca8b-308b-438f-9248-3f3536a14241 = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5569ca8b-308b-438f-9248-3f3536a14241: 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc = 
17:40:36.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1cf8eb31-737f-4df1-8f0e-fa5cb80483dc: 
17:40:36.030 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  16 ;
                 sh:message                    "maxInclusive violation. Expected 16 <= 15" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty3> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxInclusiveConstraintComponent
               ]
] .

17:40:36.031 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  16 ;
                 sh:message                    "maxInclusive violation. Expected 16 <= 15" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty3> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxInclusiveConstraintComponent
               ]
] .

17:40:36.032 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.032 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.032 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:36.032 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.032 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
Running org.eclipse.lyo.validation.ShaclMaxCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.033Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:36.039 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.033Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.033Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.040 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {70581d49-2bcf-4cc8-afe6-01fbaac86387 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 70581d49-2bcf-4cc8-afe6-01fbaac86387 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 70581d49-2bcf-4cc8-afe6-01fbaac86387 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 70581d49-2bcf-4cc8-afe6-01fbaac86387 @rdf:type sh:Property; 4e7004f1-d32a-4e90-b698-971991a3c496 @rdf:rest 954d220f-c667-40f5-b961-0600b3ce977b; 4e7004f1-d32a-4e90-b698-971991a3c496 @rdf:first "A"; 74652107-e2a9-42ab-af5a-1df9f8d819f4 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 74652107-e2a9-42ab-af5a-1df9f8d819f4 @sh:class http://www.sampledomain.org/sam#AnotherResource; 74652107-e2a9-42ab-af5a-1df9f8d819f4 @rdf:type sh:Property; 5b7a78a2-1165-43e4-8441-862f832f4d4d @rdf:rest rdf:nil; 5b7a78a2-1165-43e4-8441-862f832f4d4d @rdf:first "C"; e708a7a2-4068-4226-8ac6-09e3f3368f84 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; e708a7a2-4068-4226-8ac6-09e3f3368f84 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e708a7a2-4068-4226-8ac6-09e3f3368f84 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e708a7a2-4068-4226-8ac6-09e3f3368f84 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e708a7a2-4068-4226-8ac6-09e3f3368f84 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; e708a7a2-4068-4226-8ac6-09e3f3368f84 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [70581d49-2bcf-4cc8-afe6-01fbaac86387, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [70581d49-2bcf-4cc8-afe6-01fbaac86387, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [70581d49-2bcf-4cc8-afe6-01fbaac86387, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [70581d49-2bcf-4cc8-afe6-01fbaac86387, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4e7004f1-d32a-4e90-b698-971991a3c496, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 954d220f-c667-40f5-b961-0600b3ce977b] [4e7004f1-d32a-4e90-b698-971991a3c496, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [74652107-e2a9-42ab-af5a-1df9f8d819f4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [74652107-e2a9-42ab-af5a-1df9f8d819f4, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [74652107-e2a9-42ab-af5a-1df9f8d819f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b7a78a2-1165-43e4-8441-862f832f4d4d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5b7a78a2-1165-43e4-8441-862f832f4d4d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e708a7a2-4068-4226-8ac6-09e3f3368f84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de442de9-ad15-4fd0-a14c-53c53268b79f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [de681c7e-02bd-4471-a413-2b5bfd859469, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [de681c7e-02bd-4471-a413-2b5bfd859469, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [de681c7e-02bd-4471-a413-2b5bfd859469, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [de681c7e-02bd-4471-a413-2b5bfd859469, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [954d220f-c667-40f5-b961-0600b3ce977b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5b7a78a2-1165-43e4-8441-862f832f4d4d] [954d220f-c667-40f5-b961-0600b3ce977b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a905f0d4-5574-4660-ab78-3f8ff72255bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a905f0d4-5574-4660-ab78-3f8ff72255bf, http://www.w3.org/ns/shacl#in, 4e7004f1-d32a-4e90-b698-971991a3c496] [a905f0d4-5574-4660-ab78-3f8ff72255bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#pattern, "^B"] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ce057a4-372c-49e1-bcbc-097c1611e8d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0ce057a4-372c-49e1-bcbc-097c1611e8d3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0ce057a4-372c-49e1-bcbc-097c1611e8d3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0ce057a4-372c-49e1-bcbc-097c1611e8d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 70581d49-2bcf-4cc8-afe6-01fbaac86387] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, de442de9-ad15-4fd0-a14c-53c53268b79f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, de681c7e-02bd-4471-a413-2b5bfd859469] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0ce057a4-372c-49e1-bcbc-097c1611e8d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 74652107-e2a9-42ab-af5a-1df9f8d819f4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a905f0d4-5574-4660-ab78-3f8ff72255bf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e708a7a2-4068-4226-8ac6-09e3f3368f84]>
17:40:36.040 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.041 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.042 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:70581d49-2bcf-4cc8-afe6-01fbaac86387,_:e708a7a2-4068-4226-8ac6-09e3f3368f84,_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,_:0ce057a4-372c-49e1-bcbc-097c1611e8d3,_:de442de9-ad15-4fd0-a14c-53c53268b79f,_:74652107-e2a9-42ab-af5a-1df9f8d819f4,_:de681c7e-02bd-4471-a413-2b5bfd859469,_:a905f0d4-5574-4660-ab78-3f8ff72255bf. Pending nodes: 
17:40:36.042 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:70581d49-2bcf-4cc8-afe6-01fbaac86387
17:40:36.043 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e708a7a2-4068-4226-8ac6-09e3f3368f84
17:40:36.044 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3
17:40:36.045 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0ce057a4-372c-49e1-bcbc-097c1611e8d3
17:40:36.045 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de442de9-ad15-4fd0-a14c-53c53268b79f
17:40:36.046 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:74652107-e2a9-42ab-af5a-1df9f8d819f4
17:40:36.047 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de681c7e-02bd-4471-a413-2b5bfd859469
17:40:36.047 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a905f0d4-5574-4660-ab78-3f8ff72255bf
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a905f0d4-5574-4660-ab78-3f8ff72255bf
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de681c7e-02bd-4471-a413-2b5bfd859469
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:74652107-e2a9-42ab-af5a-1df9f8d819f4
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de442de9-ad15-4fd0-a14c-53c53268b79f
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0ce057a4-372c-49e1-bcbc-097c1611e8d3
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e708a7a2-4068-4226-8ac6-09e3f3368f84
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:70581d49-2bcf-4cc8-afe6-01fbaac86387
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a905f0d4-5574-4660-ab78-3f8ff72255bf = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a905f0d4-5574-4660-ab78-3f8ff72255bf = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a905f0d4-5574-4660-ab78-3f8ff72255bf: 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de681c7e-02bd-4471-a413-2b5bfd859469 = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de681c7e-02bd-4471-a413-2b5bfd859469 = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de681c7e-02bd-4471-a413-2b5bfd859469: 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:74652107-e2a9-42ab-af5a-1df9f8d819f4 = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:74652107-e2a9-42ab-af5a-1df9f8d819f4 = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:74652107-e2a9-42ab-af5a-1df9f8d819f4: 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.048 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:70581d49-2bcf-4cc8-afe6-01fbaac86387,_:e708a7a2-4068-4226-8ac6-09e3f3368f84,_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,_:0ce057a4-372c-49e1-bcbc-097c1611e8d3,_:de442de9-ad15-4fd0-a14c-53c53268b79f,_:74652107-e2a9-42ab-af5a-1df9f8d819f4,_:de681c7e-02bd-4471-a413-2b5bfd859469,_:a905f0d4-5574-4660-ab78-3f8ff72255bf)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70581d49-2bcf-4cc8-afe6-01fbaac86387)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e708a7a2-4068-4226-8ac6-09e3f3368f84)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ce057a4-372c-49e1-bcbc-097c1611e8d3)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de442de9-ad15-4fd0-a14c-53c53268b79f)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74652107-e2a9-42ab-af5a-1df9f8d819f4)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de681c7e-02bd-4471-a413-2b5bfd859469)
17:40:36.049 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a905f0d4-5574-4660-ab78-3f8ff72255bf)
17:40:36.049 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.049 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.050 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.050 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.050 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.033Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:70581d49-2bcf-4cc8-afe6-01fbaac86387],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.050 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70581d49-2bcf-4cc8-afe6-01fbaac86387=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:70581d49-2bcf-4cc8-afe6-01fbaac86387,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.050 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.050 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.051 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e708a7a2-4068-4226-8ac6-09e3f3368f84],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.052 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.052 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.052 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e708a7a2-4068-4226-8ac6-09e3f3368f84=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e708a7a2-4068-4226-8ac6-09e3f3368f84,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.052 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.052 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.053 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.053 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.053 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.053 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.053 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.053 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.054 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.054 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.054 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.054 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.054 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.054 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.054 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.054 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0ce057a4-372c-49e1-bcbc-097c1611e8d3=ShapeTyping(TypingMap(Map()))
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:de442de9-ad15-4fd0-a14c-53c53268b79f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.055 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.056 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de442de9-ad15-4fd0-a14c-53c53268b79f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:de442de9-ad15-4fd0-a14c-53c53268b79f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.056 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.056 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.056 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74652107-e2a9-42ab-af5a-1df9f8d819f4=ShapeTyping(TypingMap(Map()))
17:40:36.056 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.056 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.117 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de681c7e-02bd-4471-a413-2b5bfd859469=ShapeTyping(TypingMap(Map()))
17:40:36.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a905f0d4-5574-4660-ab78-3f8ff72255bf=ShapeTyping(TypingMap(Map()))
17:40:36.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:70581d49-2bcf-4cc8-afe6-01fbaac86387,_:e708a7a2-4068-4226-8ac6-09e3f3368f84,_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,_:0ce057a4-372c-49e1-bcbc-097c1611e8d3,_:de442de9-ad15-4fd0-a14c-53c53268b79f,_:74652107-e2a9-42ab-af5a-1df9f8d819f4,_:de681c7e-02bd-4471-a413-2b5bfd859469,_:a905f0d4-5574-4660-ab78-3f8ff72255bf)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e708a7a2-4068-4226-8ac6-09e3f3368f84,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:de442de9-ad15-4fd0-a14c-53c53268b79f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:70581d49-2bcf-4cc8-afe6-01fbaac86387,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List()))))))
17:40:36.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e708a7a2-4068-4226-8ac6-09e3f3368f84,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:de442de9-ad15-4fd0-a14c-53c53268b79f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:70581d49-2bcf-4cc8-afe6-01fbaac86387,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List()))))))
17:40:36.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e708a7a2-4068-4226-8ac6-09e3f3368f84,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:de442de9-ad15-4fd0-a14c-53c53268b79f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:70581d49-2bcf-4cc8-afe6-01fbaac86387,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:70581d49-2bcf-4cc8-afe6-01fbaac86387), ShapeRef(_:e708a7a2-4068-4226-8ac6-09e3f3368f84), ShapeRef(_:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3), ShapeRef(_:0ce057a4-372c-49e1-bcbc-097c1611e8d3), ShapeRef(_:de442de9-ad15-4fd0-a14c-53c53268b79f), ShapeRef(_:74652107-e2a9-42ab-af5a-1df9f8d819f4), ShapeRef(_:de681c7e-02bd-4471-a413-2b5bfd859469), ShapeRef(_:a905f0d4-5574-4660-ab78-3f8ff72255bf)),false,List()) -> TypingResult(Valid(List()))))))
17:40:36.118 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de442de9-ad15-4fd0-a14c-53c53268b79f = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de442de9-ad15-4fd0-a14c-53c53268b79f = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de442de9-ad15-4fd0-a14c-53c53268b79f: 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0ce057a4-372c-49e1-bcbc-097c1611e8d3 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0ce057a4-372c-49e1-bcbc-097c1611e8d3 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0ce057a4-372c-49e1-bcbc-097c1611e8d3: 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2aebab93-6d74-4b8c-b1ff-7d828d5e0ed3: 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e708a7a2-4068-4226-8ac6-09e3f3368f84 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e708a7a2-4068-4226-8ac6-09e3f3368f84 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e708a7a2-4068-4226-8ac6-09e3f3368f84: 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:70581d49-2bcf-4cc8-afe6-01fbaac86387 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:70581d49-2bcf-4cc8-afe6-01fbaac86387 = 
17:40:36.119 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:70581d49-2bcf-4cc8-afe6-01fbaac86387: 
17:40:36.120 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.121 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.121 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.121 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.121 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.122Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anIntegerProperty>
                1 ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:36.129 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "1"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.122Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "1"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.122Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.130 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3204c724-54de-4e7c-8981-c303ca4e42f2 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 3204c724-54de-4e7c-8981-c303ca4e42f2 @sh:in 4ba93bc1-d9ad-48d8-b794-375712df7886; 3204c724-54de-4e7c-8981-c303ca4e42f2 @rdf:type sh:Property; 0061a1e3-eac8-48cf-84a0-77f7d04ddd55 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0061a1e3-eac8-48cf-84a0-77f7d04ddd55 @sh:class http://www.sampledomain.org/sam#AnotherResource; 0061a1e3-eac8-48cf-84a0-77f7d04ddd55 @rdf:type sh:Property; 2638bc51-b93b-4ed5-b7d0-5c1253c991ab @sh:path http://www.sampledomain.org/sam#aSetOfDates; 2638bc51-b93b-4ed5-b7d0-5c1253c991ab @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 2638bc51-b93b-4ed5-b7d0-5c1253c991ab @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2638bc51-b93b-4ed5-b7d0-5c1253c991ab @rdf:type sh:Property; 755e5bec-199d-4946-a478-fefc8f3bbf47 @rdf:rest rdf:nil; 755e5bec-199d-4946-a478-fefc8f3bbf47 @rdf:first "C"; b5cc4e2f-62a8-4262-beb0-32d1ba72c0a1 @rdf:rest 755e5bec-199d-4946-a478-fefc8f3bbf47; b5cc4e2f-62a8-4262-beb0-32d1ba72c0a1 @rdf:first "B"; 30fc6287-5aa7-4be8-be6f-a006ae208540 @sh:path http://www.sampledomain.org/sam#integerProperty3; 30fc6287-5aa7-4be8-be6f-a006ae208540 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 30fc6287-5aa7-4be8-be6f-a006ae208540 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer...} |  [3204c724-54de-4e7c-8981-c303ca4e42f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [3204c724-54de-4e7c-8981-c303ca4e42f2, http://www.w3.org/ns/shacl#in, 4ba93bc1-d9ad-48d8-b794-375712df7886] [3204c724-54de-4e7c-8981-c303ca4e42f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0061a1e3-eac8-48cf-84a0-77f7d04ddd55, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0061a1e3-eac8-48cf-84a0-77f7d04ddd55, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0061a1e3-eac8-48cf-84a0-77f7d04ddd55, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2638bc51-b93b-4ed5-b7d0-5c1253c991ab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [2638bc51-b93b-4ed5-b7d0-5c1253c991ab, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2638bc51-b93b-4ed5-b7d0-5c1253c991ab, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2638bc51-b93b-4ed5-b7d0-5c1253c991ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [755e5bec-199d-4946-a478-fefc8f3bbf47, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [755e5bec-199d-4946-a478-fefc8f3bbf47, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b5cc4e2f-62a8-4262-beb0-32d1ba72c0a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 755e5bec-199d-4946-a478-fefc8f3bbf47] [b5cc4e2f-62a8-4262-beb0-32d1ba72c0a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [30fc6287-5aa7-4be8-be6f-a006ae208540, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [30fc6287-5aa7-4be8-be6f-a006ae208540, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [30fc6287-5aa7-4be8-be6f-a006ae208540, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [30fc6287-5aa7-4be8-be6f-a006ae208540, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea4c9a54-0de5-44a1-861b-36f5e6627362, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ca401037-01ac-475c-b427-b45778521bd0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [92152fc5-7545-43f2-932d-3e4d50dbc879, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [92152fc5-7545-43f2-932d-3e4d50dbc879, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [92152fc5-7545-43f2-932d-3e4d50dbc879, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [92152fc5-7545-43f2-932d-3e4d50dbc879, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4ba93bc1-d9ad-48d8-b794-375712df7886, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b5cc4e2f-62a8-4262-beb0-32d1ba72c0a1] [4ba93bc1-d9ad-48d8-b794-375712df7886, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#pattern, "^B"] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5e9df670-4a60-4d90-973c-fc83749a3ef8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 92152fc5-7545-43f2-932d-3e4d50dbc879] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3204c724-54de-4e7c-8981-c303ca4e42f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0061a1e3-eac8-48cf-84a0-77f7d04ddd55] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5e9df670-4a60-4d90-973c-fc83749a3ef8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 30fc6287-5aa7-4be8-be6f-a006ae208540] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ca401037-01ac-475c-b427-b45778521bd0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2638bc51-b93b-4ed5-b7d0-5c1253c991ab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ea4c9a54-0de5-44a1-861b-36f5e6627362]>
17:40:36.130 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.131 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.132 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:30fc6287-5aa7-4be8-be6f-a006ae208540,_:5e9df670-4a60-4d90-973c-fc83749a3ef8,_:3204c724-54de-4e7c-8981-c303ca4e42f2,_:92152fc5-7545-43f2-932d-3e4d50dbc879,_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,_:ca401037-01ac-475c-b427-b45778521bd0,_:ea4c9a54-0de5-44a1-861b-36f5e6627362,_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55. Pending nodes: 
17:40:36.132 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:30fc6287-5aa7-4be8-be6f-a006ae208540
17:40:36.133 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e9df670-4a60-4d90-973c-fc83749a3ef8
17:40:36.134 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3204c724-54de-4e7c-8981-c303ca4e42f2
17:40:36.134 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92152fc5-7545-43f2-932d-3e4d50dbc879
17:40:36.134 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2638bc51-b93b-4ed5-b7d0-5c1253c991ab
17:40:36.135 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ca401037-01ac-475c-b427-b45778521bd0
17:40:36.136 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ea4c9a54-0de5-44a1-861b-36f5e6627362
17:40:36.136 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0061a1e3-eac8-48cf-84a0-77f7d04ddd55
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0061a1e3-eac8-48cf-84a0-77f7d04ddd55
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ea4c9a54-0de5-44a1-861b-36f5e6627362
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ca401037-01ac-475c-b427-b45778521bd0
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2638bc51-b93b-4ed5-b7d0-5c1253c991ab
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92152fc5-7545-43f2-932d-3e4d50dbc879
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3204c724-54de-4e7c-8981-c303ca4e42f2
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e9df670-4a60-4d90-973c-fc83749a3ef8
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:30fc6287-5aa7-4be8-be6f-a006ae208540
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0061a1e3-eac8-48cf-84a0-77f7d04ddd55 = 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0061a1e3-eac8-48cf-84a0-77f7d04ddd55 = 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0061a1e3-eac8-48cf-84a0-77f7d04ddd55: 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ea4c9a54-0de5-44a1-861b-36f5e6627362 = 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ea4c9a54-0de5-44a1-861b-36f5e6627362 = 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ea4c9a54-0de5-44a1-861b-36f5e6627362: 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.137 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:30fc6287-5aa7-4be8-be6f-a006ae208540,_:5e9df670-4a60-4d90-973c-fc83749a3ef8,_:3204c724-54de-4e7c-8981-c303ca4e42f2,_:92152fc5-7545-43f2-932d-3e4d50dbc879,_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,_:ca401037-01ac-475c-b427-b45778521bd0,_:ea4c9a54-0de5-44a1-861b-36f5e6627362,_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30fc6287-5aa7-4be8-be6f-a006ae208540)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e9df670-4a60-4d90-973c-fc83749a3ef8)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3204c724-54de-4e7c-8981-c303ca4e42f2)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92152fc5-7545-43f2-932d-3e4d50dbc879)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ca401037-01ac-475c-b427-b45778521bd0)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea4c9a54-0de5-44a1-861b-36f5e6627362)
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)
17:40:36.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.138 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30fc6287-5aa7-4be8-be6f-a006ae208540=ShapeTyping(TypingMap(Map()))
17:40:36.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.139 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.139 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.139 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.139 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.140 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5e9df670-4a60-4d90-973c-fc83749a3ef8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.140 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e9df670-4a60-4d90-973c-fc83749a3ef8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5e9df670-4a60-4d90-973c-fc83749a3ef8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.140 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3204c724-54de-4e7c-8981-c303ca4e42f2=ShapeTyping(TypingMap(Map()))
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92152fc5-7545-43f2-932d-3e4d50dbc879=ShapeTyping(TypingMap(Map()))
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.141 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.142 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.122Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.142 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.142 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.142 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.142 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.142 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.143 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ca401037-01ac-475c-b427-b45778521bd0],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.144 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ca401037-01ac-475c-b427-b45778521bd0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ca401037-01ac-475c-b427-b45778521bd0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.144 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.144 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.144 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.144 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.144 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.144 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.145 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.145 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.145 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ea4c9a54-0de5-44a1-861b-36f5e6627362],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.145 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.145 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.146 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea4c9a54-0de5-44a1-861b-36f5e6627362=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea4c9a54-0de5-44a1-861b-36f5e6627362,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1"))))))))
17:40:36.146 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.146 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.146 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55=ShapeTyping(TypingMap(Map()))
17:40:36.146 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:30fc6287-5aa7-4be8-be6f-a006ae208540,_:5e9df670-4a60-4d90-973c-fc83749a3ef8,_:3204c724-54de-4e7c-8981-c303ca4e42f2,_:92152fc5-7545-43f2-932d-3e4d50dbc879,_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,_:ca401037-01ac-475c-b427-b45778521bd0,_:ea4c9a54-0de5-44a1-861b-36f5e6627362,_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ea4c9a54-0de5-44a1-861b-36f5e6627362,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1")))), PropertyShape(_:5e9df670-4a60-4d90-973c-fc83749a3ef8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ca401037-01ac-475c-b427-b45778521bd0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.146 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ea4c9a54-0de5-44a1-861b-36f5e6627362,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1")))), PropertyShape(_:5e9df670-4a60-4d90-973c-fc83749a3ef8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ca401037-01ac-475c-b427-b45778521bd0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.146 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:ea4c9a54-0de5-44a1-861b-36f5e6627362,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MaxCount violation. Expected 0, obtained: 1")))), PropertyShape(_:5e9df670-4a60-4d90-973c-fc83749a3ef8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:30fc6287-5aa7-4be8-be6f-a006ae208540), ShapeRef(_:5e9df670-4a60-4d90-973c-fc83749a3ef8), ShapeRef(_:3204c724-54de-4e7c-8981-c303ca4e42f2), ShapeRef(_:92152fc5-7545-43f2-932d-3e4d50dbc879), ShapeRef(_:2638bc51-b93b-4ed5-b7d0-5c1253c991ab), ShapeRef(_:ca401037-01ac-475c-b427-b45778521bd0), ShapeRef(_:ea4c9a54-0de5-44a1-861b-36f5e6627362), ShapeRef(_:0061a1e3-eac8-48cf-84a0-77f7d04ddd55)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ca401037-01ac-475c-b427-b45778521bd0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ca401037-01ac-475c-b427-b45778521bd0 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ca401037-01ac-475c-b427-b45778521bd0 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ca401037-01ac-475c-b427-b45778521bd0: 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2638bc51-b93b-4ed5-b7d0-5c1253c991ab = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2638bc51-b93b-4ed5-b7d0-5c1253c991ab = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2638bc51-b93b-4ed5-b7d0-5c1253c991ab: 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92152fc5-7545-43f2-932d-3e4d50dbc879 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92152fc5-7545-43f2-932d-3e4d50dbc879 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92152fc5-7545-43f2-932d-3e4d50dbc879: 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3204c724-54de-4e7c-8981-c303ca4e42f2 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3204c724-54de-4e7c-8981-c303ca4e42f2 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3204c724-54de-4e7c-8981-c303ca4e42f2: 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e9df670-4a60-4d90-973c-fc83749a3ef8 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e9df670-4a60-4d90-973c-fc83749a3ef8 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e9df670-4a60-4d90-973c-fc83749a3ef8: 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:30fc6287-5aa7-4be8-be6f-a006ae208540 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:30fc6287-5aa7-4be8-be6f-a006ae208540 = 
17:40:36.147 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:30fc6287-5aa7-4be8-be6f-a006ae208540: 
17:40:36.149 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "MaxCount violation. Expected 0, obtained: 1" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#anIntegerProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxCountConstraintComponent
               ]
] .

17:40:36.150 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "MaxCount violation. Expected 0, obtained: 1" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#anIntegerProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxCountConstraintComponent
               ]
] .

17:40:36.151 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.151 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.151 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:36.151 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.151 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec
Running org.eclipse.lyo.validation.ShaclMaxLengthValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.152Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:36.158 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.152Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.152Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.159 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {20da3bed-bfa0-43e5-b487-b00f5d809abe @sh:path http://www.sampledomain.org/sam#integerProperty2; 20da3bed-bfa0-43e5-b487-b00f5d809abe @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 20da3bed-bfa0-43e5-b487-b00f5d809abe @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 20da3bed-bfa0-43e5-b487-b00f5d809abe @rdf:type sh:Property; 32381efa-0a7f-4167-a26d-d76f3776f531 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 32381efa-0a7f-4167-a26d-d76f3776f531 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 32381efa-0a7f-4167-a26d-d76f3776f531 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 32381efa-0a7f-4167-a26d-d76f3776f531 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 32381efa-0a7f-4167-a26d-d76f3776f531 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 32381efa-0a7f-4167-a26d-d76f3776f531 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 32381efa-0a7f-4167-a26d-d76f3776f531 @rdf:type sh:Property; 08a0e31a-17d5-4662-ba3d-b5845a82b260 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 08a0e31a-17d5-4662-ba3d-b5845a82b260 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 08a0e31a-17d5-4662-ba3d-b5845a82b260 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 08a0e31a-17d5-4662-ba3d-b5845a82b260 @rdf:type sh:Property; 1c4c18f5-2d0e-4434-8dc9-2de952446928 @sh:path http://www.sampledomain.org/sam#aStringProperty; 1c4c18f5-2d0e-4434-8dc9-2de952446928 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [20da3bed-bfa0-43e5-b487-b00f5d809abe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [20da3bed-bfa0-43e5-b487-b00f5d809abe, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [20da3bed-bfa0-43e5-b487-b00f5d809abe, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [20da3bed-bfa0-43e5-b487-b00f5d809abe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32381efa-0a7f-4167-a26d-d76f3776f531, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [08a0e31a-17d5-4662-ba3d-b5845a82b260, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [08a0e31a-17d5-4662-ba3d-b5845a82b260, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [08a0e31a-17d5-4662-ba3d-b5845a82b260, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [08a0e31a-17d5-4662-ba3d-b5845a82b260, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#pattern, "^B"] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1c4c18f5-2d0e-4434-8dc9-2de952446928, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bbbc9853-359a-47a2-907a-87589a29e9d9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [bbbc9853-359a-47a2-907a-87589a29e9d9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bbbc9853-359a-47a2-907a-87589a29e9d9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bbbc9853-359a-47a2-907a-87589a29e9d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d15868fa-de93-4513-8765-1f9004feacb5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2d2d731f-496d-4ef6-9308-6572ebb26835] [d15868fa-de93-4513-8765-1f9004feacb5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2a7e8cf5-45f8-469f-a51f-870199b98b0b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2a7e8cf5-45f8-469f-a51f-870199b98b0b, http://www.w3.org/ns/shacl#in, f6785c9e-ed34-400f-9c55-151340499230] [2a7e8cf5-45f8-469f-a51f-870199b98b0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6785c9e-ed34-400f-9c55-151340499230, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d15868fa-de93-4513-8765-1f9004feacb5] [f6785c9e-ed34-400f-9c55-151340499230, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [9d8e9b28-40fb-4f64-a619-26450a3309b6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9d8e9b28-40fb-4f64-a619-26450a3309b6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9d8e9b28-40fb-4f64-a619-26450a3309b6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2d2d731f-496d-4ef6-9308-6572ebb26835, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2d2d731f-496d-4ef6-9308-6572ebb26835, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [de08865b-9a5a-462a-a89c-22018ea3219b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9d8e9b28-40fb-4f64-a619-26450a3309b6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 08a0e31a-17d5-4662-ba3d-b5845a82b260] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2a7e8cf5-45f8-469f-a51f-870199b98b0b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 20da3bed-bfa0-43e5-b487-b00f5d809abe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1c4c18f5-2d0e-4434-8dc9-2de952446928] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bbbc9853-359a-47a2-907a-87589a29e9d9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, de08865b-9a5a-462a-a89c-22018ea3219b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 32381efa-0a7f-4167-a26d-d76f3776f531]>
17:40:36.159 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.160 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.161 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2a7e8cf5-45f8-469f-a51f-870199b98b0b,_:20da3bed-bfa0-43e5-b487-b00f5d809abe,_:1c4c18f5-2d0e-4434-8dc9-2de952446928,_:bbbc9853-359a-47a2-907a-87589a29e9d9,_:32381efa-0a7f-4167-a26d-d76f3776f531,_:de08865b-9a5a-462a-a89c-22018ea3219b,_:08a0e31a-17d5-4662-ba3d-b5845a82b260,_:9d8e9b28-40fb-4f64-a619-26450a3309b6. Pending nodes: 
17:40:36.161 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2a7e8cf5-45f8-469f-a51f-870199b98b0b
17:40:36.161 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:20da3bed-bfa0-43e5-b487-b00f5d809abe
17:40:36.162 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c4c18f5-2d0e-4434-8dc9-2de952446928
17:40:36.162 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bbbc9853-359a-47a2-907a-87589a29e9d9
17:40:36.163 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:32381efa-0a7f-4167-a26d-d76f3776f531
17:40:36.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de08865b-9a5a-462a-a89c-22018ea3219b
17:40:36.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:08a0e31a-17d5-4662-ba3d-b5845a82b260
17:40:36.218 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9d8e9b28-40fb-4f64-a619-26450a3309b6
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9d8e9b28-40fb-4f64-a619-26450a3309b6
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:08a0e31a-17d5-4662-ba3d-b5845a82b260
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de08865b-9a5a-462a-a89c-22018ea3219b
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:32381efa-0a7f-4167-a26d-d76f3776f531
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bbbc9853-359a-47a2-907a-87589a29e9d9
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c4c18f5-2d0e-4434-8dc9-2de952446928
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:20da3bed-bfa0-43e5-b487-b00f5d809abe
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2a7e8cf5-45f8-469f-a51f-870199b98b0b
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2a7e8cf5-45f8-469f-a51f-870199b98b0b,_:20da3bed-bfa0-43e5-b487-b00f5d809abe,_:1c4c18f5-2d0e-4434-8dc9-2de952446928,_:bbbc9853-359a-47a2-907a-87589a29e9d9,_:32381efa-0a7f-4167-a26d-d76f3776f531,_:de08865b-9a5a-462a-a89c-22018ea3219b,_:08a0e31a-17d5-4662-ba3d-b5845a82b260,_:9d8e9b28-40fb-4f64-a619-26450a3309b6)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2a7e8cf5-45f8-469f-a51f-870199b98b0b)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:20da3bed-bfa0-43e5-b487-b00f5d809abe)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c4c18f5-2d0e-4434-8dc9-2de952446928)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bbbc9853-359a-47a2-907a-87589a29e9d9)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32381efa-0a7f-4167-a26d-d76f3776f531)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de08865b-9a5a-462a-a89c-22018ea3219b)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:08a0e31a-17d5-4662-ba3d-b5845a82b260)
17:40:36.219 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d8e9b28-40fb-4f64-a619-26450a3309b6)
17:40:36.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2a7e8cf5-45f8-469f-a51f-870199b98b0b=ShapeTyping(TypingMap(Map()))
17:40:36.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:20da3bed-bfa0-43e5-b487-b00f5d809abe=ShapeTyping(TypingMap(Map()))
17:40:36.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.222 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1c4c18f5-2d0e-4434-8dc9-2de952446928],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c4c18f5-2d0e-4434-8dc9-2de952446928=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c4c18f5-2d0e-4434-8dc9-2de952446928,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.223 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bbbc9853-359a-47a2-907a-87589a29e9d9=ShapeTyping(TypingMap(Map()))
17:40:36.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.224 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:32381efa-0a7f-4167-a26d-d76f3776f531],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32381efa-0a7f-4167-a26d-d76f3776f531=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32381efa-0a7f-4167-a26d-d76f3776f531,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.226 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:de08865b-9a5a-462a-a89c-22018ea3219b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.226 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de08865b-9a5a-462a-a89c-22018ea3219b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:de08865b-9a5a-462a-a89c-22018ea3219b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.227 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.152Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:08a0e31a-17d5-4662-ba3d-b5845a82b260],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.227 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:08a0e31a-17d5-4662-ba3d-b5845a82b260=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:08a0e31a-17d5-4662-ba3d-b5845a82b260,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.227 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d8e9b28-40fb-4f64-a619-26450a3309b6=ShapeTyping(TypingMap(Map()))
17:40:36.227 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2a7e8cf5-45f8-469f-a51f-870199b98b0b,_:20da3bed-bfa0-43e5-b487-b00f5d809abe,_:1c4c18f5-2d0e-4434-8dc9-2de952446928,_:bbbc9853-359a-47a2-907a-87589a29e9d9,_:32381efa-0a7f-4167-a26d-d76f3776f531,_:de08865b-9a5a-462a-a89c-22018ea3219b,_:08a0e31a-17d5-4662-ba3d-b5845a82b260,_:9d8e9b28-40fb-4f64-a619-26450a3309b6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1c4c18f5-2d0e-4434-8dc9-2de952446928,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:de08865b-9a5a-462a-a89c-22018ea3219b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:08a0e31a-17d5-4662-ba3d-b5845a82b260,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32381efa-0a7f-4167-a26d-d76f3776f531,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1c4c18f5-2d0e-4434-8dc9-2de952446928,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:de08865b-9a5a-462a-a89c-22018ea3219b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:08a0e31a-17d5-4662-ba3d-b5845a82b260,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32381efa-0a7f-4167-a26d-d76f3776f531,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1c4c18f5-2d0e-4434-8dc9-2de952446928,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:de08865b-9a5a-462a-a89c-22018ea3219b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2a7e8cf5-45f8-469f-a51f-870199b98b0b), ShapeRef(_:20da3bed-bfa0-43e5-b487-b00f5d809abe), ShapeRef(_:1c4c18f5-2d0e-4434-8dc9-2de952446928), ShapeRef(_:bbbc9853-359a-47a2-907a-87589a29e9d9), ShapeRef(_:32381efa-0a7f-4167-a26d-d76f3776f531), ShapeRef(_:de08865b-9a5a-462a-a89c-22018ea3219b), ShapeRef(_:08a0e31a-17d5-4662-ba3d-b5845a82b260), ShapeRef(_:9d8e9b28-40fb-4f64-a619-26450a3309b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:08a0e31a-17d5-4662-ba3d-b5845a82b260,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32381efa-0a7f-4167-a26d-d76f3776f531,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9d8e9b28-40fb-4f64-a619-26450a3309b6 = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9d8e9b28-40fb-4f64-a619-26450a3309b6 = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9d8e9b28-40fb-4f64-a619-26450a3309b6: 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:08a0e31a-17d5-4662-ba3d-b5845a82b260 = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:08a0e31a-17d5-4662-ba3d-b5845a82b260 = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:08a0e31a-17d5-4662-ba3d-b5845a82b260: 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de08865b-9a5a-462a-a89c-22018ea3219b = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de08865b-9a5a-462a-a89c-22018ea3219b = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de08865b-9a5a-462a-a89c-22018ea3219b: 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:32381efa-0a7f-4167-a26d-d76f3776f531 = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:32381efa-0a7f-4167-a26d-d76f3776f531 = 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:32381efa-0a7f-4167-a26d-d76f3776f531: 
17:40:36.228 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bbbc9853-359a-47a2-907a-87589a29e9d9 = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bbbc9853-359a-47a2-907a-87589a29e9d9 = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bbbc9853-359a-47a2-907a-87589a29e9d9: 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c4c18f5-2d0e-4434-8dc9-2de952446928 = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c4c18f5-2d0e-4434-8dc9-2de952446928 = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c4c18f5-2d0e-4434-8dc9-2de952446928: 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:20da3bed-bfa0-43e5-b487-b00f5d809abe = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:20da3bed-bfa0-43e5-b487-b00f5d809abe = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:20da3bed-bfa0-43e5-b487-b00f5d809abe: 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2a7e8cf5-45f8-469f-a51f-870199b98b0b = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2a7e8cf5-45f8-469f-a51f-870199b98b0b = 
17:40:36.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2a7e8cf5-45f8-469f-a51f-870199b98b0b: 
17:40:36.230 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.231 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.232 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.232 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.232 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.232Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:36.243 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.232Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between two and four"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.232Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between two and four"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.244 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f976f4ff-4975-423a-9720-e5cf67e3cc17 @sh:path http://www.sampledomain.org/sam#aSetOfDates; f976f4ff-4975-423a-9720-e5cf67e3cc17 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f976f4ff-4975-423a-9720-e5cf67e3cc17 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f976f4ff-4975-423a-9720-e5cf67e3cc17 @rdf:type sh:Property; ac2e3602-8cff-44ad-900e-d0d2b725d114 @sh:path http://www.sampledomain.org/sam#integerProperty3; ac2e3602-8cff-44ad-900e-d0d2b725d114 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ac2e3602-8cff-44ad-900e-d0d2b725d114 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ac2e3602-8cff-44ad-900e-d0d2b725d114 @rdf:type sh:Property; 0093b703-f980-4978-961c-dbf89e8a02c6 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 0093b703-f980-4978-961c-dbf89e8a02c6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0093b703-f980-4978-961c-dbf89e8a02c6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0093b703-f980-4978-961c-dbf89e8a02c6 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0093b703-f980-4978-961c-dbf89e8a02c6 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 0093b703-f980-4978-961c-dbf89e8a02c6 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 0093b703-f980-4978-961c-dbf89e8a02c6 @rdf:type sh:Property; da284419-0402-4224-be27-a7f633addefe @sh:path http://www.sampledomain.org/sam#integerProperty2; da284419-0402-4224-be27-a7f633addefe @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer...} |  [f976f4ff-4975-423a-9720-e5cf67e3cc17, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f976f4ff-4975-423a-9720-e5cf67e3cc17, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f976f4ff-4975-423a-9720-e5cf67e3cc17, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f976f4ff-4975-423a-9720-e5cf67e3cc17, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac2e3602-8cff-44ad-900e-d0d2b725d114, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ac2e3602-8cff-44ad-900e-d0d2b725d114, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ac2e3602-8cff-44ad-900e-d0d2b725d114, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ac2e3602-8cff-44ad-900e-d0d2b725d114, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0093b703-f980-4978-961c-dbf89e8a02c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [da284419-0402-4224-be27-a7f633addefe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [da284419-0402-4224-be27-a7f633addefe, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [da284419-0402-4224-be27-a7f633addefe, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [da284419-0402-4224-be27-a7f633addefe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c908aa7a-6ca7-46cd-add9-4908499e33a9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c908aa7a-6ca7-46cd-add9-4908499e33a9, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c908aa7a-6ca7-46cd-add9-4908499e33a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f82e8f4f-61a7-449d-a446-388186583b99, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d3197ba0-2cfa-44ac-9644-301308add6d4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d3197ba0-2cfa-44ac-9644-301308add6d4, http://www.w3.org/ns/shacl#in, 7a3327b7-c889-4540-a878-1c012dc76b90] [d3197ba0-2cfa-44ac-9644-301308add6d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7a3327b7-c889-4540-a878-1c012dc76b90, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 97c2639b-f359-42f9-8898-8d1c8440c9ac] [7a3327b7-c889-4540-a878-1c012dc76b90, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [4ef6a1fc-62c6-4860-8b3b-b32475a3edeb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4ef6a1fc-62c6-4860-8b3b-b32475a3edeb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#pattern, "^B"] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [621adde3-353f-46a8-bd58-7b1bd4f9048f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [97c2639b-f359-42f9-8898-8d1c8440c9ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4ef6a1fc-62c6-4860-8b3b-b32475a3edeb] [97c2639b-f359-42f9-8898-8d1c8440c9ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac2e3602-8cff-44ad-900e-d0d2b725d114] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0093b703-f980-4978-961c-dbf89e8a02c6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, da284419-0402-4224-be27-a7f633addefe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f82e8f4f-61a7-449d-a446-388186583b99] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c908aa7a-6ca7-46cd-add9-4908499e33a9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f976f4ff-4975-423a-9720-e5cf67e3cc17] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 621adde3-353f-46a8-bd58-7b1bd4f9048f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d3197ba0-2cfa-44ac-9644-301308add6d4]>
17:40:36.244 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.245 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.246 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f976f4ff-4975-423a-9720-e5cf67e3cc17,_:f82e8f4f-61a7-449d-a446-388186583b99,_:0093b703-f980-4978-961c-dbf89e8a02c6,_:da284419-0402-4224-be27-a7f633addefe,_:ac2e3602-8cff-44ad-900e-d0d2b725d114,_:d3197ba0-2cfa-44ac-9644-301308add6d4,_:621adde3-353f-46a8-bd58-7b1bd4f9048f,_:c908aa7a-6ca7-46cd-add9-4908499e33a9. Pending nodes: 
17:40:36.246 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f976f4ff-4975-423a-9720-e5cf67e3cc17
17:40:36.246 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f82e8f4f-61a7-449d-a446-388186583b99
17:40:36.247 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0093b703-f980-4978-961c-dbf89e8a02c6
17:40:36.248 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da284419-0402-4224-be27-a7f633addefe
17:40:36.248 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac2e3602-8cff-44ad-900e-d0d2b725d114
17:40:36.249 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d3197ba0-2cfa-44ac-9644-301308add6d4
17:40:36.249 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:621adde3-353f-46a8-bd58-7b1bd4f9048f
17:40:36.250 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c908aa7a-6ca7-46cd-add9-4908499e33a9
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c908aa7a-6ca7-46cd-add9-4908499e33a9
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:621adde3-353f-46a8-bd58-7b1bd4f9048f
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d3197ba0-2cfa-44ac-9644-301308add6d4
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac2e3602-8cff-44ad-900e-d0d2b725d114
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da284419-0402-4224-be27-a7f633addefe
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0093b703-f980-4978-961c-dbf89e8a02c6
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f82e8f4f-61a7-449d-a446-388186583b99
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f976f4ff-4975-423a-9720-e5cf67e3cc17
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.250 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f976f4ff-4975-423a-9720-e5cf67e3cc17,_:f82e8f4f-61a7-449d-a446-388186583b99,_:0093b703-f980-4978-961c-dbf89e8a02c6,_:da284419-0402-4224-be27-a7f633addefe,_:ac2e3602-8cff-44ad-900e-d0d2b725d114,_:d3197ba0-2cfa-44ac-9644-301308add6d4,_:621adde3-353f-46a8-bd58-7b1bd4f9048f,_:c908aa7a-6ca7-46cd-add9-4908499e33a9)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f976f4ff-4975-423a-9720-e5cf67e3cc17)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f82e8f4f-61a7-449d-a446-388186583b99)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0093b703-f980-4978-961c-dbf89e8a02c6)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da284419-0402-4224-be27-a7f633addefe)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac2e3602-8cff-44ad-900e-d0d2b725d114)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3197ba0-2cfa-44ac-9644-301308add6d4)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:621adde3-353f-46a8-bd58-7b1bd4f9048f)
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c908aa7a-6ca7-46cd-add9-4908499e33a9)
17:40:36.251 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.251 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.251 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.251 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.251 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.232Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f976f4ff-4975-423a-9720-e5cf67e3cc17],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.252 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f976f4ff-4975-423a-9720-e5cf67e3cc17=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f976f4ff-4975-423a-9720-e5cf67e3cc17,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.252 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.253 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f82e8f4f-61a7-449d-a446-388186583b99],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.253 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f82e8f4f-61a7-449d-a446-388186583b99=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f82e8f4f-61a7-449d-a446-388186583b99,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0093b703-f980-4978-961c-dbf89e8a02c6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.254 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.254 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0093b703-f980-4978-961c-dbf89e8a02c6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0093b703-f980-4978-961c-dbf89e8a02c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da284419-0402-4224-be27-a7f633addefe=ShapeTyping(TypingMap(Map()))
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac2e3602-8cff-44ad-900e-d0d2b725d114=ShapeTyping(TypingMap(Map()))
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3197ba0-2cfa-44ac-9644-301308add6d4=ShapeTyping(TypingMap(Map()))
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.256 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:621adde3-353f-46a8-bd58-7b1bd4f9048f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.257 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:621adde3-353f-46a8-bd58-7b1bd4f9048f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:621adde3-353f-46a8-bd58-7b1bd4f9048f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10"))))))))
17:40:36.257 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.257 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.257 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c908aa7a-6ca7-46cd-add9-4908499e33a9=ShapeTyping(TypingMap(Map()))
17:40:36.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f976f4ff-4975-423a-9720-e5cf67e3cc17,_:f82e8f4f-61a7-449d-a446-388186583b99,_:0093b703-f980-4978-961c-dbf89e8a02c6,_:da284419-0402-4224-be27-a7f633addefe,_:ac2e3602-8cff-44ad-900e-d0d2b725d114,_:d3197ba0-2cfa-44ac-9644-301308add6d4,_:621adde3-353f-46a8-bd58-7b1bd4f9048f,_:c908aa7a-6ca7-46cd-add9-4908499e33a9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f976f4ff-4975-423a-9720-e5cf67e3cc17,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0093b703-f980-4978-961c-dbf89e8a02c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f82e8f4f-61a7-449d-a446-388186583b99,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:621adde3-353f-46a8-bd58-7b1bd4f9048f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10"))))))))
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f976f4ff-4975-423a-9720-e5cf67e3cc17,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0093b703-f980-4978-961c-dbf89e8a02c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f82e8f4f-61a7-449d-a446-388186583b99,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:621adde3-353f-46a8-bd58-7b1bd4f9048f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10"))))))))
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f976f4ff-4975-423a-9720-e5cf67e3cc17,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f976f4ff-4975-423a-9720-e5cf67e3cc17), ShapeRef(_:f82e8f4f-61a7-449d-a446-388186583b99), ShapeRef(_:0093b703-f980-4978-961c-dbf89e8a02c6), ShapeRef(_:da284419-0402-4224-be27-a7f633addefe), ShapeRef(_:ac2e3602-8cff-44ad-900e-d0d2b725d114), ShapeRef(_:d3197ba0-2cfa-44ac-9644-301308add6d4), ShapeRef(_:621adde3-353f-46a8-bd58-7b1bd4f9048f), ShapeRef(_:c908aa7a-6ca7-46cd-add9-4908499e33a9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0093b703-f980-4978-961c-dbf89e8a02c6,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f82e8f4f-61a7-449d-a446-388186583b99,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:621adde3-353f-46a8-bd58-7b1bd4f9048f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on "Between two and four": LiteralValue("maxLength violation. Expected length("Between two and four") <= 10"))))))))
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c908aa7a-6ca7-46cd-add9-4908499e33a9 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c908aa7a-6ca7-46cd-add9-4908499e33a9 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c908aa7a-6ca7-46cd-add9-4908499e33a9: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:621adde3-353f-46a8-bd58-7b1bd4f9048f = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:621adde3-353f-46a8-bd58-7b1bd4f9048f = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:621adde3-353f-46a8-bd58-7b1bd4f9048f: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d3197ba0-2cfa-44ac-9644-301308add6d4 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d3197ba0-2cfa-44ac-9644-301308add6d4 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d3197ba0-2cfa-44ac-9644-301308add6d4: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac2e3602-8cff-44ad-900e-d0d2b725d114 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac2e3602-8cff-44ad-900e-d0d2b725d114 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac2e3602-8cff-44ad-900e-d0d2b725d114: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da284419-0402-4224-be27-a7f633addefe = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da284419-0402-4224-be27-a7f633addefe = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da284419-0402-4224-be27-a7f633addefe: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0093b703-f980-4978-961c-dbf89e8a02c6 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0093b703-f980-4978-961c-dbf89e8a02c6 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0093b703-f980-4978-961c-dbf89e8a02c6: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f82e8f4f-61a7-449d-a446-388186583b99 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f82e8f4f-61a7-449d-a446-388186583b99 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f82e8f4f-61a7-449d-a446-388186583b99: 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f976f4ff-4975-423a-9720-e5cf67e3cc17 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f976f4ff-4975-423a-9720-e5cf67e3cc17 = 
17:40:36.317 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f976f4ff-4975-423a-9720-e5cf67e3cc17: 
17:40:36.319 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Between two and four" ;
                 sh:message                    "maxLength violation. Expected length(\"Between two and four\") <= 10" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxLengthConstraintComponent
               ]
] .

17:40:36.320 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  "Between two and four" ;
                 sh:message                    "maxLength violation. Expected length(\"Between two and four\") <= 10" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#aStringProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxLengthConstraintComponent
               ]
] .

17:40:36.321 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.321 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.321 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:36.321 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.321 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec
Running org.eclipse.lyo.validation.ShaclMaxExclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.321Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                14 .
17:40:36.327 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.321Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "14"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.321Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "14"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.328 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {32f10fe2-ca75-480c-b844-e56136132319 @sh:path http://www.sampledomain.org/sam#integerProperty2; 32f10fe2-ca75-480c-b844-e56136132319 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 32f10fe2-ca75-480c-b844-e56136132319 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 32f10fe2-ca75-480c-b844-e56136132319 @rdf:type sh:Property; f97ca363-0cf1-4185-a282-b3952ee9689e @rdf:rest rdf:nil; f97ca363-0cf1-4185-a282-b3952ee9689e @rdf:first "C"; 4c40c457-d2ee-42d1-962c-794b38677e8d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 4c40c457-d2ee-42d1-962c-794b38677e8d @sh:class http://www.sampledomain.org/sam#AnotherResource; 4c40c457-d2ee-42d1-962c-794b38677e8d @rdf:type sh:Property; 30611169-29ed-40a0-84a4-057c6d1a8c6e @rdf:rest f97ca363-0cf1-4185-a282-b3952ee9689e; 30611169-29ed-40a0-84a4-057c6d1a8c6e @rdf:first "B"; 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [32f10fe2-ca75-480c-b844-e56136132319, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [32f10fe2-ca75-480c-b844-e56136132319, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [32f10fe2-ca75-480c-b844-e56136132319, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [32f10fe2-ca75-480c-b844-e56136132319, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f97ca363-0cf1-4185-a282-b3952ee9689e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f97ca363-0cf1-4185-a282-b3952ee9689e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4c40c457-d2ee-42d1-962c-794b38677e8d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4c40c457-d2ee-42d1-962c-794b38677e8d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4c40c457-d2ee-42d1-962c-794b38677e8d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [30611169-29ed-40a0-84a4-057c6d1a8c6e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f97ca363-0cf1-4185-a282-b3952ee9689e] [30611169-29ed-40a0-84a4-057c6d1a8c6e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7874a45c-9b1d-4d1c-92c3-1dc9e91e9253, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [97c2cc32-3068-47e7-8ce8-59ac117e5c68, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fa63bbc6-7712-4de6-8021-889d388fd70a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 30611169-29ed-40a0-84a4-057c6d1a8c6e] [fa63bbc6-7712-4de6-8021-889d388fd70a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [06f68666-ed0c-4bae-bcdc-bfd8101d346d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [06f68666-ed0c-4bae-bcdc-bfd8101d346d, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [06f68666-ed0c-4bae-bcdc-bfd8101d346d, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [06f68666-ed0c-4bae-bcdc-bfd8101d346d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0a7d95b-0a63-400a-b499-9be4b2b6a1e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c0a7d95b-0a63-400a-b499-9be4b2b6a1e5, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0a7d95b-0a63-400a-b499-9be4b2b6a1e5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0a7d95b-0a63-400a-b499-9be4b2b6a1e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [080feb50-84db-48ca-bb2d-2f9e7b74dab0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [080feb50-84db-48ca-bb2d-2f9e7b74dab0, http://www.w3.org/ns/shacl#in, fa63bbc6-7712-4de6-8021-889d388fd70a] [080feb50-84db-48ca-bb2d-2f9e7b74dab0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 080feb50-84db-48ca-bb2d-2f9e7b74dab0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 97c2cc32-3068-47e7-8ce8-59ac117e5c68] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7874a45c-9b1d-4d1c-92c3-1dc9e91e9253] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 06f68666-ed0c-4bae-bcdc-bfd8101d346d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0a7d95b-0a63-400a-b499-9be4b2b6a1e5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 32f10fe2-ca75-480c-b844-e56136132319] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1d335312-5dbe-4147-95ff-df1d208ac70a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4c40c457-d2ee-42d1-962c-794b38677e8d] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#pattern, "^B"] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1d335312-5dbe-4147-95ff-df1d208ac70a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
17:40:36.328 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.329 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.330 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,_:080feb50-84db-48ca-bb2d-2f9e7b74dab0,_:1d335312-5dbe-4147-95ff-df1d208ac70a,_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,_:06f68666-ed0c-4bae-bcdc-bfd8101d346d,_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,_:4c40c457-d2ee-42d1-962c-794b38677e8d,_:32f10fe2-ca75-480c-b844-e56136132319. Pending nodes: 
17:40:36.330 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253
17:40:36.331 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:080feb50-84db-48ca-bb2d-2f9e7b74dab0
17:40:36.331 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1d335312-5dbe-4147-95ff-df1d208ac70a
17:40:36.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5
17:40:36.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:06f68666-ed0c-4bae-bcdc-bfd8101d346d
17:40:36.333 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:97c2cc32-3068-47e7-8ce8-59ac117e5c68
17:40:36.333 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4c40c457-d2ee-42d1-962c-794b38677e8d
17:40:36.334 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:32f10fe2-ca75-480c-b844-e56136132319
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:32f10fe2-ca75-480c-b844-e56136132319
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4c40c457-d2ee-42d1-962c-794b38677e8d
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:97c2cc32-3068-47e7-8ce8-59ac117e5c68
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:06f68666-ed0c-4bae-bcdc-bfd8101d346d
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1d335312-5dbe-4147-95ff-df1d208ac70a
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:080feb50-84db-48ca-bb2d-2f9e7b74dab0
17:40:36.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,_:080feb50-84db-48ca-bb2d-2f9e7b74dab0,_:1d335312-5dbe-4147-95ff-df1d208ac70a,_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,_:06f68666-ed0c-4bae-bcdc-bfd8101d346d,_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,_:4c40c457-d2ee-42d1-962c-794b38677e8d,_:32f10fe2-ca75-480c-b844-e56136132319)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:080feb50-84db-48ca-bb2d-2f9e7b74dab0)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d335312-5dbe-4147-95ff-df1d208ac70a)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:06f68666-ed0c-4bae-bcdc-bfd8101d346d)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97c2cc32-3068-47e7-8ce8-59ac117e5c68)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c40c457-d2ee-42d1-962c-794b38677e8d)
17:40:36.335 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32f10fe2-ca75-480c-b844-e56136132319)
17:40:36.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:080feb50-84db-48ca-bb2d-2f9e7b74dab0=ShapeTyping(TypingMap(Map()))
17:40:36.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.339 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1d335312-5dbe-4147-95ff-df1d208ac70a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d335312-5dbe-4147-95ff-df1d208ac70a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1d335312-5dbe-4147-95ff-df1d208ac70a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.340 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.321Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.340 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.340 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:06f68666-ed0c-4bae-bcdc-bfd8101d346d=ShapeTyping(TypingMap(Map()))
17:40:36.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.340 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:97c2cc32-3068-47e7-8ce8-59ac117e5c68],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.341 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.342 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97c2cc32-3068-47e7-8ce8-59ac117e5c68=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.342 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c40c457-d2ee-42d1-962c-794b38677e8d=ShapeTyping(TypingMap(Map()))
17:40:36.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.343 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32f10fe2-ca75-480c-b844-e56136132319=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32f10fe2-ca75-480c-b844-e56136132319,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5))))))))
17:40:36.343 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,_:080feb50-84db-48ca-bb2d-2f9e7b74dab0,_:1d335312-5dbe-4147-95ff-df1d208ac70a,_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,_:06f68666-ed0c-4bae-bcdc-bfd8101d346d,_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,_:4c40c457-d2ee-42d1-962c-794b38677e8d,_:32f10fe2-ca75-480c-b844-e56136132319)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1d335312-5dbe-4147-95ff-df1d208ac70a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32f10fe2-ca75-480c-b844-e56136132319,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.343 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1d335312-5dbe-4147-95ff-df1d208ac70a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32f10fe2-ca75-480c-b844-e56136132319,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.343 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1d335312-5dbe-4147-95ff-df1d208ac70a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:32f10fe2-ca75-480c-b844-e56136132319,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253), ShapeRef(_:080feb50-84db-48ca-bb2d-2f9e7b74dab0), ShapeRef(_:1d335312-5dbe-4147-95ff-df1d208ac70a), ShapeRef(_:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5), ShapeRef(_:06f68666-ed0c-4bae-bcdc-bfd8101d346d), ShapeRef(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68), ShapeRef(_:4c40c457-d2ee-42d1-962c-794b38677e8d), ShapeRef(_:32f10fe2-ca75-480c-b844-e56136132319)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:97c2cc32-3068-47e7-8ce8-59ac117e5c68,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:32f10fe2-ca75-480c-b844-e56136132319 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:32f10fe2-ca75-480c-b844-e56136132319 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:32f10fe2-ca75-480c-b844-e56136132319: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4c40c457-d2ee-42d1-962c-794b38677e8d = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4c40c457-d2ee-42d1-962c-794b38677e8d = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4c40c457-d2ee-42d1-962c-794b38677e8d: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:97c2cc32-3068-47e7-8ce8-59ac117e5c68 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:97c2cc32-3068-47e7-8ce8-59ac117e5c68 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:97c2cc32-3068-47e7-8ce8-59ac117e5c68: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:06f68666-ed0c-4bae-bcdc-bfd8101d346d = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:06f68666-ed0c-4bae-bcdc-bfd8101d346d = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:06f68666-ed0c-4bae-bcdc-bfd8101d346d: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0a7d95b-0a63-400a-b499-9be4b2b6a1e5: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1d335312-5dbe-4147-95ff-df1d208ac70a = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1d335312-5dbe-4147-95ff-df1d208ac70a = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1d335312-5dbe-4147-95ff-df1d208ac70a: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:080feb50-84db-48ca-bb2d-2f9e7b74dab0 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:080feb50-84db-48ca-bb2d-2f9e7b74dab0 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:080feb50-84db-48ca-bb2d-2f9e7b74dab0: 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253 = 
17:40:36.344 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7874a45c-9b1d-4d1c-92c3-1dc9e91e9253: 
17:40:36.345 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.346 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.346 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.346 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.346 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.347Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty2>
                16 .
17:40:36.352 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.347Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.347Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.353 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {92f822bb-d5f0-4450-ae39-1d952831a1d6 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 92f822bb-d5f0-4450-ae39-1d952831a1d6 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 92f822bb-d5f0-4450-ae39-1d952831a1d6 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 92f822bb-d5f0-4450-ae39-1d952831a1d6 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 92f822bb-d5f0-4450-ae39-1d952831a1d6 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 92f822bb-d5f0-4450-ae39-1d952831a1d6 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 92f822bb-d5f0-4450-ae39-1d952831a1d6 @rdf:type sh:Property; 824741a9-f95f-4449-a590-f61c73aaa51a @rdf:rest e5dee708-6201-4ef4-aecc-42e6738c4bda; 824741a9-f95f-4449-a590-f61c73aaa51a @rdf:first "A"; 79e88024-0fd7-4326-9d77-cfde9ac90f54 @sh:path http://www.sampledomain.org/sam#integerProperty3; 79e88024-0fd7-4326-9d77-cfde9ac90f54 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 79e88024-0fd7-4326-9d77-cfde9ac90f54 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 79e88024-0fd7-4326-9d77-cfde9ac90f54 @rdf:type sh:Property; bace139f-540d-452a-9bb6-b77542b39ff5 @sh:path http://www.sampledomain.org/sam#aStringProperty; bace139f-540d-452a-9bb6-b77542b39ff5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bace139f-540d-452a-9bb6-b77542b39ff5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bace139f-540d-452a-9bb6-b77542b39ff5 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [92f822bb-d5f0-4450-ae39-1d952831a1d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [824741a9-f95f-4449-a590-f61c73aaa51a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e5dee708-6201-4ef4-aecc-42e6738c4bda] [824741a9-f95f-4449-a590-f61c73aaa51a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [79e88024-0fd7-4326-9d77-cfde9ac90f54, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [79e88024-0fd7-4326-9d77-cfde9ac90f54, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [79e88024-0fd7-4326-9d77-cfde9ac90f54, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [79e88024-0fd7-4326-9d77-cfde9ac90f54, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#pattern, "^B"] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [bace139f-540d-452a-9bb6-b77542b39ff5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7b66d66-123d-4a44-a86b-7f9c43da0d1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f7b66d66-123d-4a44-a86b-7f9c43da0d1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e5dee708-6201-4ef4-aecc-42e6738c4bda, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f7b66d66-123d-4a44-a86b-7f9c43da0d1a] [e5dee708-6201-4ef4-aecc-42e6738c4bda, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c72e25d2-b740-489b-92b1-c2e49e85f135, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c72e25d2-b740-489b-92b1-c2e49e85f135, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c72e25d2-b740-489b-92b1-c2e49e85f135, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f822d76b-d1b8-453a-a08c-2467e572d6af, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f822d76b-d1b8-453a-a08c-2467e572d6af, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f822d76b-d1b8-453a-a08c-2467e572d6af, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f822d76b-d1b8-453a-a08c-2467e572d6af, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [97b0b243-b449-41b7-b94e-913c66c12bb4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [97b0b243-b449-41b7-b94e-913c66c12bb4, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [97b0b243-b449-41b7-b94e-913c66c12bb4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [97b0b243-b449-41b7-b94e-913c66c12bb4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cebdb350-ef6f-4b65-89e9-dc6c86cb4d47, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e847f0e4-4efd-493c-87a8-d8cf30203f51, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e847f0e4-4efd-493c-87a8-d8cf30203f51, http://www.w3.org/ns/shacl#in, 824741a9-f95f-4449-a590-f61c73aaa51a] [e847f0e4-4efd-493c-87a8-d8cf30203f51, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bace139f-540d-452a-9bb6-b77542b39ff5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e847f0e4-4efd-493c-87a8-d8cf30203f51] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 97b0b243-b449-41b7-b94e-913c66c12bb4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c72e25d2-b740-489b-92b1-c2e49e85f135] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 92f822bb-d5f0-4450-ae39-1d952831a1d6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cebdb350-ef6f-4b65-89e9-dc6c86cb4d47] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 79e88024-0fd7-4326-9d77-cfde9ac90f54] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f822d76b-d1b8-453a-a08c-2467e572d6af]>
17:40:36.353 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.354 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.355 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c72e25d2-b740-489b-92b1-c2e49e85f135,_:97b0b243-b449-41b7-b94e-913c66c12bb4,_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,_:bace139f-540d-452a-9bb6-b77542b39ff5,_:e847f0e4-4efd-493c-87a8-d8cf30203f51,_:79e88024-0fd7-4326-9d77-cfde9ac90f54,_:f822d76b-d1b8-453a-a08c-2467e572d6af,_:92f822bb-d5f0-4450-ae39-1d952831a1d6. Pending nodes: 
17:40:36.355 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c72e25d2-b740-489b-92b1-c2e49e85f135
17:40:36.356 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:97b0b243-b449-41b7-b94e-913c66c12bb4
17:40:36.356 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47
17:40:36.357 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bace139f-540d-452a-9bb6-b77542b39ff5
17:40:36.358 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e847f0e4-4efd-493c-87a8-d8cf30203f51
17:40:36.359 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79e88024-0fd7-4326-9d77-cfde9ac90f54
17:40:36.359 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f822d76b-d1b8-453a-a08c-2467e572d6af
17:40:36.360 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92f822bb-d5f0-4450-ae39-1d952831a1d6
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92f822bb-d5f0-4450-ae39-1d952831a1d6
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f822d76b-d1b8-453a-a08c-2467e572d6af
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79e88024-0fd7-4326-9d77-cfde9ac90f54
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e847f0e4-4efd-493c-87a8-d8cf30203f51
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bace139f-540d-452a-9bb6-b77542b39ff5
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:97b0b243-b449-41b7-b94e-913c66c12bb4
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c72e25d2-b740-489b-92b1-c2e49e85f135
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92f822bb-d5f0-4450-ae39-1d952831a1d6 = 
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92f822bb-d5f0-4450-ae39-1d952831a1d6 = 
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92f822bb-d5f0-4450-ae39-1d952831a1d6: 
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.361 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c72e25d2-b740-489b-92b1-c2e49e85f135,_:97b0b243-b449-41b7-b94e-913c66c12bb4,_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,_:bace139f-540d-452a-9bb6-b77542b39ff5,_:e847f0e4-4efd-493c-87a8-d8cf30203f51,_:79e88024-0fd7-4326-9d77-cfde9ac90f54,_:f822d76b-d1b8-453a-a08c-2467e572d6af,_:92f822bb-d5f0-4450-ae39-1d952831a1d6)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c72e25d2-b740-489b-92b1-c2e49e85f135)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97b0b243-b449-41b7-b94e-913c66c12bb4)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bace139f-540d-452a-9bb6-b77542b39ff5)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e847f0e4-4efd-493c-87a8-d8cf30203f51)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79e88024-0fd7-4326-9d77-cfde9ac90f54)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f822d76b-d1b8-453a-a08c-2467e572d6af)
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92f822bb-d5f0-4450-ae39-1d952831a1d6)
17:40:36.362 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.362 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.362 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c72e25d2-b740-489b-92b1-c2e49e85f135=ShapeTyping(TypingMap(Map()))
17:40:36.362 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.362 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.363 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.363 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.363 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.347Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:97b0b243-b449-41b7-b94e-913c66c12bb4],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.363 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97b0b243-b449-41b7-b94e-913c66c12bb4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:97b0b243-b449-41b7-b94e-913c66c12bb4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.363 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.363 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.417 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.418 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.420 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.421 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bace139f-540d-452a-9bb6-b77542b39ff5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.421 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bace139f-540d-452a-9bb6-b77542b39ff5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bace139f-540d-452a-9bb6-b77542b39ff5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.421 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e847f0e4-4efd-493c-87a8-d8cf30203f51=ShapeTyping(TypingMap(Map()))
17:40:36.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.422 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79e88024-0fd7-4326-9d77-cfde9ac90f54=ShapeTyping(TypingMap(Map()))
17:40:36.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.423 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f822d76b-d1b8-453a-a08c-2467e572d6af=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f822d76b-d1b8-453a-a08c-2467e572d6af,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15"))))))))
17:40:36.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.424 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:92f822bb-d5f0-4450-ae39-1d952831a1d6],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.424 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92f822bb-d5f0-4450-ae39-1d952831a1d6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:92f822bb-d5f0-4450-ae39-1d952831a1d6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c72e25d2-b740-489b-92b1-c2e49e85f135,_:97b0b243-b449-41b7-b94e-913c66c12bb4,_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,_:bace139f-540d-452a-9bb6-b77542b39ff5,_:e847f0e4-4efd-493c-87a8-d8cf30203f51,_:79e88024-0fd7-4326-9d77-cfde9ac90f54,_:f822d76b-d1b8-453a-a08c-2467e572d6af,_:92f822bb-d5f0-4450-ae39-1d952831a1d6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f822d76b-d1b8-453a-a08c-2467e572d6af,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bace139f-540d-452a-9bb6-b77542b39ff5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:97b0b243-b449-41b7-b94e-913c66c12bb4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:92f822bb-d5f0-4450-ae39-1d952831a1d6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f822d76b-d1b8-453a-a08c-2467e572d6af,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bace139f-540d-452a-9bb6-b77542b39ff5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:97b0b243-b449-41b7-b94e-913c66c12bb4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:92f822bb-d5f0-4450-ae39-1d952831a1d6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:f822d76b-d1b8-453a-a08c-2467e572d6af,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c72e25d2-b740-489b-92b1-c2e49e85f135), ShapeRef(_:97b0b243-b449-41b7-b94e-913c66c12bb4), ShapeRef(_:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47), ShapeRef(_:bace139f-540d-452a-9bb6-b77542b39ff5), ShapeRef(_:e847f0e4-4efd-493c-87a8-d8cf30203f51), ShapeRef(_:79e88024-0fd7-4326-9d77-cfde9ac90f54), ShapeRef(_:f822d76b-d1b8-453a-a08c-2467e572d6af), ShapeRef(_:92f822bb-d5f0-4450-ae39-1d952831a1d6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bace139f-540d-452a-9bb6-b77542b39ff5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:97b0b243-b449-41b7-b94e-913c66c12bb4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:92f822bb-d5f0-4450-ae39-1d952831a1d6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f822d76b-d1b8-453a-a08c-2467e572d6af = 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f822d76b-d1b8-453a-a08c-2467e572d6af = 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f822d76b-d1b8-453a-a08c-2467e572d6af: 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79e88024-0fd7-4326-9d77-cfde9ac90f54 = 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79e88024-0fd7-4326-9d77-cfde9ac90f54 = 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79e88024-0fd7-4326-9d77-cfde9ac90f54: 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e847f0e4-4efd-493c-87a8-d8cf30203f51 = 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e847f0e4-4efd-493c-87a8-d8cf30203f51 = 
17:40:36.426 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e847f0e4-4efd-493c-87a8-d8cf30203f51: 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bace139f-540d-452a-9bb6-b77542b39ff5 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bace139f-540d-452a-9bb6-b77542b39ff5 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bace139f-540d-452a-9bb6-b77542b39ff5: 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cebdb350-ef6f-4b65-89e9-dc6c86cb4d47: 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:97b0b243-b449-41b7-b94e-913c66c12bb4 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:97b0b243-b449-41b7-b94e-913c66c12bb4 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:97b0b243-b449-41b7-b94e-913c66c12bb4: 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c72e25d2-b740-489b-92b1-c2e49e85f135 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c72e25d2-b740-489b-92b1-c2e49e85f135 = 
17:40:36.427 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c72e25d2-b740-489b-92b1-c2e49e85f135: 
17:40:36.429 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  16 ;
                 sh:message                    "maxExclusive violation. Expected 16 < 15" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxExclusiveConstraintComponent
               ]
] .

17:40:36.431 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  16 ;
                 sh:message                    "maxExclusive violation. Expected 16 < 15" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty2> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MaxExclusiveConstraintComponent
               ]
] .

17:40:36.432 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.432 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.432 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:36.432 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.432 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
Running org.eclipse.lyo.validation.ShaclMinCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.433Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
17:40:36.449 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.433Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.433Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.450 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c0208332-1f9c-4aec-b15a-623d06f38226 @sh:path http://www.sampledomain.org/sam#integerProperty2; c0208332-1f9c-4aec-b15a-623d06f38226 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c0208332-1f9c-4aec-b15a-623d06f38226 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c0208332-1f9c-4aec-b15a-623d06f38226 @rdf:type sh:Property; 8a27ca26-7c56-4ac8-acf6-e6270235081a @sh:path http://www.sampledomain.org/sam#integerProperty3; 8a27ca26-7c56-4ac8-acf6-e6270235081a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 8a27ca26-7c56-4ac8-acf6-e6270235081a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 8a27ca26-7c56-4ac8-acf6-e6270235081a @rdf:type sh:Property; fbda5d5d-4ce4-476c-9be4-f02a07575146 @rdf:rest 2e44b6f0-343c-484b-bcfe-acb02e5d305c; fbda5d5d-4ce4-476c-9be4-f02a07575146 @rdf:first "B"; 94844b1a-e269-477b-bb77-38c25ed2e411 @rdf:rest fbda5d5d-4ce4-476c-9be4-f02a07575146; 94844b1a-e269-477b-bb77-38c25ed2e411 @rdf:first "A"; 870832f2-464f-4c39-82b5-a826d0a461c5 @sh:path http://www.sampledomain.org/sam#aStringProperty; 870832f2-464f-4c39-82b5-a826d0a461c5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 870832f2-464f-4c39-82b5-a826d0a461c5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 870832f2-464f-4c39-82b5-a826d0a461c5 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 870832f2-464f-4c39-82b5-a826d0a461c5 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [c0208332-1f9c-4aec-b15a-623d06f38226, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c0208332-1f9c-4aec-b15a-623d06f38226, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c0208332-1f9c-4aec-b15a-623d06f38226, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c0208332-1f9c-4aec-b15a-623d06f38226, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8a27ca26-7c56-4ac8-acf6-e6270235081a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [8a27ca26-7c56-4ac8-acf6-e6270235081a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8a27ca26-7c56-4ac8-acf6-e6270235081a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8a27ca26-7c56-4ac8-acf6-e6270235081a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fbda5d5d-4ce4-476c-9be4-f02a07575146, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2e44b6f0-343c-484b-bcfe-acb02e5d305c] [fbda5d5d-4ce4-476c-9be4-f02a07575146, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [94844b1a-e269-477b-bb77-38c25ed2e411, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fbda5d5d-4ce4-476c-9be4-f02a07575146] [94844b1a-e269-477b-bb77-38c25ed2e411, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#pattern, "^B"] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [870832f2-464f-4c39-82b5-a826d0a461c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e062b8a4-eb21-4ae7-bb4c-c400ae60792c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e062b8a4-eb21-4ae7-bb4c-c400ae60792c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e062b8a4-eb21-4ae7-bb4c-c400ae60792c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2e44b6f0-343c-484b-bcfe-acb02e5d305c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2e44b6f0-343c-484b-bcfe-acb02e5d305c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [781fc862-8880-4c26-bb32-282d79f181c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ca96d46f-9a30-4e89-b5b8-122455b76fb0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ca96d46f-9a30-4e89-b5b8-122455b76fb0, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ca96d46f-9a30-4e89-b5b8-122455b76fb0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ca96d46f-9a30-4e89-b5b8-122455b76fb0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [663537a5-c284-4014-8741-39abc7724b36, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [663537a5-c284-4014-8741-39abc7724b36, http://www.w3.org/ns/shacl#in, 94844b1a-e269-477b-bb77-38c25ed2e411] [663537a5-c284-4014-8741-39abc7724b36, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a4a7f259-8623-4627-8ffd-c8ac00bc2591, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ca96d46f-9a30-4e89-b5b8-122455b76fb0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a4a7f259-8623-4627-8ffd-c8ac00bc2591] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0208332-1f9c-4aec-b15a-623d06f38226] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8a27ca26-7c56-4ac8-acf6-e6270235081a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 663537a5-c284-4014-8741-39abc7724b36] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e062b8a4-eb21-4ae7-bb4c-c400ae60792c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 781fc862-8880-4c26-bb32-282d79f181c1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 870832f2-464f-4c39-82b5-a826d0a461c5]>
17:40:36.451 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.452 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.453 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:870832f2-464f-4c39-82b5-a826d0a461c5,_:c0208332-1f9c-4aec-b15a-623d06f38226,_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,_:8a27ca26-7c56-4ac8-acf6-e6270235081a,_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c,_:663537a5-c284-4014-8741-39abc7724b36,_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,_:781fc862-8880-4c26-bb32-282d79f181c1. Pending nodes: 
17:40:36.453 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:870832f2-464f-4c39-82b5-a826d0a461c5
17:40:36.455 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0208332-1f9c-4aec-b15a-623d06f38226
17:40:36.455 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4a7f259-8623-4627-8ffd-c8ac00bc2591
17:40:36.456 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8a27ca26-7c56-4ac8-acf6-e6270235081a
17:40:36.457 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e062b8a4-eb21-4ae7-bb4c-c400ae60792c
17:40:36.458 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:663537a5-c284-4014-8741-39abc7724b36
17:40:36.459 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ca96d46f-9a30-4e89-b5b8-122455b76fb0
17:40:36.460 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:781fc862-8880-4c26-bb32-282d79f181c1
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:781fc862-8880-4c26-bb32-282d79f181c1
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ca96d46f-9a30-4e89-b5b8-122455b76fb0
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:663537a5-c284-4014-8741-39abc7724b36
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e062b8a4-eb21-4ae7-bb4c-c400ae60792c
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8a27ca26-7c56-4ac8-acf6-e6270235081a
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4a7f259-8623-4627-8ffd-c8ac00bc2591
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0208332-1f9c-4aec-b15a-623d06f38226
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:870832f2-464f-4c39-82b5-a826d0a461c5
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:781fc862-8880-4c26-bb32-282d79f181c1 = 
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:781fc862-8880-4c26-bb32-282d79f181c1 = 
17:40:36.461 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:781fc862-8880-4c26-bb32-282d79f181c1: 
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ca96d46f-9a30-4e89-b5b8-122455b76fb0 = 
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ca96d46f-9a30-4e89-b5b8-122455b76fb0 = 
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ca96d46f-9a30-4e89-b5b8-122455b76fb0: 
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:870832f2-464f-4c39-82b5-a826d0a461c5,_:c0208332-1f9c-4aec-b15a-623d06f38226,_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,_:8a27ca26-7c56-4ac8-acf6-e6270235081a,_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c,_:663537a5-c284-4014-8741-39abc7724b36,_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,_:781fc862-8880-4c26-bb32-282d79f181c1)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:870832f2-464f-4c39-82b5-a826d0a461c5)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0208332-1f9c-4aec-b15a-623d06f38226)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4a7f259-8623-4627-8ffd-c8ac00bc2591)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8a27ca26-7c56-4ac8-acf6-e6270235081a)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:663537a5-c284-4014-8741-39abc7724b36)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ca96d46f-9a30-4e89-b5b8-122455b76fb0)
17:40:36.462 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:781fc862-8880-4c26-bb32-282d79f181c1)
17:40:36.462 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.462 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.517 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.517 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.518 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.518 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.518 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.518 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.518 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:870832f2-464f-4c39-82b5-a826d0a461c5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.519 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:870832f2-464f-4c39-82b5-a826d0a461c5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:870832f2-464f-4c39-82b5-a826d0a461c5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.519 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0208332-1f9c-4aec-b15a-623d06f38226=ShapeTyping(TypingMap(Map()))
17:40:36.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.521 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a4a7f259-8623-4627-8ffd-c8ac00bc2591],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.521 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4a7f259-8623-4627-8ffd-c8ac00bc2591=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.522 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8a27ca26-7c56-4ac8-acf6-e6270235081a=ShapeTyping(TypingMap(Map()))
17:40:36.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.522 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c=ShapeTyping(TypingMap(Map()))
17:40:36.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.523 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:663537a5-c284-4014-8741-39abc7724b36=ShapeTyping(TypingMap(Map()))
17:40:36.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.523 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.433Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ca96d46f-9a30-4e89-b5b8-122455b76fb0],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.523 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ca96d46f-9a30-4e89-b5b8-122455b76fb0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.525 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:781fc862-8880-4c26-bb32-282d79f181c1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.525 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:781fc862-8880-4c26-bb32-282d79f181c1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:781fc862-8880-4c26-bb32-282d79f181c1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.525 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:870832f2-464f-4c39-82b5-a826d0a461c5,_:c0208332-1f9c-4aec-b15a-623d06f38226,_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,_:8a27ca26-7c56-4ac8-acf6-e6270235081a,_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c,_:663537a5-c284-4014-8741-39abc7724b36,_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,_:781fc862-8880-4c26-bb32-282d79f181c1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:781fc862-8880-4c26-bb32-282d79f181c1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:870832f2-464f-4c39-82b5-a826d0a461c5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:781fc862-8880-4c26-bb32-282d79f181c1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:870832f2-464f-4c39-82b5-a826d0a461c5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:781fc862-8880-4c26-bb32-282d79f181c1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:870832f2-464f-4c39-82b5-a826d0a461c5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:870832f2-464f-4c39-82b5-a826d0a461c5), ShapeRef(_:c0208332-1f9c-4aec-b15a-623d06f38226), ShapeRef(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591), ShapeRef(_:8a27ca26-7c56-4ac8-acf6-e6270235081a), ShapeRef(_:e062b8a4-eb21-4ae7-bb4c-c400ae60792c), ShapeRef(_:663537a5-c284-4014-8741-39abc7724b36), ShapeRef(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0), ShapeRef(_:781fc862-8880-4c26-bb32-282d79f181c1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4a7f259-8623-4627-8ffd-c8ac00bc2591,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:ca96d46f-9a30-4e89-b5b8-122455b76fb0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:663537a5-c284-4014-8741-39abc7724b36 = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:663537a5-c284-4014-8741-39abc7724b36 = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:663537a5-c284-4014-8741-39abc7724b36: 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e062b8a4-eb21-4ae7-bb4c-c400ae60792c = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e062b8a4-eb21-4ae7-bb4c-c400ae60792c = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e062b8a4-eb21-4ae7-bb4c-c400ae60792c: 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8a27ca26-7c56-4ac8-acf6-e6270235081a = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8a27ca26-7c56-4ac8-acf6-e6270235081a = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8a27ca26-7c56-4ac8-acf6-e6270235081a: 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4a7f259-8623-4627-8ffd-c8ac00bc2591 = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4a7f259-8623-4627-8ffd-c8ac00bc2591 = 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4a7f259-8623-4627-8ffd-c8ac00bc2591: 
17:40:36.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0208332-1f9c-4aec-b15a-623d06f38226 = 
17:40:36.527 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0208332-1f9c-4aec-b15a-623d06f38226 = 
17:40:36.527 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0208332-1f9c-4aec-b15a-623d06f38226: 
17:40:36.527 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:870832f2-464f-4c39-82b5-a826d0a461c5 = 
17:40:36.527 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:870832f2-464f-4c39-82b5-a826d0a461c5 = 
17:40:36.527 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:870832f2-464f-4c39-82b5-a826d0a461c5: 
17:40:36.528 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.529 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.529 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.529 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.529 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.53Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
17:40:36.538 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.53Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.53Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.539 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4167ff78-17fa-4da8-a731-b158b0df74ca @sh:path http://www.sampledomain.org/sam#integerProperty3; 4167ff78-17fa-4da8-a731-b158b0df74ca @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 4167ff78-17fa-4da8-a731-b158b0df74ca @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 4167ff78-17fa-4da8-a731-b158b0df74ca @rdf:type sh:Property; 058839b9-9d86-45b6-a962-4bb69876bd36 @rdf:rest d86f3089-2f7b-43dc-9efd-ef299be6fd4a; 058839b9-9d86-45b6-a962-4bb69876bd36 @rdf:first "A"; a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8 @sh:path http://www.sampledomain.org/sam#aSetOfDates; a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8 @rdf:type sh:Property; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:path http://www.sampledomain.org/sam#aStringProperty; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:pattern "^B"; aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 @sh:description "a Simple Single String Property"...} |  [4167ff78-17fa-4da8-a731-b158b0df74ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [4167ff78-17fa-4da8-a731-b158b0df74ca, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4167ff78-17fa-4da8-a731-b158b0df74ca, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4167ff78-17fa-4da8-a731-b158b0df74ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [058839b9-9d86-45b6-a962-4bb69876bd36, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d86f3089-2f7b-43dc-9efd-ef299be6fd4a] [058839b9-9d86-45b6-a962-4bb69876bd36, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#pattern, "^B"] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fdd2d45e-c587-4459-bf6e-97bc06537193, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fdd2d45e-c587-4459-bf6e-97bc06537193, http://www.w3.org/ns/shacl#in, 058839b9-9d86-45b6-a962-4bb69876bd36] [fdd2d45e-c587-4459-bf6e-97bc06537193, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8e5b0a75-0d34-422d-aedb-2d2f21c81075, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8e5b0a75-0d34-422d-aedb-2d2f21c81075, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [125a35de-1bfd-4ea7-bb6e-34ffbee6e653, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c408e67-bd85-4607-9f4f-0508105ae8db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9c408e67-bd85-4607-9f4f-0508105ae8db, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9c408e67-bd85-4607-9f4f-0508105ae8db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b92e195c-49fa-49d5-b362-7946ab8e8bc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d86f3089-2f7b-43dc-9efd-ef299be6fd4a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8e5b0a75-0d34-422d-aedb-2d2f21c81075] [d86f3089-2f7b-43dc-9efd-ef299be6fd4a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 125a35de-1bfd-4ea7-bb6e-34ffbee6e653] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b92e195c-49fa-49d5-b362-7946ab8e8bc0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c408e67-bd85-4607-9f4f-0508105ae8db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fdd2d45e-c587-4459-bf6e-97bc06537193] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4167ff78-17fa-4da8-a731-b158b0df74ca]>
17:40:36.539 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.540 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.541 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,_:9c408e67-bd85-4607-9f4f-0508105ae8db,_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,_:fdd2d45e-c587-4459-bf6e-97bc06537193,_:4167ff78-17fa-4da8-a731-b158b0df74ca,_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39,_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8. Pending nodes: 
17:40:36.542 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1
17:40:36.543 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c408e67-bd85-4607-9f4f-0508105ae8db
17:40:36.544 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:125a35de-1bfd-4ea7-bb6e-34ffbee6e653
17:40:36.545 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b92e195c-49fa-49d5-b362-7946ab8e8bc0
17:40:36.546 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fdd2d45e-c587-4459-bf6e-97bc06537193
17:40:36.547 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4167ff78-17fa-4da8-a731-b158b0df74ca
17:40:36.547 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39
17:40:36.548 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4167ff78-17fa-4da8-a731-b158b0df74ca
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fdd2d45e-c587-4459-bf6e-97bc06537193
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b92e195c-49fa-49d5-b362-7946ab8e8bc0
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:125a35de-1bfd-4ea7-bb6e-34ffbee6e653
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c408e67-bd85-4607-9f4f-0508105ae8db
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8 = 
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8 = 
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8: 
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.549 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,_:9c408e67-bd85-4607-9f4f-0508105ae8db,_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,_:fdd2d45e-c587-4459-bf6e-97bc06537193,_:4167ff78-17fa-4da8-a731-b158b0df74ca,_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39,_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c408e67-bd85-4607-9f4f-0508105ae8db)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b92e195c-49fa-49d5-b362-7946ab8e8bc0)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fdd2d45e-c587-4459-bf6e-97bc06537193)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4167ff78-17fa-4da8-a731-b158b0df74ca)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39)
17:40:36.550 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)
17:40:36.550 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.550 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.551 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.551 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.551 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.551 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.551 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.551 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.552 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.552 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.552 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c408e67-bd85-4607-9f4f-0508105ae8db=ShapeTyping(TypingMap(Map()))
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.553 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.554 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.554 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
17:40:36.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.555 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b92e195c-49fa-49d5-b362-7946ab8e8bc0],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b92e195c-49fa-49d5-b362-7946ab8e8bc0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fdd2d45e-c587-4459-bf6e-97bc06537193=ShapeTyping(TypingMap(Map()))
17:40:36.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.556 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4167ff78-17fa-4da8-a731-b158b0df74ca=ShapeTyping(TypingMap(Map()))
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39=ShapeTyping(TypingMap(Map()))
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.558 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.53Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.558 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.558 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,_:9c408e67-bd85-4607-9f4f-0508105ae8db,_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,_:fdd2d45e-c587-4459-bf6e-97bc06537193,_:4167ff78-17fa-4da8-a731-b158b0df74ca,_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39,_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
17:40:36.558 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1), ShapeRef(_:9c408e67-bd85-4607-9f4f-0508105ae8db), ShapeRef(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653), ShapeRef(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0), ShapeRef(_:fdd2d45e-c587-4459-bf6e-97bc06537193), ShapeRef(_:4167ff78-17fa-4da8-a731-b158b0df74ca), ShapeRef(_:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39), ShapeRef(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a47f204f-0e26-4965-8ebd-7d9ae2c3c4f8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b92e195c-49fa-49d5-b362-7946ab8e8bc0,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:125a35de-1bfd-4ea7-bb6e-34ffbee6e653,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0"))))))))
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ff60bc0-4cb1-4ad9-af63-3e5ae2931f39: 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4167ff78-17fa-4da8-a731-b158b0df74ca = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4167ff78-17fa-4da8-a731-b158b0df74ca = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4167ff78-17fa-4da8-a731-b158b0df74ca: 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fdd2d45e-c587-4459-bf6e-97bc06537193 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fdd2d45e-c587-4459-bf6e-97bc06537193 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fdd2d45e-c587-4459-bf6e-97bc06537193: 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b92e195c-49fa-49d5-b362-7946ab8e8bc0 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b92e195c-49fa-49d5-b362-7946ab8e8bc0 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b92e195c-49fa-49d5-b362-7946ab8e8bc0: 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:125a35de-1bfd-4ea7-bb6e-34ffbee6e653 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:125a35de-1bfd-4ea7-bb6e-34ffbee6e653 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:125a35de-1bfd-4ea7-bb6e-34ffbee6e653: 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c408e67-bd85-4607-9f4f-0508105ae8db = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c408e67-bd85-4607-9f4f-0508105ae8db = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c408e67-bd85-4607-9f4f-0508105ae8db: 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1 = 
17:40:36.559 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aa8c876b-a995-4eb9-b1aa-5c2fb1fe8de1: 
17:40:36.561 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "MinCount violation. Expected 1, obtained: 0" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#anotherIntegerProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinCountConstraintComponent
               ]
] .

17:40:36.561 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "MinCount violation. Expected 1, obtained: 0" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#anotherIntegerProperty> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinCountConstraintComponent
               ]
] .

17:40:36.562 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.562 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.562 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:36.562 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.562 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec
Running org.eclipse.lyo.validation.ShaclMinInclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.562Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                5 .
17:40:36.625 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.562Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.562Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.626 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7093aba0-231a-48d7-b812-bbcbc54e4f92 @rdf:rest rdf:nil; 7093aba0-231a-48d7-b812-bbcbc54e4f92 @rdf:first "C"; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:path http://www.sampledomain.org/sam#aStringProperty; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:pattern "^B"; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @sh:description "a Simple Single String Property"; e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 @rdf:type sh:Property; 21c2151c-a83c-4a6a-86fa-1746ea85a2ed @sh:path http://www.sampledomain.org/sam#integerProperty3; 21c2151c-a83c-4a6a-86fa-1746ea85a2ed @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 21c2151c-a83c-4a6a-86fa-1746ea85a2ed @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 21c2151c-a83c-4a6a-86fa-1746ea85a2ed @rdf:type sh:Property; b5811129-8749-4de1-9f61-17c09fac4350 @rdf:rest 7093aba0-231a-48d7-b812-bbcbc54e4f92; b5811129-8749-4de1-9f61-17c09fac4350 @rdf:first "B"; f2062b53-707c-4223-bdd6-707d7b44803b @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [7093aba0-231a-48d7-b812-bbcbc54e4f92, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7093aba0-231a-48d7-b812-bbcbc54e4f92, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#pattern, "^B"] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21c2151c-a83c-4a6a-86fa-1746ea85a2ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [21c2151c-a83c-4a6a-86fa-1746ea85a2ed, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [21c2151c-a83c-4a6a-86fa-1746ea85a2ed, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [21c2151c-a83c-4a6a-86fa-1746ea85a2ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b5811129-8749-4de1-9f61-17c09fac4350, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7093aba0-231a-48d7-b812-bbcbc54e4f92] [b5811129-8749-4de1-9f61-17c09fac4350, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f2062b53-707c-4223-bdd6-707d7b44803b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f2062b53-707c-4223-bdd6-707d7b44803b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f2062b53-707c-4223-bdd6-707d7b44803b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f2062b53-707c-4223-bdd6-707d7b44803b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7c5407f8-cf0c-4417-8377-a739d260ecd6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7c5407f8-cf0c-4417-8377-a739d260ecd6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7c5407f8-cf0c-4417-8377-a739d260ecd6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d69f50c2-f57f-4138-b2cd-0a5500224543, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d69f50c2-f57f-4138-b2cd-0a5500224543, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d69f50c2-f57f-4138-b2cd-0a5500224543, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d69f50c2-f57f-4138-b2cd-0a5500224543, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9d5d441d-9cd4-42ed-80e5-379c20564069, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [16a9daae-e8f0-432d-903c-d36c93a756a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b5811129-8749-4de1-9f61-17c09fac4350] [16a9daae-e8f0-432d-903c-d36c93a756a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b94f4cf3-7c40-4637-865c-a1088ec270d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b94f4cf3-7c40-4637-865c-a1088ec270d0, http://www.w3.org/ns/shacl#in, 16a9daae-e8f0-432d-903c-d36c93a756a0] [b94f4cf3-7c40-4637-865c-a1088ec270d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 21c2151c-a83c-4a6a-86fa-1746ea85a2ed] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7c5407f8-cf0c-4417-8377-a739d260ecd6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9d5d441d-9cd4-42ed-80e5-379c20564069] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b94f4cf3-7c40-4637-865c-a1088ec270d0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d69f50c2-f57f-4138-b2cd-0a5500224543] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2062b53-707c-4223-bdd6-707d7b44803b]>
17:40:36.626 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.627 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,_:7c5407f8-cf0c-4417-8377-a739d260ecd6,_:9d5d441d-9cd4-42ed-80e5-379c20564069,_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,_:d69f50c2-f57f-4138-b2cd-0a5500224543,_:b94f4cf3-7c40-4637-865c-a1088ec270d0,_:f2062b53-707c-4223-bdd6-707d7b44803b,_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed. Pending nodes: 
17:40:36.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6
17:40:36.629 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7c5407f8-cf0c-4417-8377-a739d260ecd6
17:40:36.630 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9d5d441d-9cd4-42ed-80e5-379c20564069
17:40:36.631 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f
17:40:36.632 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d69f50c2-f57f-4138-b2cd-0a5500224543
17:40:36.633 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b94f4cf3-7c40-4637-865c-a1088ec270d0
17:40:36.634 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2062b53-707c-4223-bdd6-707d7b44803b
17:40:36.634 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:21c2151c-a83c-4a6a-86fa-1746ea85a2ed
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:21c2151c-a83c-4a6a-86fa-1746ea85a2ed
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2062b53-707c-4223-bdd6-707d7b44803b
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b94f4cf3-7c40-4637-865c-a1088ec270d0
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d69f50c2-f57f-4138-b2cd-0a5500224543
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9d5d441d-9cd4-42ed-80e5-379c20564069
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7c5407f8-cf0c-4417-8377-a739d260ecd6
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:21c2151c-a83c-4a6a-86fa-1746ea85a2ed = 
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:21c2151c-a83c-4a6a-86fa-1746ea85a2ed = 
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:21c2151c-a83c-4a6a-86fa-1746ea85a2ed: 
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.635 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,_:7c5407f8-cf0c-4417-8377-a739d260ecd6,_:9d5d441d-9cd4-42ed-80e5-379c20564069,_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,_:d69f50c2-f57f-4138-b2cd-0a5500224543,_:b94f4cf3-7c40-4637-865c-a1088ec270d0,_:f2062b53-707c-4223-bdd6-707d7b44803b,_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c5407f8-cf0c-4417-8377-a739d260ecd6)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d5d441d-9cd4-42ed-80e5-379c20564069)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d69f50c2-f57f-4138-b2cd-0a5500224543)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b94f4cf3-7c40-4637-865c-a1088ec270d0)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2062b53-707c-4223-bdd6-707d7b44803b)
17:40:36.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)
17:40:36.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.638 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.638 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.639 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c5407f8-cf0c-4417-8377-a739d260ecd6=ShapeTyping(TypingMap(Map()))
17:40:36.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.640 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9d5d441d-9cd4-42ed-80e5-379c20564069],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9d5d441d-9cd4-42ed-80e5-379c20564069=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9d5d441d-9cd4-42ed-80e5-379c20564069,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.642 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.642 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.643 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.562Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d69f50c2-f57f-4138-b2cd-0a5500224543],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.643 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d69f50c2-f57f-4138-b2cd-0a5500224543=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d69f50c2-f57f-4138-b2cd-0a5500224543,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.644 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b94f4cf3-7c40-4637-865c-a1088ec270d0=ShapeTyping(TypingMap(Map()))
17:40:36.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.644 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2062b53-707c-4223-bdd6-707d7b44803b=ShapeTyping(TypingMap(Map()))
17:40:36.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.645 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5))))))))
17:40:36.645 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,_:7c5407f8-cf0c-4417-8377-a739d260ecd6,_:9d5d441d-9cd4-42ed-80e5-379c20564069,_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,_:d69f50c2-f57f-4138-b2cd-0a5500224543,_:b94f4cf3-7c40-4637-865c-a1088ec270d0,_:f2062b53-707c-4223-bdd6-707d7b44803b,_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:9d5d441d-9cd4-42ed-80e5-379c20564069,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5)))), PropertyShape(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d69f50c2-f57f-4138-b2cd-0a5500224543,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:9d5d441d-9cd4-42ed-80e5-379c20564069,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5)))), PropertyShape(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d69f50c2-f57f-4138-b2cd-0a5500224543,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:9d5d441d-9cd4-42ed-80e5-379c20564069,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6), ShapeRef(_:7c5407f8-cf0c-4417-8377-a739d260ecd6), ShapeRef(_:9d5d441d-9cd4-42ed-80e5-379c20564069), ShapeRef(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f), ShapeRef(_:d69f50c2-f57f-4138-b2cd-0a5500224543), ShapeRef(_:b94f4cf3-7c40-4637-865c-a1088ec270d0), ShapeRef(_:f2062b53-707c-4223-bdd6-707d7b44803b), ShapeRef(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21c2151c-a83c-4a6a-86fa-1746ea85a2ed,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(5 satisfies maxInclusive(15), 5 satisfies minInclusive(5)))), PropertyShape(_:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d69f50c2-f57f-4138-b2cd-0a5500224543,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2062b53-707c-4223-bdd6-707d7b44803b = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2062b53-707c-4223-bdd6-707d7b44803b = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2062b53-707c-4223-bdd6-707d7b44803b: 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b94f4cf3-7c40-4637-865c-a1088ec270d0 = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b94f4cf3-7c40-4637-865c-a1088ec270d0 = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b94f4cf3-7c40-4637-865c-a1088ec270d0: 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d69f50c2-f57f-4138-b2cd-0a5500224543 = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d69f50c2-f57f-4138-b2cd-0a5500224543 = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d69f50c2-f57f-4138-b2cd-0a5500224543: 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f = 
17:40:36.646 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a0ba1fa3-51d1-4ecd-9466-b8c0e81c919f: 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9d5d441d-9cd4-42ed-80e5-379c20564069 = 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9d5d441d-9cd4-42ed-80e5-379c20564069 = 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9d5d441d-9cd4-42ed-80e5-379c20564069: 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7c5407f8-cf0c-4417-8377-a739d260ecd6 = 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7c5407f8-cf0c-4417-8377-a739d260ecd6 = 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7c5407f8-cf0c-4417-8377-a739d260ecd6: 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 = 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6 = 
17:40:36.647 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e13d3b48-eac6-4e6d-bbf3-0277d48ca8f6: 
17:40:36.648 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.649 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  true
] .

17:40:36.649 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.649 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.649 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-11-09T17:40:36.65Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                4 .
17:40:36.659 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-09T17:40:36.65Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "4"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-09T17:40:36.65Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "4"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
17:40:36.660 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {70ffc9f1-c8f9-4e00-861d-39b5114ff604 @sh:path http://www.sampledomain.org/sam#integerProperty2; 70ffc9f1-c8f9-4e00-861d-39b5114ff604 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 70ffc9f1-c8f9-4e00-861d-39b5114ff604 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 70ffc9f1-c8f9-4e00-861d-39b5114ff604 @rdf:type sh:Property; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 8f26abd0-77f6-4462-9787-a9e5f6ff641f @rdf:type sh:Property; b3f2642b-c61d-4c40-8660-d64768971bd7 @sh:path http://www.sampledomain.org/sam#integerProperty3; b3f2642b-c61d-4c40-8660-d64768971bd7 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; b3f2642b-c61d-4c40-8660-d64768971bd7 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; b3f2642b-c61d-4c40-8660-d64768971bd7 @rdf:type sh:Property; f2a7512c-9364-48b8-a321-18ab93bf7dbd @sh:path http://www.sampledomain.org/sam#anotherStringProperty; f2a7512c-9364-48b8-a321-18ab93bf7dbd @sh:in 8b7749c5-c711-45c3-9f66-d99feb7b5faa...} |  [70ffc9f1-c8f9-4e00-861d-39b5114ff604, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [70ffc9f1-c8f9-4e00-861d-39b5114ff604, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [70ffc9f1-c8f9-4e00-861d-39b5114ff604, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [70ffc9f1-c8f9-4e00-861d-39b5114ff604, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8f26abd0-77f6-4462-9787-a9e5f6ff641f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b3f2642b-c61d-4c40-8660-d64768971bd7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b3f2642b-c61d-4c40-8660-d64768971bd7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b3f2642b-c61d-4c40-8660-d64768971bd7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b3f2642b-c61d-4c40-8660-d64768971bd7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2a7512c-9364-48b8-a321-18ab93bf7dbd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f2a7512c-9364-48b8-a321-18ab93bf7dbd, http://www.w3.org/ns/shacl#in, 8b7749c5-c711-45c3-9f66-d99feb7b5faa] [f2a7512c-9364-48b8-a321-18ab93bf7dbd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [61d6aecb-8617-4bde-9cbb-90b07fdaa849, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [61d6aecb-8617-4bde-9cbb-90b07fdaa849, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [61d6aecb-8617-4bde-9cbb-90b07fdaa849, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [93364f73-c5d9-4540-a758-85c05e7ba428, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [93364f73-c5d9-4540-a758-85c05e7ba428, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [93364f73-c5d9-4540-a758-85c05e7ba428, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [93364f73-c5d9-4540-a758-85c05e7ba428, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8b7749c5-c711-45c3-9f66-d99feb7b5faa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8bf2ec84-4387-439d-b03a-b5ad7c3b8e69] [8b7749c5-c711-45c3-9f66-d99feb7b5faa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#pattern, "^B"] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [d1054fd0-1107-4cbf-a53e-8e4844c0bed6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8bf2ec84-4387-439d-b03a-b5ad7c3b8e69, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ef591d83-3692-4eff-9ff2-6dbb4aaab0b2] [8bf2ec84-4387-439d-b03a-b5ad7c3b8e69, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [ef591d83-3692-4eff-9ff2-6dbb4aaab0b2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ef591d83-3692-4eff-9ff2-6dbb4aaab0b2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 61d6aecb-8617-4bde-9cbb-90b07fdaa849] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 93364f73-c5d9-4540-a758-85c05e7ba428] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8f26abd0-77f6-4462-9787-a9e5f6ff641f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 70ffc9f1-c8f9-4e00-861d-39b5114ff604] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2a7512c-9364-48b8-a321-18ab93bf7dbd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b3f2642b-c61d-4c40-8660-d64768971bd7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d1054fd0-1107-4cbf-a53e-8e4844c0bed6]>
17:40:36.660 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
17:40:36.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
17:40:36.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,_:f2a7512c-9364-48b8-a321-18ab93bf7dbd,_:b3f2642b-c61d-4c40-8660-d64768971bd7,_:61d6aecb-8617-4bde-9cbb-90b07fdaa849,_:70ffc9f1-c8f9-4e00-861d-39b5114ff604,_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,_:93364f73-c5d9-4540-a758-85c05e7ba428,_:8f26abd0-77f6-4462-9787-a9e5f6ff641f. Pending nodes: 
17:40:36.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6
17:40:36.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2a7512c-9364-48b8-a321-18ab93bf7dbd
17:40:36.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b3f2642b-c61d-4c40-8660-d64768971bd7
17:40:36.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:61d6aecb-8617-4bde-9cbb-90b07fdaa849
17:40:36.721 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:70ffc9f1-c8f9-4e00-861d-39b5114ff604
17:40:36.722 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3
17:40:36.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:93364f73-c5d9-4540-a758-85c05e7ba428
17:40:36.724 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8f26abd0-77f6-4462-9787-a9e5f6ff641f
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8f26abd0-77f6-4462-9787-a9e5f6ff641f
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:93364f73-c5d9-4540-a758-85c05e7ba428
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:70ffc9f1-c8f9-4e00-861d-39b5114ff604
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:61d6aecb-8617-4bde-9cbb-90b07fdaa849
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b3f2642b-c61d-4c40-8660-d64768971bd7
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2a7512c-9364-48b8-a321-18ab93bf7dbd
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,_:f2a7512c-9364-48b8-a321-18ab93bf7dbd,_:b3f2642b-c61d-4c40-8660-d64768971bd7,_:61d6aecb-8617-4bde-9cbb-90b07fdaa849,_:70ffc9f1-c8f9-4e00-861d-39b5114ff604,_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,_:93364f73-c5d9-4540-a758-85c05e7ba428,_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2a7512c-9364-48b8-a321-18ab93bf7dbd)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3f2642b-c61d-4c40-8660-d64768971bd7)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:61d6aecb-8617-4bde-9cbb-90b07fdaa849)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70ffc9f1-c8f9-4e00-861d-39b5114ff604)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3)
17:40:36.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:93364f73-c5d9-4540-a758-85c05e7ba428)
17:40:36.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)
17:40:36.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.727 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
17:40:36.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2a7512c-9364-48b8-a321-18ab93bf7dbd=ShapeTyping(TypingMap(Map()))
17:40:36.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.729 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3f2642b-c61d-4c40-8660-d64768971bd7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b3f2642b-c61d-4c40-8660-d64768971bd7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 4: LiteralValue("minInclusive violation. Expected 4 >= 5"))))))))
17:40:36.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.729 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:61d6aecb-8617-4bde-9cbb-90b07fdaa849=ShapeTyping(TypingMap(Map()))
17:40:36.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70ffc9f1-c8f9-4e00-861d-39b5114ff604=ShapeTyping(TypingMap(Map()))
17:40:36.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.731 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
17:40:36.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.732 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-09T17:40:36.65Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:93364f73-c5d9-4540-a758-85c05e7ba428],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
17:40:36.732 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:93364f73-c5d9-4540-a758-85c05e7ba428=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:93364f73-c5d9-4540-a758-85c05e7ba428,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8f26abd0-77f6-4462-9787-a9e5f6ff641f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
17:40:36.734 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8f26abd0-77f6-4462-9787-a9e5f6ff641f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
17:40:36.734 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,_:f2a7512c-9364-48b8-a321-18ab93bf7dbd,_:b3f2642b-c61d-4c40-8660-d64768971bd7,_:61d6aecb-8617-4bde-9cbb-90b07fdaa849,_:70ffc9f1-c8f9-4e00-861d-39b5114ff604,_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,_:93364f73-c5d9-4540-a758-85c05e7ba428,_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:93364f73-c5d9-4540-a758-85c05e7ba428,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b3f2642b-c61d-4c40-8660-d64768971bd7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 4: LiteralValue("minInclusive violation. Expected 4 >= 5")))), PropertyShape(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.734 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:93364f73-c5d9-4540-a758-85c05e7ba428,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b3f2642b-c61d-4c40-8660-d64768971bd7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 4: LiteralValue("minInclusive violation. Expected 4 >= 5")))), PropertyShape(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d1054fd0-1107-4cbf-a53e-8e4844c0bed6), ShapeRef(_:f2a7512c-9364-48b8-a321-18ab93bf7dbd), ShapeRef(_:b3f2642b-c61d-4c40-8660-d64768971bd7), ShapeRef(_:61d6aecb-8617-4bde-9cbb-90b07fdaa849), ShapeRef(_:70ffc9f1-c8f9-4e00-861d-39b5114ff604), ShapeRef(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3), ShapeRef(_:93364f73-c5d9-4540-a758-85c05e7ba428), ShapeRef(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:93364f73-c5d9-4540-a758-85c05e7ba428,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:b3f2642b-c61d-4c40-8660-d64768971bd7,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 4: LiteralValue("minInclusive violation. Expected 4 >= 5")))), PropertyShape(_:8f26abd0-77f6-4462-9787-a9e5f6ff641f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>))), PropertyShape(_:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8f26abd0-77f6-4462-9787-a9e5f6ff641f = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8f26abd0-77f6-4462-9787-a9e5f6ff641f = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8f26abd0-77f6-4462-9787-a9e5f6ff641f: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:93364f73-c5d9-4540-a758-85c05e7ba428 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:93364f73-c5d9-4540-a758-85c05e7ba428 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:93364f73-c5d9-4540-a758-85c05e7ba428: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d98b1962-69d1-4715-9ca0-ebcb3c9b3ce3: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:70ffc9f1-c8f9-4e00-861d-39b5114ff604 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:70ffc9f1-c8f9-4e00-861d-39b5114ff604 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:70ffc9f1-c8f9-4e00-861d-39b5114ff604: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:61d6aecb-8617-4bde-9cbb-90b07fdaa849 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:61d6aecb-8617-4bde-9cbb-90b07fdaa849 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:61d6aecb-8617-4bde-9cbb-90b07fdaa849: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b3f2642b-c61d-4c40-8660-d64768971bd7 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b3f2642b-c61d-4c40-8660-d64768971bd7 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b3f2642b-c61d-4c40-8660-d64768971bd7: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2a7512c-9364-48b8-a321-18ab93bf7dbd = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2a7512c-9364-48b8-a321-18ab93bf7dbd = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2a7512c-9364-48b8-a321-18ab93bf7dbd: 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6 = 
17:40:36.735 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d1054fd0-1107-4cbf-a53e-8e4844c0bed6: 
17:40:36.737 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  4 ;
                 sh:message                    "minInclusive violation. Expected 4 >= 5" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty3> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinInclusiveConstraintComponent
               ]
] .

17:40:36.739 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  4 ;
                 sh:message                    "minInclusive violation. Expected 4 >= 5" ;
                 sh:resultPath                 <http://www.sampledomain.org/sam#integerProperty3> ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:MinInclusiveConstraintComponent
               ]
] .

17:40:36.739 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > package org.eclipse.lyo.shacl already scanned
17:40:36.739 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.739 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationReport for resource null
17:40:36.740 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - > resolving class for resource null
17:40:36.740 [main] DEBUG org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackages - < Mapped class org.eclipse.lyo.shacl.ValidationResult for resource null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec

Results :

Tests run: 24, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ lyo-validation ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/help-doc.html...
23 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:44: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:45: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:46: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.net.URISyntaxException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.text.ParseException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.lang.IllegalAccessException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:74: warning: no description for @throws
[WARNING] * @throws URISyntaxException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:75: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:76: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:77: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:78: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:96: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:97: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:98: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.lang.IllegalAccessException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.net.URISyntaxException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.text.ParseException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] -------------------< org.eclipse.lyo:lyo-validation >-------------------
[INFO] Building lyo-validation 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.2.0:aggregate (default-cli) > compile @ lyo-validation >>>
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.2.0:aggregate (default-cli) < compile @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:aggregate (default-cli) @ lyo-validation ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/help-doc.html...
23 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:44: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:45: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:46: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.net.URISyntaxException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.text.ParseException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.lang.IllegalAccessException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:74: warning: no description for @throws
[WARNING] * @throws URISyntaxException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:75: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:76: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:77: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:78: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:96: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:97: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:98: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.lang.IllegalAccessException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.net.URISyntaxException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.text.ParseException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:55 min
[INFO] Finished at: 2020-11-09T17:40:42Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B deploy -DskipTests
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< org.eclipse.lyo:lyo-validation >-------------------
[INFO] Building lyo-validation 4.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] 
[INFO] >>> maven-source-plugin:3.2.0:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:3.2.0:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.0:jar (attach-sources) @ lyo-validation ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ lyo-validation ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/help-doc.html...
23 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:44: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:45: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:46: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.net.URISyntaxException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.text.ParseException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.lang.IllegalAccessException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:50: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[WARNING] ValidationReport validate(AbstractResource resource)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:74: warning: no description for @throws
[WARNING] * @throws URISyntaxException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:75: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:76: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:77: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:78: warning: no description for @throws
[WARNING] * @throws IllegalArgumentException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:96: warning: no description for @throws
[WARNING] * @throws NoSuchMethodException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:97: warning: no description for @throws
[WARNING] * @throws SecurityException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:98: warning: no description for @throws
[WARNING] * @throws InstantiationException
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.lang.IllegalAccessException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.lang.reflect.InvocationTargetException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for javax.xml.datatype.DatatypeConfigurationException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.net.URISyntaxException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:100: warning: no @throws for java.text.ParseException
[WARNING] ValidationReport validate(Model dataModel, Class<? extends AbstractResource> clazz)
[WARNING] ^
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lyo-validation ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-validation/4.0.0-SNAPSHOT/lyo-validation-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-validation/4.0.0-SNAPSHOT/lyo-validation-4.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-validation/4.0.0-SNAPSHOT/lyo-validation-4.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-validation/4.0.0-SNAPSHOT/lyo-validation-4.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ lyo-validation ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.221 s
[INFO] Finished at: 2020-11-09T17:40:47Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /bin/sh -xe /tmp/jenkins6091617974924098917.sh
+ DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/validation
+ /opt/tools/apache-maven/latest/bin/mvn -q '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
+ VERSION=4.0.0-SNAPSHOT
+ ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/validation/4.0.0-SNAPSHOT
+ ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/validation/latest
+ scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/validation/4.0.0-SNAPSHOT
+ scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/validation/latest
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 91 killed;
[ssh-agent] Stopped.
Finished: SUCCESS