Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-3hch9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-3hch9"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-3hch9"
    - 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-3hch9"
    - 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-3hch9 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-GspiI18WtT1Z/agent.61
SSH_AGENT_PID=63
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_3753949785183784165.key (/home/jenkins/agent/workspace/lyo-validation-master@tmp/private_key_3753949785183784165.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 d6edb84e42101674b8c5867344ad1fc8fbe3b921 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d6edb84e42101674b8c5867344ad1fc8fbe3b921 # timeout=10
Commit message: "Release Lyo 4.0.0.M2 (#28)"
 > git rev-list --no-walk da6d2b435dcf85842f09aa0f9f283ee9ac1fa9af # timeout=10
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B clean package javadoc:aggregate
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 4.0.0.M2
[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]
21:29:52.127 [main] DEBUG Jena - Jena initialization
21:29:52.224 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
21:29:52.225 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
21:29:52.226 [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
21:29:52.226 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
21:29:52.227 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
21:29:52.227 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
21:29:52.230 [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
21:29:52.384 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
21:29:52.398 [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-07T21:29:52Z"^^<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 .
21:29:52.553 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:52Z"^^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#integerProperty2, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:52Z"^^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   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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:52.559 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {baa1e9ca-6698-4938-9e63-22fdc8eb9c27 @sh:path http://www.sampledomain.org/sam#integerProperty3; baa1e9ca-6698-4938-9e63-22fdc8eb9c27 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; baa1e9ca-6698-4938-9e63-22fdc8eb9c27 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; baa1e9ca-6698-4938-9e63-22fdc8eb9c27 @rdf:type sh:Property; 89da2b7b-ad01-4c84-b2ac-848c8b061ba6 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 89da2b7b-ad01-4c84-b2ac-848c8b061ba6 @sh:class http://www.sampledomain.org/sam#AnotherResource; 89da2b7b-ad01-4c84-b2ac-848c8b061ba6 @rdf:type sh:Property; 293d907c-280a-44eb-89eb-bf20209c4a5d @sh:path http://www.sampledomain.org/sam#integerProperty2; 293d907c-280a-44eb-89eb-bf20209c4a5d @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 293d907c-280a-44eb-89eb-bf20209c4a5d @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 293d907c-280a-44eb-89eb-bf20209c4a5d @rdf:type sh:Property; f2dddc7b-eea3-4a31-a042-f0ba0801b922 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; f2dddc7b-eea3-4a31-a042-f0ba0801b922 @sh:in 38a6b8e7-1c60-40fa-91b6-f4507ed2cdcb; f2dddc7b-eea3-4a31-a042-f0ba0801b922 @rdf:type sh:Property; 32fd1f5e-5e2b-42a9-a511-1c1215185109 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 32fd1f5e-5e2b-42a9-a511-1c1215185109 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 32fd1f5e-5e2b-42a9-a511-1c1215185109 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [baa1e9ca-6698-4938-9e63-22fdc8eb9c27, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [baa1e9ca-6698-4938-9e63-22fdc8eb9c27, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [baa1e9ca-6698-4938-9e63-22fdc8eb9c27, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [baa1e9ca-6698-4938-9e63-22fdc8eb9c27, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [89da2b7b-ad01-4c84-b2ac-848c8b061ba6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [89da2b7b-ad01-4c84-b2ac-848c8b061ba6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [89da2b7b-ad01-4c84-b2ac-848c8b061ba6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [293d907c-280a-44eb-89eb-bf20209c4a5d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [293d907c-280a-44eb-89eb-bf20209c4a5d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [293d907c-280a-44eb-89eb-bf20209c4a5d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [293d907c-280a-44eb-89eb-bf20209c4a5d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2dddc7b-eea3-4a31-a042-f0ba0801b922, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f2dddc7b-eea3-4a31-a042-f0ba0801b922, http://www.w3.org/ns/shacl#in, 38a6b8e7-1c60-40fa-91b6-f4507ed2cdcb] [f2dddc7b-eea3-4a31-a042-f0ba0801b922, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [32fd1f5e-5e2b-42a9-a511-1c1215185109, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#pattern, "^B"] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [d3e479ab-c8ee-4877-ba09-8abc44e16d86, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38a6b8e7-1c60-40fa-91b6-f4507ed2cdcb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5e837fe6-1f14-44d9-b6f7-0095051c54a5] [38a6b8e7-1c60-40fa-91b6-f4507ed2cdcb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5e837fe6-1f14-44d9-b6f7-0095051c54a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9f9f683e-974a-4c76-b2dd-7ff7f7a33386] [5e837fe6-1f14-44d9-b6f7-0095051c54a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [59f71a23-ca9d-4464-a7fe-86a112afc415, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9f9f683e-974a-4c76-b2dd-7ff7f7a33386, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [9f9f683e-974a-4c76-b2dd-7ff7f7a33386, 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, 32fd1f5e-5e2b-42a9-a511-1c1215185109] [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, d3e479ab-c8ee-4877-ba09-8abc44e16d86] [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, f2dddc7b-eea3-4a31-a042-f0ba0801b922] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 89da2b7b-ad01-4c84-b2ac-848c8b061ba6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 59f71a23-ca9d-4464-a7fe-86a112afc415] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5c96ddcd-3c84-42dc-8fc5-4dc0725a764b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 293d907c-280a-44eb-89eb-bf20209c4a5d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, baa1e9ca-6698-4938-9e63-22fdc8eb9c27] [5c96ddcd-3c84-42dc-8fc5-4dc0725a764b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5c96ddcd-3c84-42dc-8fc5-4dc0725a764b, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5c96ddcd-3c84-42dc-8fc5-4dc0725a764b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5c96ddcd-3c84-42dc-8fc5-4dc0725a764b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:52.875 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:53.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:53.039 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:59f71a23-ca9d-4464-a7fe-86a112afc415,_:f2dddc7b-eea3-4a31-a042-f0ba0801b922,_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6,_:293d907c-280a-44eb-89eb-bf20209c4a5d,_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27,_:32fd1f5e-5e2b-42a9-a511-1c1215185109,_:d3e479ab-c8ee-4877-ba09-8abc44e16d86. Pending nodes: 
21:29:53.043 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:59f71a23-ca9d-4464-a7fe-86a112afc415
21:29:53.055 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2dddc7b-eea3-4a31-a042-f0ba0801b922
21:29:53.058 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89da2b7b-ad01-4c84-b2ac-848c8b061ba6
21:29:53.062 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:293d907c-280a-44eb-89eb-bf20209c4a5d
21:29:53.066 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b
21:29:53.069 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:baa1e9ca-6698-4938-9e63-22fdc8eb9c27
21:29:53.073 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:32fd1f5e-5e2b-42a9-a511-1c1215185109
21:29:53.077 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d3e479ab-c8ee-4877-ba09-8abc44e16d86
21:29:53.097 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d3e479ab-c8ee-4877-ba09-8abc44e16d86
21:29:53.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:32fd1f5e-5e2b-42a9-a511-1c1215185109
21:29:53.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:53.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:baa1e9ca-6698-4938-9e63-22fdc8eb9c27
21:29:53.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b
21:29:53.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:293d907c-280a-44eb-89eb-bf20209c4a5d
21:29:53.131 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89da2b7b-ad01-4c84-b2ac-848c8b061ba6
21:29:53.131 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2dddc7b-eea3-4a31-a042-f0ba0801b922
21:29:53.131 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:59f71a23-ca9d-4464-a7fe-86a112afc415
21:29:53.148 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d3e479ab-c8ee-4877-ba09-8abc44e16d86 = 
21:29:53.153 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d3e479ab-c8ee-4877-ba09-8abc44e16d86 = 
21:29:53.155 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d3e479ab-c8ee-4877-ba09-8abc44e16d86: 
21:29:53.165 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:32fd1f5e-5e2b-42a9-a511-1c1215185109 = 
21:29:53.166 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:32fd1f5e-5e2b-42a9-a511-1c1215185109 = 
21:29:53.166 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:32fd1f5e-5e2b-42a9-a511-1c1215185109: 
21:29:53.167 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:53.168 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:53.173 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:53.174 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:53.175 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:53.183 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:59f71a23-ca9d-4464-a7fe-86a112afc415,_:f2dddc7b-eea3-4a31-a042-f0ba0801b922,_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6,_:293d907c-280a-44eb-89eb-bf20209c4a5d,_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27,_:32fd1f5e-5e2b-42a9-a511-1c1215185109,_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)
21:29:53.186 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59f71a23-ca9d-4464-a7fe-86a112afc415)
21:29:53.189 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2dddc7b-eea3-4a31-a042-f0ba0801b922)
21:29:53.189 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6)
21:29:53.189 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:293d907c-280a-44eb-89eb-bf20209c4a5d)
21:29:53.189 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b)
21:29:53.190 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27)
21:29:53.190 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32fd1f5e-5e2b-42a9-a511-1c1215185109)
21:29:53.190 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)
21:29:53.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.304 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.313 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:59f71a23-ca9d-4464-a7fe-86a112afc415],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:53.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.321 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59f71a23-ca9d-4464-a7fe-86a112afc415=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(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:59f71a23-ca9d-4464-a7fe-86a112afc415,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>)))))))
21:29:53.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.323 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2dddc7b-eea3-4a31-a042-f0ba0801b922=ShapeTyping(TypingMap(Map()))
21:29:53.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.324 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6=ShapeTyping(TypingMap(Map()))
21:29:53.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.336 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:293d907c-280a-44eb-89eb-bf20209c4a5d=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(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:293d907c-280a-44eb-89eb-bf20209c4a5d,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))))))))
21:29:53.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.338 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:52Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:53.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b=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(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,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>)))))))
21:29:53.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.342 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.343 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.343 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.344 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27=ShapeTyping(TypingMap(Map()))
21:29:53.344 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.344 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.346 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.346 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.347 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.347 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.348 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.348 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.387 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:32fd1f5e-5e2b-42a9-a511-1c1215185109],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:53.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.391 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32fd1f5e-5e2b-42a9-a511-1c1215185109=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(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32fd1f5e-5e2b-42a9-a511-1c1215185109,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>)))))))
21:29:53.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.481 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.483 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d3e479ab-c8ee-4877-ba09-8abc44e16d86],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:53.484 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3e479ab-c8ee-4877-ba09-8abc44e16d86=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(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86,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>)))))))
21:29:53.493 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:59f71a23-ca9d-4464-a7fe-86a112afc415,_:f2dddc7b-eea3-4a31-a042-f0ba0801b922,_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6,_:293d907c-280a-44eb-89eb-bf20209c4a5d,_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27,_:32fd1f5e-5e2b-42a9-a511-1c1215185109,_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:59f71a23-ca9d-4464-a7fe-86a112afc415,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(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,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(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86,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(_:32fd1f5e-5e2b-42a9-a511-1c1215185109,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(_:293d907c-280a-44eb-89eb-bf20209c4a5d,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List()))))))
21:29:53.498 [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(_:59f71a23-ca9d-4464-a7fe-86a112afc415,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(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,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(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86,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(_:32fd1f5e-5e2b-42a9-a511-1c1215185109,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(_:293d907c-280a-44eb-89eb-bf20209c4a5d,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List()))))))
21:29:53.499 [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(_:59f71a23-ca9d-4464-a7fe-86a112afc415,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(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b,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(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86,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(_:32fd1f5e-5e2b-42a9-a511-1c1215185109,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(_:293d907c-280a-44eb-89eb-bf20209c4a5d,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:59f71a23-ca9d-4464-a7fe-86a112afc415), ShapeRef(_:f2dddc7b-eea3-4a31-a042-f0ba0801b922), ShapeRef(_:89da2b7b-ad01-4c84-b2ac-848c8b061ba6), ShapeRef(_:293d907c-280a-44eb-89eb-bf20209c4a5d), ShapeRef(_:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b), ShapeRef(_:baa1e9ca-6698-4938-9e63-22fdc8eb9c27), ShapeRef(_:32fd1f5e-5e2b-42a9-a511-1c1215185109), ShapeRef(_:d3e479ab-c8ee-4877-ba09-8abc44e16d86)),false,List()) -> TypingResult(Valid(List()))))))
21:29:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:baa1e9ca-6698-4938-9e63-22fdc8eb9c27 = 
21:29:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:baa1e9ca-6698-4938-9e63-22fdc8eb9c27 = 
21:29:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:baa1e9ca-6698-4938-9e63-22fdc8eb9c27: 
21:29:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b = 
21:29:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b = 
21:29:53.500 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5c96ddcd-3c84-42dc-8fc5-4dc0725a764b: 
21:29:53.501 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:293d907c-280a-44eb-89eb-bf20209c4a5d = 
21:29:53.501 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:293d907c-280a-44eb-89eb-bf20209c4a5d = 
21:29:53.501 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:293d907c-280a-44eb-89eb-bf20209c4a5d: 
21:29:53.501 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89da2b7b-ad01-4c84-b2ac-848c8b061ba6 = 
21:29:53.501 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89da2b7b-ad01-4c84-b2ac-848c8b061ba6 = 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89da2b7b-ad01-4c84-b2ac-848c8b061ba6: 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2dddc7b-eea3-4a31-a042-f0ba0801b922 = 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2dddc7b-eea3-4a31-a042-f0ba0801b922 = 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2dddc7b-eea3-4a31-a042-f0ba0801b922: 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:59f71a23-ca9d-4464-a7fe-86a112afc415 = 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:59f71a23-ca9d-4464-a7fe-86a112afc415 = 
21:29:53.502 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:59f71a23-ca9d-4464-a7fe-86a112afc415: 
21:29:53.542 [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
] .

21:29:53.596 [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
] .

@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-07T21:29:53.6Z"^^<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 .
21:29:53.612 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:53.6Z"^^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#integerProperty2, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:53.6Z"^^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: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: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: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> .
21:29:53.614 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {36f36cf4-5904-4ac0-a1cc-b20a92af017d @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 36f36cf4-5904-4ac0-a1cc-b20a92af017d @sh:in 9d9d7834-7028-48b1-b445-7d08eef610d7; 36f36cf4-5904-4ac0-a1cc-b20a92af017d @rdf:type sh:Property; a827a254-f6ff-4eaa-a4b8-29574fc763be @sh:path http://www.sampledomain.org/sam#integerProperty2; a827a254-f6ff-4eaa-a4b8-29574fc763be @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a827a254-f6ff-4eaa-a4b8-29574fc763be @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a827a254-f6ff-4eaa-a4b8-29574fc763be @rdf:type sh:Property; 9d9d7834-7028-48b1-b445-7d08eef610d7 @rdf:rest fa3bcd00-09ea-43f4-84cc-e3657fe03d69; 9d9d7834-7028-48b1-b445-7d08eef610d7 @rdf:first "A"; 5557a01c-add4-4153-be49-70420b4a019a @sh:path http://www.sampledomain.org/sam#integerProperty3; 5557a01c-add4-4153-be49-70420b4a019a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 5557a01c-add4-4153-be49-70420b4a019a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 5557a01c-add4-4153-be49-70420b4a019a @rdf:type sh:Property; 72635fde-604a-4a4b-899d-e8d85e190187 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 72635fde-604a-4a4b-899d-e8d85e190187 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 72635fde-604a-4a4b-899d-e8d85e190187 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 72635fde-604a-4a4b-899d-e8d85e190187 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [36f36cf4-5904-4ac0-a1cc-b20a92af017d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [36f36cf4-5904-4ac0-a1cc-b20a92af017d, http://www.w3.org/ns/shacl#in, 9d9d7834-7028-48b1-b445-7d08eef610d7] [36f36cf4-5904-4ac0-a1cc-b20a92af017d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a827a254-f6ff-4eaa-a4b8-29574fc763be, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a827a254-f6ff-4eaa-a4b8-29574fc763be, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a827a254-f6ff-4eaa-a4b8-29574fc763be, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a827a254-f6ff-4eaa-a4b8-29574fc763be, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9d9d7834-7028-48b1-b445-7d08eef610d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fa3bcd00-09ea-43f4-84cc-e3657fe03d69] [9d9d7834-7028-48b1-b445-7d08eef610d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5557a01c-add4-4153-be49-70420b4a019a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5557a01c-add4-4153-be49-70420b4a019a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5557a01c-add4-4153-be49-70420b4a019a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5557a01c-add4-4153-be49-70420b4a019a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [72635fde-604a-4a4b-899d-e8d85e190187, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8d78c22b-a0fe-4368-b61c-c08a62553bf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8d78c22b-a0fe-4368-b61c-c08a62553bf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#pattern, "^B"] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc5b1600-93c3-48d3-b69f-4218fe9c8208, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [fc5b1600-93c3-48d3-b69f-4218fe9c8208, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fc5b1600-93c3-48d3-b69f-4218fe9c8208, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fc5b1600-93c3-48d3-b69f-4218fe9c8208, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fa3bcd00-09ea-43f4-84cc-e3657fe03d69, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8d78c22b-a0fe-4368-b61c-c08a62553bf1] [fa3bcd00-09ea-43f4-84cc-e3657fe03d69, 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, a827a254-f6ff-4eaa-a4b8-29574fc763be] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc] [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, 5557a01c-add4-4153-be49-70420b4a019a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc5b1600-93c3-48d3-b69f-4218fe9c8208] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 72635fde-604a-4a4b-899d-e8d85e190187] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 36f36cf4-5904-4ac0-a1cc-b20a92af017d]>
21:29:53.616 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:53.618 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:53.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,_:72635fde-604a-4a4b-899d-e8d85e190187,_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9,_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,_:a827a254-f6ff-4eaa-a4b8-29574fc763be,_:5557a01c-add4-4153-be49-70420b4a019a,_:36f36cf4-5904-4ac0-a1cc-b20a92af017d,_:fc5b1600-93c3-48d3-b69f-4218fe9c8208. Pending nodes: 
21:29:53.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4
21:29:53.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:72635fde-604a-4a4b-899d-e8d85e190187
21:29:53.626 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9
21:29:53.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc
21:29:53.630 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a827a254-f6ff-4eaa-a4b8-29574fc763be
21:29:53.632 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5557a01c-add4-4153-be49-70420b4a019a
21:29:53.633 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36f36cf4-5904-4ac0-a1cc-b20a92af017d
21:29:53.634 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc5b1600-93c3-48d3-b69f-4218fe9c8208
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc5b1600-93c3-48d3-b69f-4218fe9c8208
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36f36cf4-5904-4ac0-a1cc-b20a92af017d
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5557a01c-add4-4153-be49-70420b4a019a
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a827a254-f6ff-4eaa-a4b8-29574fc763be
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:72635fde-604a-4a4b-899d-e8d85e190187
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4
21:29:53.636 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc5b1600-93c3-48d3-b69f-4218fe9c8208 = 
21:29:53.637 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc5b1600-93c3-48d3-b69f-4218fe9c8208 = 
21:29:53.637 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc5b1600-93c3-48d3-b69f-4218fe9c8208: 
21:29:53.637 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36f36cf4-5904-4ac0-a1cc-b20a92af017d = 
21:29:53.637 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36f36cf4-5904-4ac0-a1cc-b20a92af017d = 
21:29:53.637 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36f36cf4-5904-4ac0-a1cc-b20a92af017d: 
21:29:53.637 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5557a01c-add4-4153-be49-70420b4a019a = 
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5557a01c-add4-4153-be49-70420b4a019a = 
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5557a01c-add4-4153-be49-70420b4a019a: 
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:53.638 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,_:72635fde-604a-4a4b-899d-e8d85e190187,_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9,_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,_:a827a254-f6ff-4eaa-a4b8-29574fc763be,_:5557a01c-add4-4153-be49-70420b4a019a,_:36f36cf4-5904-4ac0-a1cc-b20a92af017d,_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72635fde-604a-4a4b-899d-e8d85e190187)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a827a254-f6ff-4eaa-a4b8-29574fc763be)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5557a01c-add4-4153-be49-70420b4a019a)
21:29:53.639 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36f36cf4-5904-4ac0-a1cc-b20a92af017d)
21:29:53.640 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)
21:29:53.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.643 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:53.644 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4=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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,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>)))))))
21:29:53.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.644 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.687 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:72635fde-604a-4a4b-899d-e8d85e190187],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:53.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.688 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:72635fde-604a-4a4b-899d-e8d85e190187=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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:72635fde-604a-4a4b-899d-e8d85e190187,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>)))))))
21:29:53.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.689 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9=ShapeTyping(TypingMap(Map()))
21:29:53.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.692 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:53.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.696 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc=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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,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>)))))))
21:29:53.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.714 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a827a254-f6ff-4eaa-a4b8-29574fc763be=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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a827a254-f6ff-4eaa-a4b8-29574fc763be,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"))))))))
21:29:53.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.716 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5557a01c-add4-4153-be49-70420b4a019a=ShapeTyping(TypingMap(Map()))
21:29:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.716 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36f36cf4-5904-4ac0-a1cc-b20a92af017d=ShapeTyping(TypingMap(Map()))
21:29:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.718 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:53.6Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fc5b1600-93c3-48d3-b69f-4218fe9c8208],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:53.718 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc5b1600-93c3-48d3-b69f-4218fe9c8208=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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208,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>)))))))
21:29:53.719 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,_:72635fde-604a-4a4b-899d-e8d85e190187,_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9,_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,_:a827a254-f6ff-4eaa-a4b8-29574fc763be,_:5557a01c-add4-4153-be49-70420b4a019a,_:36f36cf4-5904-4ac0-a1cc-b20a92af017d,_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,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(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208,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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a827a254-f6ff-4eaa-a4b8-29574fc763be,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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,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(_:72635fde-604a-4a4b-899d-e8d85e190187,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>)))))))
21:29:53.720 [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(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,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(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208,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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a827a254-f6ff-4eaa-a4b8-29574fc763be,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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,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(_:72635fde-604a-4a4b-899d-e8d85e190187,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>)))))))
21:29:53.720 [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(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc,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(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208,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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4), ShapeRef(_:72635fde-604a-4a4b-899d-e8d85e190187), ShapeRef(_:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9), ShapeRef(_:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc), ShapeRef(_:a827a254-f6ff-4eaa-a4b8-29574fc763be), ShapeRef(_:5557a01c-add4-4153-be49-70420b4a019a), ShapeRef(_:36f36cf4-5904-4ac0-a1cc-b20a92af017d), ShapeRef(_:fc5b1600-93c3-48d3-b69f-4218fe9c8208)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a827a254-f6ff-4eaa-a4b8-29574fc763be,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(_:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4,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(_:72635fde-604a-4a4b-899d-e8d85e190187,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>)))))))
21:29:53.720 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a827a254-f6ff-4eaa-a4b8-29574fc763be = 
21:29:53.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a827a254-f6ff-4eaa-a4b8-29574fc763be = 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a827a254-f6ff-4eaa-a4b8-29574fc763be: 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc = 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc = 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1c5f0ba-aae9-433c-8c4a-7214e9fe16fc: 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9 = 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9 = 
21:29:53.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cee10fe8-45f3-4656-8ff0-a0ddc54b6ae9: 
21:29:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:72635fde-604a-4a4b-899d-e8d85e190187 = 
21:29:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:72635fde-604a-4a4b-899d-e8d85e190187 = 
21:29:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:72635fde-604a-4a4b-899d-e8d85e190187: 
21:29:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4 = 
21:29:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4 = 
21:29:53.722 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b50217f2-ce15-4a2e-b9ed-5bcc9257b1d4: 
21:29:53.791 [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
               ]
] .

21:29:53.795 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.872 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-07T21:29:53.798Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:53.808 [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-07T21:29:53.798Z"^^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-07T21:29:53.798Z"^^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: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: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: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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:53.810 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {650f85ec-af82-4019-a989-b7401f05f518 @rdf:rest rdf:nil; 650f85ec-af82-4019-a989-b7401f05f518 @rdf:first "C"; 04b723ac-4410-4144-9816-c83b7e9afc06 @rdf:rest 39e8b5bb-d61f-4960-b308-6ddd11ec6314; 04b723ac-4410-4144-9816-c83b7e9afc06 @rdf:first "A"; 332f69d5-4730-45d0-8d6b-1c964beec12d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 332f69d5-4730-45d0-8d6b-1c964beec12d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 332f69d5-4730-45d0-8d6b-1c964beec12d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 332f69d5-4730-45d0-8d6b-1c964beec12d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 332f69d5-4730-45d0-8d6b-1c964beec12d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 332f69d5-4730-45d0-8d6b-1c964beec12d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 332f69d5-4730-45d0-8d6b-1c964beec12d @rdf:type sh:Property; 1790a023-a734-437e-8381-bb7ea854e474 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 1790a023-a734-437e-8381-bb7ea854e474 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1790a023-a734-437e-8381-bb7ea854e474 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1790a023-a734-437e-8381-bb7ea854e474 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1790a023-a734-437e-8381-bb7ea854e474 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1790a023-a734-437e-8381-bb7ea854e474 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [650f85ec-af82-4019-a989-b7401f05f518, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [650f85ec-af82-4019-a989-b7401f05f518, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [04b723ac-4410-4144-9816-c83b7e9afc06, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 39e8b5bb-d61f-4960-b308-6ddd11ec6314] [04b723ac-4410-4144-9816-c83b7e9afc06, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [332f69d5-4730-45d0-8d6b-1c964beec12d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1790a023-a734-437e-8381-bb7ea854e474, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [88549fa9-1efc-4091-aff3-43c022dce26b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [88549fa9-1efc-4091-aff3-43c022dce26b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [88549fa9-1efc-4091-aff3-43c022dce26b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0301d750-63f0-4ee7-9696-6df2695da17a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0301d750-63f0-4ee7-9696-6df2695da17a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0301d750-63f0-4ee7-9696-6df2695da17a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0301d750-63f0-4ee7-9696-6df2695da17a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5d59e0b4-923f-43f4-9587-efa32b913358, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5d59e0b4-923f-43f4-9587-efa32b913358, http://www.w3.org/ns/shacl#in, 04b723ac-4410-4144-9816-c83b7e9afc06] [5d59e0b4-923f-43f4-9587-efa32b913358, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bba11e54-e61f-4d7a-8e75-0606ae2bd41d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [bba11e54-e61f-4d7a-8e75-0606ae2bd41d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bba11e54-e61f-4d7a-8e75-0606ae2bd41d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bba11e54-e61f-4d7a-8e75-0606ae2bd41d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [39e8b5bb-d61f-4960-b308-6ddd11ec6314, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 650f85ec-af82-4019-a989-b7401f05f518] [39e8b5bb-d61f-4960-b308-6ddd11ec6314, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#pattern, "^B"] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b62b3aa5-7e0f-44eb-9bbf-cb74421af00b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3c66a121-a5fe-4ea1-a5b6-9c69aab2275e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3c66a121-a5fe-4ea1-a5b6-9c69aab2275e, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3c66a121-a5fe-4ea1-a5b6-9c69aab2275e, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3c66a121-a5fe-4ea1-a5b6-9c69aab2275e, 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, b62b3aa5-7e0f-44eb-9bbf-cb74421af00b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bba11e54-e61f-4d7a-8e75-0606ae2bd41d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3c66a121-a5fe-4ea1-a5b6-9c69aab2275e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 332f69d5-4730-45d0-8d6b-1c964beec12d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1790a023-a734-437e-8381-bb7ea854e474] [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, 0301d750-63f0-4ee7-9696-6df2695da17a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 88549fa9-1efc-4091-aff3-43c022dce26b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5d59e0b4-923f-43f4-9587-efa32b913358]>
21:29:53.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:53.813 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:53.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5d59e0b4-923f-43f4-9587-efa32b913358,_:88549fa9-1efc-4091-aff3-43c022dce26b,_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e,_:0301d750-63f0-4ee7-9696-6df2695da17a,_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d,_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,_:1790a023-a734-437e-8381-bb7ea854e474,_:332f69d5-4730-45d0-8d6b-1c964beec12d. Pending nodes: 
21:29:53.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5d59e0b4-923f-43f4-9587-efa32b913358
21:29:53.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:88549fa9-1efc-4091-aff3-43c022dce26b
21:29:53.818 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e
21:29:53.819 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0301d750-63f0-4ee7-9696-6df2695da17a
21:29:53.820 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bba11e54-e61f-4d7a-8e75-0606ae2bd41d
21:29:53.821 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b
21:29:53.823 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1790a023-a734-437e-8381-bb7ea854e474
21:29:53.825 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:332f69d5-4730-45d0-8d6b-1c964beec12d
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:332f69d5-4730-45d0-8d6b-1c964beec12d
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1790a023-a734-437e-8381-bb7ea854e474
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bba11e54-e61f-4d7a-8e75-0606ae2bd41d
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0301d750-63f0-4ee7-9696-6df2695da17a
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:88549fa9-1efc-4091-aff3-43c022dce26b
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5d59e0b4-923f-43f4-9587-efa32b913358
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:332f69d5-4730-45d0-8d6b-1c964beec12d = 
21:29:53.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:332f69d5-4730-45d0-8d6b-1c964beec12d = 
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:332f69d5-4730-45d0-8d6b-1c964beec12d: 
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:53.828 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5d59e0b4-923f-43f4-9587-efa32b913358,_:88549fa9-1efc-4091-aff3-43c022dce26b,_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e,_:0301d750-63f0-4ee7-9696-6df2695da17a,_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d,_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,_:1790a023-a734-437e-8381-bb7ea854e474,_:332f69d5-4730-45d0-8d6b-1c964beec12d)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d59e0b4-923f-43f4-9587-efa32b913358)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:88549fa9-1efc-4091-aff3-43c022dce26b)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0301d750-63f0-4ee7-9696-6df2695da17a)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1790a023-a734-437e-8381-bb7ea854e474)
21:29:53.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:332f69d5-4730-45d0-8d6b-1c964beec12d)
21:29:53.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d59e0b4-923f-43f4-9587-efa32b913358=ShapeTyping(TypingMap(Map()))
21:29:53.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.830 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:88549fa9-1efc-4091-aff3-43c022dce26b=ShapeTyping(TypingMap(Map()))
21:29:53.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.831 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e=ShapeTyping(TypingMap(Map()))
21:29:53.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.832 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:53.798Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0301d750-63f0-4ee7-9696-6df2695da17a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:53.832 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0301d750-63f0-4ee7-9696-6df2695da17a=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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0301d750-63f0-4ee7-9696-6df2695da17a,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>)))))))
21:29:53.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.888 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d=ShapeTyping(TypingMap(Map()))
21:29:53.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.889 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.889 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.890 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.891 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.891 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:53.892 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b=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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,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>)))))))
21:29:53.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.892 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.893 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.894 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.894 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.894 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1790a023-a734-437e-8381-bb7ea854e474],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:53.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.895 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1790a023-a734-437e-8381-bb7ea854e474=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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1790a023-a734-437e-8381-bb7ea854e474,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>)))))))
21:29:53.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.897 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:332f69d5-4730-45d0-8d6b-1c964beec12d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:53.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:332f69d5-4730-45d0-8d6b-1c964beec12d=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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:332f69d5-4730-45d0-8d6b-1c964beec12d,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>)))))))
21:29:53.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5d59e0b4-923f-43f4-9587-efa32b913358,_:88549fa9-1efc-4091-aff3-43c022dce26b,_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e,_:0301d750-63f0-4ee7-9696-6df2695da17a,_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d,_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,_:1790a023-a734-437e-8381-bb7ea854e474,_:332f69d5-4730-45d0-8d6b-1c964beec12d)=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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:332f69d5-4730-45d0-8d6b-1c964beec12d,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(_:0301d750-63f0-4ee7-9696-6df2695da17a,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(_:1790a023-a734-437e-8381-bb7ea854e474,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(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,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>)))))))
21:29:53.899 [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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:332f69d5-4730-45d0-8d6b-1c964beec12d,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(_:0301d750-63f0-4ee7-9696-6df2695da17a,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(_:1790a023-a734-437e-8381-bb7ea854e474,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(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,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>)))))))
21:29:53.899 [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(_:5d59e0b4-923f-43f4-9587-efa32b913358), ShapeRef(_:88549fa9-1efc-4091-aff3-43c022dce26b), ShapeRef(_:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e), ShapeRef(_:0301d750-63f0-4ee7-9696-6df2695da17a), ShapeRef(_:bba11e54-e61f-4d7a-8e75-0606ae2bd41d), ShapeRef(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b), ShapeRef(_:1790a023-a734-437e-8381-bb7ea854e474), ShapeRef(_:332f69d5-4730-45d0-8d6b-1c964beec12d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:332f69d5-4730-45d0-8d6b-1c964beec12d,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(_:0301d750-63f0-4ee7-9696-6df2695da17a,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(_:1790a023-a734-437e-8381-bb7ea854e474,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(_:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b,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>)))))))
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1790a023-a734-437e-8381-bb7ea854e474 = 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1790a023-a734-437e-8381-bb7ea854e474 = 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1790a023-a734-437e-8381-bb7ea854e474: 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b = 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b = 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b62b3aa5-7e0f-44eb-9bbf-cb74421af00b: 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bba11e54-e61f-4d7a-8e75-0606ae2bd41d = 
21:29:53.900 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bba11e54-e61f-4d7a-8e75-0606ae2bd41d = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bba11e54-e61f-4d7a-8e75-0606ae2bd41d: 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0301d750-63f0-4ee7-9696-6df2695da17a = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0301d750-63f0-4ee7-9696-6df2695da17a = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0301d750-63f0-4ee7-9696-6df2695da17a: 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c66a121-a5fe-4ea1-a5b6-9c69aab2275e: 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:88549fa9-1efc-4091-aff3-43c022dce26b = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:88549fa9-1efc-4091-aff3-43c022dce26b = 
21:29:53.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:88549fa9-1efc-4091-aff3-43c022dce26b: 
21:29:53.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5d59e0b4-923f-43f4-9587-efa32b913358 = 
21:29:53.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5d59e0b4-923f-43f4-9587-efa32b913358 = 
21:29:53.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5d59e0b4-923f-43f4-9587-efa32b913358: 
21:29:53.904 [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
] .

21:29:53.905 [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
] .

@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-07T21:29:53.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:53.915 [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-07T21:29:53.906Z"^^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-07T21:29:53.906Z"^^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: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   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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:53.916 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c812beed-01fa-4de5-adab-c47a91b742c5 @sh:path http://www.sampledomain.org/sam#integerProperty3; c812beed-01fa-4de5-adab-c47a91b742c5 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c812beed-01fa-4de5-adab-c47a91b742c5 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c812beed-01fa-4de5-adab-c47a91b742c5 @rdf:type sh:Property; 6e5897f3-f6db-4cf1-87a1-ed5abdb224a6 @sh:path http://www.sampledomain.org/sam#integerProperty2; 6e5897f3-f6db-4cf1-87a1-ed5abdb224a6 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 6e5897f3-f6db-4cf1-87a1-ed5abdb224a6 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 6e5897f3-f6db-4cf1-87a1-ed5abdb224a6 @rdf:type sh:Property; ce6a0965-95be-4d58-af30-38860991d9c7 @rdf:rest 7f93dcb5-fc91-4809-9647-bfc7ccba08ca; ce6a0965-95be-4d58-af30-38860991d9c7 @rdf:first "B"; 18d91fef-32cc-4f07-8ad1-1e8853476123 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 18d91fef-32cc-4f07-8ad1-1e8853476123 @sh:class http://www.sampledomain.org/sam#AnotherResource; 18d91fef-32cc-4f07-8ad1-1e8853476123 @rdf:type sh:Property; 034682bc-0fd8-4662-a410-e801d732d2bd @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 034682bc-0fd8-4662-a410-e801d732d2bd @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 034682bc-0fd8-4662-a410-e801d732d2bd @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 034682bc-0fd8-4662-a410-e801d732d2bd @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [c812beed-01fa-4de5-adab-c47a91b742c5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c812beed-01fa-4de5-adab-c47a91b742c5, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c812beed-01fa-4de5-adab-c47a91b742c5, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c812beed-01fa-4de5-adab-c47a91b742c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e5897f3-f6db-4cf1-87a1-ed5abdb224a6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [6e5897f3-f6db-4cf1-87a1-ed5abdb224a6, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6e5897f3-f6db-4cf1-87a1-ed5abdb224a6, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6e5897f3-f6db-4cf1-87a1-ed5abdb224a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ce6a0965-95be-4d58-af30-38860991d9c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7f93dcb5-fc91-4809-9647-bfc7ccba08ca] [ce6a0965-95be-4d58-af30-38860991d9c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [18d91fef-32cc-4f07-8ad1-1e8853476123, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [18d91fef-32cc-4f07-8ad1-1e8853476123, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [18d91fef-32cc-4f07-8ad1-1e8853476123, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [034682bc-0fd8-4662-a410-e801d732d2bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7f93dcb5-fc91-4809-9647-bfc7ccba08ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7f93dcb5-fc91-4809-9647-bfc7ccba08ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [853aa6e9-246d-44cb-9a5b-1cf303493fba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [853aa6e9-246d-44cb-9a5b-1cf303493fba, http://www.w3.org/ns/shacl#in, 01f58adc-4f07-465b-83d9-a6009fb6bedf] [853aa6e9-246d-44cb-9a5b-1cf303493fba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#pattern, "^B"] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6ef25a94-e21b-4eae-89e0-5b86adfff80d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a8dd090c-dda5-4a37-b1a4-d73709d44053, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [01f58adc-4f07-465b-83d9-a6009fb6bedf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ce6a0965-95be-4d58-af30-38860991d9c7] [01f58adc-4f07-465b-83d9-a6009fb6bedf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5c8c4730-be04-49b3-a29e-64fd6c636bcd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5c8c4730-be04-49b3-a29e-64fd6c636bcd, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5c8c4730-be04-49b3-a29e-64fd6c636bcd, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5c8c4730-be04-49b3-a29e-64fd6c636bcd, 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, 6e5897f3-f6db-4cf1-87a1-ed5abdb224a6] [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, 18d91fef-32cc-4f07-8ad1-1e8853476123] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 034682bc-0fd8-4662-a410-e801d732d2bd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6ef25a94-e21b-4eae-89e0-5b86adfff80d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c812beed-01fa-4de5-adab-c47a91b742c5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5c8c4730-be04-49b3-a29e-64fd6c636bcd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a8dd090c-dda5-4a37-b1a4-d73709d44053] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 853aa6e9-246d-44cb-9a5b-1cf303493fba]>
21:29:53.917 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:53.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:53.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6,_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,_:c812beed-01fa-4de5-adab-c47a91b742c5,_:034682bc-0fd8-4662-a410-e801d732d2bd,_:853aa6e9-246d-44cb-9a5b-1cf303493fba,_:a8dd090c-dda5-4a37-b1a4-d73709d44053,_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,_:18d91fef-32cc-4f07-8ad1-1e8853476123. Pending nodes: 
21:29:53.921 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6
21:29:53.922 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6ef25a94-e21b-4eae-89e0-5b86adfff80d
21:29:53.924 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c812beed-01fa-4de5-adab-c47a91b742c5
21:29:53.925 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:034682bc-0fd8-4662-a410-e801d732d2bd
21:29:53.926 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:853aa6e9-246d-44cb-9a5b-1cf303493fba
21:29:53.927 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a8dd090c-dda5-4a37-b1a4-d73709d44053
21:29:53.929 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5c8c4730-be04-49b3-a29e-64fd6c636bcd
21:29:53.988 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:18d91fef-32cc-4f07-8ad1-1e8853476123
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:18d91fef-32cc-4f07-8ad1-1e8853476123
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5c8c4730-be04-49b3-a29e-64fd6c636bcd
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a8dd090c-dda5-4a37-b1a4-d73709d44053
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:853aa6e9-246d-44cb-9a5b-1cf303493fba
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:034682bc-0fd8-4662-a410-e801d732d2bd
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c812beed-01fa-4de5-adab-c47a91b742c5
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6ef25a94-e21b-4eae-89e0-5b86adfff80d
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:18d91fef-32cc-4f07-8ad1-1e8853476123 = 
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:18d91fef-32cc-4f07-8ad1-1e8853476123 = 
21:29:53.989 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:18d91fef-32cc-4f07-8ad1-1e8853476123: 
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5c8c4730-be04-49b3-a29e-64fd6c636bcd = 
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5c8c4730-be04-49b3-a29e-64fd6c636bcd = 
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5c8c4730-be04-49b3-a29e-64fd6c636bcd: 
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:53.990 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6,_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,_:c812beed-01fa-4de5-adab-c47a91b742c5,_:034682bc-0fd8-4662-a410-e801d732d2bd,_:853aa6e9-246d-44cb-9a5b-1cf303493fba,_:a8dd090c-dda5-4a37-b1a4-d73709d44053,_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,_:18d91fef-32cc-4f07-8ad1-1e8853476123)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6ef25a94-e21b-4eae-89e0-5b86adfff80d)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c812beed-01fa-4de5-adab-c47a91b742c5)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:034682bc-0fd8-4662-a410-e801d732d2bd)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:853aa6e9-246d-44cb-9a5b-1cf303493fba)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a8dd090c-dda5-4a37-b1a4-d73709d44053)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c8c4730-be04-49b3-a29e-64fd6c636bcd)
21:29:53.991 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:18d91fef-32cc-4f07-8ad1-1e8853476123)
21:29:53.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.991 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.992 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6=ShapeTyping(TypingMap(Map()))
21:29:53.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.992 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.995 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6ef25a94-e21b-4eae-89e0-5b86adfff80d],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:53.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6ef25a94-e21b-4eae-89e0-5b86adfff80d=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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,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'"))))))))
21:29:53.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.997 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c812beed-01fa-4de5-adab-c47a91b742c5=ShapeTyping(TypingMap(Map()))
21:29:53.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:53.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.000 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:034682bc-0fd8-4662-a410-e801d732d2bd],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.001 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:034682bc-0fd8-4662-a410-e801d732d2bd=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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:034682bc-0fd8-4662-a410-e801d732d2bd,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>)))))))
21:29:54.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.001 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:853aa6e9-246d-44cb-9a5b-1cf303493fba=ShapeTyping(TypingMap(Map()))
21:29:54.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.003 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a8dd090c-dda5-4a37-b1a4-d73709d44053],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.004 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a8dd090c-dda5-4a37-b1a4-d73709d44053=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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a8dd090c-dda5-4a37-b1a4-d73709d44053,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>)))))))
21:29:54.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.005 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:53.906Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5c8c4730-be04-49b3-a29e-64fd6c636bcd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c8c4730-be04-49b3-a29e-64fd6c636bcd=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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,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>)))))))
21:29:54.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.006 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:18d91fef-32cc-4f07-8ad1-1e8853476123=ShapeTyping(TypingMap(Map()))
21:29:54.007 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6,_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,_:c812beed-01fa-4de5-adab-c47a91b742c5,_:034682bc-0fd8-4662-a410-e801d732d2bd,_:853aa6e9-246d-44cb-9a5b-1cf303493fba,_:a8dd090c-dda5-4a37-b1a4-d73709d44053,_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,_:18d91fef-32cc-4f07-8ad1-1e8853476123)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,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(_:a8dd090c-dda5-4a37-b1a4-d73709d44053,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(_:034682bc-0fd8-4662-a410-e801d732d2bd,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(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.008 [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(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,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(_:a8dd090c-dda5-4a37-b1a4-d73709d44053,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(_:034682bc-0fd8-4662-a410-e801d732d2bd,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(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.008 [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(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd,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(_:a8dd090c-dda5-4a37-b1a4-d73709d44053,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(_:034682bc-0fd8-4662-a410-e801d732d2bd,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(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d,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(_:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6), ShapeRef(_:6ef25a94-e21b-4eae-89e0-5b86adfff80d), ShapeRef(_:c812beed-01fa-4de5-adab-c47a91b742c5), ShapeRef(_:034682bc-0fd8-4662-a410-e801d732d2bd), ShapeRef(_:853aa6e9-246d-44cb-9a5b-1cf303493fba), ShapeRef(_:a8dd090c-dda5-4a37-b1a4-d73709d44053), ShapeRef(_:5c8c4730-be04-49b3-a29e-64fd6c636bcd), ShapeRef(_:18d91fef-32cc-4f07-8ad1-1e8853476123)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.008 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a8dd090c-dda5-4a37-b1a4-d73709d44053 = 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a8dd090c-dda5-4a37-b1a4-d73709d44053 = 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a8dd090c-dda5-4a37-b1a4-d73709d44053: 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:853aa6e9-246d-44cb-9a5b-1cf303493fba = 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:853aa6e9-246d-44cb-9a5b-1cf303493fba = 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:853aa6e9-246d-44cb-9a5b-1cf303493fba: 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:034682bc-0fd8-4662-a410-e801d732d2bd = 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:034682bc-0fd8-4662-a410-e801d732d2bd = 
21:29:54.009 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:034682bc-0fd8-4662-a410-e801d732d2bd: 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c812beed-01fa-4de5-adab-c47a91b742c5 = 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c812beed-01fa-4de5-adab-c47a91b742c5 = 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c812beed-01fa-4de5-adab-c47a91b742c5: 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6ef25a94-e21b-4eae-89e0-5b86adfff80d = 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6ef25a94-e21b-4eae-89e0-5b86adfff80d = 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6ef25a94-e21b-4eae-89e0-5b86adfff80d: 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6 = 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6 = 
21:29:54.010 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e5897f3-f6db-4cf1-87a1-ed5abdb224a6: 
21:29:54.013 [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
               ]
] .

21:29:54.017 [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
               ]
] .

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-07T21:29:54.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:54.088 [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-07T21:29:54.02Z"^^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-07T21:29:54.02Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:54.089 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {aa28f8e2-3619-406c-87fa-12590779225f @sh:path http://www.sampledomain.org/sam#anotherStringProperty; aa28f8e2-3619-406c-87fa-12590779225f @sh:in 898d4dc0-44c5-4347-b83b-c7a324751729; aa28f8e2-3619-406c-87fa-12590779225f @rdf:type sh:Property; 2529280b-1978-4dff-9af4-b9a37111e974 @rdf:rest rdf:nil; 2529280b-1978-4dff-9af4-b9a37111e974 @rdf:first "C"; 1daf846b-cd3f-4011-84e1-57429df01360 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 1daf846b-cd3f-4011-84e1-57429df01360 @sh:class http://www.sampledomain.org/sam#AnotherResource; 1daf846b-cd3f-4011-84e1-57429df01360 @rdf:type sh:Property; 4093eb3d-a011-4237-a8cf-0eba33811f07 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 4093eb3d-a011-4237-a8cf-0eba33811f07 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 4093eb3d-a011-4237-a8cf-0eba33811f07 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4093eb3d-a011-4237-a8cf-0eba33811f07 @rdf:type sh:Property; e6095ffd-6fda-440f-9df2-08449d4b0ae3 @sh:path http://www.sampledomain.org/sam#aStringProperty; e6095ffd-6fda-440f-9df2-08449d4b0ae3 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e6095ffd-6fda-440f-9df2-08449d4b0ae3 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e6095ffd-6fda-440f-9df2-08449d4b0ae3 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e6095ffd-6fda-440f-9df2-08449d4b0ae3 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [aa28f8e2-3619-406c-87fa-12590779225f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [aa28f8e2-3619-406c-87fa-12590779225f, http://www.w3.org/ns/shacl#in, 898d4dc0-44c5-4347-b83b-c7a324751729] [aa28f8e2-3619-406c-87fa-12590779225f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2529280b-1978-4dff-9af4-b9a37111e974, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2529280b-1978-4dff-9af4-b9a37111e974, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [1daf846b-cd3f-4011-84e1-57429df01360, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1daf846b-cd3f-4011-84e1-57429df01360, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1daf846b-cd3f-4011-84e1-57429df01360, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4093eb3d-a011-4237-a8cf-0eba33811f07, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4093eb3d-a011-4237-a8cf-0eba33811f07, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4093eb3d-a011-4237-a8cf-0eba33811f07, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4093eb3d-a011-4237-a8cf-0eba33811f07, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#pattern, "^B"] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e6095ffd-6fda-440f-9df2-08449d4b0ae3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c55ef64f-9067-4dac-9f08-159dc973e1cd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b743ff9-e323-4598-8122-11f2dbe3fdc9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5b743ff9-e323-4598-8122-11f2dbe3fdc9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5b743ff9-e323-4598-8122-11f2dbe3fdc9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5b743ff9-e323-4598-8122-11f2dbe3fdc9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [898d4dc0-44c5-4347-b83b-c7a324751729, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7d48c77d-967b-453b-82bd-a45fd92f1542] [898d4dc0-44c5-4347-b83b-c7a324751729, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ab6962b3-a3fe-4007-acff-be883cb48c82, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ab6962b3-a3fe-4007-acff-be883cb48c82, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ab6962b3-a3fe-4007-acff-be883cb48c82, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ab6962b3-a3fe-4007-acff-be883cb48c82, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d48c77d-967b-453b-82bd-a45fd92f1542, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2529280b-1978-4dff-9af4-b9a37111e974] [7d48c77d-967b-453b-82bd-a45fd92f1542, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [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, e6095ffd-6fda-440f-9df2-08449d4b0ae3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5b743ff9-e323-4598-8122-11f2dbe3fdc9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c55ef64f-9067-4dac-9f08-159dc973e1cd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aa28f8e2-3619-406c-87fa-12590779225f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4093eb3d-a011-4237-a8cf-0eba33811f07] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ab6962b3-a3fe-4007-acff-be883cb48c82] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1daf846b-cd3f-4011-84e1-57429df01360] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 04f82962-a399-4d1f-8087-ec59f96dd8b9] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [04f82962-a399-4d1f-8087-ec59f96dd8b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.090 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.092 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.095 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e6095ffd-6fda-440f-9df2-08449d4b0ae3,_:04f82962-a399-4d1f-8087-ec59f96dd8b9,_:c55ef64f-9067-4dac-9f08-159dc973e1cd,_:ab6962b3-a3fe-4007-acff-be883cb48c82,_:aa28f8e2-3619-406c-87fa-12590779225f,_:1daf846b-cd3f-4011-84e1-57429df01360,_:4093eb3d-a011-4237-a8cf-0eba33811f07,_:5b743ff9-e323-4598-8122-11f2dbe3fdc9. Pending nodes: 
21:29:54.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e6095ffd-6fda-440f-9df2-08449d4b0ae3
21:29:54.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:04f82962-a399-4d1f-8087-ec59f96dd8b9
21:29:54.101 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c55ef64f-9067-4dac-9f08-159dc973e1cd
21:29:54.102 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ab6962b3-a3fe-4007-acff-be883cb48c82
21:29:54.103 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aa28f8e2-3619-406c-87fa-12590779225f
21:29:54.104 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1daf846b-cd3f-4011-84e1-57429df01360
21:29:54.105 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4093eb3d-a011-4237-a8cf-0eba33811f07
21:29:54.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b743ff9-e323-4598-8122-11f2dbe3fdc9
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b743ff9-e323-4598-8122-11f2dbe3fdc9
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4093eb3d-a011-4237-a8cf-0eba33811f07
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1daf846b-cd3f-4011-84e1-57429df01360
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aa28f8e2-3619-406c-87fa-12590779225f
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ab6962b3-a3fe-4007-acff-be883cb48c82
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c55ef64f-9067-4dac-9f08-159dc973e1cd
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:04f82962-a399-4d1f-8087-ec59f96dd8b9
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e6095ffd-6fda-440f-9df2-08449d4b0ae3
21:29:54.107 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b743ff9-e323-4598-8122-11f2dbe3fdc9 = 
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b743ff9-e323-4598-8122-11f2dbe3fdc9 = 
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b743ff9-e323-4598-8122-11f2dbe3fdc9: 
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e6095ffd-6fda-440f-9df2-08449d4b0ae3,_:04f82962-a399-4d1f-8087-ec59f96dd8b9,_:c55ef64f-9067-4dac-9f08-159dc973e1cd,_:ab6962b3-a3fe-4007-acff-be883cb48c82,_:aa28f8e2-3619-406c-87fa-12590779225f,_:1daf846b-cd3f-4011-84e1-57429df01360,_:4093eb3d-a011-4237-a8cf-0eba33811f07,_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)
21:29:54.108 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6095ffd-6fda-440f-9df2-08449d4b0ae3)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04f82962-a399-4d1f-8087-ec59f96dd8b9)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c55ef64f-9067-4dac-9f08-159dc973e1cd)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab6962b3-a3fe-4007-acff-be883cb48c82)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa28f8e2-3619-406c-87fa-12590779225f)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1daf846b-cd3f-4011-84e1-57429df01360)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4093eb3d-a011-4237-a8cf-0eba33811f07)
21:29:54.109 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)
21:29:54.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.112 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e6095ffd-6fda-440f-9df2-08449d4b0ae3],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.113 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6095ffd-6fda-440f-9df2-08449d4b0ae3=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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3,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>)))))))
21:29:54.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.115 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:04f82962-a399-4d1f-8087-ec59f96dd8b9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.116 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04f82962-a399-4d1f-8087-ec59f96dd8b9=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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04f82962-a399-4d1f-8087-ec59f96dd8b9,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>)))))))
21:29:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.118 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c55ef64f-9067-4dac-9f08-159dc973e1cd],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.119 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c55ef64f-9067-4dac-9f08-159dc973e1cd=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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c55ef64f-9067-4dac-9f08-159dc973e1cd,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>)))))))
21:29:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.120 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ab6962b3-a3fe-4007-acff-be883cb48c82=ShapeTyping(TypingMap(Map()))
21:29:54.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.120 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa28f8e2-3619-406c-87fa-12590779225f=ShapeTyping(TypingMap(Map()))
21:29:54.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.120 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1daf846b-cd3f-4011-84e1-57429df01360=ShapeTyping(TypingMap(Map()))
21:29:54.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.121 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.121 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.121 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4093eb3d-a011-4237-a8cf-0eba33811f07],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.121 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4093eb3d-a011-4237-a8cf-0eba33811f07=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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4093eb3d-a011-4237-a8cf-0eba33811f07,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>)))))))
21:29:54.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.122 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b743ff9-e323-4598-8122-11f2dbe3fdc9=ShapeTyping(TypingMap(Map()))
21:29:54.123 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e6095ffd-6fda-440f-9df2-08449d4b0ae3,_:04f82962-a399-4d1f-8087-ec59f96dd8b9,_:c55ef64f-9067-4dac-9f08-159dc973e1cd,_:ab6962b3-a3fe-4007-acff-be883cb48c82,_:aa28f8e2-3619-406c-87fa-12590779225f,_:1daf846b-cd3f-4011-84e1-57429df01360,_:4093eb3d-a011-4237-a8cf-0eba33811f07,_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c55ef64f-9067-4dac-9f08-159dc973e1cd,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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04f82962-a399-4d1f-8087-ec59f96dd8b9,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(_:4093eb3d-a011-4237-a8cf-0eba33811f07,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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3,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>)))))))
21:29:54.123 [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(_:c55ef64f-9067-4dac-9f08-159dc973e1cd,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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04f82962-a399-4d1f-8087-ec59f96dd8b9,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(_:4093eb3d-a011-4237-a8cf-0eba33811f07,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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3,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>)))))))
21:29:54.123 [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(_:c55ef64f-9067-4dac-9f08-159dc973e1cd,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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3), ShapeRef(_:04f82962-a399-4d1f-8087-ec59f96dd8b9), ShapeRef(_:c55ef64f-9067-4dac-9f08-159dc973e1cd), ShapeRef(_:ab6962b3-a3fe-4007-acff-be883cb48c82), ShapeRef(_:aa28f8e2-3619-406c-87fa-12590779225f), ShapeRef(_:1daf846b-cd3f-4011-84e1-57429df01360), ShapeRef(_:4093eb3d-a011-4237-a8cf-0eba33811f07), ShapeRef(_:5b743ff9-e323-4598-8122-11f2dbe3fdc9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04f82962-a399-4d1f-8087-ec59f96dd8b9,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(_:4093eb3d-a011-4237-a8cf-0eba33811f07,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(_:e6095ffd-6fda-440f-9df2-08449d4b0ae3,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>)))))))
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4093eb3d-a011-4237-a8cf-0eba33811f07 = 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4093eb3d-a011-4237-a8cf-0eba33811f07 = 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4093eb3d-a011-4237-a8cf-0eba33811f07: 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1daf846b-cd3f-4011-84e1-57429df01360 = 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1daf846b-cd3f-4011-84e1-57429df01360 = 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1daf846b-cd3f-4011-84e1-57429df01360: 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aa28f8e2-3619-406c-87fa-12590779225f = 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aa28f8e2-3619-406c-87fa-12590779225f = 
21:29:54.124 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aa28f8e2-3619-406c-87fa-12590779225f: 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ab6962b3-a3fe-4007-acff-be883cb48c82 = 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ab6962b3-a3fe-4007-acff-be883cb48c82 = 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ab6962b3-a3fe-4007-acff-be883cb48c82: 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c55ef64f-9067-4dac-9f08-159dc973e1cd = 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c55ef64f-9067-4dac-9f08-159dc973e1cd = 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c55ef64f-9067-4dac-9f08-159dc973e1cd: 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:04f82962-a399-4d1f-8087-ec59f96dd8b9 = 
21:29:54.125 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:04f82962-a399-4d1f-8087-ec59f96dd8b9 = 
21:29:54.126 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:04f82962-a399-4d1f-8087-ec59f96dd8b9: 
21:29:54.126 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e6095ffd-6fda-440f-9df2-08449d4b0ae3 = 
21:29:54.126 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e6095ffd-6fda-440f-9df2-08449d4b0ae3 = 
21:29:54.126 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e6095ffd-6fda-440f-9df2-08449d4b0ae3: 
21:29:54.128 [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
] .

21:29:54.129 [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
] .

@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-07T21:29:54.13Z"^^<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" .
21:29:54.193 [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-07T21:29:54.13Z"^^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-07T21:29:54.13Z"^^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: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: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: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: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> .
21:29:54.194 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f86b9095-93ed-4b0f-8aee-15ed7363458c @sh:path http://www.sampledomain.org/sam#aReferenceProperty; f86b9095-93ed-4b0f-8aee-15ed7363458c @sh:class http://www.sampledomain.org/sam#AnotherResource; f86b9095-93ed-4b0f-8aee-15ed7363458c @rdf:type sh:Property; cb7bcd38-8545-4330-ae90-620100f65a5f @sh:path http://www.sampledomain.org/sam#anIntegerProperty; cb7bcd38-8545-4330-ae90-620100f65a5f @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; cb7bcd38-8545-4330-ae90-620100f65a5f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; cb7bcd38-8545-4330-ae90-620100f65a5f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; cb7bcd38-8545-4330-ae90-620100f65a5f @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; cb7bcd38-8545-4330-ae90-620100f65a5f @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; cb7bcd38-8545-4330-ae90-620100f65a5f @rdf:type sh:Property; 1967d36d-697d-474a-84e3-bf7ede497456 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 1967d36d-697d-474a-84e3-bf7ede497456 @sh:in 425b24d0-91e8-4084-87ee-9e2990e9bf47; 1967d36d-697d-474a-84e3-bf7ede497456 @rdf:type sh:Property; 5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e @sh:path http://www.sampledomain.org/sam#aStringProperty; 5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [f86b9095-93ed-4b0f-8aee-15ed7363458c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f86b9095-93ed-4b0f-8aee-15ed7363458c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f86b9095-93ed-4b0f-8aee-15ed7363458c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb7bcd38-8545-4330-ae90-620100f65a5f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1967d36d-697d-474a-84e3-bf7ede497456, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1967d36d-697d-474a-84e3-bf7ede497456, http://www.w3.org/ns/shacl#in, 425b24d0-91e8-4084-87ee-9e2990e9bf47] [1967d36d-697d-474a-84e3-bf7ede497456, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#pattern, "^B"] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a34397e8-c706-4042-8ad1-616abd67a4d4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a34397e8-c706-4042-8ad1-616abd67a4d4, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a34397e8-c706-4042-8ad1-616abd67a4d4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a34397e8-c706-4042-8ad1-616abd67a4d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5c5a8122-47fb-4e29-b8f8-ad5d0cf4b60a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a793eb27-e619-45da-b566-c792abc3ef95] [5c5a8122-47fb-4e29-b8f8-ad5d0cf4b60a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a793eb27-e619-45da-b566-c792abc3ef95, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a793eb27-e619-45da-b566-c792abc3ef95, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f246ed00-4c23-4c4d-9aa6-59c786a413d2, 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, 9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a34397e8-c706-4042-8ad1-616abd67a4d4] [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, 5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1967d36d-697d-474a-84e3-bf7ede497456] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cb7bcd38-8545-4330-ae90-620100f65a5f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f86b9095-93ed-4b0f-8aee-15ed7363458c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f246ed00-4c23-4c4d-9aa6-59c786a413d2] [425b24d0-91e8-4084-87ee-9e2990e9bf47, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5c5a8122-47fb-4e29-b8f8-ad5d0cf4b60a] [425b24d0-91e8-4084-87ee-9e2990e9bf47, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
21:29:54.195 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.198 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f246ed00-4c23-4c4d-9aa6-59c786a413d2,_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,_:1967d36d-697d-474a-84e3-bf7ede497456,_:f86b9095-93ed-4b0f-8aee-15ed7363458c,_:a34397e8-c706-4042-8ad1-616abd67a4d4,_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d,_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b,_:cb7bcd38-8545-4330-ae90-620100f65a5f. Pending nodes: 
21:29:54.199 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f246ed00-4c23-4c4d-9aa6-59c786a413d2
21:29:54.200 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e
21:29:54.202 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1967d36d-697d-474a-84e3-bf7ede497456
21:29:54.203 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f86b9095-93ed-4b0f-8aee-15ed7363458c
21:29:54.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a34397e8-c706-4042-8ad1-616abd67a4d4
21:29:54.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d
21:29:54.206 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b
21:29:54.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cb7bcd38-8545-4330-ae90-620100f65a5f
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cb7bcd38-8545-4330-ae90-620100f65a5f
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a34397e8-c706-4042-8ad1-616abd67a4d4
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f86b9095-93ed-4b0f-8aee-15ed7363458c
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1967d36d-697d-474a-84e3-bf7ede497456
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e
21:29:54.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f246ed00-4c23-4c4d-9aa6-59c786a413d2
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f246ed00-4c23-4c4d-9aa6-59c786a413d2,_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,_:1967d36d-697d-474a-84e3-bf7ede497456,_:f86b9095-93ed-4b0f-8aee-15ed7363458c,_:a34397e8-c706-4042-8ad1-616abd67a4d4,_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d,_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b,_:cb7bcd38-8545-4330-ae90-620100f65a5f)
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f246ed00-4c23-4c4d-9aa6-59c786a413d2)
21:29:54.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e)
21:29:54.210 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1967d36d-697d-474a-84e3-bf7ede497456)
21:29:54.210 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f86b9095-93ed-4b0f-8aee-15ed7363458c)
21:29:54.210 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a34397e8-c706-4042-8ad1-616abd67a4d4)
21:29:54.210 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d)
21:29:54.210 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b)
21:29:54.210 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb7bcd38-8545-4330-ae90-620100f65a5f)
21:29:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.211 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f246ed00-4c23-4c4d-9aa6-59c786a413d2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.212 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f246ed00-4c23-4c4d-9aa6-59c786a413d2=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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2,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>)))))))
21:29:54.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.215 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e=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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,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>)))))))
21:29:54.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1967d36d-697d-474a-84e3-bf7ede497456=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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1967d36d-697d-474a-84e3-bf7ede497456,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"))"))))))))
21:29:54.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f86b9095-93ed-4b0f-8aee-15ed7363458c=ShapeTyping(TypingMap(Map()))
21:29:54.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.220 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.13Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a34397e8-c706-4042-8ad1-616abd67a4d4],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a34397e8-c706-4042-8ad1-616abd67a4d4=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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a34397e8-c706-4042-8ad1-616abd67a4d4,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>)))))))
21:29:54.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.221 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d=ShapeTyping(TypingMap(Map()))
21:29:54.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b=ShapeTyping(TypingMap(Map()))
21:29:54.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.223 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cb7bcd38-8545-4330-ae90-620100f65a5f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb7bcd38-8545-4330-ae90-620100f65a5f=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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cb7bcd38-8545-4330-ae90-620100f65a5f,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>)))))))
21:29:54.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f246ed00-4c23-4c4d-9aa6-59c786a413d2,_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,_:1967d36d-697d-474a-84e3-bf7ede497456,_:f86b9095-93ed-4b0f-8aee-15ed7363458c,_:a34397e8-c706-4042-8ad1-616abd67a4d4,_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d,_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b,_:cb7bcd38-8545-4330-ae90-620100f65a5f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cb7bcd38-8545-4330-ae90-620100f65a5f,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(_:a34397e8-c706-4042-8ad1-616abd67a4d4,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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2,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>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,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(_:1967d36d-697d-474a-84e3-bf7ede497456,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"))"))))))))
21:29:54.225 [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(_:cb7bcd38-8545-4330-ae90-620100f65a5f,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(_:a34397e8-c706-4042-8ad1-616abd67a4d4,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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2,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>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,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(_:1967d36d-697d-474a-84e3-bf7ede497456,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"))"))))))))
21:29:54.229 [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(_:cb7bcd38-8545-4330-ae90-620100f65a5f,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(_:a34397e8-c706-4042-8ad1-616abd67a4d4,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(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2,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>))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f246ed00-4c23-4c4d-9aa6-59c786a413d2), ShapeRef(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e), ShapeRef(_:1967d36d-697d-474a-84e3-bf7ede497456), ShapeRef(_:f86b9095-93ed-4b0f-8aee-15ed7363458c), ShapeRef(_:a34397e8-c706-4042-8ad1-616abd67a4d4), ShapeRef(_:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d), ShapeRef(_:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b), ShapeRef(_:cb7bcd38-8545-4330-ae90-620100f65a5f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e,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(_:1967d36d-697d-474a-84e3-bf7ede497456,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"))"))))))))
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cb7bcd38-8545-4330-ae90-620100f65a5f = 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cb7bcd38-8545-4330-ae90-620100f65a5f = 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cb7bcd38-8545-4330-ae90-620100f65a5f: 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b = 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b = 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1e7a7adc-4b5e-4a2b-b3a8-674bb8adde4b: 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d = 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d = 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9bcaf8d7-b20b-4a23-901c-e00f2eaaa59d: 
21:29:54.229 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a34397e8-c706-4042-8ad1-616abd67a4d4 = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a34397e8-c706-4042-8ad1-616abd67a4d4 = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a34397e8-c706-4042-8ad1-616abd67a4d4: 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f86b9095-93ed-4b0f-8aee-15ed7363458c = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f86b9095-93ed-4b0f-8aee-15ed7363458c = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f86b9095-93ed-4b0f-8aee-15ed7363458c: 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1967d36d-697d-474a-84e3-bf7ede497456 = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1967d36d-697d-474a-84e3-bf7ede497456 = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1967d36d-697d-474a-84e3-bf7ede497456: 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e = 
21:29:54.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5ea9fa75-f1b6-43d5-ab2b-c6215b1d760e: 
21:29:54.231 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f246ed00-4c23-4c4d-9aa6-59c786a413d2 = 
21:29:54.231 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f246ed00-4c23-4c4d-9aa6-59c786a413d2 = 
21:29:54.231 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f246ed00-4c23-4c4d-9aa6-59c786a413d2: 
21:29:54.233 [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
               ]
] .

21:29:54.289 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 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-07T21:29:54.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:54.300 [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-07T21:29:54.291Z"^^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-07T21:29:54.291Z"^^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: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: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   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> .
21:29:54.300 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0ac681ac-5f90-4538-ad38-6e0de34263aa @rdf:rest f7af0a85-e84e-4559-84c4-37d80b144c40; 0ac681ac-5f90-4538-ad38-6e0de34263aa @rdf:first "A"; 1cb8338f-9bd8-42ad-8d3d-305bcb234713 @sh:path http://www.sampledomain.org/sam#integerProperty3; 1cb8338f-9bd8-42ad-8d3d-305bcb234713 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1cb8338f-9bd8-42ad-8d3d-305bcb234713 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1cb8338f-9bd8-42ad-8d3d-305bcb234713 @rdf:type sh:Property; 91391599-0850-45cd-91ed-0d4e4aee2e49 @rdf:rest rdf:nil; 91391599-0850-45cd-91ed-0d4e4aee2e49 @rdf:first "C"; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @sh:path http://www.sampledomain.org/sam#anIntegerProperty; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; fe9dcd88-e08c-4c83-b54a-398646bf0b3a @rdf:type sh:Property; 5d87d280-4418-4371-beba-03948870599a @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 5d87d280-4418-4371-beba-03948870599a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [0ac681ac-5f90-4538-ad38-6e0de34263aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f7af0a85-e84e-4559-84c4-37d80b144c40] [0ac681ac-5f90-4538-ad38-6e0de34263aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [1cb8338f-9bd8-42ad-8d3d-305bcb234713, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1cb8338f-9bd8-42ad-8d3d-305bcb234713, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1cb8338f-9bd8-42ad-8d3d-305bcb234713, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1cb8338f-9bd8-42ad-8d3d-305bcb234713, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [91391599-0850-45cd-91ed-0d4e4aee2e49, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [91391599-0850-45cd-91ed-0d4e4aee2e49, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fe9dcd88-e08c-4c83-b54a-398646bf0b3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5d87d280-4418-4371-beba-03948870599a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [12e6daeb-896c-44dd-90be-591c7c916e86, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [12e6daeb-896c-44dd-90be-591c7c916e86, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [12e6daeb-896c-44dd-90be-591c7c916e86, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [12e6daeb-896c-44dd-90be-591c7c916e86, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fe9bccdf-8091-422c-b83c-93d14aa58ef6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [fe9bccdf-8091-422c-b83c-93d14aa58ef6, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fe9bccdf-8091-422c-b83c-93d14aa58ef6, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fe9bccdf-8091-422c-b83c-93d14aa58ef6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7af0a85-e84e-4559-84c4-37d80b144c40, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 91391599-0850-45cd-91ed-0d4e4aee2e49] [f7af0a85-e84e-4559-84c4-37d80b144c40, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0382944c-cd16-4c8b-99b8-27ce09338ca5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0382944c-cd16-4c8b-99b8-27ce09338ca5, http://www.w3.org/ns/shacl#in, 0ac681ac-5f90-4538-ad38-6e0de34263aa] [0382944c-cd16-4c8b-99b8-27ce09338ca5, 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, 12e6daeb-896c-44dd-90be-591c7c916e86] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10] [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, fe9dcd88-e08c-4c83-b54a-398646bf0b3a] [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, fe9bccdf-8091-422c-b83c-93d14aa58ef6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0382944c-cd16-4c8b-99b8-27ce09338ca5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1cb8338f-9bd8-42ad-8d3d-305bcb234713] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5d87d280-4418-4371-beba-03948870599a] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#pattern, "^B"] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.301 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:1cb8338f-9bd8-42ad-8d3d-305bcb234713,_:fe9bccdf-8091-422c-b83c-93d14aa58ef6,_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10,_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,_:0382944c-cd16-4c8b-99b8-27ce09338ca5,_:12e6daeb-896c-44dd-90be-591c7c916e86,_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,_:5d87d280-4418-4371-beba-03948870599a. Pending nodes: 
21:29:54.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1cb8338f-9bd8-42ad-8d3d-305bcb234713
21:29:54.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe9bccdf-8091-422c-b83c-93d14aa58ef6
21:29:54.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10
21:29:54.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe9dcd88-e08c-4c83-b54a-398646bf0b3a
21:29:54.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0382944c-cd16-4c8b-99b8-27ce09338ca5
21:29:54.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:12e6daeb-896c-44dd-90be-591c7c916e86
21:29:54.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f
21:29:54.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5d87d280-4418-4371-beba-03948870599a
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5d87d280-4418-4371-beba-03948870599a
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:12e6daeb-896c-44dd-90be-591c7c916e86
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0382944c-cd16-4c8b-99b8-27ce09338ca5
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe9dcd88-e08c-4c83-b54a-398646bf0b3a
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe9bccdf-8091-422c-b83c-93d14aa58ef6
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1cb8338f-9bd8-42ad-8d3d-305bcb234713
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.314 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1cb8338f-9bd8-42ad-8d3d-305bcb234713,_:fe9bccdf-8091-422c-b83c-93d14aa58ef6,_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10,_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,_:0382944c-cd16-4c8b-99b8-27ce09338ca5,_:12e6daeb-896c-44dd-90be-591c7c916e86,_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,_:5d87d280-4418-4371-beba-03948870599a)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1cb8338f-9bd8-42ad-8d3d-305bcb234713)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe9bccdf-8091-422c-b83c-93d14aa58ef6)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0382944c-cd16-4c8b-99b8-27ce09338ca5)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:12e6daeb-896c-44dd-90be-591c7c916e86)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f)
21:29:54.315 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d87d280-4418-4371-beba-03948870599a)
21:29:54.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1cb8338f-9bd8-42ad-8d3d-305bcb234713=ShapeTyping(TypingMap(Map()))
21:29:54.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe9bccdf-8091-422c-b83c-93d14aa58ef6=ShapeTyping(TypingMap(Map()))
21:29:54.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10=ShapeTyping(TypingMap(Map()))
21:29:54.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.318 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a=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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,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>)))))))
21:29:54.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0382944c-cd16-4c8b-99b8-27ce09338ca5=ShapeTyping(TypingMap(Map()))
21:29:54.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.320 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.291Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:12e6daeb-896c-44dd-90be-591c7c916e86],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:12e6daeb-896c-44dd-90be-591c7c916e86=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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:12e6daeb-896c-44dd-90be-591c7c916e86,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>)))))))
21:29:54.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.323 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.323 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f=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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,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>)))))))
21:29:54.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.325 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5d87d280-4418-4371-beba-03948870599a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5d87d280-4418-4371-beba-03948870599a=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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5d87d280-4418-4371-beba-03948870599a,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>)))))))
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1cb8338f-9bd8-42ad-8d3d-305bcb234713,_:fe9bccdf-8091-422c-b83c-93d14aa58ef6,_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10,_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,_:0382944c-cd16-4c8b-99b8-27ce09338ca5,_:12e6daeb-896c-44dd-90be-591c7c916e86,_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,_:5d87d280-4418-4371-beba-03948870599a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5d87d280-4418-4371-beba-03948870599a,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(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,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(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,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(_:12e6daeb-896c-44dd-90be-591c7c916e86,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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.326 [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(_:5d87d280-4418-4371-beba-03948870599a,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(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,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(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,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(_:12e6daeb-896c-44dd-90be-591c7c916e86,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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.326 [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(_:5d87d280-4418-4371-beba-03948870599a,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(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f,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(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a,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(_:12e6daeb-896c-44dd-90be-591c7c916e86,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(_:1cb8338f-9bd8-42ad-8d3d-305bcb234713), ShapeRef(_:fe9bccdf-8091-422c-b83c-93d14aa58ef6), ShapeRef(_:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10), ShapeRef(_:fe9dcd88-e08c-4c83-b54a-398646bf0b3a), ShapeRef(_:0382944c-cd16-4c8b-99b8-27ce09338ca5), ShapeRef(_:12e6daeb-896c-44dd-90be-591c7c916e86), ShapeRef(_:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f), ShapeRef(_:5d87d280-4418-4371-beba-03948870599a)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5d87d280-4418-4371-beba-03948870599a = 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5d87d280-4418-4371-beba-03948870599a = 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5d87d280-4418-4371-beba-03948870599a: 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f = 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f = 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d4c48481-b1e3-4eb6-99c2-1bc0c8277c1f: 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:12e6daeb-896c-44dd-90be-591c7c916e86 = 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:12e6daeb-896c-44dd-90be-591c7c916e86 = 
21:29:54.326 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:12e6daeb-896c-44dd-90be-591c7c916e86: 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0382944c-cd16-4c8b-99b8-27ce09338ca5 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0382944c-cd16-4c8b-99b8-27ce09338ca5 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0382944c-cd16-4c8b-99b8-27ce09338ca5: 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe9dcd88-e08c-4c83-b54a-398646bf0b3a = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe9dcd88-e08c-4c83-b54a-398646bf0b3a = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe9dcd88-e08c-4c83-b54a-398646bf0b3a: 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e93fd2d7-5530-4d5d-97ae-55f6dbcf4b10: 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe9bccdf-8091-422c-b83c-93d14aa58ef6 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe9bccdf-8091-422c-b83c-93d14aa58ef6 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe9bccdf-8091-422c-b83c-93d14aa58ef6: 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1cb8338f-9bd8-42ad-8d3d-305bcb234713 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1cb8338f-9bd8-42ad-8d3d-305bcb234713 = 
21:29:54.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1cb8338f-9bd8-42ad-8d3d-305bcb234713: 
21:29:54.328 [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
] .

21:29:54.330 [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
] .

@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-07T21:29:54.331Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:54.389 [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-07T21:29:54.331Z"^^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-07T21:29:54.331Z"^^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: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: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: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> .
21:29:54.390 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {edc489f9-ce7e-457e-99b4-6208aafeaa87 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; edc489f9-ce7e-457e-99b4-6208aafeaa87 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; edc489f9-ce7e-457e-99b4-6208aafeaa87 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; edc489f9-ce7e-457e-99b4-6208aafeaa87 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; edc489f9-ce7e-457e-99b4-6208aafeaa87 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; edc489f9-ce7e-457e-99b4-6208aafeaa87 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; edc489f9-ce7e-457e-99b4-6208aafeaa87 @rdf:type sh:Property; d209851e-8265-4caf-9f2e-c3e97bdd79ec @sh:path http://www.sampledomain.org/sam#integerProperty3; d209851e-8265-4caf-9f2e-c3e97bdd79ec @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d209851e-8265-4caf-9f2e-c3e97bdd79ec @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d209851e-8265-4caf-9f2e-c3e97bdd79ec @rdf:type sh:Property; 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [edc489f9-ce7e-457e-99b4-6208aafeaa87, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d209851e-8265-4caf-9f2e-c3e97bdd79ec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d209851e-8265-4caf-9f2e-c3e97bdd79ec, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d209851e-8265-4caf-9f2e-c3e97bdd79ec, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d209851e-8265-4caf-9f2e-c3e97bdd79ec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4710dca7-12ca-4b8e-9228-62f3a6d6fa1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#pattern, "^B"] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e3da8790-d83f-42ea-8480-39946c69f95f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [035f9796-98e6-4a71-982e-4c9543344774, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [035f9796-98e6-4a71-982e-4c9543344774, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [035f9796-98e6-4a71-982e-4c9543344774, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [035f9796-98e6-4a71-982e-4c9543344774, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ee18c999-b8d1-43ab-ad71-bd650e92f974, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ee18c999-b8d1-43ab-ad71-bd650e92f974, http://www.w3.org/ns/shacl#in, d4e70f4a-3a9c-4540-acd7-8941f83aebb1] [ee18c999-b8d1-43ab-ad71-bd650e92f974, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d2150169-fda8-4070-bb3c-a24e6dd3d223, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d2150169-fda8-4070-bb3c-a24e6dd3d223, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d2150169-fda8-4070-bb3c-a24e6dd3d223, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d2150169-fda8-4070-bb3c-a24e6dd3d223, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d4e70f4a-3a9c-4540-acd7-8941f83aebb1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 626a5c97-7684-46d5-bf70-5ed37d417d4e] [d4e70f4a-3a9c-4540-acd7-8941f83aebb1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ba2c9d95-7dd6-4dfc-95b0-b8166aae480a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ba2c9d95-7dd6-4dfc-95b0-b8166aae480a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ba2c9d95-7dd6-4dfc-95b0-b8166aae480a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [626a5c97-7684-46d5-bf70-5ed37d417d4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 66e43ec9-8bd1-47e7-b920-1c4a94d93cc3] [626a5c97-7684-46d5-bf70-5ed37d417d4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [66e43ec9-8bd1-47e7-b920-1c4a94d93cc3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [66e43ec9-8bd1-47e7-b920-1c4a94d93cc3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [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, d209851e-8265-4caf-9f2e-c3e97bdd79ec] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ee18c999-b8d1-43ab-ad71-bd650e92f974] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba2c9d95-7dd6-4dfc-95b0-b8166aae480a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4710dca7-12ca-4b8e-9228-62f3a6d6fa1c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 035f9796-98e6-4a71-982e-4c9543344774] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d2150169-fda8-4070-bb3c-a24e6dd3d223] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e3da8790-d83f-42ea-8480-39946c69f95f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, edc489f9-ce7e-457e-99b4-6208aafeaa87]>
21:29:54.390 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.392 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.393 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:035f9796-98e6-4a71-982e-4c9543344774,_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,_:ee18c999-b8d1-43ab-ad71-bd650e92f974,_:edc489f9-ce7e-457e-99b4-6208aafeaa87,_:e3da8790-d83f-42ea-8480-39946c69f95f,_:d2150169-fda8-4070-bb3c-a24e6dd3d223,_:d209851e-8265-4caf-9f2e-c3e97bdd79ec,_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a. Pending nodes: 
21:29:54.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:035f9796-98e6-4a71-982e-4c9543344774
21:29:54.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c
21:29:54.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee18c999-b8d1-43ab-ad71-bd650e92f974
21:29:54.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:edc489f9-ce7e-457e-99b4-6208aafeaa87
21:29:54.398 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3da8790-d83f-42ea-8480-39946c69f95f
21:29:54.399 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d2150169-fda8-4070-bb3c-a24e6dd3d223
21:29:54.400 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d209851e-8265-4caf-9f2e-c3e97bdd79ec
21:29:54.401 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d209851e-8265-4caf-9f2e-c3e97bdd79ec
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d2150169-fda8-4070-bb3c-a24e6dd3d223
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3da8790-d83f-42ea-8480-39946c69f95f
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:edc489f9-ce7e-457e-99b4-6208aafeaa87
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee18c999-b8d1-43ab-ad71-bd650e92f974
21:29:54.401 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:035f9796-98e6-4a71-982e-4c9543344774
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:035f9796-98e6-4a71-982e-4c9543344774,_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,_:ee18c999-b8d1-43ab-ad71-bd650e92f974,_:edc489f9-ce7e-457e-99b4-6208aafeaa87,_:e3da8790-d83f-42ea-8480-39946c69f95f,_:d2150169-fda8-4070-bb3c-a24e6dd3d223,_:d209851e-8265-4caf-9f2e-c3e97bdd79ec,_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:035f9796-98e6-4a71-982e-4c9543344774)
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c)
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee18c999-b8d1-43ab-ad71-bd650e92f974)
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edc489f9-ce7e-457e-99b4-6208aafeaa87)
21:29:54.402 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3da8790-d83f-42ea-8480-39946c69f95f)
21:29:54.403 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d2150169-fda8-4070-bb3c-a24e6dd3d223)
21:29:54.403 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d209851e-8265-4caf-9f2e-c3e97bdd79ec)
21:29:54.403 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)
21:29:54.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:035f9796-98e6-4a71-982e-4c9543344774=ShapeTyping(TypingMap(Map()))
21:29:54.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.405 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c=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(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,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>)))))))
21:29:54.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee18c999-b8d1-43ab-ad71-bd650e92f974=ShapeTyping(TypingMap(Map()))
21:29:54.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.408 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:edc489f9-ce7e-457e-99b4-6208aafeaa87],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edc489f9-ce7e-457e-99b4-6208aafeaa87=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(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:edc489f9-ce7e-457e-99b4-6208aafeaa87,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>)))))))
21:29:54.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.411 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e3da8790-d83f-42ea-8480-39946c69f95f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.411 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3da8790-d83f-42ea-8480-39946c69f95f=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(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e3da8790-d83f-42ea-8480-39946c69f95f,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"))))))))
21:29:54.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.412 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.331Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d2150169-fda8-4070-bb3c-a24e6dd3d223],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d2150169-fda8-4070-bb3c-a24e6dd3d223=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(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d2150169-fda8-4070-bb3c-a24e6dd3d223,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>)))))))
21:29:54.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.413 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d209851e-8265-4caf-9f2e-c3e97bdd79ec=ShapeTyping(TypingMap(Map()))
21:29:54.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.413 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a=ShapeTyping(TypingMap(Map()))
21:29:54.414 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:035f9796-98e6-4a71-982e-4c9543344774,_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,_:ee18c999-b8d1-43ab-ad71-bd650e92f974,_:edc489f9-ce7e-457e-99b4-6208aafeaa87,_:e3da8790-d83f-42ea-8480-39946c69f95f,_:d2150169-fda8-4070-bb3c-a24e6dd3d223,_:d209851e-8265-4caf-9f2e-c3e97bdd79ec,_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,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(_:edc489f9-ce7e-457e-99b4-6208aafeaa87,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(_:d2150169-fda8-4070-bb3c-a24e6dd3d223,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(_:e3da8790-d83f-42ea-8480-39946c69f95f,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.414 [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(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,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(_:edc489f9-ce7e-457e-99b4-6208aafeaa87,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(_:d2150169-fda8-4070-bb3c-a24e6dd3d223,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(_:e3da8790-d83f-42ea-8480-39946c69f95f,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.414 [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(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c,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(_:edc489f9-ce7e-457e-99b4-6208aafeaa87,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(_:d2150169-fda8-4070-bb3c-a24e6dd3d223,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(_:e3da8790-d83f-42ea-8480-39946c69f95f,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:035f9796-98e6-4a71-982e-4c9543344774), ShapeRef(_:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c), ShapeRef(_:ee18c999-b8d1-43ab-ad71-bd650e92f974), ShapeRef(_:edc489f9-ce7e-457e-99b4-6208aafeaa87), ShapeRef(_:e3da8790-d83f-42ea-8480-39946c69f95f), ShapeRef(_:d2150169-fda8-4070-bb3c-a24e6dd3d223), ShapeRef(_:d209851e-8265-4caf-9f2e-c3e97bdd79ec), ShapeRef(_:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a)),false,List()) -> TypingResult(Valid(List()))))))
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba2c9d95-7dd6-4dfc-95b0-b8166aae480a: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d209851e-8265-4caf-9f2e-c3e97bdd79ec = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d209851e-8265-4caf-9f2e-c3e97bdd79ec = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d209851e-8265-4caf-9f2e-c3e97bdd79ec: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d2150169-fda8-4070-bb3c-a24e6dd3d223 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d2150169-fda8-4070-bb3c-a24e6dd3d223 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d2150169-fda8-4070-bb3c-a24e6dd3d223: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3da8790-d83f-42ea-8480-39946c69f95f = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3da8790-d83f-42ea-8480-39946c69f95f = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3da8790-d83f-42ea-8480-39946c69f95f: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:edc489f9-ce7e-457e-99b4-6208aafeaa87 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:edc489f9-ce7e-457e-99b4-6208aafeaa87 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:edc489f9-ce7e-457e-99b4-6208aafeaa87: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee18c999-b8d1-43ab-ad71-bd650e92f974 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee18c999-b8d1-43ab-ad71-bd650e92f974 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee18c999-b8d1-43ab-ad71-bd650e92f974: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4710dca7-12ca-4b8e-9228-62f3a6d6fa1c: 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:035f9796-98e6-4a71-982e-4c9543344774 = 
21:29:54.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:035f9796-98e6-4a71-982e-4c9543344774 = 
21:29:54.416 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:035f9796-98e6-4a71-982e-4c9543344774: 
21:29:54.418 [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
               ]
] .

21:29:54.420 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 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-07T21:29:54.422Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:54.429 [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-07T21:29:54.422Z"^^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-07T21:29:54.422Z"^^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: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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:54.430 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 @rdf:type sh:Property; 38a8b222-d253-4b88-8b12-2b7240e033ae @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 38a8b222-d253-4b88-8b12-2b7240e033ae @sh:in 262a1156-f916-4ec4-a80e-ed65c9dd7423; 38a8b222-d253-4b88-8b12-2b7240e033ae @rdf:type sh:Property; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:path http://www.sampledomain.org/sam#aStringProperty; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:pattern "^B"; 7d026d65-f082-4e64-87f7-6c1c547f88b9 @sh:description "a Simple Single String Property"...} |  [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f4a3e0d-71e6-4f7a-8bef-339b40b601b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38a8b222-d253-4b88-8b12-2b7240e033ae, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [38a8b222-d253-4b88-8b12-2b7240e033ae, http://www.w3.org/ns/shacl#in, 262a1156-f916-4ec4-a80e-ed65c9dd7423] [38a8b222-d253-4b88-8b12-2b7240e033ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#pattern, "^B"] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [7d026d65-f082-4e64-87f7-6c1c547f88b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [207c19e5-8df8-4888-88f9-1361039cfd95, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [207c19e5-8df8-4888-88f9-1361039cfd95, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [207c19e5-8df8-4888-88f9-1361039cfd95, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f70e567-1123-4b7d-8673-3ffb188d8d9f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [4f70e567-1123-4b7d-8673-3ffb188d8d9f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4f70e567-1123-4b7d-8673-3ffb188d8d9f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4f70e567-1123-4b7d-8673-3ffb188d8d9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [59fe76f8-f5c5-4d19-9719-310ecca92a94, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [59fe76f8-f5c5-4d19-9719-310ecca92a94, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [59fe76f8-f5c5-4d19-9719-310ecca92a94, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [59fe76f8-f5c5-4d19-9719-310ecca92a94, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [894f4281-e349-4a95-8eaf-515b84f95ca6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c7847312-4098-40e4-920e-8f87fd2563fd] [894f4281-e349-4a95-8eaf-515b84f95ca6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [262a1156-f916-4ec4-a80e-ed65c9dd7423, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 894f4281-e349-4a95-8eaf-515b84f95ca6] [262a1156-f916-4ec4-a80e-ed65c9dd7423, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [567acc56-dd81-4e8d-8b9c-e10096add5ba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1478620-8f21-4ba3-a3c9-78b7ae7227b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c1478620-8f21-4ba3-a3c9-78b7ae7227b7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c1478620-8f21-4ba3-a3c9-78b7ae7227b7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c1478620-8f21-4ba3-a3c9-78b7ae7227b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c7847312-4098-40e4-920e-8f87fd2563fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c7847312-4098-40e4-920e-8f87fd2563fd, 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, 207c19e5-8df8-4888-88f9-1361039cfd95] [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, 38a8b222-d253-4b88-8b12-2b7240e033ae] [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, 59fe76f8-f5c5-4d19-9719-310ecca92a94] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 567acc56-dd81-4e8d-8b9c-e10096add5ba] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4f70e567-1123-4b7d-8673-3ffb188d8d9f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7d026d65-f082-4e64-87f7-6c1c547f88b9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f4a3e0d-71e6-4f7a-8bef-339b40b601b0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c1478620-8f21-4ba3-a3c9-78b7ae7227b7]>
21:29:54.431 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.432 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.433 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:59fe76f8-f5c5-4d19-9719-310ecca92a94,_:567acc56-dd81-4e8d-8b9c-e10096add5ba,_:4f70e567-1123-4b7d-8673-3ffb188d8d9f,_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7,_:7d026d65-f082-4e64-87f7-6c1c547f88b9,_:38a8b222-d253-4b88-8b12-2b7240e033ae,_:207c19e5-8df8-4888-88f9-1361039cfd95. Pending nodes: 
21:29:54.433 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:59fe76f8-f5c5-4d19-9719-310ecca92a94
21:29:54.434 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:567acc56-dd81-4e8d-8b9c-e10096add5ba
21:29:54.434 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f70e567-1123-4b7d-8673-3ffb188d8d9f
21:29:54.487 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0
21:29:54.489 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1478620-8f21-4ba3-a3c9-78b7ae7227b7
21:29:54.490 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d026d65-f082-4e64-87f7-6c1c547f88b9
21:29:54.491 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38a8b222-d253-4b88-8b12-2b7240e033ae
21:29:54.492 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:207c19e5-8df8-4888-88f9-1361039cfd95
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:207c19e5-8df8-4888-88f9-1361039cfd95
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38a8b222-d253-4b88-8b12-2b7240e033ae
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d026d65-f082-4e64-87f7-6c1c547f88b9
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1478620-8f21-4ba3-a3c9-78b7ae7227b7
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f70e567-1123-4b7d-8673-3ffb188d8d9f
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:567acc56-dd81-4e8d-8b9c-e10096add5ba
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:59fe76f8-f5c5-4d19-9719-310ecca92a94
21:29:54.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:59fe76f8-f5c5-4d19-9719-310ecca92a94,_:567acc56-dd81-4e8d-8b9c-e10096add5ba,_:4f70e567-1123-4b7d-8673-3ffb188d8d9f,_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7,_:7d026d65-f082-4e64-87f7-6c1c547f88b9,_:38a8b222-d253-4b88-8b12-2b7240e033ae,_:207c19e5-8df8-4888-88f9-1361039cfd95)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59fe76f8-f5c5-4d19-9719-310ecca92a94)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:567acc56-dd81-4e8d-8b9c-e10096add5ba)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f70e567-1123-4b7d-8673-3ffb188d8d9f)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d026d65-f082-4e64-87f7-6c1c547f88b9)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38a8b222-d253-4b88-8b12-2b7240e033ae)
21:29:54.493 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:207c19e5-8df8-4888-88f9-1361039cfd95)
21:29:54.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.494 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.494 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.494 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.422Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:59fe76f8-f5c5-4d19-9719-310ecca92a94],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.495 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59fe76f8-f5c5-4d19-9719-310ecca92a94=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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:59fe76f8-f5c5-4d19-9719-310ecca92a94,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>)))))))
21:29:54.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.495 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.496 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:567acc56-dd81-4e8d-8b9c-e10096add5ba],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.496 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.497 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:567acc56-dd81-4e8d-8b9c-e10096add5ba=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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:567acc56-dd81-4e8d-8b9c-e10096add5ba,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>)))))))
21:29:54.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.497 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.497 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f70e567-1123-4b7d-8673-3ffb188d8d9f=ShapeTyping(TypingMap(Map()))
21:29:54.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.499 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.500 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0=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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,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>)))))))
21:29:54.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.500 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7=ShapeTyping(TypingMap(Map()))
21:29:54.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.503 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7d026d65-f082-4e64-87f7-6c1c547f88b9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.503 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d026d65-f082-4e64-87f7-6c1c547f88b9=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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7d026d65-f082-4e64-87f7-6c1c547f88b9,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>)))))))
21:29:54.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38a8b222-d253-4b88-8b12-2b7240e033ae=ShapeTyping(TypingMap(Map()))
21:29:54.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:207c19e5-8df8-4888-88f9-1361039cfd95=ShapeTyping(TypingMap(Map()))
21:29:54.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:59fe76f8-f5c5-4d19-9719-310ecca92a94,_:567acc56-dd81-4e8d-8b9c-e10096add5ba,_:4f70e567-1123-4b7d-8673-3ffb188d8d9f,_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7,_:7d026d65-f082-4e64-87f7-6c1c547f88b9,_:38a8b222-d253-4b88-8b12-2b7240e033ae,_:207c19e5-8df8-4888-88f9-1361039cfd95)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,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(_:7d026d65-f082-4e64-87f7-6c1c547f88b9,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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:59fe76f8-f5c5-4d19-9719-310ecca92a94,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(_:567acc56-dd81-4e8d-8b9c-e10096add5ba,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>)))))))
21:29:54.505 [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(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,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(_:7d026d65-f082-4e64-87f7-6c1c547f88b9,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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:59fe76f8-f5c5-4d19-9719-310ecca92a94,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(_:567acc56-dd81-4e8d-8b9c-e10096add5ba,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>)))))))
21:29:54.505 [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(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0,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(_:7d026d65-f082-4e64-87f7-6c1c547f88b9,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(_:59fe76f8-f5c5-4d19-9719-310ecca92a94), ShapeRef(_:567acc56-dd81-4e8d-8b9c-e10096add5ba), ShapeRef(_:4f70e567-1123-4b7d-8673-3ffb188d8d9f), ShapeRef(_:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0), ShapeRef(_:c1478620-8f21-4ba3-a3c9-78b7ae7227b7), ShapeRef(_:7d026d65-f082-4e64-87f7-6c1c547f88b9), ShapeRef(_:38a8b222-d253-4b88-8b12-2b7240e033ae), ShapeRef(_:207c19e5-8df8-4888-88f9-1361039cfd95)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:59fe76f8-f5c5-4d19-9719-310ecca92a94,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(_:567acc56-dd81-4e8d-8b9c-e10096add5ba,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>)))))))
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:207c19e5-8df8-4888-88f9-1361039cfd95 = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:207c19e5-8df8-4888-88f9-1361039cfd95 = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:207c19e5-8df8-4888-88f9-1361039cfd95: 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38a8b222-d253-4b88-8b12-2b7240e033ae = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38a8b222-d253-4b88-8b12-2b7240e033ae = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38a8b222-d253-4b88-8b12-2b7240e033ae: 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d026d65-f082-4e64-87f7-6c1c547f88b9 = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d026d65-f082-4e64-87f7-6c1c547f88b9 = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d026d65-f082-4e64-87f7-6c1c547f88b9: 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1478620-8f21-4ba3-a3c9-78b7ae7227b7 = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1478620-8f21-4ba3-a3c9-78b7ae7227b7 = 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1478620-8f21-4ba3-a3c9-78b7ae7227b7: 
21:29:54.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0 = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f4a3e0d-71e6-4f7a-8bef-339b40b601b0: 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f70e567-1123-4b7d-8673-3ffb188d8d9f = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f70e567-1123-4b7d-8673-3ffb188d8d9f = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f70e567-1123-4b7d-8673-3ffb188d8d9f: 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:567acc56-dd81-4e8d-8b9c-e10096add5ba = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:567acc56-dd81-4e8d-8b9c-e10096add5ba = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:567acc56-dd81-4e8d-8b9c-e10096add5ba: 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:59fe76f8-f5c5-4d19-9719-310ecca92a94 = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:59fe76f8-f5c5-4d19-9719-310ecca92a94 = 
21:29:54.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:59fe76f8-f5c5-4d19-9719-310ecca92a94: 
21:29:54.508 [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
] .

21:29:54.509 [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
] .

@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-07T21:29:54.51Z"^^<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 .
21:29:54.517 [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-07T21:29:54.51Z"^^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-07T21:29:54.51Z"^^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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:54.517 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {447a29e6-010f-4336-ae2c-e495e5d8483b @rdf:rest rdf:nil; 447a29e6-010f-4336-ae2c-e495e5d8483b @rdf:first "C"; 0c5d9827-d18d-4dba-9784-4f0808d45b4f @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0c5d9827-d18d-4dba-9784-4f0808d45b4f @sh:class http://www.sampledomain.org/sam#AnotherResource; 0c5d9827-d18d-4dba-9784-4f0808d45b4f @rdf:type sh:Property; a4db5760-3d5a-4044-b3e4-88318ecc4147 @rdf:rest 447a29e6-010f-4336-ae2c-e495e5d8483b; a4db5760-3d5a-4044-b3e4-88318ecc4147 @rdf:first "B"; fa169f80-fe1f-4e9c-958e-0eddafbb769c @rdf:rest a4db5760-3d5a-4044-b3e4-88318ecc4147; fa169f80-fe1f-4e9c-958e-0eddafbb769c @rdf:first "A"; 27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7 @rdf:type sh:Property; 985613c5-fee9-46e5-a464-52b5ab4d7008 @sh:path http://www.sampledomain.org/sam#aStringProperty; 985613c5-fee9-46e5-a464-52b5ab4d7008 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 985613c5-fee9-46e5-a464-52b5ab4d7008 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 985613c5-fee9-46e5-a464-52b5ab4d7008 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [447a29e6-010f-4336-ae2c-e495e5d8483b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [447a29e6-010f-4336-ae2c-e495e5d8483b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0c5d9827-d18d-4dba-9784-4f0808d45b4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0c5d9827-d18d-4dba-9784-4f0808d45b4f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0c5d9827-d18d-4dba-9784-4f0808d45b4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4db5760-3d5a-4044-b3e4-88318ecc4147, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 447a29e6-010f-4336-ae2c-e495e5d8483b] [a4db5760-3d5a-4044-b3e4-88318ecc4147, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [fa169f80-fe1f-4e9c-958e-0eddafbb769c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a4db5760-3d5a-4044-b3e4-88318ecc4147] [fa169f80-fe1f-4e9c-958e-0eddafbb769c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#pattern, "^B"] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [985613c5-fee9-46e5-a464-52b5ab4d7008, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b04bea10-0485-46a0-a154-6bef7211d18b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b04bea10-0485-46a0-a154-6bef7211d18b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b04bea10-0485-46a0-a154-6bef7211d18b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b04bea10-0485-46a0-a154-6bef7211d18b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [81b34ea7-13ee-4c83-8b72-56c460e67e9c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0d5dda4-fe9d-4e07-a002-0c2c4b247f71, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c0d5dda4-fe9d-4e07-a002-0c2c4b247f71, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c0d5dda4-fe9d-4e07-a002-0c2c4b247f71, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c0d5dda4-fe9d-4e07-a002-0c2c4b247f71, 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, b04bea10-0485-46a0-a154-6bef7211d18b] [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, 27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7] [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, 867e8758-f129-4896-bad8-0366b689b29b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 81b34ea7-13ee-4c83-8b72-56c460e67e9c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0c5d9827-d18d-4dba-9784-4f0808d45b4f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 985613c5-fee9-46e5-a464-52b5ab4d7008] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0d5dda4-fe9d-4e07-a002-0c2c4b247f71] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [867e8758-f129-4896-bad8-0366b689b29b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [867e8758-f129-4896-bad8-0366b689b29b, http://www.w3.org/ns/shacl#in, fa169f80-fe1f-4e9c-958e-0eddafbb769c] [867e8758-f129-4896-bad8-0366b689b29b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.518 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.520 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.521 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0c5d9827-d18d-4dba-9784-4f0808d45b4f,_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71,_:985613c5-fee9-46e5-a464-52b5ab4d7008,_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7,_:b04bea10-0485-46a0-a154-6bef7211d18b,_:81b34ea7-13ee-4c83-8b72-56c460e67e9c,_:867e8758-f129-4896-bad8-0366b689b29b. Pending nodes: 
21:29:54.521 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0c5d9827-d18d-4dba-9784-4f0808d45b4f
21:29:54.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71
21:29:54.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:985613c5-fee9-46e5-a464-52b5ab4d7008
21:29:54.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7
21:29:54.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b04bea10-0485-46a0-a154-6bef7211d18b
21:29:54.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:81b34ea7-13ee-4c83-8b72-56c460e67e9c
21:29:54.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:867e8758-f129-4896-bad8-0366b689b29b
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:867e8758-f129-4896-bad8-0366b689b29b
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:81b34ea7-13ee-4c83-8b72-56c460e67e9c
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b04bea10-0485-46a0-a154-6bef7211d18b
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:985613c5-fee9-46e5-a464-52b5ab4d7008
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0c5d9827-d18d-4dba-9784-4f0808d45b4f
21:29:54.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0c5d9827-d18d-4dba-9784-4f0808d45b4f,_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71,_:985613c5-fee9-46e5-a464-52b5ab4d7008,_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7,_:b04bea10-0485-46a0-a154-6bef7211d18b,_:81b34ea7-13ee-4c83-8b72-56c460e67e9c,_:867e8758-f129-4896-bad8-0366b689b29b)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c5d9827-d18d-4dba-9784-4f0808d45b4f)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:985613c5-fee9-46e5-a464-52b5ab4d7008)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b04bea10-0485-46a0-a154-6bef7211d18b)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81b34ea7-13ee-4c83-8b72-56c460e67e9c)
21:29:54.527 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:867e8758-f129-4896-bad8-0366b689b29b)
21:29:54.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.528 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c5d9827-d18d-4dba-9784-4f0808d45b4f=ShapeTyping(TypingMap(Map()))
21:29:54.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.529 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71=ShapeTyping(TypingMap(Map()))
21:29:54.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.530 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:985613c5-fee9-46e5-a464-52b5ab4d7008],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.530 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:985613c5-fee9-46e5-a464-52b5ab4d7008=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(_:0c5d9827-d18d-4dba-9784-4f0808d45b4f), ShapeRef(_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71), ShapeRef(_:985613c5-fee9-46e5-a464-52b5ab4d7008), ShapeRef(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7), ShapeRef(_:b04bea10-0485-46a0-a154-6bef7211d18b), ShapeRef(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c), ShapeRef(_:867e8758-f129-4896-bad8-0366b689b29b)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:985613c5-fee9-46e5-a464-52b5ab4d7008,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>)))))))
21:29:54.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.51Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.531 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7=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(_:0c5d9827-d18d-4dba-9784-4f0808d45b4f), ShapeRef(_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71), ShapeRef(_:985613c5-fee9-46e5-a464-52b5ab4d7008), ShapeRef(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7), ShapeRef(_:b04bea10-0485-46a0-a154-6bef7211d18b), ShapeRef(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c), ShapeRef(_:867e8758-f129-4896-bad8-0366b689b29b)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7,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>)))))))
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b04bea10-0485-46a0-a154-6bef7211d18b=ShapeTyping(TypingMap(Map()))
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:81b34ea7-13ee-4c83-8b72-56c460e67e9c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.533 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81b34ea7-13ee-4c83-8b72-56c460e67e9c=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(_:0c5d9827-d18d-4dba-9784-4f0808d45b4f), ShapeRef(_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71), ShapeRef(_:985613c5-fee9-46e5-a464-52b5ab4d7008), ShapeRef(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7), ShapeRef(_:b04bea10-0485-46a0-a154-6bef7211d18b), ShapeRef(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c), ShapeRef(_:867e8758-f129-4896-bad8-0366b689b29b)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c,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>)))))))
21:29:54.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.533 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:867e8758-f129-4896-bad8-0366b689b29b=ShapeTyping(TypingMap(Map()))
21:29:54.533 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0c5d9827-d18d-4dba-9784-4f0808d45b4f,_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71,_:985613c5-fee9-46e5-a464-52b5ab4d7008,_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7,_:b04bea10-0485-46a0-a154-6bef7211d18b,_:81b34ea7-13ee-4c83-8b72-56c460e67e9c,_:867e8758-f129-4896-bad8-0366b689b29b)=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(_:0c5d9827-d18d-4dba-9784-4f0808d45b4f), ShapeRef(_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71), ShapeRef(_:985613c5-fee9-46e5-a464-52b5ab4d7008), ShapeRef(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7), ShapeRef(_:b04bea10-0485-46a0-a154-6bef7211d18b), ShapeRef(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c), ShapeRef(_:867e8758-f129-4896-bad8-0366b689b29b)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7,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(_:985613c5-fee9-46e5-a464-52b5ab4d7008,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(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c,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>)))))))
21:29:54.623 [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(_:0c5d9827-d18d-4dba-9784-4f0808d45b4f), ShapeRef(_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71), ShapeRef(_:985613c5-fee9-46e5-a464-52b5ab4d7008), ShapeRef(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7), ShapeRef(_:b04bea10-0485-46a0-a154-6bef7211d18b), ShapeRef(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c), ShapeRef(_:867e8758-f129-4896-bad8-0366b689b29b)),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#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
21:29:54.623 [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(_:0c5d9827-d18d-4dba-9784-4f0808d45b4f), ShapeRef(_:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71), ShapeRef(_:985613c5-fee9-46e5-a464-52b5ab4d7008), ShapeRef(_:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7), ShapeRef(_:b04bea10-0485-46a0-a154-6bef7211d18b), ShapeRef(_:81b34ea7-13ee-4c83-8b72-56c460e67e9c), ShapeRef(_:867e8758-f129-4896-bad8-0366b689b29b)),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#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:867e8758-f129-4896-bad8-0366b689b29b = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:867e8758-f129-4896-bad8-0366b689b29b = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:867e8758-f129-4896-bad8-0366b689b29b: 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:81b34ea7-13ee-4c83-8b72-56c460e67e9c = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:81b34ea7-13ee-4c83-8b72-56c460e67e9c = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:81b34ea7-13ee-4c83-8b72-56c460e67e9c: 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b04bea10-0485-46a0-a154-6bef7211d18b = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b04bea10-0485-46a0-a154-6bef7211d18b = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b04bea10-0485-46a0-a154-6bef7211d18b: 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7 = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7 = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27c2d8e7-2cdf-4f4e-b4fb-e345834a16f7: 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:985613c5-fee9-46e5-a464-52b5ab4d7008 = 
21:29:54.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:985613c5-fee9-46e5-a464-52b5ab4d7008 = 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:985613c5-fee9-46e5-a464-52b5ab4d7008: 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71 = 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71 = 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0d5dda4-fe9d-4e07-a002-0c2c4b247f71: 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0c5d9827-d18d-4dba-9784-4f0808d45b4f = 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0c5d9827-d18d-4dba-9784-4f0808d45b4f = 
21:29:54.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0c5d9827-d18d-4dba-9784-4f0808d45b4f: 
21:29:54.628 [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#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>). 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
               ]
] .

21:29:54.630 [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#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>). 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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 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-07T21:29:54.632Z"^^<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 .
21:29:54.642 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.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-07T21:29:54.632Z"^^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 @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [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.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-07T21:29:54.632Z"^^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.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#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: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#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#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        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      "integerProperty3" ;
                          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:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
21:29:54.643 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {da8d14ec-22b0-4c70-918a-f4dee277553a @sh:path http://www.sampledomain.org/sam#aReferenceProperty; da8d14ec-22b0-4c70-918a-f4dee277553a @sh:name "aReferenceProperty"; da8d14ec-22b0-4c70-918a-f4dee277553a @sh:class http://www.sampledomain.org/sam#AnotherResource; da8d14ec-22b0-4c70-918a-f4dee277553a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; da8d14ec-22b0-4c70-918a-f4dee277553a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; da8d14ec-22b0-4c70-918a-f4dee277553a @sh:datatype oslc:Resource; da8d14ec-22b0-4c70-918a-f4dee277553a @rdf:type sh:Property; 201d39f6-b920-419c-89a9-21801b7c8f9d @sh:path http://www.sampledomain.org/sam#integerProperty2; 201d39f6-b920-419c-89a9-21801b7c8f9d @sh:name "integerProperty2"; 201d39f6-b920-419c-89a9-21801b7c8f9d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 201d39f6-b920-419c-89a9-21801b7c8f9d @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 201d39f6-b920-419c-89a9-21801b7c8f9d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 201d39f6-b920-419c-89a9-21801b7c8f9d @rdf:type sh:Property; 436d8131-a373-4087-9019-80b3c257a3c9 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 436d8131-a373-4087-9019-80b3c257a3c9 @sh:name "aSetOfDates"; 436d8131-a373-4087-9019-80b3c257a3c9 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 436d8131-a373-4087-9019-80b3c257a3c9 @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime...} |  [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [da8d14ec-22b0-4c70-918a-f4dee277553a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [201d39f6-b920-419c-89a9-21801b7c8f9d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [201d39f6-b920-419c-89a9-21801b7c8f9d, http://www.w3.org/ns/shacl#name, "integerProperty2"] [201d39f6-b920-419c-89a9-21801b7c8f9d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [201d39f6-b920-419c-89a9-21801b7c8f9d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [201d39f6-b920-419c-89a9-21801b7c8f9d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [201d39f6-b920-419c-89a9-21801b7c8f9d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [436d8131-a373-4087-9019-80b3c257a3c9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [436d8131-a373-4087-9019-80b3c257a3c9, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [436d8131-a373-4087-9019-80b3c257a3c9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [436d8131-a373-4087-9019-80b3c257a3c9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [436d8131-a373-4087-9019-80b3c257a3c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f, http://www.w3.org/ns/shacl#name, "aStringProperty"] [c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7976b6d3-1668-4de3-9685-3c22fc366c3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7976b6d3-1668-4de3-9685-3c22fc366c3a, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [7976b6d3-1668-4de3-9685-3c22fc366c3a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7976b6d3-1668-4de3-9685-3c22fc366c3a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7976b6d3-1668-4de3-9685-3c22fc366c3a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7976b6d3-1668-4de3-9685-3c22fc366c3a, 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, 7976b6d3-1668-4de3-9685-3c22fc366c3a] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ed182950-cdc8-48bb-bf3f-1ba02f9454b4] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 436d8131-a373-4087-9019-80b3c257a3c9] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, da8d14ec-22b0-4c70-918a-f4dee277553a] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 6f206b31-bab8-4193-aafa-412ecb8bbe34] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 201d39f6-b920-419c-89a9-21801b7c8f9d] [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] [6f206b31-bab8-4193-aafa-412ecb8bbe34, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6f206b31-bab8-4193-aafa-412ecb8bbe34, http://www.w3.org/ns/shacl#name, "integerProperty3"] [6f206b31-bab8-4193-aafa-412ecb8bbe34, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6f206b31-bab8-4193-aafa-412ecb8bbe34, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6f206b31-bab8-4193-aafa-412ecb8bbe34, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6f206b31-bab8-4193-aafa-412ecb8bbe34, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ed182950-cdc8-48bb-bf3f-1ba02f9454b4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ed182950-cdc8-48bb-bf3f-1ba02f9454b4, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [ed182950-cdc8-48bb-bf3f-1ba02f9454b4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ed182950-cdc8-48bb-bf3f-1ba02f9454b4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ed182950-cdc8-48bb-bf3f-1ba02f9454b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.643 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
21:29:54.644 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
21:29:54.645 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,_:da8d14ec-22b0-4c70-918a-f4dee277553a,_:201d39f6-b920-419c-89a9-21801b7c8f9d,_:7976b6d3-1668-4de3-9685-3c22fc366c3a,_:436d8131-a373-4087-9019-80b3c257a3c9,_:6f206b31-bab8-4193-aafa-412ecb8bbe34. Pending nodes: 
21:29:54.645 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f
21:29:54.646 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ed182950-cdc8-48bb-bf3f-1ba02f9454b4
21:29:54.688 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da8d14ec-22b0-4c70-918a-f4dee277553a
21:29:54.690 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:201d39f6-b920-419c-89a9-21801b7c8f9d
21:29:54.691 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7976b6d3-1668-4de3-9685-3c22fc366c3a
21:29:54.691 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:436d8131-a373-4087-9019-80b3c257a3c9
21:29:54.692 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6f206b31-bab8-4193-aafa-412ecb8bbe34
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6f206b31-bab8-4193-aafa-412ecb8bbe34
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:436d8131-a373-4087-9019-80b3c257a3c9
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7976b6d3-1668-4de3-9685-3c22fc366c3a
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:201d39f6-b920-419c-89a9-21801b7c8f9d
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da8d14ec-22b0-4c70-918a-f4dee277553a
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ed182950-cdc8-48bb-bf3f-1ba02f9454b4
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6f206b31-bab8-4193-aafa-412ecb8bbe34 = 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6f206b31-bab8-4193-aafa-412ecb8bbe34 = 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6f206b31-bab8-4193-aafa-412ecb8bbe34: 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:436d8131-a373-4087-9019-80b3c257a3c9 = 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:436d8131-a373-4087-9019-80b3c257a3c9 = 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:436d8131-a373-4087-9019-80b3c257a3c9: 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7976b6d3-1668-4de3-9685-3c22fc366c3a = 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7976b6d3-1668-4de3-9685-3c22fc366c3a = 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7976b6d3-1668-4de3-9685-3c22fc366c3a: 
21:29:54.693 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:201d39f6-b920-419c-89a9-21801b7c8f9d = 
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:201d39f6-b920-419c-89a9-21801b7c8f9d = 
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:201d39f6-b920-419c-89a9-21801b7c8f9d: 
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,_:da8d14ec-22b0-4c70-918a-f4dee277553a,_:201d39f6-b920-419c-89a9-21801b7c8f9d,_:7976b6d3-1668-4de3-9685-3c22fc366c3a,_:436d8131-a373-4087-9019-80b3c257a3c9,_:6f206b31-bab8-4193-aafa-412ecb8bbe34)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:da8d14ec-22b0-4c70-918a-f4dee277553a)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:201d39f6-b920-419c-89a9-21801b7c8f9d)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:7976b6d3-1668-4de3-9685-3c22fc366c3a)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:436d8131-a373-4087-9019-80b3c257a3c9)
21:29:54.694 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:6f206b31-bab8-4193-aafa-412ecb8bbe34)
21:29:54.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.695 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.696 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,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>)))))))
21:29:54.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.696 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,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>)))))))
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:da8d14ec-22b0-4c70-918a-f4dee277553a],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.698 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:da8d14ec-22b0-4c70-918a-f4dee277553a=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:da8d14ec-22b0-4c70-918a-f4dee277553a,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>)))))))
21:29:54.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.698 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.699 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:201d39f6-b920-419c-89a9-21801b7c8f9d],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
21:29:54.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.699 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:201d39f6-b920-419c-89a9-21801b7c8f9d=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:201d39f6-b920-419c-89a9-21801b7c8f9d,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>)))))))
21:29:54.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.699 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.700 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:7976b6d3-1668-4de3-9685-3c22fc366c3a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.700 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.701 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:7976b6d3-1668-4de3-9685-3c22fc366c3a=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7976b6d3-1668-4de3-9685-3c22fc366c3a,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>)))))))
21:29:54.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.701 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T21:29:54.632Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:436d8131-a373-4087-9019-80b3c257a3c9],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.701 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.702 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:436d8131-a373-4087-9019-80b3c257a3c9=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:436d8131-a373-4087-9019-80b3c257a3c9,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-07T21:29:54.632Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
21:29:54.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.702 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.702 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:6f206b31-bab8-4193-aafa-412ecb8bbe34],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
21:29:54.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.703 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.703 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:6f206b31-bab8-4193-aafa-412ecb8bbe34=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(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6f206b31-bab8-4193-aafa-412ecb8bbe34,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>)))))))
21:29:54.703 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,_:da8d14ec-22b0-4c70-918a-f4dee277553a,_:201d39f6-b920-419c-89a9-21801b7c8f9d,_:7976b6d3-1668-4de3-9685-3c22fc366c3a,_:436d8131-a373-4087-9019-80b3c257a3c9,_:6f206b31-bab8-4193-aafa-412ecb8bbe34)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,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(_:7976b6d3-1668-4de3-9685-3c22fc366c3a,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(_:436d8131-a373-4087-9019-80b3c257a3c9,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-07T21:29:54.632Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:201d39f6-b920-419c-89a9-21801b7c8f9d,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(_:6f206b31-bab8-4193-aafa-412ecb8bbe34,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(_:da8d14ec-22b0-4c70-918a-f4dee277553a,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,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>)))))))
21:29:54.704 [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(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,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(_:7976b6d3-1668-4de3-9685-3c22fc366c3a,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(_:436d8131-a373-4087-9019-80b3c257a3c9,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-07T21:29:54.632Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:201d39f6-b920-419c-89a9-21801b7c8f9d,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(_:6f206b31-bab8-4193-aafa-412ecb8bbe34,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(_:da8d14ec-22b0-4c70-918a-f4dee277553a,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,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>)))))))
21:29:54.704 [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(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4,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(_:7976b6d3-1668-4de3-9685-3c22fc366c3a,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(_:436d8131-a373-4087-9019-80b3c257a3c9,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-07T21:29:54.632Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:201d39f6-b920-419c-89a9-21801b7c8f9d,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(_:6f206b31-bab8-4193-aafa-412ecb8bbe34,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(_:da8d14ec-22b0-4c70-918a-f4dee277553a,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f), ShapeRef(_:ed182950-cdc8-48bb-bf3f-1ba02f9454b4), ShapeRef(_:da8d14ec-22b0-4c70-918a-f4dee277553a), ShapeRef(_:201d39f6-b920-419c-89a9-21801b7c8f9d), ShapeRef(_:7976b6d3-1668-4de3-9685-3c22fc366c3a), ShapeRef(_:436d8131-a373-4087-9019-80b3c257a3c9), ShapeRef(_:6f206b31-bab8-4193-aafa-412ecb8bbe34)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f,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>)))))))
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da8d14ec-22b0-4c70-918a-f4dee277553a = 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da8d14ec-22b0-4c70-918a-f4dee277553a = 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da8d14ec-22b0-4c70-918a-f4dee277553a: 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ed182950-cdc8-48bb-bf3f-1ba02f9454b4 = 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ed182950-cdc8-48bb-bf3f-1ba02f9454b4 = 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ed182950-cdc8-48bb-bf3f-1ba02f9454b4: 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f = 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f = 
21:29:54.704 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c958cbf1-9b1c-4dd2-8a8c-90c5f3929a3f: 
21:29:54.706 [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
] .

21:29:54.707 [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
] .

@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-07T21:29:54.708Z"^^<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 .
21:29:54.716 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:54.708Z"^^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 @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [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#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:54.708Z"^^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.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#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: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: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#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: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#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:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
21:29:54.716 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {aafe32bc-1873-4287-9adf-3e02d3a14bda @sh:path http://www.sampledomain.org/sam#integerProperty2; aafe32bc-1873-4287-9adf-3e02d3a14bda @sh:name "integerProperty2"; aafe32bc-1873-4287-9adf-3e02d3a14bda @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; aafe32bc-1873-4287-9adf-3e02d3a14bda @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; aafe32bc-1873-4287-9adf-3e02d3a14bda @sh:datatype http://www.w3.org/2001/XMLSchema#integer; aafe32bc-1873-4287-9adf-3e02d3a14bda @rdf:type sh:Property; d4800158-7d56-45cd-a3bc-a76af3642b37 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; d4800158-7d56-45cd-a3bc-a76af3642b37 @sh:name "anIntegerProperty"; d4800158-7d56-45cd-a3bc-a76af3642b37 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d4800158-7d56-45cd-a3bc-a76af3642b37 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d4800158-7d56-45cd-a3bc-a76af3642b37 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; d4800158-7d56-45cd-a3bc-a76af3642b37 @rdf:type sh:Property; f5ac4f5c-01f0-40ea-855f-23712121454b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f5ac4f5c-01f0-40ea-855f-23712121454b @sh:name "anotherIntegerProperty"; f5ac4f5c-01f0-40ea-855f-23712121454b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f5ac4f5c-01f0-40ea-855f-23712121454b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f5ac4f5c-01f0-40ea-855f-23712121454b @rdf:type sh:Property...} |  [aafe32bc-1873-4287-9adf-3e02d3a14bda, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [aafe32bc-1873-4287-9adf-3e02d3a14bda, http://www.w3.org/ns/shacl#name, "integerProperty2"] [aafe32bc-1873-4287-9adf-3e02d3a14bda, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aafe32bc-1873-4287-9adf-3e02d3a14bda, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [aafe32bc-1873-4287-9adf-3e02d3a14bda, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [aafe32bc-1873-4287-9adf-3e02d3a14bda, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d4800158-7d56-45cd-a3bc-a76af3642b37, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d4800158-7d56-45cd-a3bc-a76af3642b37, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [d4800158-7d56-45cd-a3bc-a76af3642b37, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d4800158-7d56-45cd-a3bc-a76af3642b37, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d4800158-7d56-45cd-a3bc-a76af3642b37, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d4800158-7d56-45cd-a3bc-a76af3642b37, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5ac4f5c-01f0-40ea-855f-23712121454b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f5ac4f5c-01f0-40ea-855f-23712121454b, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [f5ac4f5c-01f0-40ea-855f-23712121454b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f5ac4f5c-01f0-40ea-855f-23712121454b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f5ac4f5c-01f0-40ea-855f-23712121454b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [98775e2e-0f89-4ca5-a066-092c3c4fd6f5, 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#property, 0d53b491-850d-4d3e-98c6-3fe2b57eeb87] [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, d4800158-7d56-45cd-a3bc-a76af3642b37] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, f5ac4f5c-01f0-40ea-855f-23712121454b] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 52fd1b1a-9995-41ea-a433-d4809393efc9] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 98775e2e-0f89-4ca5-a066-092c3c4fd6f5] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, b33aca32-12ac-4488-b79a-bfb86094417d] [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, aafe32bc-1873-4287-9adf-3e02d3a14bda] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [0d53b491-850d-4d3e-98c6-3fe2b57eeb87, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0d53b491-850d-4d3e-98c6-3fe2b57eeb87, http://www.w3.org/ns/shacl#name, "integerProperty3"] [0d53b491-850d-4d3e-98c6-3fe2b57eeb87, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0d53b491-850d-4d3e-98c6-3fe2b57eeb87, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0d53b491-850d-4d3e-98c6-3fe2b57eeb87, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0d53b491-850d-4d3e-98c6-3fe2b57eeb87, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b33aca32-12ac-4488-b79a-bfb86094417d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b33aca32-12ac-4488-b79a-bfb86094417d, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [b33aca32-12ac-4488-b79a-bfb86094417d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b33aca32-12ac-4488-b79a-bfb86094417d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [b33aca32-12ac-4488-b79a-bfb86094417d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [52fd1b1a-9995-41ea-a433-d4809393efc9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [52fd1b1a-9995-41ea-a433-d4809393efc9, http://www.w3.org/ns/shacl#name, "aStringProperty"] [52fd1b1a-9995-41ea-a433-d4809393efc9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [52fd1b1a-9995-41ea-a433-d4809393efc9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [52fd1b1a-9995-41ea-a433-d4809393efc9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [52fd1b1a-9995-41ea-a433-d4809393efc9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
21:29:54.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
21:29:54.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b33aca32-12ac-4488-b79a-bfb86094417d,_:52fd1b1a-9995-41ea-a433-d4809393efc9,_:f5ac4f5c-01f0-40ea-855f-23712121454b,_:aafe32bc-1873-4287-9adf-3e02d3a14bda,_:d4800158-7d56-45cd-a3bc-a76af3642b37,_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5. Pending nodes: 
21:29:54.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b33aca32-12ac-4488-b79a-bfb86094417d
21:29:54.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:52fd1b1a-9995-41ea-a433-d4809393efc9
21:29:54.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5ac4f5c-01f0-40ea-855f-23712121454b
21:29:54.721 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aafe32bc-1873-4287-9adf-3e02d3a14bda
21:29:54.722 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d4800158-7d56-45cd-a3bc-a76af3642b37
21:29:54.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0d53b491-850d-4d3e-98c6-3fe2b57eeb87
21:29:54.724 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:98775e2e-0f89-4ca5-a066-092c3c4fd6f5
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:98775e2e-0f89-4ca5-a066-092c3c4fd6f5
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0d53b491-850d-4d3e-98c6-3fe2b57eeb87
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d4800158-7d56-45cd-a3bc-a76af3642b37
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aafe32bc-1873-4287-9adf-3e02d3a14bda
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5ac4f5c-01f0-40ea-855f-23712121454b
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:52fd1b1a-9995-41ea-a433-d4809393efc9
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b33aca32-12ac-4488-b79a-bfb86094417d
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:98775e2e-0f89-4ca5-a066-092c3c4fd6f5 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:98775e2e-0f89-4ca5-a066-092c3c4fd6f5 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:98775e2e-0f89-4ca5-a066-092c3c4fd6f5: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0d53b491-850d-4d3e-98c6-3fe2b57eeb87 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0d53b491-850d-4d3e-98c6-3fe2b57eeb87 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0d53b491-850d-4d3e-98c6-3fe2b57eeb87: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d4800158-7d56-45cd-a3bc-a76af3642b37 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d4800158-7d56-45cd-a3bc-a76af3642b37 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d4800158-7d56-45cd-a3bc-a76af3642b37: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aafe32bc-1873-4287-9adf-3e02d3a14bda = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aafe32bc-1873-4287-9adf-3e02d3a14bda = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aafe32bc-1873-4287-9adf-3e02d3a14bda: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5ac4f5c-01f0-40ea-855f-23712121454b = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5ac4f5c-01f0-40ea-855f-23712121454b = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5ac4f5c-01f0-40ea-855f-23712121454b: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:52fd1b1a-9995-41ea-a433-d4809393efc9 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:52fd1b1a-9995-41ea-a433-d4809393efc9 = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:52fd1b1a-9995-41ea-a433-d4809393efc9: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b33aca32-12ac-4488-b79a-bfb86094417d = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b33aca32-12ac-4488-b79a-bfb86094417d = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b33aca32-12ac-4488-b79a-bfb86094417d: 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
21:29:54.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:b33aca32-12ac-4488-b79a-bfb86094417d,_:52fd1b1a-9995-41ea-a433-d4809393efc9,_:f5ac4f5c-01f0-40ea-855f-23712121454b,_:aafe32bc-1873-4287-9adf-3e02d3a14bda,_:d4800158-7d56-45cd-a3bc-a76af3642b37,_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b33aca32-12ac-4488-b79a-bfb86094417d)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:52fd1b1a-9995-41ea-a433-d4809393efc9)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:f5ac4f5c-01f0-40ea-855f-23712121454b)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:aafe32bc-1873-4287-9adf-3e02d3a14bda)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d4800158-7d56-45cd-a3bc-a76af3642b37)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87)
21:29:54.726 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)
21:29:54.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.727 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T21:29:54.708Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b33aca32-12ac-4488-b79a-bfb86094417d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.727 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b33aca32-12ac-4488-b79a-bfb86094417d=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b33aca32-12ac-4488-b79a-bfb86094417d,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-07T21:29:54.708Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
21:29:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.728 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:52fd1b1a-9995-41ea-a433-d4809393efc9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.788 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:52fd1b1a-9995-41ea-a433-d4809393efc9=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:52fd1b1a-9995-41ea-a433-d4809393efc9,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>)))))))
21:29:54.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.788 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:f5ac4f5c-01f0-40ea-855f-23712121454b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.789 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:f5ac4f5c-01f0-40ea-855f-23712121454b=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5ac4f5c-01f0-40ea-855f-23712121454b,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>)))))))
21:29:54.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.789 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:aafe32bc-1873-4287-9adf-3e02d3a14bda],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
21:29:54.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.790 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:aafe32bc-1873-4287-9adf-3e02d3a14bda=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:aafe32bc-1873-4287-9adf-3e02d3a14bda,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"))))))))
21:29:54.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.790 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:d4800158-7d56-45cd-a3bc-a76af3642b37],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.791 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d4800158-7d56-45cd-a3bc-a76af3642b37=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d4800158-7d56-45cd-a3bc-a76af3642b37,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>)))))))
21:29:54.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.792 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
21:29:54.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.792 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,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>)))))))
21:29:54.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.793 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
21:29:54.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.794 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5=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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5,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>)))))))
21:29:54.794 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:b33aca32-12ac-4488-b79a-bfb86094417d,_:52fd1b1a-9995-41ea-a433-d4809393efc9,_:f5ac4f5c-01f0-40ea-855f-23712121454b,_:aafe32bc-1873-4287-9adf-3e02d3a14bda,_:d4800158-7d56-45cd-a3bc-a76af3642b37,_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,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(_:b33aca32-12ac-4488-b79a-bfb86094417d,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-07T21:29:54.708Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:d4800158-7d56-45cd-a3bc-a76af3642b37,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(_:52fd1b1a-9995-41ea-a433-d4809393efc9,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(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5,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(_:aafe32bc-1873-4287-9adf-3e02d3a14bda,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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5ac4f5c-01f0-40ea-855f-23712121454b,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>)))))))
21:29:54.794 [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(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,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(_:b33aca32-12ac-4488-b79a-bfb86094417d,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-07T21:29:54.708Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:d4800158-7d56-45cd-a3bc-a76af3642b37,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(_:52fd1b1a-9995-41ea-a433-d4809393efc9,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(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5,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(_:aafe32bc-1873-4287-9adf-3e02d3a14bda,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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5ac4f5c-01f0-40ea-855f-23712121454b,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>)))))))
21:29:54.795 [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(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87,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(_:b33aca32-12ac-4488-b79a-bfb86094417d,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-07T21:29:54.708Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:d4800158-7d56-45cd-a3bc-a76af3642b37,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(_:52fd1b1a-9995-41ea-a433-d4809393efc9,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(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5,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(_:aafe32bc-1873-4287-9adf-3e02d3a14bda,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(_:b33aca32-12ac-4488-b79a-bfb86094417d), ShapeRef(_:52fd1b1a-9995-41ea-a433-d4809393efc9), ShapeRef(_:f5ac4f5c-01f0-40ea-855f-23712121454b), ShapeRef(_:aafe32bc-1873-4287-9adf-3e02d3a14bda), ShapeRef(_:d4800158-7d56-45cd-a3bc-a76af3642b37), ShapeRef(_:0d53b491-850d-4d3e-98c6-3fe2b57eeb87), ShapeRef(_:98775e2e-0f89-4ca5-a066-092c3c4fd6f5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5ac4f5c-01f0-40ea-855f-23712121454b,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>)))))))
21:29:54.797 [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
               ]
] .

21:29:54.798 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 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-07T21:29:54.8Z"^^<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 .
21:29:54.807 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:54.8Z"^^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#integerProperty3, "15"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:54.8Z"^^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: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: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: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:54.808 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {676d00b1-ab8b-4bea-b3d0-044d1fd8faf7 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 676d00b1-ab8b-4bea-b3d0-044d1fd8faf7 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 676d00b1-ab8b-4bea-b3d0-044d1fd8faf7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 676d00b1-ab8b-4bea-b3d0-044d1fd8faf7 @rdf:type sh:Property; 19f31b3f-58ed-4f97-8553-841bb0a38f5c @rdf:rest d5ac9bee-8d58-4d1b-919f-a9a7fcf8c4ae; 19f31b3f-58ed-4f97-8553-841bb0a38f5c @rdf:first "A"; 30a3e0bb-76b8-427b-ac8d-8232bb7073db @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 30a3e0bb-76b8-427b-ac8d-8232bb7073db @sh:class http://www.sampledomain.org/sam#AnotherResource; 30a3e0bb-76b8-427b-ac8d-8232bb7073db @rdf:type sh:Property; b3614621-ea23-456b-8736-9bcb80240587 @sh:path http://www.sampledomain.org/sam#aStringProperty; b3614621-ea23-456b-8736-9bcb80240587 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b3614621-ea23-456b-8736-9bcb80240587 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b3614621-ea23-456b-8736-9bcb80240587 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; b3614621-ea23-456b-8736-9bcb80240587 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; b3614621-ea23-456b-8736-9bcb80240587 @sh:pattern "^B"; b3614621-ea23-456b-8736-9bcb80240587 @sh:description "a Simple Single String Property"; b3614621-ea23-456b-8736-9bcb80240587 @rdf:type sh:Property...} |  [676d00b1-ab8b-4bea-b3d0-044d1fd8faf7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [676d00b1-ab8b-4bea-b3d0-044d1fd8faf7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [676d00b1-ab8b-4bea-b3d0-044d1fd8faf7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [676d00b1-ab8b-4bea-b3d0-044d1fd8faf7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [19f31b3f-58ed-4f97-8553-841bb0a38f5c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d5ac9bee-8d58-4d1b-919f-a9a7fcf8c4ae] [19f31b3f-58ed-4f97-8553-841bb0a38f5c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [30a3e0bb-76b8-427b-ac8d-8232bb7073db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [30a3e0bb-76b8-427b-ac8d-8232bb7073db, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [30a3e0bb-76b8-427b-ac8d-8232bb7073db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#pattern, "^B"] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b3614621-ea23-456b-8736-9bcb80240587, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [edde09b5-de5a-45a8-ac56-324b2e7ecee8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [edde09b5-de5a-45a8-ac56-324b2e7ecee8, http://www.w3.org/ns/shacl#in, 19f31b3f-58ed-4f97-8553-841bb0a38f5c] [edde09b5-de5a-45a8-ac56-324b2e7ecee8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c9f007e4-f8e5-4d58-ada6-a12295d29967, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c9f007e4-f8e5-4d58-ada6-a12295d29967, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c9f007e4-f8e5-4d58-ada6-a12295d29967, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c9f007e4-f8e5-4d58-ada6-a12295d29967, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cf7b6afa-0aea-48fc-a62c-d4b01e90d542, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [cf7b6afa-0aea-48fc-a62c-d4b01e90d542, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d5ac9bee-8d58-4d1b-919f-a9a7fcf8c4ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cf7b6afa-0aea-48fc-a62c-d4b01e90d542] [d5ac9bee-8d58-4d1b-919f-a9a7fcf8c4ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cabc575b-8846-48ca-b5a8-11f993497131, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3458a393-bd14-43b4-9a1f-d803c9ccef12, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3458a393-bd14-43b4-9a1f-d803c9ccef12, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3458a393-bd14-43b4-9a1f-d803c9ccef12, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3458a393-bd14-43b4-9a1f-d803c9ccef12, 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, c9f007e4-f8e5-4d58-ada6-a12295d29967] [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, 676d00b1-ab8b-4bea-b3d0-044d1fd8faf7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b3614621-ea23-456b-8736-9bcb80240587] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 30a3e0bb-76b8-427b-ac8d-8232bb7073db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 69a97add-5033-42d6-bff0-d5f1ae9e962a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cabc575b-8846-48ca-b5a8-11f993497131] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, edde09b5-de5a-45a8-ac56-324b2e7ecee8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3458a393-bd14-43b4-9a1f-d803c9ccef12] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [69a97add-5033-42d6-bff0-d5f1ae9e962a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.810 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c9f007e4-f8e5-4d58-ada6-a12295d29967,_:edde09b5-de5a-45a8-ac56-324b2e7ecee8,_:30a3e0bb-76b8-427b-ac8d-8232bb7073db,_:69a97add-5033-42d6-bff0-d5f1ae9e962a,_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,_:b3614621-ea23-456b-8736-9bcb80240587,_:cabc575b-8846-48ca-b5a8-11f993497131,_:3458a393-bd14-43b4-9a1f-d803c9ccef12. Pending nodes: 
21:29:54.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c9f007e4-f8e5-4d58-ada6-a12295d29967
21:29:54.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:edde09b5-de5a-45a8-ac56-324b2e7ecee8
21:29:54.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:30a3e0bb-76b8-427b-ac8d-8232bb7073db
21:29:54.813 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:69a97add-5033-42d6-bff0-d5f1ae9e962a
21:29:54.814 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7
21:29:54.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b3614621-ea23-456b-8736-9bcb80240587
21:29:54.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cabc575b-8846-48ca-b5a8-11f993497131
21:29:54.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3458a393-bd14-43b4-9a1f-d803c9ccef12
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3458a393-bd14-43b4-9a1f-d803c9ccef12
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cabc575b-8846-48ca-b5a8-11f993497131
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b3614621-ea23-456b-8736-9bcb80240587
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:69a97add-5033-42d6-bff0-d5f1ae9e962a
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:30a3e0bb-76b8-427b-ac8d-8232bb7073db
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:edde09b5-de5a-45a8-ac56-324b2e7ecee8
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c9f007e4-f8e5-4d58-ada6-a12295d29967
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3458a393-bd14-43b4-9a1f-d803c9ccef12 = 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3458a393-bd14-43b4-9a1f-d803c9ccef12 = 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3458a393-bd14-43b4-9a1f-d803c9ccef12: 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cabc575b-8846-48ca-b5a8-11f993497131 = 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cabc575b-8846-48ca-b5a8-11f993497131 = 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cabc575b-8846-48ca-b5a8-11f993497131: 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c9f007e4-f8e5-4d58-ada6-a12295d29967,_:edde09b5-de5a-45a8-ac56-324b2e7ecee8,_:30a3e0bb-76b8-427b-ac8d-8232bb7073db,_:69a97add-5033-42d6-bff0-d5f1ae9e962a,_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,_:b3614621-ea23-456b-8736-9bcb80240587,_:cabc575b-8846-48ca-b5a8-11f993497131,_:3458a393-bd14-43b4-9a1f-d803c9ccef12)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c9f007e4-f8e5-4d58-ada6-a12295d29967)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edde09b5-de5a-45a8-ac56-324b2e7ecee8)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30a3e0bb-76b8-427b-ac8d-8232bb7073db)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69a97add-5033-42d6-bff0-d5f1ae9e962a)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3614621-ea23-456b-8736-9bcb80240587)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cabc575b-8846-48ca-b5a8-11f993497131)
21:29:54.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3458a393-bd14-43b4-9a1f-d803c9ccef12)
21:29:54.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c9f007e4-f8e5-4d58-ada6-a12295d29967=ShapeTyping(TypingMap(Map()))
21:29:54.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edde09b5-de5a-45a8-ac56-324b2e7ecee8=ShapeTyping(TypingMap(Map()))
21:29:54.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30a3e0bb-76b8-427b-ac8d-8232bb7073db=ShapeTyping(TypingMap(Map()))
21:29:54.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.820 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:69a97add-5033-42d6-bff0-d5f1ae9e962a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.821 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69a97add-5033-42d6-bff0-d5f1ae9e962a=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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:69a97add-5033-42d6-bff0-d5f1ae9e962a,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>)))))))
21:29:54.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.822 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.8Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7=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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,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>)))))))
21:29:54.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.824 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b3614621-ea23-456b-8736-9bcb80240587],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.824 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3614621-ea23-456b-8736-9bcb80240587=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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b3614621-ea23-456b-8736-9bcb80240587,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>)))))))
21:29:54.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.825 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cabc575b-8846-48ca-b5a8-11f993497131],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cabc575b-8846-48ca-b5a8-11f993497131=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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cabc575b-8846-48ca-b5a8-11f993497131,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>)))))))
21:29:54.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.888 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3458a393-bd14-43b4-9a1f-d803c9ccef12=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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3458a393-bd14-43b4-9a1f-d803c9ccef12,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))))))))
21:29:54.888 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c9f007e4-f8e5-4d58-ada6-a12295d29967,_:edde09b5-de5a-45a8-ac56-324b2e7ecee8,_:30a3e0bb-76b8-427b-ac8d-8232bb7073db,_:69a97add-5033-42d6-bff0-d5f1ae9e962a,_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,_:b3614621-ea23-456b-8736-9bcb80240587,_:cabc575b-8846-48ca-b5a8-11f993497131,_:3458a393-bd14-43b4-9a1f-d803c9ccef12)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cabc575b-8846-48ca-b5a8-11f993497131,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(_:b3614621-ea23-456b-8736-9bcb80240587,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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3458a393-bd14-43b4-9a1f-d803c9ccef12,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(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,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(_:69a97add-5033-42d6-bff0-d5f1ae9e962a,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>)))))))
21:29:54.889 [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(_:cabc575b-8846-48ca-b5a8-11f993497131,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(_:b3614621-ea23-456b-8736-9bcb80240587,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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3458a393-bd14-43b4-9a1f-d803c9ccef12,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(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,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(_:69a97add-5033-42d6-bff0-d5f1ae9e962a,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>)))))))
21:29:54.889 [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(_:cabc575b-8846-48ca-b5a8-11f993497131,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(_:b3614621-ea23-456b-8736-9bcb80240587,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(_:c9f007e4-f8e5-4d58-ada6-a12295d29967), ShapeRef(_:edde09b5-de5a-45a8-ac56-324b2e7ecee8), ShapeRef(_:30a3e0bb-76b8-427b-ac8d-8232bb7073db), ShapeRef(_:69a97add-5033-42d6-bff0-d5f1ae9e962a), ShapeRef(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7), ShapeRef(_:b3614621-ea23-456b-8736-9bcb80240587), ShapeRef(_:cabc575b-8846-48ca-b5a8-11f993497131), ShapeRef(_:3458a393-bd14-43b4-9a1f-d803c9ccef12)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3458a393-bd14-43b4-9a1f-d803c9ccef12,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(_:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7,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(_:69a97add-5033-42d6-bff0-d5f1ae9e962a,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>)))))))
21:29:54.889 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b3614621-ea23-456b-8736-9bcb80240587 = 
21:29:54.889 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b3614621-ea23-456b-8736-9bcb80240587 = 
21:29:54.889 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b3614621-ea23-456b-8736-9bcb80240587: 
21:29:54.889 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7 = 
21:29:54.889 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7 = 
21:29:54.889 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:676d00b1-ab8b-4bea-b3d0-044d1fd8faf7: 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:69a97add-5033-42d6-bff0-d5f1ae9e962a = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:69a97add-5033-42d6-bff0-d5f1ae9e962a = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:69a97add-5033-42d6-bff0-d5f1ae9e962a: 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:30a3e0bb-76b8-427b-ac8d-8232bb7073db = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:30a3e0bb-76b8-427b-ac8d-8232bb7073db = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:30a3e0bb-76b8-427b-ac8d-8232bb7073db: 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:edde09b5-de5a-45a8-ac56-324b2e7ecee8 = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:edde09b5-de5a-45a8-ac56-324b2e7ecee8 = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:edde09b5-de5a-45a8-ac56-324b2e7ecee8: 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c9f007e4-f8e5-4d58-ada6-a12295d29967 = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c9f007e4-f8e5-4d58-ada6-a12295d29967 = 
21:29:54.890 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c9f007e4-f8e5-4d58-ada6-a12295d29967: 
21:29:54.891 [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
] .

21:29:54.892 [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
] .

@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-07T21:29:54.893Z"^^<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 .
21:29:54.900 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:54.893Z"^^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#integerProperty3, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:54.893Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:54.901 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0484085b-e6e9-4d00-b4a7-c5788caac4db @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0484085b-e6e9-4d00-b4a7-c5788caac4db @sh:class http://www.sampledomain.org/sam#AnotherResource; 0484085b-e6e9-4d00-b4a7-c5788caac4db @rdf:type sh:Property; 7191b04b-1d39-427b-9e09-030b7e71ca16 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 7191b04b-1d39-427b-9e09-030b7e71ca16 @sh:in bed09dca-2333-4b51-8683-37a685d1087f; 7191b04b-1d39-427b-9e09-030b7e71ca16 @rdf:type sh:Property; b50c3d72-5933-4973-b386-5a08ab1fcc2a @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; b50c3d72-5933-4973-b386-5a08ab1fcc2a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b50c3d72-5933-4973-b386-5a08ab1fcc2a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b50c3d72-5933-4973-b386-5a08ab1fcc2a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b50c3d72-5933-4973-b386-5a08ab1fcc2a @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; b50c3d72-5933-4973-b386-5a08ab1fcc2a @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b50c3d72-5933-4973-b386-5a08ab1fcc2a @rdf:type sh:Property; 3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2 @sh:path http://www.sampledomain.org/sam#integerProperty2; 3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2 @rdf:type sh:Property...} |  [0484085b-e6e9-4d00-b4a7-c5788caac4db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0484085b-e6e9-4d00-b4a7-c5788caac4db, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0484085b-e6e9-4d00-b4a7-c5788caac4db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7191b04b-1d39-427b-9e09-030b7e71ca16, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7191b04b-1d39-427b-9e09-030b7e71ca16, http://www.w3.org/ns/shacl#in, bed09dca-2333-4b51-8683-37a685d1087f] [7191b04b-1d39-427b-9e09-030b7e71ca16, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b50c3d72-5933-4973-b386-5a08ab1fcc2a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#pattern, "^B"] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [98bb4d1a-d8fa-496b-9898-9be53dd0d535, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5fed3cae-5b8b-4d85-811e-e8ac86e3ac0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a358cfdc-e389-43f5-b1d5-962f5595d552] [5fed3cae-5b8b-4d85-811e-e8ac86e3ac0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [bed09dca-2333-4b51-8683-37a685d1087f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5fed3cae-5b8b-4d85-811e-e8ac86e3ac0c] [bed09dca-2333-4b51-8683-37a685d1087f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9cbc52f2-26a3-46ca-9387-cad88c87d6a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac05d430-3042-4aeb-b248-2c08d441799a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ac05d430-3042-4aeb-b248-2c08d441799a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ac05d430-3042-4aeb-b248-2c08d441799a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ac05d430-3042-4aeb-b248-2c08d441799a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a358cfdc-e389-43f5-b1d5-962f5595d552, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a358cfdc-e389-43f5-b1d5-962f5595d552, 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, 7191b04b-1d39-427b-9e09-030b7e71ca16] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0484085b-e6e9-4d00-b4a7-c5788caac4db] [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, ac05d430-3042-4aeb-b248-2c08d441799a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9cbc52f2-26a3-46ca-9387-cad88c87d6a0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 98bb4d1a-d8fa-496b-9898-9be53dd0d535] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9a2ac1e2-044c-45b3-a123-78954dc07a89] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b50c3d72-5933-4973-b386-5a08ab1fcc2a] [9a2ac1e2-044c-45b3-a123-78954dc07a89, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9a2ac1e2-044c-45b3-a123-78954dc07a89, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9a2ac1e2-044c-45b3-a123-78954dc07a89, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9a2ac1e2-044c-45b3-a123-78954dc07a89, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.901 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.902 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.904 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0484085b-e6e9-4d00-b4a7-c5788caac4db,_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2,_:7191b04b-1d39-427b-9e09-030b7e71ca16,_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,_:ac05d430-3042-4aeb-b248-2c08d441799a,_:9a2ac1e2-044c-45b3-a123-78954dc07a89. Pending nodes: 
21:29:54.904 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0484085b-e6e9-4d00-b4a7-c5788caac4db
21:29:54.904 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9cbc52f2-26a3-46ca-9387-cad88c87d6a0
21:29:54.905 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2
21:29:54.906 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7191b04b-1d39-427b-9e09-030b7e71ca16
21:29:54.907 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:98bb4d1a-d8fa-496b-9898-9be53dd0d535
21:29:54.908 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b50c3d72-5933-4973-b386-5a08ab1fcc2a
21:29:54.909 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac05d430-3042-4aeb-b248-2c08d441799a
21:29:54.909 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a2ac1e2-044c-45b3-a123-78954dc07a89
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a2ac1e2-044c-45b3-a123-78954dc07a89
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac05d430-3042-4aeb-b248-2c08d441799a
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b50c3d72-5933-4973-b386-5a08ab1fcc2a
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:98bb4d1a-d8fa-496b-9898-9be53dd0d535
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7191b04b-1d39-427b-9e09-030b7e71ca16
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9cbc52f2-26a3-46ca-9387-cad88c87d6a0
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0484085b-e6e9-4d00-b4a7-c5788caac4db
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a2ac1e2-044c-45b3-a123-78954dc07a89 = 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a2ac1e2-044c-45b3-a123-78954dc07a89 = 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a2ac1e2-044c-45b3-a123-78954dc07a89: 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac05d430-3042-4aeb-b248-2c08d441799a = 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac05d430-3042-4aeb-b248-2c08d441799a = 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac05d430-3042-4aeb-b248-2c08d441799a: 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:54.910 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0484085b-e6e9-4d00-b4a7-c5788caac4db,_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2,_:7191b04b-1d39-427b-9e09-030b7e71ca16,_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,_:ac05d430-3042-4aeb-b248-2c08d441799a,_:9a2ac1e2-044c-45b3-a123-78954dc07a89)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0484085b-e6e9-4d00-b4a7-c5788caac4db)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7191b04b-1d39-427b-9e09-030b7e71ca16)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98bb4d1a-d8fa-496b-9898-9be53dd0d535)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b50c3d72-5933-4973-b386-5a08ab1fcc2a)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac05d430-3042-4aeb-b248-2c08d441799a)
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a2ac1e2-044c-45b3-a123-78954dc07a89)
21:29:54.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.911 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0484085b-e6e9-4d00-b4a7-c5788caac4db=ShapeTyping(TypingMap(Map()))
21:29:54.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:54.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.912 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0=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(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,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>)))))))
21:29:54.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.913 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2=ShapeTyping(TypingMap(Map()))
21:29:54.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.913 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7191b04b-1d39-427b-9e09-030b7e71ca16=ShapeTyping(TypingMap(Map()))
21:29:54.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.915 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:98bb4d1a-d8fa-496b-9898-9be53dd0d535],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:54.916 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98bb4d1a-d8fa-496b-9898-9be53dd0d535=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(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,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>)))))))
21:29:54.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.916 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.917 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b50c3d72-5933-4973-b386-5a08ab1fcc2a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:54.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.917 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.918 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b50c3d72-5933-4973-b386-5a08ab1fcc2a=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(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,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>)))))))
21:29:54.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.918 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.918 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.893Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ac05d430-3042-4aeb-b248-2c08d441799a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:54.918 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac05d430-3042-4aeb-b248-2c08d441799a=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(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ac05d430-3042-4aeb-b248-2c08d441799a,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>)))))))
21:29:54.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.919 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:54.919 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a2ac1e2-044c-45b3-a123-78954dc07a89=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(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a2ac1e2-044c-45b3-a123-78954dc07a89,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"))))))))
21:29:54.920 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0484085b-e6e9-4d00-b4a7-c5788caac4db,_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2,_:7191b04b-1d39-427b-9e09-030b7e71ca16,_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,_:ac05d430-3042-4aeb-b248-2c08d441799a,_:9a2ac1e2-044c-45b3-a123-78954dc07a89)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,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(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,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(_:9a2ac1e2-044c-45b3-a123-78954dc07a89,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,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(_:ac05d430-3042-4aeb-b248-2c08d441799a,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>)))))))
21:29:54.920 [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(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,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(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,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(_:9a2ac1e2-044c-45b3-a123-78954dc07a89,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,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(_:ac05d430-3042-4aeb-b248-2c08d441799a,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>)))))))
21:29:54.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(PropertyShape(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a,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(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535,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(_:9a2ac1e2-044c-45b3-a123-78954dc07a89,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0484085b-e6e9-4d00-b4a7-c5788caac4db), ShapeRef(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0), ShapeRef(_:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2), ShapeRef(_:7191b04b-1d39-427b-9e09-030b7e71ca16), ShapeRef(_:98bb4d1a-d8fa-496b-9898-9be53dd0d535), ShapeRef(_:b50c3d72-5933-4973-b386-5a08ab1fcc2a), ShapeRef(_:ac05d430-3042-4aeb-b248-2c08d441799a), ShapeRef(_:9a2ac1e2-044c-45b3-a123-78954dc07a89)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9cbc52f2-26a3-46ca-9387-cad88c87d6a0,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(_:ac05d430-3042-4aeb-b248-2c08d441799a,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>)))))))
21:29:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b50c3d72-5933-4973-b386-5a08ab1fcc2a = 
21:29:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b50c3d72-5933-4973-b386-5a08ab1fcc2a = 
21:29:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b50c3d72-5933-4973-b386-5a08ab1fcc2a: 
21:29:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:98bb4d1a-d8fa-496b-9898-9be53dd0d535 = 
21:29:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:98bb4d1a-d8fa-496b-9898-9be53dd0d535 = 
21:29:54.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:98bb4d1a-d8fa-496b-9898-9be53dd0d535: 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7191b04b-1d39-427b-9e09-030b7e71ca16 = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7191b04b-1d39-427b-9e09-030b7e71ca16 = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7191b04b-1d39-427b-9e09-030b7e71ca16: 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2 = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2 = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3cdc5f7f-3520-4f93-a71e-d3ce2252f4e2: 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9cbc52f2-26a3-46ca-9387-cad88c87d6a0 = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9cbc52f2-26a3-46ca-9387-cad88c87d6a0 = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9cbc52f2-26a3-46ca-9387-cad88c87d6a0: 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0484085b-e6e9-4d00-b4a7-c5788caac4db = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0484085b-e6e9-4d00-b4a7-c5788caac4db = 
21:29:54.922 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0484085b-e6e9-4d00-b4a7-c5788caac4db: 
21:29:54.924 [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
               ]
] .

21:29:54.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  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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 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-07T21:29:54.927Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:54.991 [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-07T21:29:54.927Z"^^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-07T21:29:54.927Z"^^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: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: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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:54.992 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1744f7a4-13ca-42a8-a6e7-5c190e1ac001 @rdf:rest rdf:nil; 1744f7a4-13ca-42a8-a6e7-5c190e1ac001 @rdf:first "C"; 9b513531-f6c1-462d-9ea2-2625eeac041a @sh:path http://www.sampledomain.org/sam#integerProperty2; 9b513531-f6c1-462d-9ea2-2625eeac041a @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9b513531-f6c1-462d-9ea2-2625eeac041a @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 9b513531-f6c1-462d-9ea2-2625eeac041a @rdf:type sh:Property; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:path http://www.sampledomain.org/sam#aStringProperty; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:pattern "^B"; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @sh:description "a Simple Single String Property"; 2ad00bf3-628c-4e41-9703-8cd6c50eb594 @rdf:type sh:Property; b318e90a-42d9-49a0-b1a0-0331a37df173 @sh:path http://www.sampledomain.org/sam#aSetOfDates; b318e90a-42d9-49a0-b1a0-0331a37df173 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; b318e90a-42d9-49a0-b1a0-0331a37df173 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [1744f7a4-13ca-42a8-a6e7-5c190e1ac001, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1744f7a4-13ca-42a8-a6e7-5c190e1ac001, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9b513531-f6c1-462d-9ea2-2625eeac041a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [9b513531-f6c1-462d-9ea2-2625eeac041a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9b513531-f6c1-462d-9ea2-2625eeac041a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9b513531-f6c1-462d-9ea2-2625eeac041a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#pattern, "^B"] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2ad00bf3-628c-4e41-9703-8cd6c50eb594, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b318e90a-42d9-49a0-b1a0-0331a37df173, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b318e90a-42d9-49a0-b1a0-0331a37df173, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b318e90a-42d9-49a0-b1a0-0331a37df173, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b318e90a-42d9-49a0-b1a0-0331a37df173, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [46e4e8c1-610f-448a-9811-3faefb7a1aab, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 414fdaa2-e3d2-4763-9952-bf7bf2a8b85f] [46e4e8c1-610f-448a-9811-3faefb7a1aab, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [eb99fe3b-9a38-4154-ad33-c9d1008cb928, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [eb99fe3b-9a38-4154-ad33-c9d1008cb928, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [eb99fe3b-9a38-4154-ad33-c9d1008cb928, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [eb99fe3b-9a38-4154-ad33-c9d1008cb928, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cedb45b6-f928-4b15-9805-932ac6753f66, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cedb45b6-f928-4b15-9805-932ac6753f66, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cedb45b6-f928-4b15-9805-932ac6753f66, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [34cd5afc-16db-4fbb-93a4-04d4e76bb1f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [414fdaa2-e3d2-4763-9952-bf7bf2a8b85f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1744f7a4-13ca-42a8-a6e7-5c190e1ac001] [414fdaa2-e3d2-4763-9952-bf7bf2a8b85f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [87727979-85e3-4038-8bd5-746c87b369ce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [87727979-85e3-4038-8bd5-746c87b369ce, http://www.w3.org/ns/shacl#in, 46e4e8c1-610f-448a-9811-3faefb7a1aab] [87727979-85e3-4038-8bd5-746c87b369ce, 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, cedb45b6-f928-4b15-9805-932ac6753f66] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b318e90a-42d9-49a0-b1a0-0331a37df173] [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, eb99fe3b-9a38-4154-ad33-c9d1008cb928] [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, 34cd5afc-16db-4fbb-93a4-04d4e76bb1f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2ad00bf3-628c-4e41-9703-8cd6c50eb594] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9b513531-f6c1-462d-9ea2-2625eeac041a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a6282b8c-4cfb-4596-9f66-c676538a653b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 87727979-85e3-4038-8bd5-746c87b369ce] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6282b8c-4cfb-4596-9f66-c676538a653b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:54.993 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:54.994 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:54.995 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a6282b8c-4cfb-4596-9f66-c676538a653b,_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,_:eb99fe3b-9a38-4154-ad33-c9d1008cb928,_:9b513531-f6c1-462d-9ea2-2625eeac041a,_:87727979-85e3-4038-8bd5-746c87b369ce,_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,_:b318e90a-42d9-49a0-b1a0-0331a37df173,_:cedb45b6-f928-4b15-9805-932ac6753f66. Pending nodes: 
21:29:54.995 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a6282b8c-4cfb-4596-9f66-c676538a653b
21:29:54.996 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2
21:29:54.997 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eb99fe3b-9a38-4154-ad33-c9d1008cb928
21:29:54.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9b513531-f6c1-462d-9ea2-2625eeac041a
21:29:54.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87727979-85e3-4038-8bd5-746c87b369ce
21:29:54.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2ad00bf3-628c-4e41-9703-8cd6c50eb594
21:29:55.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b318e90a-42d9-49a0-b1a0-0331a37df173
21:29:55.001 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cedb45b6-f928-4b15-9805-932ac6753f66
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cedb45b6-f928-4b15-9805-932ac6753f66
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b318e90a-42d9-49a0-b1a0-0331a37df173
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2ad00bf3-628c-4e41-9703-8cd6c50eb594
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87727979-85e3-4038-8bd5-746c87b369ce
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9b513531-f6c1-462d-9ea2-2625eeac041a
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eb99fe3b-9a38-4154-ad33-c9d1008cb928
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a6282b8c-4cfb-4596-9f66-c676538a653b
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cedb45b6-f928-4b15-9805-932ac6753f66 = 
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cedb45b6-f928-4b15-9805-932ac6753f66 = 
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cedb45b6-f928-4b15-9805-932ac6753f66: 
21:29:55.001 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a6282b8c-4cfb-4596-9f66-c676538a653b,_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,_:eb99fe3b-9a38-4154-ad33-c9d1008cb928,_:9b513531-f6c1-462d-9ea2-2625eeac041a,_:87727979-85e3-4038-8bd5-746c87b369ce,_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,_:b318e90a-42d9-49a0-b1a0-0331a37df173,_:cedb45b6-f928-4b15-9805-932ac6753f66)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6282b8c-4cfb-4596-9f66-c676538a653b)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb99fe3b-9a38-4154-ad33-c9d1008cb928)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b513531-f6c1-462d-9ea2-2625eeac041a)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87727979-85e3-4038-8bd5-746c87b369ce)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ad00bf3-628c-4e41-9703-8cd6c50eb594)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b318e90a-42d9-49a0-b1a0-0331a37df173)
21:29:55.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cedb45b6-f928-4b15-9805-932ac6753f66)
21:29:55.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.003 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a6282b8c-4cfb-4596-9f66-c676538a653b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.004 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6282b8c-4cfb-4596-9f66-c676538a653b=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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6282b8c-4cfb-4596-9f66-c676538a653b,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>)))))))
21:29:55.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.005 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.006 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2=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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,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>)))))))
21:29:55.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.007 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eb99fe3b-9a38-4154-ad33-c9d1008cb928=ShapeTyping(TypingMap(Map()))
21:29:55.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.007 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b513531-f6c1-462d-9ea2-2625eeac041a=ShapeTyping(TypingMap(Map()))
21:29:55.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.008 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87727979-85e3-4038-8bd5-746c87b369ce=ShapeTyping(TypingMap(Map()))
21:29:55.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.010 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2ad00bf3-628c-4e41-9703-8cd6c50eb594],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ad00bf3-628c-4e41-9703-8cd6c50eb594=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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,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>)))))))
21:29:55.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.010 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:54.927Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b318e90a-42d9-49a0-b1a0-0331a37df173],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.010 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b318e90a-42d9-49a0-b1a0-0331a37df173=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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b318e90a-42d9-49a0-b1a0-0331a37df173,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>)))))))
21:29:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cedb45b6-f928-4b15-9805-932ac6753f66=ShapeTyping(TypingMap(Map()))
21:29:55.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a6282b8c-4cfb-4596-9f66-c676538a653b,_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,_:eb99fe3b-9a38-4154-ad33-c9d1008cb928,_:9b513531-f6c1-462d-9ea2-2625eeac041a,_:87727979-85e3-4038-8bd5-746c87b369ce,_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,_:b318e90a-42d9-49a0-b1a0-0331a37df173,_:cedb45b6-f928-4b15-9805-932ac6753f66)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,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(_:a6282b8c-4cfb-4596-9f66-c676538a653b,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(_:b318e90a-42d9-49a0-b1a0-0331a37df173,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(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.011 [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(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,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(_:a6282b8c-4cfb-4596-9f66-c676538a653b,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(_:b318e90a-42d9-49a0-b1a0-0331a37df173,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(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.011 [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(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2,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(_:a6282b8c-4cfb-4596-9f66-c676538a653b,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(_:b318e90a-42d9-49a0-b1a0-0331a37df173,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(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594,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(_:a6282b8c-4cfb-4596-9f66-c676538a653b), ShapeRef(_:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2), ShapeRef(_:eb99fe3b-9a38-4154-ad33-c9d1008cb928), ShapeRef(_:9b513531-f6c1-462d-9ea2-2625eeac041a), ShapeRef(_:87727979-85e3-4038-8bd5-746c87b369ce), ShapeRef(_:2ad00bf3-628c-4e41-9703-8cd6c50eb594), ShapeRef(_:b318e90a-42d9-49a0-b1a0-0331a37df173), ShapeRef(_:cedb45b6-f928-4b15-9805-932ac6753f66)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b318e90a-42d9-49a0-b1a0-0331a37df173 = 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b318e90a-42d9-49a0-b1a0-0331a37df173 = 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b318e90a-42d9-49a0-b1a0-0331a37df173: 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2ad00bf3-628c-4e41-9703-8cd6c50eb594 = 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2ad00bf3-628c-4e41-9703-8cd6c50eb594 = 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2ad00bf3-628c-4e41-9703-8cd6c50eb594: 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87727979-85e3-4038-8bd5-746c87b369ce = 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87727979-85e3-4038-8bd5-746c87b369ce = 
21:29:55.012 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87727979-85e3-4038-8bd5-746c87b369ce: 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9b513531-f6c1-462d-9ea2-2625eeac041a = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9b513531-f6c1-462d-9ea2-2625eeac041a = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9b513531-f6c1-462d-9ea2-2625eeac041a: 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eb99fe3b-9a38-4154-ad33-c9d1008cb928 = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eb99fe3b-9a38-4154-ad33-c9d1008cb928 = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eb99fe3b-9a38-4154-ad33-c9d1008cb928: 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2 = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2 = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:34cd5afc-16db-4fbb-93a4-04d4e76bb1f2: 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a6282b8c-4cfb-4596-9f66-c676538a653b = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a6282b8c-4cfb-4596-9f66-c676538a653b = 
21:29:55.013 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a6282b8c-4cfb-4596-9f66-c676538a653b: 
21:29:55.015 [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
] .

21:29:55.016 [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
] .

@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-07T21:29:55.017Z"^^<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 .
21:29:55.025 [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-07T21:29:55.017Z"^^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-07T21:29:55.017Z"^^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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:55.026 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f0a8571a-d95a-4278-b257-e1a27ddb57d7 @sh:path http://www.sampledomain.org/sam#aSetOfDates; f0a8571a-d95a-4278-b257-e1a27ddb57d7 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f0a8571a-d95a-4278-b257-e1a27ddb57d7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f0a8571a-d95a-4278-b257-e1a27ddb57d7 @rdf:type sh:Property; d3ca4cc0-6dc6-418c-b656-5a9e624ab758 @sh:path http://www.sampledomain.org/sam#integerProperty3; d3ca4cc0-6dc6-418c-b656-5a9e624ab758 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d3ca4cc0-6dc6-418c-b656-5a9e624ab758 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d3ca4cc0-6dc6-418c-b656-5a9e624ab758 @rdf:type sh:Property; 9c823185-5c4b-495a-9acf-f3766badafd3 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 9c823185-5c4b-495a-9acf-f3766badafd3 @sh:in e46d06a3-13dd-4deb-909c-0c811251e4d9; 9c823185-5c4b-495a-9acf-f3766badafd3 @rdf:type sh:Property; 203bb6b8-a7cb-4286-a77a-dbd64cf0327f @rdf:rest c37ecd61-46b7-4a72-ada2-c6426a83950c; 203bb6b8-a7cb-4286-a77a-dbd64cf0327f @rdf:first "B"; 7523212d-5b03-4d66-a92d-738454513d6f @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 7523212d-5b03-4d66-a92d-738454513d6f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7523212d-5b03-4d66-a92d-738454513d6f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7523212d-5b03-4d66-a92d-738454513d6f @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [f0a8571a-d95a-4278-b257-e1a27ddb57d7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f0a8571a-d95a-4278-b257-e1a27ddb57d7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f0a8571a-d95a-4278-b257-e1a27ddb57d7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f0a8571a-d95a-4278-b257-e1a27ddb57d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d3ca4cc0-6dc6-418c-b656-5a9e624ab758, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d3ca4cc0-6dc6-418c-b656-5a9e624ab758, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d3ca4cc0-6dc6-418c-b656-5a9e624ab758, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d3ca4cc0-6dc6-418c-b656-5a9e624ab758, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c823185-5c4b-495a-9acf-f3766badafd3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9c823185-5c4b-495a-9acf-f3766badafd3, http://www.w3.org/ns/shacl#in, e46d06a3-13dd-4deb-909c-0c811251e4d9] [9c823185-5c4b-495a-9acf-f3766badafd3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [203bb6b8-a7cb-4286-a77a-dbd64cf0327f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c37ecd61-46b7-4a72-ada2-c6426a83950c] [203bb6b8-a7cb-4286-a77a-dbd64cf0327f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7523212d-5b03-4d66-a92d-738454513d6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f6f04e28-2191-4b5f-9d7e-d83b6cec1958, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [035e3bb3-e8c1-47c3-a16a-011e48b7baab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [035e3bb3-e8c1-47c3-a16a-011e48b7baab, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [035e3bb3-e8c1-47c3-a16a-011e48b7baab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e46d06a3-13dd-4deb-909c-0c811251e4d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 203bb6b8-a7cb-4286-a77a-dbd64cf0327f] [e46d06a3-13dd-4deb-909c-0c811251e4d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b212c249-0152-4cf5-910e-9e2af2cb56be, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b212c249-0152-4cf5-910e-9e2af2cb56be, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b212c249-0152-4cf5-910e-9e2af2cb56be, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b212c249-0152-4cf5-910e-9e2af2cb56be, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#pattern, "^B"] [7174623d-a75a-41c9-a3f9-55ad91102ac1, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [7174623d-a75a-41c9-a3f9-55ad91102ac1, 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, d3ca4cc0-6dc6-418c-b656-5a9e624ab758] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7174623d-a75a-41c9-a3f9-55ad91102ac1] [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, 7523212d-5b03-4d66-a92d-738454513d6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c823185-5c4b-495a-9acf-f3766badafd3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 035e3bb3-e8c1-47c3-a16a-011e48b7baab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f6f04e28-2191-4b5f-9d7e-d83b6cec1958] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f0a8571a-d95a-4278-b257-e1a27ddb57d7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b212c249-0152-4cf5-910e-9e2af2cb56be] [c37ecd61-46b7-4a72-ada2-c6426a83950c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c37ecd61-46b7-4a72-ada2-c6426a83950c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"]>
21:29:55.027 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.028 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.029 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7174623d-a75a-41c9-a3f9-55ad91102ac1,_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758,_:b212c249-0152-4cf5-910e-9e2af2cb56be,_:035e3bb3-e8c1-47c3-a16a-011e48b7baab,_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,_:9c823185-5c4b-495a-9acf-f3766badafd3,_:7523212d-5b03-4d66-a92d-738454513d6f,_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958. Pending nodes: 
21:29:55.029 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7174623d-a75a-41c9-a3f9-55ad91102ac1
21:29:55.088 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d3ca4cc0-6dc6-418c-b656-5a9e624ab758
21:29:55.089 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b212c249-0152-4cf5-910e-9e2af2cb56be
21:29:55.090 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:035e3bb3-e8c1-47c3-a16a-011e48b7baab
21:29:55.090 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f0a8571a-d95a-4278-b257-e1a27ddb57d7
21:29:55.091 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c823185-5c4b-495a-9acf-f3766badafd3
21:29:55.091 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7523212d-5b03-4d66-a92d-738454513d6f
21:29:55.092 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f6f04e28-2191-4b5f-9d7e-d83b6cec1958
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f6f04e28-2191-4b5f-9d7e-d83b6cec1958
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7523212d-5b03-4d66-a92d-738454513d6f
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c823185-5c4b-495a-9acf-f3766badafd3
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f0a8571a-d95a-4278-b257-e1a27ddb57d7
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:035e3bb3-e8c1-47c3-a16a-011e48b7baab
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b212c249-0152-4cf5-910e-9e2af2cb56be
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d3ca4cc0-6dc6-418c-b656-5a9e624ab758
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7174623d-a75a-41c9-a3f9-55ad91102ac1
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f6f04e28-2191-4b5f-9d7e-d83b6cec1958 = 
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f6f04e28-2191-4b5f-9d7e-d83b6cec1958 = 
21:29:55.093 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f6f04e28-2191-4b5f-9d7e-d83b6cec1958: 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7523212d-5b03-4d66-a92d-738454513d6f = 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7523212d-5b03-4d66-a92d-738454513d6f = 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7523212d-5b03-4d66-a92d-738454513d6f: 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c823185-5c4b-495a-9acf-f3766badafd3 = 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c823185-5c4b-495a-9acf-f3766badafd3 = 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c823185-5c4b-495a-9acf-f3766badafd3: 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7174623d-a75a-41c9-a3f9-55ad91102ac1,_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758,_:b212c249-0152-4cf5-910e-9e2af2cb56be,_:035e3bb3-e8c1-47c3-a16a-011e48b7baab,_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,_:9c823185-5c4b-495a-9acf-f3766badafd3,_:7523212d-5b03-4d66-a92d-738454513d6f,_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7174623d-a75a-41c9-a3f9-55ad91102ac1)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b212c249-0152-4cf5-910e-9e2af2cb56be)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:035e3bb3-e8c1-47c3-a16a-011e48b7baab)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0a8571a-d95a-4278-b257-e1a27ddb57d7)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c823185-5c4b-495a-9acf-f3766badafd3)
21:29:55.094 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7523212d-5b03-4d66-a92d-738454513d6f)
21:29:55.095 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)
21:29:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7174623d-a75a-41c9-a3f9-55ad91102ac1],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.097 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7174623d-a75a-41c9-a3f9-55ad91102ac1=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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7174623d-a75a-41c9-a3f9-55ad91102ac1,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>)))))))
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758=ShapeTyping(TypingMap(Map()))
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b212c249-0152-4cf5-910e-9e2af2cb56be=ShapeTyping(TypingMap(Map()))
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:035e3bb3-e8c1-47c3-a16a-011e48b7baab=ShapeTyping(TypingMap(Map()))
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.098 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.017Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f0a8571a-d95a-4278-b257-e1a27ddb57d7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.099 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0a8571a-d95a-4278-b257-e1a27ddb57d7=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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,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>)))))))
21:29:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.099 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c823185-5c4b-495a-9acf-f3766badafd3=ShapeTyping(TypingMap(Map()))
21:29:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7523212d-5b03-4d66-a92d-738454513d6f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.101 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7523212d-5b03-4d66-a92d-738454513d6f=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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7523212d-5b03-4d66-a92d-738454513d6f,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>)))))))
21:29:55.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.102 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.103 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958=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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958,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"))))))))
21:29:55.103 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7174623d-a75a-41c9-a3f9-55ad91102ac1,_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758,_:b212c249-0152-4cf5-910e-9e2af2cb56be,_:035e3bb3-e8c1-47c3-a16a-011e48b7baab,_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,_:9c823185-5c4b-495a-9acf-f3766badafd3,_:7523212d-5b03-4d66-a92d-738454513d6f,_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)=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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7523212d-5b03-4d66-a92d-738454513d6f,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(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958,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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1,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(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,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>)))))))
21:29:55.104 [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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7523212d-5b03-4d66-a92d-738454513d6f,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(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958,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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1,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(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,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>)))))))
21:29:55.104 [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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1), ShapeRef(_:d3ca4cc0-6dc6-418c-b656-5a9e624ab758), ShapeRef(_:b212c249-0152-4cf5-910e-9e2af2cb56be), ShapeRef(_:035e3bb3-e8c1-47c3-a16a-011e48b7baab), ShapeRef(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7), ShapeRef(_:9c823185-5c4b-495a-9acf-f3766badafd3), ShapeRef(_:7523212d-5b03-4d66-a92d-738454513d6f), ShapeRef(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7523212d-5b03-4d66-a92d-738454513d6f,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(_:f6f04e28-2191-4b5f-9d7e-d83b6cec1958,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(_:7174623d-a75a-41c9-a3f9-55ad91102ac1,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(_:f0a8571a-d95a-4278-b257-e1a27ddb57d7,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>)))))))
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f0a8571a-d95a-4278-b257-e1a27ddb57d7 = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f0a8571a-d95a-4278-b257-e1a27ddb57d7 = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f0a8571a-d95a-4278-b257-e1a27ddb57d7: 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:035e3bb3-e8c1-47c3-a16a-011e48b7baab = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:035e3bb3-e8c1-47c3-a16a-011e48b7baab = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:035e3bb3-e8c1-47c3-a16a-011e48b7baab: 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b212c249-0152-4cf5-910e-9e2af2cb56be = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b212c249-0152-4cf5-910e-9e2af2cb56be = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b212c249-0152-4cf5-910e-9e2af2cb56be: 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d3ca4cc0-6dc6-418c-b656-5a9e624ab758 = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d3ca4cc0-6dc6-418c-b656-5a9e624ab758 = 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d3ca4cc0-6dc6-418c-b656-5a9e624ab758: 
21:29:55.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7174623d-a75a-41c9-a3f9-55ad91102ac1 = 
21:29:55.105 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7174623d-a75a-41c9-a3f9-55ad91102ac1 = 
21:29:55.105 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7174623d-a75a-41c9-a3f9-55ad91102ac1: 
21:29:55.106 [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
               ]
] .

21:29:55.108 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 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-07T21:29:55.109Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:55.117 [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-07T21:29:55.109Z"^^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-07T21:29:55.109Z"^^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   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: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: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: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> .
21:29:55.117 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8eae4c36-b820-47ce-a01d-39697d446668 @rdf:rest fbc0e9e9-08c4-43ac-80ed-b82cc05e3ae1; 8eae4c36-b820-47ce-a01d-39697d446668 @rdf:first "B"; b1b2b415-a44d-429b-8244-1cb58eec5138 @rdf:rest 8eae4c36-b820-47ce-a01d-39697d446668; b1b2b415-a44d-429b-8244-1cb58eec5138 @rdf:first "A"; 1830f0e7-ad5e-4843-8154-872bdc26d2f5 @sh:path http://www.sampledomain.org/sam#integerProperty2; 1830f0e7-ad5e-4843-8154-872bdc26d2f5 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1830f0e7-ad5e-4843-8154-872bdc26d2f5 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1830f0e7-ad5e-4843-8154-872bdc26d2f5 @rdf:type sh:Property; 5b7faac0-53dc-40eb-a030-6391d0d9aa5c @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 5b7faac0-53dc-40eb-a030-6391d0d9aa5c @sh:class http://www.sampledomain.org/sam#AnotherResource; 5b7faac0-53dc-40eb-a030-6391d0d9aa5c @rdf:type sh:Property; 73892786-338f-4c55-84c9-3a5d01e1a008 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 73892786-338f-4c55-84c9-3a5d01e1a008 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 73892786-338f-4c55-84c9-3a5d01e1a008 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 73892786-338f-4c55-84c9-3a5d01e1a008 @rdf:type sh:Property; e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6 @sh:path http://www.sampledomain.org/sam#aStringProperty; e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [8eae4c36-b820-47ce-a01d-39697d446668, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fbc0e9e9-08c4-43ac-80ed-b82cc05e3ae1] [8eae4c36-b820-47ce-a01d-39697d446668, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b1b2b415-a44d-429b-8244-1cb58eec5138, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8eae4c36-b820-47ce-a01d-39697d446668] [b1b2b415-a44d-429b-8244-1cb58eec5138, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [1830f0e7-ad5e-4843-8154-872bdc26d2f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1830f0e7-ad5e-4843-8154-872bdc26d2f5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1830f0e7-ad5e-4843-8154-872bdc26d2f5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1830f0e7-ad5e-4843-8154-872bdc26d2f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b7faac0-53dc-40eb-a030-6391d0d9aa5c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [5b7faac0-53dc-40eb-a030-6391d0d9aa5c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [5b7faac0-53dc-40eb-a030-6391d0d9aa5c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [73892786-338f-4c55-84c9-3a5d01e1a008, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [73892786-338f-4c55-84c9-3a5d01e1a008, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [73892786-338f-4c55-84c9-3a5d01e1a008, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [73892786-338f-4c55-84c9-3a5d01e1a008, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#pattern, "^B"] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f652e180-727e-43c1-b9e9-c608e1d0bc2a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f652e180-727e-43c1-b9e9-c608e1d0bc2a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f652e180-727e-43c1-b9e9-c608e1d0bc2a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f652e180-727e-43c1-b9e9-c608e1d0bc2a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [da77cbce-65f2-4327-974f-98569e0a37f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3180208e-9b6f-4e9f-8d0d-1256cc47e986, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [3180208e-9b6f-4e9f-8d0d-1256cc47e986, http://www.w3.org/ns/shacl#in, b1b2b415-a44d-429b-8244-1cb58eec5138] [3180208e-9b6f-4e9f-8d0d-1256cc47e986, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fbc0e9e9-08c4-43ac-80ed-b82cc05e3ae1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [fbc0e9e9-08c4-43ac-80ed-b82cc05e3ae1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b4c71972-da48-47ce-8029-5b11ccf64019, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b4c71972-da48-47ce-8029-5b11ccf64019, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b4c71972-da48-47ce-8029-5b11ccf64019, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b4c71972-da48-47ce-8029-5b11ccf64019, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b4c71972-da48-47ce-8029-5b11ccf64019, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b4c71972-da48-47ce-8029-5b11ccf64019, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b4c71972-da48-47ce-8029-5b11ccf64019, 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, da77cbce-65f2-4327-974f-98569e0a37f0] [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, 5b7faac0-53dc-40eb-a030-6391d0d9aa5c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b4c71972-da48-47ce-8029-5b11ccf64019] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1830f0e7-ad5e-4843-8154-872bdc26d2f5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3180208e-9b6f-4e9f-8d0d-1256cc47e986] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 73892786-338f-4c55-84c9-3a5d01e1a008] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f652e180-727e-43c1-b9e9-c608e1d0bc2a]>
21:29:55.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:73892786-338f-4c55-84c9-3a5d01e1a008,_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c,_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,_:b4c71972-da48-47ce-8029-5b11ccf64019,_:3180208e-9b6f-4e9f-8d0d-1256cc47e986,_:1830f0e7-ad5e-4843-8154-872bdc26d2f5,_:f652e180-727e-43c1-b9e9-c608e1d0bc2a,_:da77cbce-65f2-4327-974f-98569e0a37f0. Pending nodes: 
21:29:55.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:73892786-338f-4c55-84c9-3a5d01e1a008
21:29:55.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b7faac0-53dc-40eb-a030-6391d0d9aa5c
21:29:55.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6
21:29:55.123 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b4c71972-da48-47ce-8029-5b11ccf64019
21:29:55.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3180208e-9b6f-4e9f-8d0d-1256cc47e986
21:29:55.125 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1830f0e7-ad5e-4843-8154-872bdc26d2f5
21:29:55.126 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f652e180-727e-43c1-b9e9-c608e1d0bc2a
21:29:55.126 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da77cbce-65f2-4327-974f-98569e0a37f0
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da77cbce-65f2-4327-974f-98569e0a37f0
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f652e180-727e-43c1-b9e9-c608e1d0bc2a
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1830f0e7-ad5e-4843-8154-872bdc26d2f5
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3180208e-9b6f-4e9f-8d0d-1256cc47e986
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b4c71972-da48-47ce-8029-5b11ccf64019
21:29:55.127 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b7faac0-53dc-40eb-a030-6391d0d9aa5c
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:73892786-338f-4c55-84c9-3a5d01e1a008
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da77cbce-65f2-4327-974f-98569e0a37f0 = 
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da77cbce-65f2-4327-974f-98569e0a37f0 = 
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da77cbce-65f2-4327-974f-98569e0a37f0: 
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:73892786-338f-4c55-84c9-3a5d01e1a008,_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c,_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,_:b4c71972-da48-47ce-8029-5b11ccf64019,_:3180208e-9b6f-4e9f-8d0d-1256cc47e986,_:1830f0e7-ad5e-4843-8154-872bdc26d2f5,_:f652e180-727e-43c1-b9e9-c608e1d0bc2a,_:da77cbce-65f2-4327-974f-98569e0a37f0)
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:73892786-338f-4c55-84c9-3a5d01e1a008)
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c)
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6)
21:29:55.128 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b4c71972-da48-47ce-8029-5b11ccf64019)
21:29:55.129 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3180208e-9b6f-4e9f-8d0d-1256cc47e986)
21:29:55.129 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1830f0e7-ad5e-4843-8154-872bdc26d2f5)
21:29:55.129 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f652e180-727e-43c1-b9e9-c608e1d0bc2a)
21:29:55.129 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da77cbce-65f2-4327-974f-98569e0a37f0)
21:29:55.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.129 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.109Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:73892786-338f-4c55-84c9-3a5d01e1a008],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.130 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:73892786-338f-4c55-84c9-3a5d01e1a008=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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:73892786-338f-4c55-84c9-3a5d01e1a008,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>)))))))
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c=ShapeTyping(TypingMap(Map()))
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.131 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6=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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,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>)))))))
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.132 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b4c71972-da48-47ce-8029-5b11ccf64019],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b4c71972-da48-47ce-8029-5b11ccf64019=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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b4c71972-da48-47ce-8029-5b11ccf64019,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>)))))))
21:29:55.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3180208e-9b6f-4e9f-8d0d-1256cc47e986=ShapeTyping(TypingMap(Map()))
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1830f0e7-ad5e-4843-8154-872bdc26d2f5=ShapeTyping(TypingMap(Map()))
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f652e180-727e-43c1-b9e9-c608e1d0bc2a=ShapeTyping(TypingMap(Map()))
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.190 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:da77cbce-65f2-4327-974f-98569e0a37f0],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da77cbce-65f2-4327-974f-98569e0a37f0=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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:da77cbce-65f2-4327-974f-98569e0a37f0,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>)))))))
21:29:55.191 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:73892786-338f-4c55-84c9-3a5d01e1a008,_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c,_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,_:b4c71972-da48-47ce-8029-5b11ccf64019,_:3180208e-9b6f-4e9f-8d0d-1256cc47e986,_:1830f0e7-ad5e-4843-8154-872bdc26d2f5,_:f652e180-727e-43c1-b9e9-c608e1d0bc2a,_:da77cbce-65f2-4327-974f-98569e0a37f0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:73892786-338f-4c55-84c9-3a5d01e1a008,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(_:b4c71972-da48-47ce-8029-5b11ccf64019,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(_:da77cbce-65f2-4327-974f-98569e0a37f0,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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,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>)))))))
21:29:55.192 [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(_:73892786-338f-4c55-84c9-3a5d01e1a008,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(_:b4c71972-da48-47ce-8029-5b11ccf64019,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(_:da77cbce-65f2-4327-974f-98569e0a37f0,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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,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>)))))))
21:29:55.192 [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(_:73892786-338f-4c55-84c9-3a5d01e1a008,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(_:b4c71972-da48-47ce-8029-5b11ccf64019,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(_:da77cbce-65f2-4327-974f-98569e0a37f0,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(_:73892786-338f-4c55-84c9-3a5d01e1a008), ShapeRef(_:5b7faac0-53dc-40eb-a030-6391d0d9aa5c), ShapeRef(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6), ShapeRef(_:b4c71972-da48-47ce-8029-5b11ccf64019), ShapeRef(_:3180208e-9b6f-4e9f-8d0d-1256cc47e986), ShapeRef(_:1830f0e7-ad5e-4843-8154-872bdc26d2f5), ShapeRef(_:f652e180-727e-43c1-b9e9-c608e1d0bc2a), ShapeRef(_:da77cbce-65f2-4327-974f-98569e0a37f0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6,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>)))))))
21:29:55.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f652e180-727e-43c1-b9e9-c608e1d0bc2a = 
21:29:55.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f652e180-727e-43c1-b9e9-c608e1d0bc2a = 
21:29:55.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f652e180-727e-43c1-b9e9-c608e1d0bc2a: 
21:29:55.192 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1830f0e7-ad5e-4843-8154-872bdc26d2f5 = 
21:29:55.192 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1830f0e7-ad5e-4843-8154-872bdc26d2f5 = 
21:29:55.192 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1830f0e7-ad5e-4843-8154-872bdc26d2f5: 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3180208e-9b6f-4e9f-8d0d-1256cc47e986 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3180208e-9b6f-4e9f-8d0d-1256cc47e986 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3180208e-9b6f-4e9f-8d0d-1256cc47e986: 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b4c71972-da48-47ce-8029-5b11ccf64019 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b4c71972-da48-47ce-8029-5b11ccf64019 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b4c71972-da48-47ce-8029-5b11ccf64019: 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7ee5564-5dc2-4a0b-9f47-b0229fdffbd6: 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b7faac0-53dc-40eb-a030-6391d0d9aa5c = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b7faac0-53dc-40eb-a030-6391d0d9aa5c = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b7faac0-53dc-40eb-a030-6391d0d9aa5c: 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:73892786-338f-4c55-84c9-3a5d01e1a008 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:73892786-338f-4c55-84c9-3a5d01e1a008 = 
21:29:55.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:73892786-338f-4c55-84c9-3a5d01e1a008: 
21:29:55.195 [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
] .

21:29:55.196 [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
] .

@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-07T21:29:55.197Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:55.206 [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-07T21:29:55.197Z"^^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-07T21:29:55.197Z"^^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: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: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: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: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> .
21:29:55.206 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8bf26f45-dd17-40ab-8a94-b96d2d9af60a @rdf:rest b73268da-6378-4f28-97af-e77e15a895c7; 8bf26f45-dd17-40ab-8a94-b96d2d9af60a @rdf:first "B"; 672dcb64-9a94-4380-8c3e-3cdb99e26edc @rdf:rest 8bf26f45-dd17-40ab-8a94-b96d2d9af60a; 672dcb64-9a94-4380-8c3e-3cdb99e26edc @rdf:first "A"; b312504b-1166-4c85-9ccc-29f2a8861348 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; b312504b-1166-4c85-9ccc-29f2a8861348 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b312504b-1166-4c85-9ccc-29f2a8861348 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b312504b-1166-4c85-9ccc-29f2a8861348 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b312504b-1166-4c85-9ccc-29f2a8861348 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; b312504b-1166-4c85-9ccc-29f2a8861348 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b312504b-1166-4c85-9ccc-29f2a8861348 @rdf:type sh:Property; ec35bea1-9ef9-4bf3-9639-079788b26cdf @sh:path http://www.sampledomain.org/sam#integerProperty2; ec35bea1-9ef9-4bf3-9639-079788b26cdf @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ec35bea1-9ef9-4bf3-9639-079788b26cdf @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ec35bea1-9ef9-4bf3-9639-079788b26cdf @rdf:type sh:Property; dc4fd969-7f70-4077-9ab8-80af5320da8a @sh:path http://www.sampledomain.org/sam#aStringProperty; dc4fd969-7f70-4077-9ab8-80af5320da8a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [8bf26f45-dd17-40ab-8a94-b96d2d9af60a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b73268da-6378-4f28-97af-e77e15a895c7] [8bf26f45-dd17-40ab-8a94-b96d2d9af60a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [672dcb64-9a94-4380-8c3e-3cdb99e26edc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8bf26f45-dd17-40ab-8a94-b96d2d9af60a] [672dcb64-9a94-4380-8c3e-3cdb99e26edc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b312504b-1166-4c85-9ccc-29f2a8861348, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ec35bea1-9ef9-4bf3-9639-079788b26cdf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ec35bea1-9ef9-4bf3-9639-079788b26cdf, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ec35bea1-9ef9-4bf3-9639-079788b26cdf, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ec35bea1-9ef9-4bf3-9639-079788b26cdf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#pattern, "^B"] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [dc4fd969-7f70-4077-9ab8-80af5320da8a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [775f9bb5-ab93-4709-9922-a869d06664a3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [775f9bb5-ab93-4709-9922-a869d06664a3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [775f9bb5-ab93-4709-9922-a869d06664a3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [775f9bb5-ab93-4709-9922-a869d06664a3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [904bb0c9-f1bf-478c-b192-f06580cbceb2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [904bb0c9-f1bf-478c-b192-f06580cbceb2, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [904bb0c9-f1bf-478c-b192-f06580cbceb2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eae86c0c-46fa-4d79-a01a-a64025ea44ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [eae86c0c-46fa-4d79-a01a-a64025ea44ed, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [eae86c0c-46fa-4d79-a01a-a64025ea44ed, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [eae86c0c-46fa-4d79-a01a-a64025ea44ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [440aa0ec-219e-48de-afae-301c5253d538, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [440aa0ec-219e-48de-afae-301c5253d538, http://www.w3.org/ns/shacl#in, 672dcb64-9a94-4380-8c3e-3cdb99e26edc] [440aa0ec-219e-48de-afae-301c5253d538, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ba94b86d-1188-4bc7-a15e-4ca3c030d24c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b73268da-6378-4f28-97af-e77e15a895c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b73268da-6378-4f28-97af-e77e15a895c7, 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, ec35bea1-9ef9-4bf3-9639-079788b26cdf] [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, 904bb0c9-f1bf-478c-b192-f06580cbceb2] [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, dc4fd969-7f70-4077-9ab8-80af5320da8a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eae86c0c-46fa-4d79-a01a-a64025ea44ed] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba94b86d-1188-4bc7-a15e-4ca3c030d24c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 775f9bb5-ab93-4709-9922-a869d06664a3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 440aa0ec-219e-48de-afae-301c5253d538] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b312504b-1166-4c85-9ccc-29f2a8861348]>
21:29:55.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.209 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,_:440aa0ec-219e-48de-afae-301c5253d538,_:dc4fd969-7f70-4077-9ab8-80af5320da8a,_:775f9bb5-ab93-4709-9922-a869d06664a3,_:b312504b-1166-4c85-9ccc-29f2a8861348,_:eae86c0c-46fa-4d79-a01a-a64025ea44ed,_:ec35bea1-9ef9-4bf3-9639-079788b26cdf,_:904bb0c9-f1bf-478c-b192-f06580cbceb2. Pending nodes: 
21:29:55.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c
21:29:55.211 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:440aa0ec-219e-48de-afae-301c5253d538
21:29:55.211 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dc4fd969-7f70-4077-9ab8-80af5320da8a
21:29:55.212 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:775f9bb5-ab93-4709-9922-a869d06664a3
21:29:55.213 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b312504b-1166-4c85-9ccc-29f2a8861348
21:29:55.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eae86c0c-46fa-4d79-a01a-a64025ea44ed
21:29:55.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ec35bea1-9ef9-4bf3-9639-079788b26cdf
21:29:55.215 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:904bb0c9-f1bf-478c-b192-f06580cbceb2
21:29:55.215 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.215 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:904bb0c9-f1bf-478c-b192-f06580cbceb2
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ec35bea1-9ef9-4bf3-9639-079788b26cdf
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eae86c0c-46fa-4d79-a01a-a64025ea44ed
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b312504b-1166-4c85-9ccc-29f2a8861348
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:775f9bb5-ab93-4709-9922-a869d06664a3
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dc4fd969-7f70-4077-9ab8-80af5320da8a
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:440aa0ec-219e-48de-afae-301c5253d538
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,_:440aa0ec-219e-48de-afae-301c5253d538,_:dc4fd969-7f70-4077-9ab8-80af5320da8a,_:775f9bb5-ab93-4709-9922-a869d06664a3,_:b312504b-1166-4c85-9ccc-29f2a8861348,_:eae86c0c-46fa-4d79-a01a-a64025ea44ed,_:ec35bea1-9ef9-4bf3-9639-079788b26cdf,_:904bb0c9-f1bf-478c-b192-f06580cbceb2)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:440aa0ec-219e-48de-afae-301c5253d538)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc4fd969-7f70-4077-9ab8-80af5320da8a)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:775f9bb5-ab93-4709-9922-a869d06664a3)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b312504b-1166-4c85-9ccc-29f2a8861348)
21:29:55.216 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eae86c0c-46fa-4d79-a01a-a64025ea44ed)
21:29:55.217 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec35bea1-9ef9-4bf3-9639-079788b26cdf)
21:29:55.217 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:904bb0c9-f1bf-478c-b192-f06580cbceb2)
21:29:55.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.218 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c=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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,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>)))))))
21:29:55.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:440aa0ec-219e-48de-afae-301c5253d538=ShapeTyping(TypingMap(Map()))
21:29:55.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.221 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dc4fd969-7f70-4077-9ab8-80af5320da8a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.221 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc4fd969-7f70-4077-9ab8-80af5320da8a=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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dc4fd969-7f70-4077-9ab8-80af5320da8a,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"))))))))
21:29:55.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.222 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.197Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:775f9bb5-ab93-4709-9922-a869d06664a3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:775f9bb5-ab93-4709-9922-a869d06664a3=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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:775f9bb5-ab93-4709-9922-a869d06664a3,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>)))))))
21:29:55.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.224 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b312504b-1166-4c85-9ccc-29f2a8861348],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b312504b-1166-4c85-9ccc-29f2a8861348=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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b312504b-1166-4c85-9ccc-29f2a8861348,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>)))))))
21:29:55.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eae86c0c-46fa-4d79-a01a-a64025ea44ed=ShapeTyping(TypingMap(Map()))
21:29:55.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec35bea1-9ef9-4bf3-9639-079788b26cdf=ShapeTyping(TypingMap(Map()))
21:29:55.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:904bb0c9-f1bf-478c-b192-f06580cbceb2=ShapeTyping(TypingMap(Map()))
21:29:55.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,_:440aa0ec-219e-48de-afae-301c5253d538,_:dc4fd969-7f70-4077-9ab8-80af5320da8a,_:775f9bb5-ab93-4709-9922-a869d06664a3,_:b312504b-1166-4c85-9ccc-29f2a8861348,_:eae86c0c-46fa-4d79-a01a-a64025ea44ed,_:ec35bea1-9ef9-4bf3-9639-079788b26cdf,_:904bb0c9-f1bf-478c-b192-f06580cbceb2)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,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(_:dc4fd969-7f70-4077-9ab8-80af5320da8a,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")))), PropertyShape(_:b312504b-1166-4c85-9ccc-29f2a8861348,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(_:775f9bb5-ab93-4709-9922-a869d06664a3,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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.226 [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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,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(_:dc4fd969-7f70-4077-9ab8-80af5320da8a,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")))), PropertyShape(_:b312504b-1166-4c85-9ccc-29f2a8861348,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(_:775f9bb5-ab93-4709-9922-a869d06664a3,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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.226 [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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c,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(_:dc4fd969-7f70-4077-9ab8-80af5320da8a,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")))), PropertyShape(_:b312504b-1166-4c85-9ccc-29f2a8861348,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(_:775f9bb5-ab93-4709-9922-a869d06664a3,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(_:ba94b86d-1188-4bc7-a15e-4ca3c030d24c), ShapeRef(_:440aa0ec-219e-48de-afae-301c5253d538), ShapeRef(_:dc4fd969-7f70-4077-9ab8-80af5320da8a), ShapeRef(_:775f9bb5-ab93-4709-9922-a869d06664a3), ShapeRef(_:b312504b-1166-4c85-9ccc-29f2a8861348), ShapeRef(_:eae86c0c-46fa-4d79-a01a-a64025ea44ed), ShapeRef(_:ec35bea1-9ef9-4bf3-9639-079788b26cdf), ShapeRef(_:904bb0c9-f1bf-478c-b192-f06580cbceb2)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:904bb0c9-f1bf-478c-b192-f06580cbceb2 = 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:904bb0c9-f1bf-478c-b192-f06580cbceb2 = 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:904bb0c9-f1bf-478c-b192-f06580cbceb2: 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ec35bea1-9ef9-4bf3-9639-079788b26cdf = 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ec35bea1-9ef9-4bf3-9639-079788b26cdf = 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ec35bea1-9ef9-4bf3-9639-079788b26cdf: 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eae86c0c-46fa-4d79-a01a-a64025ea44ed = 
21:29:55.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eae86c0c-46fa-4d79-a01a-a64025ea44ed = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eae86c0c-46fa-4d79-a01a-a64025ea44ed: 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b312504b-1166-4c85-9ccc-29f2a8861348 = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b312504b-1166-4c85-9ccc-29f2a8861348 = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b312504b-1166-4c85-9ccc-29f2a8861348: 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:775f9bb5-ab93-4709-9922-a869d06664a3 = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:775f9bb5-ab93-4709-9922-a869d06664a3 = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:775f9bb5-ab93-4709-9922-a869d06664a3: 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dc4fd969-7f70-4077-9ab8-80af5320da8a = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dc4fd969-7f70-4077-9ab8-80af5320da8a = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dc4fd969-7f70-4077-9ab8-80af5320da8a: 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:440aa0ec-219e-48de-afae-301c5253d538 = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:440aa0ec-219e-48de-afae-301c5253d538 = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:440aa0ec-219e-48de-afae-301c5253d538: 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c = 
21:29:55.227 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba94b86d-1188-4bc7-a15e-4ca3c030d24c: 
21:29:55.229 [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
               ]
] .

21:29:55.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  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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 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-07T21:29:55.288Z"^^<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 .
21:29:55.301 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:55.288Z"^^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#integerProperty2, "14"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:55.288Z"^^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: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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:55.302 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1 @sh:in 6f3f41fb-ae65-41ce-9a1f-a901688485da; f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1 @rdf:type sh:Property; 64313c5d-b699-41ee-975f-5604c406ef94 @rdf:rest rdf:nil; 64313c5d-b699-41ee-975f-5604c406ef94 @rdf:first "C"; 4837f9da-4b0f-4089-b542-920aca736d80 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 4837f9da-4b0f-4089-b542-920aca736d80 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4837f9da-4b0f-4089-b542-920aca736d80 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4837f9da-4b0f-4089-b542-920aca736d80 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4837f9da-4b0f-4089-b542-920aca736d80 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4837f9da-4b0f-4089-b542-920aca736d80 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4837f9da-4b0f-4089-b542-920aca736d80 @rdf:type sh:Property; 497b20c0-2f72-45c8-b434-acafe17d206a @rdf:rest 64313c5d-b699-41ee-975f-5604c406ef94; 497b20c0-2f72-45c8-b434-acafe17d206a @rdf:first "B"; 6f3f41fb-ae65-41ce-9a1f-a901688485da @rdf:rest 497b20c0-2f72-45c8-b434-acafe17d206a; 6f3f41fb-ae65-41ce-9a1f-a901688485da @rdf:first "A"; a6c5864a-e614-4ac8-9f13-0a6a27e10431 @sh:path http://www.sampledomain.org/sam#aStringProperty...} |  [f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1, http://www.w3.org/ns/shacl#in, 6f3f41fb-ae65-41ce-9a1f-a901688485da] [f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [64313c5d-b699-41ee-975f-5604c406ef94, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [64313c5d-b699-41ee-975f-5604c406ef94, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4837f9da-4b0f-4089-b542-920aca736d80, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [497b20c0-2f72-45c8-b434-acafe17d206a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 64313c5d-b699-41ee-975f-5604c406ef94] [497b20c0-2f72-45c8-b434-acafe17d206a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [6f3f41fb-ae65-41ce-9a1f-a901688485da, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 497b20c0-2f72-45c8-b434-acafe17d206a] [6f3f41fb-ae65-41ce-9a1f-a901688485da, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#pattern, "^B"] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a6c5864a-e614-4ac8-9f13-0a6a27e10431, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1e18f618-9852-43e0-b0be-46f87f061178, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1e18f618-9852-43e0-b0be-46f87f061178, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1e18f618-9852-43e0-b0be-46f87f061178, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1e18f618-9852-43e0-b0be-46f87f061178, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [13aa4dc8-8314-4e66-9013-0fb7c5041fc1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [13aa4dc8-8314-4e66-9013-0fb7c5041fc1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [13aa4dc8-8314-4e66-9013-0fb7c5041fc1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e6178192-6c85-48d5-94a6-77a23034e6f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [27d29420-7e85-4173-9f5e-bef6912e93fc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [27d29420-7e85-4173-9f5e-bef6912e93fc, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [27d29420-7e85-4173-9f5e-bef6912e93fc, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [27d29420-7e85-4173-9f5e-bef6912e93fc, 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, a6c5864a-e614-4ac8-9f13-0a6a27e10431] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27d29420-7e85-4173-9f5e-bef6912e93fc] [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, 2baea6bc-780d-41fc-a826-b37ff82f0ce2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1e18f618-9852-43e0-b0be-46f87f061178] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4837f9da-4b0f-4089-b542-920aca736d80] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e6178192-6c85-48d5-94a6-77a23034e6f7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 13aa4dc8-8314-4e66-9013-0fb7c5041fc1] [2baea6bc-780d-41fc-a826-b37ff82f0ce2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [2baea6bc-780d-41fc-a826-b37ff82f0ce2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2baea6bc-780d-41fc-a826-b37ff82f0ce2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2baea6bc-780d-41fc-a826-b37ff82f0ce2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:55.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.304 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4837f9da-4b0f-4089-b542-920aca736d80,_:27d29420-7e85-4173-9f5e-bef6912e93fc,_:1e18f618-9852-43e0-b0be-46f87f061178,_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1,_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,_:e6178192-6c85-48d5-94a6-77a23034e6f7,_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1,_:2baea6bc-780d-41fc-a826-b37ff82f0ce2. Pending nodes: 
21:29:55.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4837f9da-4b0f-4089-b542-920aca736d80
21:29:55.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27d29420-7e85-4173-9f5e-bef6912e93fc
21:29:55.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1e18f618-9852-43e0-b0be-46f87f061178
21:29:55.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:13aa4dc8-8314-4e66-9013-0fb7c5041fc1
21:29:55.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a6c5864a-e614-4ac8-9f13-0a6a27e10431
21:29:55.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e6178192-6c85-48d5-94a6-77a23034e6f7
21:29:55.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1
21:29:55.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2baea6bc-780d-41fc-a826-b37ff82f0ce2
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2baea6bc-780d-41fc-a826-b37ff82f0ce2
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e6178192-6c85-48d5-94a6-77a23034e6f7
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a6c5864a-e614-4ac8-9f13-0a6a27e10431
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:13aa4dc8-8314-4e66-9013-0fb7c5041fc1
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1e18f618-9852-43e0-b0be-46f87f061178
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27d29420-7e85-4173-9f5e-bef6912e93fc
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4837f9da-4b0f-4089-b542-920aca736d80
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2baea6bc-780d-41fc-a826-b37ff82f0ce2 = 
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2baea6bc-780d-41fc-a826-b37ff82f0ce2 = 
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2baea6bc-780d-41fc-a826-b37ff82f0ce2: 
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.311 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4837f9da-4b0f-4089-b542-920aca736d80,_:27d29420-7e85-4173-9f5e-bef6912e93fc,_:1e18f618-9852-43e0-b0be-46f87f061178,_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1,_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,_:e6178192-6c85-48d5-94a6-77a23034e6f7,_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1,_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4837f9da-4b0f-4089-b542-920aca736d80)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27d29420-7e85-4173-9f5e-bef6912e93fc)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e18f618-9852-43e0-b0be-46f87f061178)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6c5864a-e614-4ac8-9f13-0a6a27e10431)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6178192-6c85-48d5-94a6-77a23034e6f7)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1)
21:29:55.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)
21:29:55.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.313 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4837f9da-4b0f-4089-b542-920aca736d80],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.313 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4837f9da-4b0f-4089-b542-920aca736d80=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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4837f9da-4b0f-4089-b542-920aca736d80,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>)))))))
21:29:55.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27d29420-7e85-4173-9f5e-bef6912e93fc=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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27d29420-7e85-4173-9f5e-bef6912e93fc,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))))))))
21:29:55.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.315 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.288Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1e18f618-9852-43e0-b0be-46f87f061178],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.315 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e18f618-9852-43e0-b0be-46f87f061178=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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1e18f618-9852-43e0-b0be-46f87f061178,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>)))))))
21:29:55.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.315 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1=ShapeTyping(TypingMap(Map()))
21:29:55.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a6c5864a-e614-4ac8-9f13-0a6a27e10431],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a6c5864a-e614-4ac8-9f13-0a6a27e10431=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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,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>)))))))
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.318 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e6178192-6c85-48d5-94a6-77a23034e6f7],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6178192-6c85-48d5-94a6-77a23034e6f7=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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e6178192-6c85-48d5-94a6-77a23034e6f7,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>)))))))
21:29:55.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1=ShapeTyping(TypingMap(Map()))
21:29:55.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2baea6bc-780d-41fc-a826-b37ff82f0ce2=ShapeTyping(TypingMap(Map()))
21:29:55.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4837f9da-4b0f-4089-b542-920aca736d80,_:27d29420-7e85-4173-9f5e-bef6912e93fc,_:1e18f618-9852-43e0-b0be-46f87f061178,_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1,_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,_:e6178192-6c85-48d5-94a6-77a23034e6f7,_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1,_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1e18f618-9852-43e0-b0be-46f87f061178,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(_:e6178192-6c85-48d5-94a6-77a23034e6f7,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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4837f9da-4b0f-4089-b542-920aca736d80,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(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,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(_:27d29420-7e85-4173-9f5e-bef6912e93fc,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))))))))
21:29:55.320 [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(_:1e18f618-9852-43e0-b0be-46f87f061178,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(_:e6178192-6c85-48d5-94a6-77a23034e6f7,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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4837f9da-4b0f-4089-b542-920aca736d80,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(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,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(_:27d29420-7e85-4173-9f5e-bef6912e93fc,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))))))))
21:29:55.320 [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(_:1e18f618-9852-43e0-b0be-46f87f061178,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(_:e6178192-6c85-48d5-94a6-77a23034e6f7,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(_:4837f9da-4b0f-4089-b542-920aca736d80), ShapeRef(_:27d29420-7e85-4173-9f5e-bef6912e93fc), ShapeRef(_:1e18f618-9852-43e0-b0be-46f87f061178), ShapeRef(_:13aa4dc8-8314-4e66-9013-0fb7c5041fc1), ShapeRef(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431), ShapeRef(_:e6178192-6c85-48d5-94a6-77a23034e6f7), ShapeRef(_:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1), ShapeRef(_:2baea6bc-780d-41fc-a826-b37ff82f0ce2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4837f9da-4b0f-4089-b542-920aca736d80,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(_:a6c5864a-e614-4ac8-9f13-0a6a27e10431,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(_:27d29420-7e85-4173-9f5e-bef6912e93fc,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))))))))
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f3a6b675-2b0c-4bc0-8d98-57b10a53e8f1: 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e6178192-6c85-48d5-94a6-77a23034e6f7 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e6178192-6c85-48d5-94a6-77a23034e6f7 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e6178192-6c85-48d5-94a6-77a23034e6f7: 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a6c5864a-e614-4ac8-9f13-0a6a27e10431 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a6c5864a-e614-4ac8-9f13-0a6a27e10431 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a6c5864a-e614-4ac8-9f13-0a6a27e10431: 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:13aa4dc8-8314-4e66-9013-0fb7c5041fc1 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:13aa4dc8-8314-4e66-9013-0fb7c5041fc1 = 
21:29:55.320 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:13aa4dc8-8314-4e66-9013-0fb7c5041fc1: 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1e18f618-9852-43e0-b0be-46f87f061178 = 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1e18f618-9852-43e0-b0be-46f87f061178 = 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1e18f618-9852-43e0-b0be-46f87f061178: 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27d29420-7e85-4173-9f5e-bef6912e93fc = 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27d29420-7e85-4173-9f5e-bef6912e93fc = 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27d29420-7e85-4173-9f5e-bef6912e93fc: 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4837f9da-4b0f-4089-b542-920aca736d80 = 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4837f9da-4b0f-4089-b542-920aca736d80 = 
21:29:55.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4837f9da-4b0f-4089-b542-920aca736d80: 
21:29:55.322 [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
] .

21:29:55.323 [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
] .

@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-07T21:29:55.323Z"^^<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 .
21:29:55.331 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:55.323Z"^^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#integerProperty2, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:55.323Z"^^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: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: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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:55.332 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c916240f-a83a-455f-a36f-3fc9af68e7f2 @rdf:rest rdf:nil; c916240f-a83a-455f-a36f-3fc9af68e7f2 @rdf:first "C"; bfa78044-beed-4c30-a56b-8d7f765119a8 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; bfa78044-beed-4c30-a56b-8d7f765119a8 @sh:class http://www.sampledomain.org/sam#AnotherResource; bfa78044-beed-4c30-a56b-8d7f765119a8 @rdf:type sh:Property; 1b0a7f6c-a996-4696-a141-b9c6c2bb341e @rdf:rest c916240f-a83a-455f-a36f-3fc9af68e7f2; 1b0a7f6c-a996-4696-a141-b9c6c2bb341e @rdf:first "B"; b1b1354c-8cf5-46b0-928d-ef5f9f24bda1 @sh:path http://www.sampledomain.org/sam#integerProperty3; b1b1354c-8cf5-46b0-928d-ef5f9f24bda1 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; b1b1354c-8cf5-46b0-928d-ef5f9f24bda1 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; b1b1354c-8cf5-46b0-928d-ef5f9f24bda1 @rdf:type sh:Property; b5c30838-22cb-4548-9a31-6b7dbd6a57bf @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b5c30838-22cb-4548-9a31-6b7dbd6a57bf @sh:in 90566674-a4a3-4600-a7e4-c3b841f55681; b5c30838-22cb-4548-9a31-6b7dbd6a57bf @rdf:type sh:Property; 90566674-a4a3-4600-a7e4-c3b841f55681 @rdf:rest 1b0a7f6c-a996-4696-a141-b9c6c2bb341e; 90566674-a4a3-4600-a7e4-c3b841f55681 @rdf:first "A"; 9f831dd6-7802-40f8-8266-6fb6b1393969 @sh:path http://www.sampledomain.org/sam#aSetOfDates...} |  [c916240f-a83a-455f-a36f-3fc9af68e7f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c916240f-a83a-455f-a36f-3fc9af68e7f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [bfa78044-beed-4c30-a56b-8d7f765119a8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [bfa78044-beed-4c30-a56b-8d7f765119a8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [bfa78044-beed-4c30-a56b-8d7f765119a8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1b0a7f6c-a996-4696-a141-b9c6c2bb341e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c916240f-a83a-455f-a36f-3fc9af68e7f2] [1b0a7f6c-a996-4696-a141-b9c6c2bb341e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b1b1354c-8cf5-46b0-928d-ef5f9f24bda1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b1b1354c-8cf5-46b0-928d-ef5f9f24bda1, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b1b1354c-8cf5-46b0-928d-ef5f9f24bda1, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b1b1354c-8cf5-46b0-928d-ef5f9f24bda1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b5c30838-22cb-4548-9a31-6b7dbd6a57bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b5c30838-22cb-4548-9a31-6b7dbd6a57bf, http://www.w3.org/ns/shacl#in, 90566674-a4a3-4600-a7e4-c3b841f55681] [b5c30838-22cb-4548-9a31-6b7dbd6a57bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [90566674-a4a3-4600-a7e4-c3b841f55681, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1b0a7f6c-a996-4696-a141-b9c6c2bb341e] [90566674-a4a3-4600-a7e4-c3b841f55681, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [9f831dd6-7802-40f8-8266-6fb6b1393969, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9f831dd6-7802-40f8-8266-6fb6b1393969, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9f831dd6-7802-40f8-8266-6fb6b1393969, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9f831dd6-7802-40f8-8266-6fb6b1393969, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#pattern, "^B"] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [bee299a1-f5d6-42c7-85b2-b0e190a5f8cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4a111934-85c8-461a-882d-8136e18fbe87, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bc587eda-d0f7-4b6a-bea0-cddb50a26a9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [73b1c69f-7bf2-45bc-8b11-7ee325735c42, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [73b1c69f-7bf2-45bc-8b11-7ee325735c42, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [73b1c69f-7bf2-45bc-8b11-7ee325735c42, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [73b1c69f-7bf2-45bc-8b11-7ee325735c42, 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, b5c30838-22cb-4548-9a31-6b7dbd6a57bf] [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, 9f831dd6-7802-40f8-8266-6fb6b1393969] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 73b1c69f-7bf2-45bc-8b11-7ee325735c42] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bc587eda-d0f7-4b6a-bea0-cddb50a26a9f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b1b1354c-8cf5-46b0-928d-ef5f9f24bda1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a111934-85c8-461a-882d-8136e18fbe87] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bee299a1-f5d6-42c7-85b2-b0e190a5f8cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bfa78044-beed-4c30-a56b-8d7f765119a8]>
21:29:55.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.333 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.388 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf,_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1,_:4a111934-85c8-461a-882d-8136e18fbe87,_:9f831dd6-7802-40f8-8266-6fb6b1393969,_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,_:bfa78044-beed-4c30-a56b-8d7f765119a8,_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,_:73b1c69f-7bf2-45bc-8b11-7ee325735c42. Pending nodes: 
21:29:55.389 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf
21:29:55.389 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1
21:29:55.390 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a111934-85c8-461a-882d-8136e18fbe87
21:29:55.391 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9f831dd6-7802-40f8-8266-6fb6b1393969
21:29:55.392 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb
21:29:55.393 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bfa78044-beed-4c30-a56b-8d7f765119a8
21:29:55.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f
21:29:55.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:73b1c69f-7bf2-45bc-8b11-7ee325735c42
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:73b1c69f-7bf2-45bc-8b11-7ee325735c42
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bfa78044-beed-4c30-a56b-8d7f765119a8
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9f831dd6-7802-40f8-8266-6fb6b1393969
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a111934-85c8-461a-882d-8136e18fbe87
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:73b1c69f-7bf2-45bc-8b11-7ee325735c42 = 
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:73b1c69f-7bf2-45bc-8b11-7ee325735c42 = 
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:73b1c69f-7bf2-45bc-8b11-7ee325735c42: 
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf,_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1,_:4a111934-85c8-461a-882d-8136e18fbe87,_:9f831dd6-7802-40f8-8266-6fb6b1393969,_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,_:bfa78044-beed-4c30-a56b-8d7f765119a8,_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a111934-85c8-461a-882d-8136e18fbe87)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f831dd6-7802-40f8-8266-6fb6b1393969)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bfa78044-beed-4c30-a56b-8d7f765119a8)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f)
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)
21:29:55.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf=ShapeTyping(TypingMap(Map()))
21:29:55.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1=ShapeTyping(TypingMap(Map()))
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.398 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4a111934-85c8-461a-882d-8136e18fbe87],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.398 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a111934-85c8-461a-882d-8136e18fbe87=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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a111934-85c8-461a-882d-8136e18fbe87,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>)))))))
21:29:55.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.399 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.323Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9f831dd6-7802-40f8-8266-6fb6b1393969],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.399 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f831dd6-7802-40f8-8266-6fb6b1393969=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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9f831dd6-7802-40f8-8266-6fb6b1393969,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>)))))))
21:29:55.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.400 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb=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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,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>)))))))
21:29:55.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bfa78044-beed-4c30-a56b-8d7f765119a8=ShapeTyping(TypingMap(Map()))
21:29:55.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.402 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f=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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,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>)))))))
21:29:55.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:73b1c69f-7bf2-45bc-8b11-7ee325735c42=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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42,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"))))))))
21:29:55.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf,_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1,_:4a111934-85c8-461a-882d-8136e18fbe87,_:9f831dd6-7802-40f8-8266-6fb6b1393969,_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,_:bfa78044-beed-4c30-a56b-8d7f765119a8,_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)=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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a111934-85c8-461a-882d-8136e18fbe87,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(_:9f831dd6-7802-40f8-8266-6fb6b1393969,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(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,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(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,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(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42,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"))))))))
21:29:55.404 [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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a111934-85c8-461a-882d-8136e18fbe87,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(_:9f831dd6-7802-40f8-8266-6fb6b1393969,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(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,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(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,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(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42,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"))))))))
21:29:55.405 [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(_:b5c30838-22cb-4548-9a31-6b7dbd6a57bf), ShapeRef(_:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1), ShapeRef(_:4a111934-85c8-461a-882d-8136e18fbe87), ShapeRef(_:9f831dd6-7802-40f8-8266-6fb6b1393969), ShapeRef(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb), ShapeRef(_:bfa78044-beed-4c30-a56b-8d7f765119a8), ShapeRef(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f), ShapeRef(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a111934-85c8-461a-882d-8136e18fbe87,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(_:9f831dd6-7802-40f8-8266-6fb6b1393969,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(_:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f,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(_:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb,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(_:73b1c69f-7bf2-45bc-8b11-7ee325735c42,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"))))))))
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bc587eda-d0f7-4b6a-bea0-cddb50a26a9f: 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bfa78044-beed-4c30-a56b-8d7f765119a8 = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bfa78044-beed-4c30-a56b-8d7f765119a8 = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bfa78044-beed-4c30-a56b-8d7f765119a8: 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bee299a1-f5d6-42c7-85b2-b0e190a5f8cb: 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9f831dd6-7802-40f8-8266-6fb6b1393969 = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9f831dd6-7802-40f8-8266-6fb6b1393969 = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9f831dd6-7802-40f8-8266-6fb6b1393969: 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a111934-85c8-461a-882d-8136e18fbe87 = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a111934-85c8-461a-882d-8136e18fbe87 = 
21:29:55.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a111934-85c8-461a-882d-8136e18fbe87: 
21:29:55.406 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1 = 
21:29:55.406 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1 = 
21:29:55.406 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1b1354c-8cf5-46b0-928d-ef5f9f24bda1: 
21:29:55.406 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf = 
21:29:55.406 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf = 
21:29:55.406 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b5c30838-22cb-4548-9a31-6b7dbd6a57bf: 
21:29:55.407 [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
               ]
] .

21:29:55.408 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 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-07T21:29:55.41Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:29:55.424 [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-07T21:29:55.41Z"^^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-07T21:29:55.41Z"^^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   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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:55.424 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 @rdf:type sh:Property; a4ff4baf-92dd-4f81-a829-743783c7e62d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; a4ff4baf-92dd-4f81-a829-743783c7e62d @sh:class http://www.sampledomain.org/sam#AnotherResource; a4ff4baf-92dd-4f81-a829-743783c7e62d @rdf:type sh:Property; 84bd7e20-6813-4546-9930-a982c1acfe30 @rdf:rest 4d75468a-00e9-4de8-b7b3-8d2bba9d2783; 84bd7e20-6813-4546-9930-a982c1acfe30 @rdf:first "B"; 5e8c64dd-aa5f-42bc-9173-147254f59642 @sh:path http://www.sampledomain.org/sam#aStringProperty; 5e8c64dd-aa5f-42bc-9173-147254f59642 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5e8c64dd-aa5f-42bc-9173-147254f59642 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5e8c64dd-aa5f-42bc-9173-147254f59642 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 5e8c64dd-aa5f-42bc-9173-147254f59642 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ef4a317f-1d15-44d0-aa5a-8da22f0dfa57, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4ff4baf-92dd-4f81-a829-743783c7e62d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a4ff4baf-92dd-4f81-a829-743783c7e62d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a4ff4baf-92dd-4f81-a829-743783c7e62d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [84bd7e20-6813-4546-9930-a982c1acfe30, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4d75468a-00e9-4de8-b7b3-8d2bba9d2783] [84bd7e20-6813-4546-9930-a982c1acfe30, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#pattern, "^B"] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5e8c64dd-aa5f-42bc-9173-147254f59642, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [95ffa3b3-4689-4197-a77d-48afae01b0d3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [95ffa3b3-4689-4197-a77d-48afae01b0d3, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [95ffa3b3-4689-4197-a77d-48afae01b0d3, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [95ffa3b3-4689-4197-a77d-48afae01b0d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [df9ba3b0-05ab-44af-85fd-e835d5a1269e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [df9ba3b0-05ab-44af-85fd-e835d5a1269e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [df9ba3b0-05ab-44af-85fd-e835d5a1269e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [df9ba3b0-05ab-44af-85fd-e835d5a1269e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4148c4c-3d37-410f-a353-43d6d17d6ba7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3eb41fb6-3a23-47f2-b324-7f637b5732a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 84bd7e20-6813-4546-9930-a982c1acfe30] [3eb41fb6-3a23-47f2-b324-7f637b5732a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e8aff225-43c1-4fbc-a3bc-093a8ab3a004, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e8aff225-43c1-4fbc-a3bc-093a8ab3a004, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e8aff225-43c1-4fbc-a3bc-093a8ab3a004, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e8aff225-43c1-4fbc-a3bc-093a8ab3a004, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d75468a-00e9-4de8-b7b3-8d2bba9d2783, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4d75468a-00e9-4de8-b7b3-8d2bba9d2783, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [144ae861-0189-4404-b16f-fa55b0be2abd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [144ae861-0189-4404-b16f-fa55b0be2abd, http://www.w3.org/ns/shacl#in, 3eb41fb6-3a23-47f2-b324-7f637b5732a4] [144ae861-0189-4404-b16f-fa55b0be2abd, 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, f4148c4c-3d37-410f-a353-43d6d17d6ba7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a4ff4baf-92dd-4f81-a829-743783c7e62d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, df9ba3b0-05ab-44af-85fd-e835d5a1269e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e8aff225-43c1-4fbc-a3bc-093a8ab3a004] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 144ae861-0189-4404-b16f-fa55b0be2abd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5e8c64dd-aa5f-42bc-9173-147254f59642] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 95ffa3b3-4689-4197-a77d-48afae01b0d3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ef4a317f-1d15-44d0-aa5a-8da22f0dfa57]>
21:29:55.425 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.426 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.426 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,_:df9ba3b0-05ab-44af-85fd-e835d5a1269e,_:5e8c64dd-aa5f-42bc-9173-147254f59642,_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,_:95ffa3b3-4689-4197-a77d-48afae01b0d3,_:a4ff4baf-92dd-4f81-a829-743783c7e62d,_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,_:144ae861-0189-4404-b16f-fa55b0be2abd. Pending nodes: 
21:29:55.427 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57
21:29:55.427 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:df9ba3b0-05ab-44af-85fd-e835d5a1269e
21:29:55.428 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e8c64dd-aa5f-42bc-9173-147254f59642
21:29:55.428 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e8aff225-43c1-4fbc-a3bc-093a8ab3a004
21:29:55.429 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:95ffa3b3-4689-4197-a77d-48afae01b0d3
21:29:55.429 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4ff4baf-92dd-4f81-a829-743783c7e62d
21:29:55.429 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f4148c4c-3d37-410f-a353-43d6d17d6ba7
21:29:55.430 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:144ae861-0189-4404-b16f-fa55b0be2abd
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:144ae861-0189-4404-b16f-fa55b0be2abd
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f4148c4c-3d37-410f-a353-43d6d17d6ba7
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4ff4baf-92dd-4f81-a829-743783c7e62d
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:95ffa3b3-4689-4197-a77d-48afae01b0d3
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e8aff225-43c1-4fbc-a3bc-093a8ab3a004
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e8c64dd-aa5f-42bc-9173-147254f59642
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:df9ba3b0-05ab-44af-85fd-e835d5a1269e
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.430 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,_:df9ba3b0-05ab-44af-85fd-e835d5a1269e,_:5e8c64dd-aa5f-42bc-9173-147254f59642,_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,_:95ffa3b3-4689-4197-a77d-48afae01b0d3,_:a4ff4baf-92dd-4f81-a829-743783c7e62d,_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,_:144ae861-0189-4404-b16f-fa55b0be2abd)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df9ba3b0-05ab-44af-85fd-e835d5a1269e)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e8c64dd-aa5f-42bc-9173-147254f59642)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95ffa3b3-4689-4197-a77d-48afae01b0d3)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4ff4baf-92dd-4f81-a829-743783c7e62d)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4148c4c-3d37-410f-a353-43d6d17d6ba7)
21:29:55.431 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:144ae861-0189-4404-b16f-fa55b0be2abd)
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57=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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,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>)))))))
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df9ba3b0-05ab-44af-85fd-e835d5a1269e=ShapeTyping(TypingMap(Map()))
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5e8c64dd-aa5f-42bc-9173-147254f59642],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.433 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e8c64dd-aa5f-42bc-9173-147254f59642=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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5e8c64dd-aa5f-42bc-9173-147254f59642,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>)))))))
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.433 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.41Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.434 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004=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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,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>)))))))
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95ffa3b3-4689-4197-a77d-48afae01b0d3=ShapeTyping(TypingMap(Map()))
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4ff4baf-92dd-4f81-a829-743783c7e62d=ShapeTyping(TypingMap(Map()))
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.434 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.488 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f4148c4c-3d37-410f-a353-43d6d17d6ba7],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.489 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4148c4c-3d37-410f-a353-43d6d17d6ba7=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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,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>)))))))
21:29:55.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.489 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:144ae861-0189-4404-b16f-fa55b0be2abd=ShapeTyping(TypingMap(Map()))
21:29:55.489 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,_:df9ba3b0-05ab-44af-85fd-e835d5a1269e,_:5e8c64dd-aa5f-42bc-9173-147254f59642,_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,_:95ffa3b3-4689-4197-a77d-48afae01b0d3,_:a4ff4baf-92dd-4f81-a829-743783c7e62d,_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,_:144ae861-0189-4404-b16f-fa55b0be2abd)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,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(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,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(_:5e8c64dd-aa5f-42bc-9173-147254f59642,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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.489 [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(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,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(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,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(_:5e8c64dd-aa5f-42bc-9173-147254f59642,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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.489 [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(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7,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(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004,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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57,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(_:5e8c64dd-aa5f-42bc-9173-147254f59642,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(_:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57), ShapeRef(_:df9ba3b0-05ab-44af-85fd-e835d5a1269e), ShapeRef(_:5e8c64dd-aa5f-42bc-9173-147254f59642), ShapeRef(_:e8aff225-43c1-4fbc-a3bc-093a8ab3a004), ShapeRef(_:95ffa3b3-4689-4197-a77d-48afae01b0d3), ShapeRef(_:a4ff4baf-92dd-4f81-a829-743783c7e62d), ShapeRef(_:f4148c4c-3d37-410f-a353-43d6d17d6ba7), ShapeRef(_:144ae861-0189-4404-b16f-fa55b0be2abd)),false,List()) -> TypingResult(Valid(List()))))))
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:144ae861-0189-4404-b16f-fa55b0be2abd = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:144ae861-0189-4404-b16f-fa55b0be2abd = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:144ae861-0189-4404-b16f-fa55b0be2abd: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f4148c4c-3d37-410f-a353-43d6d17d6ba7 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f4148c4c-3d37-410f-a353-43d6d17d6ba7 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f4148c4c-3d37-410f-a353-43d6d17d6ba7: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4ff4baf-92dd-4f81-a829-743783c7e62d = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4ff4baf-92dd-4f81-a829-743783c7e62d = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4ff4baf-92dd-4f81-a829-743783c7e62d: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:95ffa3b3-4689-4197-a77d-48afae01b0d3 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:95ffa3b3-4689-4197-a77d-48afae01b0d3 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:95ffa3b3-4689-4197-a77d-48afae01b0d3: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e8aff225-43c1-4fbc-a3bc-093a8ab3a004 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e8aff225-43c1-4fbc-a3bc-093a8ab3a004 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e8aff225-43c1-4fbc-a3bc-093a8ab3a004: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e8c64dd-aa5f-42bc-9173-147254f59642 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e8c64dd-aa5f-42bc-9173-147254f59642 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e8c64dd-aa5f-42bc-9173-147254f59642: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:df9ba3b0-05ab-44af-85fd-e835d5a1269e = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:df9ba3b0-05ab-44af-85fd-e835d5a1269e = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:df9ba3b0-05ab-44af-85fd-e835d5a1269e: 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57 = 
21:29:55.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ef4a317f-1d15-44d0-aa5a-8da22f0dfa57: 
21:29:55.491 [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
] .

21:29:55.492 [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
] .

@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-07T21:29:55.492Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
21:29:55.499 [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-07T21:29:55.492Z"^^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-07T21:29:55.492Z"^^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: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: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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        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> .
21:29:55.499 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {81ba1ff4-ee40-4fbd-b404-443278f10781 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 81ba1ff4-ee40-4fbd-b404-443278f10781 @sh:in 2aac7f4d-de65-42d0-81a7-764dc8c49f0c; 81ba1ff4-ee40-4fbd-b404-443278f10781 @rdf:type sh:Property; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:path http://www.sampledomain.org/sam#aStringProperty; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:pattern "^B"; 14d05c30-71c9-4db2-be18-df9c8113e47a @sh:description "a Simple Single String Property"; 14d05c30-71c9-4db2-be18-df9c8113e47a @rdf:type sh:Property; 1a9bee2c-a682-479e-a929-9a4c451c9591 @rdf:rest d7827f9e-6cba-4480-8392-8bcd4ff5efeb; 1a9bee2c-a682-479e-a929-9a4c451c9591 @rdf:first "B"; cfac5f28-c29e-4570-8d61-04929e4c287d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; cfac5f28-c29e-4570-8d61-04929e4c287d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; cfac5f28-c29e-4570-8d61-04929e4c287d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; cfac5f28-c29e-4570-8d61-04929e4c287d @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [81ba1ff4-ee40-4fbd-b404-443278f10781, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [81ba1ff4-ee40-4fbd-b404-443278f10781, http://www.w3.org/ns/shacl#in, 2aac7f4d-de65-42d0-81a7-764dc8c49f0c] [81ba1ff4-ee40-4fbd-b404-443278f10781, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#pattern, "^B"] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [14d05c30-71c9-4db2-be18-df9c8113e47a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1a9bee2c-a682-479e-a929-9a4c451c9591, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d7827f9e-6cba-4480-8392-8bcd4ff5efeb] [1a9bee2c-a682-479e-a929-9a4c451c9591, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cfac5f28-c29e-4570-8d61-04929e4c287d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a1faae51-c731-4e71-ae26-429d869ec70e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a1faae51-c731-4e71-ae26-429d869ec70e, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a1faae51-c731-4e71-ae26-429d869ec70e, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a1faae51-c731-4e71-ae26-429d869ec70e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [64d37b28-4a03-4a32-9313-8bfc448cbfe8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [64d37b28-4a03-4a32-9313-8bfc448cbfe8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [64d37b28-4a03-4a32-9313-8bfc448cbfe8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2aac7f4d-de65-42d0-81a7-764dc8c49f0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1a9bee2c-a682-479e-a929-9a4c451c9591] [2aac7f4d-de65-42d0-81a7-764dc8c49f0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba56a959-e873-4d66-8e5f-fb4fc6b6b8af, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ba56a959-e873-4d66-8e5f-fb4fc6b6b8af, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ba56a959-e873-4d66-8e5f-fb4fc6b6b8af, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ba56a959-e873-4d66-8e5f-fb4fc6b6b8af, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2389051-0855-4f7f-902a-fa7462d722eb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f2389051-0855-4f7f-902a-fa7462d722eb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f2389051-0855-4f7f-902a-fa7462d722eb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f2389051-0855-4f7f-902a-fa7462d722eb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d7827f9e-6cba-4480-8392-8bcd4ff5efeb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [d7827f9e-6cba-4480-8392-8bcd4ff5efeb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [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, 81ba1ff4-ee40-4fbd-b404-443278f10781] [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, 2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba56a959-e873-4d66-8e5f-fb4fc6b6b8af] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2389051-0855-4f7f-902a-fa7462d722eb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cfac5f28-c29e-4570-8d61-04929e4c287d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 14d05c30-71c9-4db2-be18-df9c8113e47a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 64d37b28-4a03-4a32-9313-8bfc448cbfe8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a1faae51-c731-4e71-ae26-429d869ec70e]>
21:29:55.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,_:a1faae51-c731-4e71-ae26-429d869ec70e,_:81ba1ff4-ee40-4fbd-b404-443278f10781,_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,_:f2389051-0855-4f7f-902a-fa7462d722eb,_:14d05c30-71c9-4db2-be18-df9c8113e47a,_:cfac5f28-c29e-4570-8d61-04929e4c287d,_:64d37b28-4a03-4a32-9313-8bfc448cbfe8. Pending nodes: 
21:29:55.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af
21:29:55.502 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a1faae51-c731-4e71-ae26-429d869ec70e
21:29:55.502 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:81ba1ff4-ee40-4fbd-b404-443278f10781
21:29:55.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da
21:29:55.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2389051-0855-4f7f-902a-fa7462d722eb
21:29:55.504 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:14d05c30-71c9-4db2-be18-df9c8113e47a
21:29:55.504 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cfac5f28-c29e-4570-8d61-04929e4c287d
21:29:55.505 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:64d37b28-4a03-4a32-9313-8bfc448cbfe8
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:64d37b28-4a03-4a32-9313-8bfc448cbfe8
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cfac5f28-c29e-4570-8d61-04929e4c287d
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:14d05c30-71c9-4db2-be18-df9c8113e47a
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2389051-0855-4f7f-902a-fa7462d722eb
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:81ba1ff4-ee40-4fbd-b404-443278f10781
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a1faae51-c731-4e71-ae26-429d869ec70e
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:64d37b28-4a03-4a32-9313-8bfc448cbfe8 = 
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:64d37b28-4a03-4a32-9313-8bfc448cbfe8 = 
21:29:55.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:64d37b28-4a03-4a32-9313-8bfc448cbfe8: 
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cfac5f28-c29e-4570-8d61-04929e4c287d = 
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cfac5f28-c29e-4570-8d61-04929e4c287d = 
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cfac5f28-c29e-4570-8d61-04929e4c287d: 
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,_:a1faae51-c731-4e71-ae26-429d869ec70e,_:81ba1ff4-ee40-4fbd-b404-443278f10781,_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,_:f2389051-0855-4f7f-902a-fa7462d722eb,_:14d05c30-71c9-4db2-be18-df9c8113e47a,_:cfac5f28-c29e-4570-8d61-04929e4c287d,_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a1faae51-c731-4e71-ae26-429d869ec70e)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81ba1ff4-ee40-4fbd-b404-443278f10781)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2389051-0855-4f7f-902a-fa7462d722eb)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14d05c30-71c9-4db2-be18-df9c8113e47a)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfac5f28-c29e-4570-8d61-04929e4c287d)
21:29:55.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)
21:29:55.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.492Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af=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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,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>)))))))
21:29:55.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a1faae51-c731-4e71-ae26-429d869ec70e=ShapeTyping(TypingMap(Map()))
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81ba1ff4-ee40-4fbd-b404-443278f10781=ShapeTyping(TypingMap(Map()))
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da=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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,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"))))))))
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2389051-0855-4f7f-902a-fa7462d722eb=ShapeTyping(TypingMap(Map()))
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.510 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:14d05c30-71c9-4db2-be18-df9c8113e47a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.511 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14d05c30-71c9-4db2-be18-df9c8113e47a=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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:14d05c30-71c9-4db2-be18-df9c8113e47a,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>)))))))
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.512 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cfac5f28-c29e-4570-8d61-04929e4c287d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.512 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfac5f28-c29e-4570-8d61-04929e4c287d=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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cfac5f28-c29e-4570-8d61-04929e4c287d,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>)))))))
21:29:55.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.512 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:64d37b28-4a03-4a32-9313-8bfc448cbfe8=ShapeTyping(TypingMap(Map()))
21:29:55.512 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,_:a1faae51-c731-4e71-ae26-429d869ec70e,_:81ba1ff4-ee40-4fbd-b404-443278f10781,_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,_:f2389051-0855-4f7f-902a-fa7462d722eb,_:14d05c30-71c9-4db2-be18-df9c8113e47a,_:cfac5f28-c29e-4570-8d61-04929e4c287d,_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:14d05c30-71c9-4db2-be18-df9c8113e47a,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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cfac5f28-c29e-4570-8d61-04929e4c287d,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(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,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"))))))))
21:29:55.513 [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(_:14d05c30-71c9-4db2-be18-df9c8113e47a,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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cfac5f28-c29e-4570-8d61-04929e4c287d,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(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,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"))))))))
21:29:55.513 [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(_:14d05c30-71c9-4db2-be18-df9c8113e47a,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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af,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(_:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af), ShapeRef(_:a1faae51-c731-4e71-ae26-429d869ec70e), ShapeRef(_:81ba1ff4-ee40-4fbd-b404-443278f10781), ShapeRef(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da), ShapeRef(_:f2389051-0855-4f7f-902a-fa7462d722eb), ShapeRef(_:14d05c30-71c9-4db2-be18-df9c8113e47a), ShapeRef(_:cfac5f28-c29e-4570-8d61-04929e4c287d), ShapeRef(_:64d37b28-4a03-4a32-9313-8bfc448cbfe8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cfac5f28-c29e-4570-8d61-04929e4c287d,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(_:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da,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"))))))))
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:14d05c30-71c9-4db2-be18-df9c8113e47a = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:14d05c30-71c9-4db2-be18-df9c8113e47a = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:14d05c30-71c9-4db2-be18-df9c8113e47a: 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2389051-0855-4f7f-902a-fa7462d722eb = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2389051-0855-4f7f-902a-fa7462d722eb = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2389051-0855-4f7f-902a-fa7462d722eb: 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2fa4d1cc-19a1-4c36-b2a7-7b9e2bc4b4da: 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:81ba1ff4-ee40-4fbd-b404-443278f10781 = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:81ba1ff4-ee40-4fbd-b404-443278f10781 = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:81ba1ff4-ee40-4fbd-b404-443278f10781: 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a1faae51-c731-4e71-ae26-429d869ec70e = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a1faae51-c731-4e71-ae26-429d869ec70e = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a1faae51-c731-4e71-ae26-429d869ec70e: 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af = 
21:29:55.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba56a959-e873-4d66-8e5f-fb4fc6b6b8af: 
21:29:55.515 [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
               ]
] .

21:29:55.516 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 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-07T21:29:55.517Z"^^<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 .
21:29:55.523 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:55.517Z"^^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#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:55.517Z"^^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: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: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: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: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> .
21:29:55.524 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ff496674-92db-42e1-8765-2d2b26e4c625 @rdf:rest 027ba9d8-6857-48cb-a2c3-1f9b7b0bd0fb; ff496674-92db-42e1-8765-2d2b26e4c625 @rdf:first "B"; 97bfce30-fd50-4e49-9449-573920d38fbc @rdf:rest ff496674-92db-42e1-8765-2d2b26e4c625; 97bfce30-fd50-4e49-9449-573920d38fbc @rdf:first "A"; 54891e8c-38e5-40bf-9df0-13f93d746a44 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 54891e8c-38e5-40bf-9df0-13f93d746a44 @sh:in 97bfce30-fd50-4e49-9449-573920d38fbc; 54891e8c-38e5-40bf-9df0-13f93d746a44 @rdf:type sh:Property; b3a5753f-583b-41c9-b816-adee253acb5b @sh:path http://www.sampledomain.org/sam#aStringProperty; b3a5753f-583b-41c9-b816-adee253acb5b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b3a5753f-583b-41c9-b816-adee253acb5b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b3a5753f-583b-41c9-b816-adee253acb5b @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; b3a5753f-583b-41c9-b816-adee253acb5b @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; b3a5753f-583b-41c9-b816-adee253acb5b @sh:pattern "^B"; b3a5753f-583b-41c9-b816-adee253acb5b @sh:description "a Simple Single String Property"; b3a5753f-583b-41c9-b816-adee253acb5b @rdf:type sh:Property; d47eb0b2-93cd-4757-a3c2-814859771ac6 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; d47eb0b2-93cd-4757-a3c2-814859771ac6 @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [ff496674-92db-42e1-8765-2d2b26e4c625, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 027ba9d8-6857-48cb-a2c3-1f9b7b0bd0fb] [ff496674-92db-42e1-8765-2d2b26e4c625, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [97bfce30-fd50-4e49-9449-573920d38fbc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ff496674-92db-42e1-8765-2d2b26e4c625] [97bfce30-fd50-4e49-9449-573920d38fbc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [54891e8c-38e5-40bf-9df0-13f93d746a44, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [54891e8c-38e5-40bf-9df0-13f93d746a44, http://www.w3.org/ns/shacl#in, 97bfce30-fd50-4e49-9449-573920d38fbc] [54891e8c-38e5-40bf-9df0-13f93d746a44, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#pattern, "^B"] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b3a5753f-583b-41c9-b816-adee253acb5b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d47eb0b2-93cd-4757-a3c2-814859771ac6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d47eb0b2-93cd-4757-a3c2-814859771ac6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d47eb0b2-93cd-4757-a3c2-814859771ac6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [50e56022-91c0-4098-8d2e-92e0a4fcd0ae, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [027ba9d8-6857-48cb-a2c3-1f9b7b0bd0fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [027ba9d8-6857-48cb-a2c3-1f9b7b0bd0fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [717d1957-a589-411e-a190-2d4bb6e09457, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [717d1957-a589-411e-a190-2d4bb6e09457, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [717d1957-a589-411e-a190-2d4bb6e09457, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [717d1957-a589-411e-a190-2d4bb6e09457, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f6df355-cf43-4819-ba6a-42f9bb9ff93f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1f6df355-cf43-4819-ba6a-42f9bb9ff93f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1f6df355-cf43-4819-ba6a-42f9bb9ff93f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1f6df355-cf43-4819-ba6a-42f9bb9ff93f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [83f3a05a-7673-409c-8305-a72bd910161d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [83f3a05a-7673-409c-8305-a72bd910161d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83f3a05a-7673-409c-8305-a72bd910161d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83f3a05a-7673-409c-8305-a72bd910161d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [83f3a05a-7673-409c-8305-a72bd910161d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [83f3a05a-7673-409c-8305-a72bd910161d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83f3a05a-7673-409c-8305-a72bd910161d, 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, 717d1957-a589-411e-a190-2d4bb6e09457] [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, b3a5753f-583b-41c9-b816-adee253acb5b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1f6df355-cf43-4819-ba6a-42f9bb9ff93f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 50e56022-91c0-4098-8d2e-92e0a4fcd0ae] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 07178940-0c2c-48e5-b6fa-746f1fc9daaa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d47eb0b2-93cd-4757-a3c2-814859771ac6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 54891e8c-38e5-40bf-9df0-13f93d746a44] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 83f3a05a-7673-409c-8305-a72bd910161d] [07178940-0c2c-48e5-b6fa-746f1fc9daaa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [07178940-0c2c-48e5-b6fa-746f1fc9daaa, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [07178940-0c2c-48e5-b6fa-746f1fc9daaa, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [07178940-0c2c-48e5-b6fa-746f1fc9daaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:29:55.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d47eb0b2-93cd-4757-a3c2-814859771ac6,_:83f3a05a-7673-409c-8305-a72bd910161d,_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,_:717d1957-a589-411e-a190-2d4bb6e09457,_:54891e8c-38e5-40bf-9df0-13f93d746a44,_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,_:b3a5753f-583b-41c9-b816-adee253acb5b. Pending nodes: 
21:29:55.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d47eb0b2-93cd-4757-a3c2-814859771ac6
21:29:55.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:83f3a05a-7673-409c-8305-a72bd910161d
21:29:55.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1f6df355-cf43-4819-ba6a-42f9bb9ff93f
21:29:55.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:07178940-0c2c-48e5-b6fa-746f1fc9daaa
21:29:55.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:717d1957-a589-411e-a190-2d4bb6e09457
21:29:55.528 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:54891e8c-38e5-40bf-9df0-13f93d746a44
21:29:55.528 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:50e56022-91c0-4098-8d2e-92e0a4fcd0ae
21:29:55.528 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b3a5753f-583b-41c9-b816-adee253acb5b
21:29:55.529 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b3a5753f-583b-41c9-b816-adee253acb5b
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:50e56022-91c0-4098-8d2e-92e0a4fcd0ae
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:54891e8c-38e5-40bf-9df0-13f93d746a44
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:717d1957-a589-411e-a190-2d4bb6e09457
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:07178940-0c2c-48e5-b6fa-746f1fc9daaa
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1f6df355-cf43-4819-ba6a-42f9bb9ff93f
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:83f3a05a-7673-409c-8305-a72bd910161d
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d47eb0b2-93cd-4757-a3c2-814859771ac6
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.587 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d47eb0b2-93cd-4757-a3c2-814859771ac6,_:83f3a05a-7673-409c-8305-a72bd910161d,_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,_:717d1957-a589-411e-a190-2d4bb6e09457,_:54891e8c-38e5-40bf-9df0-13f93d746a44,_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,_:b3a5753f-583b-41c9-b816-adee253acb5b)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d47eb0b2-93cd-4757-a3c2-814859771ac6)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83f3a05a-7673-409c-8305-a72bd910161d)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07178940-0c2c-48e5-b6fa-746f1fc9daaa)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:717d1957-a589-411e-a190-2d4bb6e09457)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:54891e8c-38e5-40bf-9df0-13f93d746a44)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae)
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3a5753f-583b-41c9-b816-adee253acb5b)
21:29:55.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.588 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d47eb0b2-93cd-4757-a3c2-814859771ac6=ShapeTyping(TypingMap(Map()))
21:29:55.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.589 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:83f3a05a-7673-409c-8305-a72bd910161d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83f3a05a-7673-409c-8305-a72bd910161d=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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83f3a05a-7673-409c-8305-a72bd910161d,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>)))))))
21:29:55.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.590 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.517Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f=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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,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>)))))))
21:29:55.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07178940-0c2c-48e5-b6fa-746f1fc9daaa=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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,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))))))))
21:29:55.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.591 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:717d1957-a589-411e-a190-2d4bb6e09457=ShapeTyping(TypingMap(Map()))
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:54891e8c-38e5-40bf-9df0-13f93d746a44=ShapeTyping(TypingMap(Map()))
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.593 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae=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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,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>)))))))
21:29:55.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.594 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b3a5753f-583b-41c9-b816-adee253acb5b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.594 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3a5753f-583b-41c9-b816-adee253acb5b=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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b3a5753f-583b-41c9-b816-adee253acb5b,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>)))))))
21:29:55.594 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d47eb0b2-93cd-4757-a3c2-814859771ac6,_:83f3a05a-7673-409c-8305-a72bd910161d,_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,_:717d1957-a589-411e-a190-2d4bb6e09457,_:54891e8c-38e5-40bf-9df0-13f93d746a44,_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,_:b3a5753f-583b-41c9-b816-adee253acb5b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,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(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,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(_:b3a5753f-583b-41c9-b816-adee253acb5b,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(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83f3a05a-7673-409c-8305-a72bd910161d,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>)))))))
21:29:55.595 [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(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,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(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,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(_:b3a5753f-583b-41c9-b816-adee253acb5b,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(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83f3a05a-7673-409c-8305-a72bd910161d,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>)))))))
21:29:55.595 [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(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f,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(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa,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(_:b3a5753f-583b-41c9-b816-adee253acb5b,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(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae,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(_:d47eb0b2-93cd-4757-a3c2-814859771ac6), ShapeRef(_:83f3a05a-7673-409c-8305-a72bd910161d), ShapeRef(_:1f6df355-cf43-4819-ba6a-42f9bb9ff93f), ShapeRef(_:07178940-0c2c-48e5-b6fa-746f1fc9daaa), ShapeRef(_:717d1957-a589-411e-a190-2d4bb6e09457), ShapeRef(_:54891e8c-38e5-40bf-9df0-13f93d746a44), ShapeRef(_:50e56022-91c0-4098-8d2e-92e0a4fcd0ae), ShapeRef(_:b3a5753f-583b-41c9-b816-adee253acb5b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83f3a05a-7673-409c-8305-a72bd910161d,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>)))))))
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b3a5753f-583b-41c9-b816-adee253acb5b = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b3a5753f-583b-41c9-b816-adee253acb5b = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b3a5753f-583b-41c9-b816-adee253acb5b: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:50e56022-91c0-4098-8d2e-92e0a4fcd0ae = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:50e56022-91c0-4098-8d2e-92e0a4fcd0ae = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:50e56022-91c0-4098-8d2e-92e0a4fcd0ae: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:54891e8c-38e5-40bf-9df0-13f93d746a44 = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:54891e8c-38e5-40bf-9df0-13f93d746a44 = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:54891e8c-38e5-40bf-9df0-13f93d746a44: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:717d1957-a589-411e-a190-2d4bb6e09457 = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:717d1957-a589-411e-a190-2d4bb6e09457 = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:717d1957-a589-411e-a190-2d4bb6e09457: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:07178940-0c2c-48e5-b6fa-746f1fc9daaa = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:07178940-0c2c-48e5-b6fa-746f1fc9daaa = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:07178940-0c2c-48e5-b6fa-746f1fc9daaa: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1f6df355-cf43-4819-ba6a-42f9bb9ff93f = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1f6df355-cf43-4819-ba6a-42f9bb9ff93f = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1f6df355-cf43-4819-ba6a-42f9bb9ff93f: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:83f3a05a-7673-409c-8305-a72bd910161d = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:83f3a05a-7673-409c-8305-a72bd910161d = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:83f3a05a-7673-409c-8305-a72bd910161d: 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d47eb0b2-93cd-4757-a3c2-814859771ac6 = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d47eb0b2-93cd-4757-a3c2-814859771ac6 = 
21:29:55.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d47eb0b2-93cd-4757-a3c2-814859771ac6: 
21:29:55.596 [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
] .

21:29:55.597 [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
] .

@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-07T21:29:55.597Z"^^<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 .
21:29:55.604 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:29:55.597Z"^^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#integerProperty3, "4"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:29:55.597Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:29:55.604 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f68729a9-2d43-47a3-9ba0-2493a2be6845 @rdf:rest 73585cd1-e2e1-4651-89c2-b4022f073a0c; f68729a9-2d43-47a3-9ba0-2493a2be6845 @rdf:first "B"; 3034dcf9-78e7-426b-89f7-c94ff931c602 @rdf:rest f68729a9-2d43-47a3-9ba0-2493a2be6845; 3034dcf9-78e7-426b-89f7-c94ff931c602 @rdf:first "A"; 0cc8ac91-ddee-46dc-a334-d0aee0f0348d @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 0cc8ac91-ddee-46dc-a334-d0aee0f0348d @sh:in 3034dcf9-78e7-426b-89f7-c94ff931c602; 0cc8ac91-ddee-46dc-a334-d0aee0f0348d @rdf:type sh:Property; 6494b1b1-410b-40e9-8743-ff4cf0a9f232 @sh:path http://www.sampledomain.org/sam#integerProperty3; 6494b1b1-410b-40e9-8743-ff4cf0a9f232 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 6494b1b1-410b-40e9-8743-ff4cf0a9f232 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 6494b1b1-410b-40e9-8743-ff4cf0a9f232 @rdf:type sh:Property; 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [f68729a9-2d43-47a3-9ba0-2493a2be6845, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 73585cd1-e2e1-4651-89c2-b4022f073a0c] [f68729a9-2d43-47a3-9ba0-2493a2be6845, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [3034dcf9-78e7-426b-89f7-c94ff931c602, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f68729a9-2d43-47a3-9ba0-2493a2be6845] [3034dcf9-78e7-426b-89f7-c94ff931c602, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [0cc8ac91-ddee-46dc-a334-d0aee0f0348d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0cc8ac91-ddee-46dc-a334-d0aee0f0348d, http://www.w3.org/ns/shacl#in, 3034dcf9-78e7-426b-89f7-c94ff931c602] [0cc8ac91-ddee-46dc-a334-d0aee0f0348d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6494b1b1-410b-40e9-8743-ff4cf0a9f232, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6494b1b1-410b-40e9-8743-ff4cf0a9f232, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6494b1b1-410b-40e9-8743-ff4cf0a9f232, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6494b1b1-410b-40e9-8743-ff4cf0a9f232, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4e4fc595-56da-4fdf-b5cb-b1301c39ecc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b1fee8d4-7bab-496c-a38e-8722eba4af92, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b1fee8d4-7bab-496c-a38e-8722eba4af92, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b1fee8d4-7bab-496c-a38e-8722eba4af92, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#pattern, "^B"] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [25706230-c893-425c-85d0-586e8d18ba3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [73585cd1-e2e1-4651-89c2-b4022f073a0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [73585cd1-e2e1-4651-89c2-b4022f073a0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d2d82b14-1d79-4e50-b43e-82de7cbf50c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [baadffef-3776-479d-92a1-0526ec133413, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [baadffef-3776-479d-92a1-0526ec133413, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [baadffef-3776-479d-92a1-0526ec133413, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [baadffef-3776-479d-92a1-0526ec133413, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7c2164a7-6e95-4887-a717-1b53e0c8b5b6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7c2164a7-6e95-4887-a717-1b53e0c8b5b6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7c2164a7-6e95-4887-a717-1b53e0c8b5b6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7c2164a7-6e95-4887-a717-1b53e0c8b5b6, 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, 7c2164a7-6e95-4887-a717-1b53e0c8b5b6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6494b1b1-410b-40e9-8743-ff4cf0a9f232] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 25706230-c893-425c-85d0-586e8d18ba3a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d2d82b14-1d79-4e50-b43e-82de7cbf50c8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4e4fc595-56da-4fdf-b5cb-b1301c39ecc7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0cc8ac91-ddee-46dc-a334-d0aee0f0348d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b1fee8d4-7bab-496c-a38e-8722eba4af92] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, baadffef-3776-479d-92a1-0526ec133413]>
21:29:55.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:29:55.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:29:55.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:25706230-c893-425c-85d0-586e8d18ba3a,_:b1fee8d4-7bab-496c-a38e-8722eba4af92,_:baadffef-3776-479d-92a1-0526ec133413,_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d,_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8. Pending nodes: 
21:29:55.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:25706230-c893-425c-85d0-586e8d18ba3a
21:29:55.607 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1fee8d4-7bab-496c-a38e-8722eba4af92
21:29:55.607 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:baadffef-3776-479d-92a1-0526ec133413
21:29:55.608 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7c2164a7-6e95-4887-a717-1b53e0c8b5b6
21:29:55.608 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7
21:29:55.609 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0cc8ac91-ddee-46dc-a334-d0aee0f0348d
21:29:55.609 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6494b1b1-410b-40e9-8743-ff4cf0a9f232
21:29:55.610 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d2d82b14-1d79-4e50-b43e-82de7cbf50c8
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d2d82b14-1d79-4e50-b43e-82de7cbf50c8
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6494b1b1-410b-40e9-8743-ff4cf0a9f232
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0cc8ac91-ddee-46dc-a334-d0aee0f0348d
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7c2164a7-6e95-4887-a717-1b53e0c8b5b6
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:baadffef-3776-479d-92a1-0526ec133413
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1fee8d4-7bab-496c-a38e-8722eba4af92
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:25706230-c893-425c-85d0-586e8d18ba3a
21:29:55.610 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d2d82b14-1d79-4e50-b43e-82de7cbf50c8 = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d2d82b14-1d79-4e50-b43e-82de7cbf50c8 = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d2d82b14-1d79-4e50-b43e-82de7cbf50c8: 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6494b1b1-410b-40e9-8743-ff4cf0a9f232 = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6494b1b1-410b-40e9-8743-ff4cf0a9f232 = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6494b1b1-410b-40e9-8743-ff4cf0a9f232: 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0cc8ac91-ddee-46dc-a334-d0aee0f0348d = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0cc8ac91-ddee-46dc-a334-d0aee0f0348d = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0cc8ac91-ddee-46dc-a334-d0aee0f0348d: 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:25706230-c893-425c-85d0-586e8d18ba3a,_:b1fee8d4-7bab-496c-a38e-8722eba4af92,_:baadffef-3776-479d-92a1-0526ec133413,_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d,_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25706230-c893-425c-85d0-586e8d18ba3a)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1fee8d4-7bab-496c-a38e-8722eba4af92)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:baadffef-3776-479d-92a1-0526ec133413)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6494b1b1-410b-40e9-8743-ff4cf0a9f232)
21:29:55.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)
21:29:55.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:25706230-c893-425c-85d0-586e8d18ba3a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:29:55.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25706230-c893-425c-85d0-586e8d18ba3a=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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25706230-c893-425c-85d0-586e8d18ba3a,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>)))))))
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1fee8d4-7bab-496c-a38e-8722eba4af92=ShapeTyping(TypingMap(Map()))
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:baadffef-3776-479d-92a1-0526ec133413=ShapeTyping(TypingMap(Map()))
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:29:55.597Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:29:55.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6=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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,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>)))))))
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7=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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,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>)))))))
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d=ShapeTyping(TypingMap(Map()))
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6494b1b1-410b-40e9-8743-ff4cf0a9f232=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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,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"))))))))
21:29:55.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:29:55.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:29:55.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8=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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8,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>)))))))
21:29:55.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:25706230-c893-425c-85d0-586e8d18ba3a,_:b1fee8d4-7bab-496c-a38e-8722eba4af92,_:baadffef-3776-479d-92a1-0526ec133413,_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d,_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,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(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,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(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8,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(_:25706230-c893-425c-85d0-586e8d18ba3a,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>)))))))
21:29:55.618 [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(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,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(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,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(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8,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(_:25706230-c893-425c-85d0-586e8d18ba3a,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>)))))))
21:29:55.618 [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(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232,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(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7,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(_:25706230-c893-425c-85d0-586e8d18ba3a), ShapeRef(_:b1fee8d4-7bab-496c-a38e-8722eba4af92), ShapeRef(_:baadffef-3776-479d-92a1-0526ec133413), ShapeRef(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6), ShapeRef(_:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7), ShapeRef(_:0cc8ac91-ddee-46dc-a334-d0aee0f0348d), ShapeRef(_:6494b1b1-410b-40e9-8743-ff4cf0a9f232), ShapeRef(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7c2164a7-6e95-4887-a717-1b53e0c8b5b6,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(_:d2d82b14-1d79-4e50-b43e-82de7cbf50c8,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(_:25706230-c893-425c-85d0-586e8d18ba3a,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>)))))))
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4e4fc595-56da-4fdf-b5cb-b1301c39ecc7: 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7c2164a7-6e95-4887-a717-1b53e0c8b5b6 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7c2164a7-6e95-4887-a717-1b53e0c8b5b6 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7c2164a7-6e95-4887-a717-1b53e0c8b5b6: 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:baadffef-3776-479d-92a1-0526ec133413 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:baadffef-3776-479d-92a1-0526ec133413 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:baadffef-3776-479d-92a1-0526ec133413: 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1fee8d4-7bab-496c-a38e-8722eba4af92 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1fee8d4-7bab-496c-a38e-8722eba4af92 = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1fee8d4-7bab-496c-a38e-8722eba4af92: 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:25706230-c893-425c-85d0-586e8d18ba3a = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:25706230-c893-425c-85d0-586e8d18ba3a = 
21:29:55.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:25706230-c893-425c-85d0-586e8d18ba3a: 
21:29:55.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  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
               ]
] .

21:29:55.621 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 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.M2.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[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...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 4.0.0.M2
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ lyo-validation ---
[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...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:22 min
[INFO] Finished at: 2020-11-07T21:29:59Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B deploy -Prelease-profile
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.experimental:lyo-validation:jar:4.0.0.M2
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.6.3:super-pom, jar:file:/opt/tools/apache-maven/latest/lib/maven-model-builder-3.6.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 4.0.0.M2
[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] 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]
21:30:01.553 [main] DEBUG Jena - Jena initialization
21:30:01.666 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
21:30:01.667 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
21:30:01.668 [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
21:30:01.668 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
21:30:01.668 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
21:30:01.668 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
21:30:01.671 [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
21:30:01.821 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
21:30:01.835 [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-07T21:30:01.419Z"^^<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 .
21:30:01.978 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:01.419Z"^^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#integerProperty2, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:01.419Z"^^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: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: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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:01.984 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5bd43c23-c9ce-4522-ab90-150bbfdc3616 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 5bd43c23-c9ce-4522-ab90-150bbfdc3616 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 5bd43c23-c9ce-4522-ab90-150bbfdc3616 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5bd43c23-c9ce-4522-ab90-150bbfdc3616 @rdf:type sh:Property; aa5a9eee-f228-4937-aa2d-e53814e34313 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; aa5a9eee-f228-4937-aa2d-e53814e34313 @sh:in 9141f66b-51d1-4070-abd0-8aa39c854b60; aa5a9eee-f228-4937-aa2d-e53814e34313 @rdf:type sh:Property; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:path http://www.sampledomain.org/sam#aStringProperty; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:pattern "^B"; 5948ec3e-51c8-494c-b5e9-55e385041444 @sh:description "a Simple Single String Property"; 5948ec3e-51c8-494c-b5e9-55e385041444 @rdf:type sh:Property; 1e0d9b65-9e0a-4462-ae0b-551d2a7cb968 @sh:path http://www.sampledomain.org/sam#integerProperty3; 1e0d9b65-9e0a-4462-ae0b-551d2a7cb968 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer...} |  [5bd43c23-c9ce-4522-ab90-150bbfdc3616, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5bd43c23-c9ce-4522-ab90-150bbfdc3616, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5bd43c23-c9ce-4522-ab90-150bbfdc3616, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5bd43c23-c9ce-4522-ab90-150bbfdc3616, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [aa5a9eee-f228-4937-aa2d-e53814e34313, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [aa5a9eee-f228-4937-aa2d-e53814e34313, http://www.w3.org/ns/shacl#in, 9141f66b-51d1-4070-abd0-8aa39c854b60] [aa5a9eee-f228-4937-aa2d-e53814e34313, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#pattern, "^B"] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5948ec3e-51c8-494c-b5e9-55e385041444, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1e0d9b65-9e0a-4462-ae0b-551d2a7cb968, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1e0d9b65-9e0a-4462-ae0b-551d2a7cb968, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1e0d9b65-9e0a-4462-ae0b-551d2a7cb968, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1e0d9b65-9e0a-4462-ae0b-551d2a7cb968, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [125db405-5761-4b84-a93e-296cec4d28eb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [125db405-5761-4b84-a93e-296cec4d28eb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [125db405-5761-4b84-a93e-296cec4d28eb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [125db405-5761-4b84-a93e-296cec4d28eb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9141f66b-51d1-4070-abd0-8aa39c854b60, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c059070d-0ff5-4087-a7c6-223da71535d7] [9141f66b-51d1-4070-abd0-8aa39c854b60, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [61780bf6-dd89-44f2-8d5a-3f6470fb315a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [61780bf6-dd89-44f2-8d5a-3f6470fb315a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [61780bf6-dd89-44f2-8d5a-3f6470fb315a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b8e6df0e-3375-4454-9e03-d6b552006ba7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b8e6df0e-3375-4454-9e03-d6b552006ba7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c059070d-0ff5-4087-a7c6-223da71535d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b8e6df0e-3375-4454-9e03-d6b552006ba7] [c059070d-0ff5-4087-a7c6-223da71535d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [556ecdd8-d1c2-4104-8de4-8f676c9724b3, 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, aa5a9eee-f228-4937-aa2d-e53814e34313] [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, ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1e0d9b65-9e0a-4462-ae0b-551d2a7cb968] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5948ec3e-51c8-494c-b5e9-55e385041444] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 556ecdd8-d1c2-4104-8de4-8f676c9724b3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5bd43c23-c9ce-4522-ab90-150bbfdc3616] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 125db405-5761-4b84-a93e-296cec4d28eb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 61780bf6-dd89-44f2-8d5a-3f6470fb315a]>
21:30:02.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:02.473 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:02.493 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,_:61780bf6-dd89-44f2-8d5a-3f6470fb315a,_:5948ec3e-51c8-494c-b5e9-55e385041444,_:aa5a9eee-f228-4937-aa2d-e53814e34313,_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968,_:125db405-5761-4b84-a93e-296cec4d28eb,_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,_:5bd43c23-c9ce-4522-ab90-150bbfdc3616. Pending nodes: 
21:30:02.498 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc
21:30:02.506 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:61780bf6-dd89-44f2-8d5a-3f6470fb315a
21:30:02.510 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5948ec3e-51c8-494c-b5e9-55e385041444
21:30:02.519 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aa5a9eee-f228-4937-aa2d-e53814e34313
21:30:02.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968
21:30:02.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:125db405-5761-4b84-a93e-296cec4d28eb
21:30:02.529 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:556ecdd8-d1c2-4104-8de4-8f676c9724b3
21:30:02.532 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5bd43c23-c9ce-4522-ab90-150bbfdc3616
21:30:02.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5bd43c23-c9ce-4522-ab90-150bbfdc3616
21:30:02.577 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:02.577 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:556ecdd8-d1c2-4104-8de4-8f676c9724b3
21:30:02.577 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:125db405-5761-4b84-a93e-296cec4d28eb
21:30:02.578 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968
21:30:02.578 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aa5a9eee-f228-4937-aa2d-e53814e34313
21:30:02.578 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5948ec3e-51c8-494c-b5e9-55e385041444
21:30:02.578 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:61780bf6-dd89-44f2-8d5a-3f6470fb315a
21:30:02.578 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc
21:30:02.596 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5bd43c23-c9ce-4522-ab90-150bbfdc3616 = 
21:30:02.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5bd43c23-c9ce-4522-ab90-150bbfdc3616 = 
21:30:02.603 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5bd43c23-c9ce-4522-ab90-150bbfdc3616: 
21:30:02.613 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:02.614 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:02.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:02.619 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:02.621 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:02.629 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,_:61780bf6-dd89-44f2-8d5a-3f6470fb315a,_:5948ec3e-51c8-494c-b5e9-55e385041444,_:aa5a9eee-f228-4937-aa2d-e53814e34313,_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968,_:125db405-5761-4b84-a93e-296cec4d28eb,_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)
21:30:02.632 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc)
21:30:02.635 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:61780bf6-dd89-44f2-8d5a-3f6470fb315a)
21:30:02.635 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5948ec3e-51c8-494c-b5e9-55e385041444)
21:30:02.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa5a9eee-f228-4937-aa2d-e53814e34313)
21:30:02.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968)
21:30:02.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:125db405-5761-4b84-a93e-296cec4d28eb)
21:30:02.636 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:556ecdd8-d1c2-4104-8de4-8f676c9724b3)
21:30:02.637 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)
21:30:02.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.645 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.756 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.757 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.759 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.759 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.760 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.760 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.761 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:02.762 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.762 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.789 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc=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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,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>)))))))
21:30:02.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.790 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:61780bf6-dd89-44f2-8d5a-3f6470fb315a=ShapeTyping(TypingMap(Map()))
21:30:02.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.801 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5948ec3e-51c8-494c-b5e9-55e385041444],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:02.802 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5948ec3e-51c8-494c-b5e9-55e385041444=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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5948ec3e-51c8-494c-b5e9-55e385041444,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>)))))))
21:30:02.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.806 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa5a9eee-f228-4937-aa2d-e53814e34313=ShapeTyping(TypingMap(Map()))
21:30:02.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.807 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968=ShapeTyping(TypingMap(Map()))
21:30:02.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:125db405-5761-4b84-a93e-296cec4d28eb=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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:125db405-5761-4b84-a93e-296cec4d28eb,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))))))))
21:30:02.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.817 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:556ecdd8-d1c2-4104-8de4-8f676c9724b3],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:02.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:556ecdd8-d1c2-4104-8de4-8f676c9724b3=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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,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>)))))))
21:30:02.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:02.821 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:01.419Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5bd43c23-c9ce-4522-ab90-150bbfdc3616],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:02.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5bd43c23-c9ce-4522-ab90-150bbfdc3616=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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616,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>)))))))
21:30:02.824 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,_:61780bf6-dd89-44f2-8d5a-3f6470fb315a,_:5948ec3e-51c8-494c-b5e9-55e385041444,_:aa5a9eee-f228-4937-aa2d-e53814e34313,_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968,_:125db405-5761-4b84-a93e-296cec4d28eb,_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616,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(_:125db405-5761-4b84-a93e-296cec4d28eb,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(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,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(_:5948ec3e-51c8-494c-b5e9-55e385041444,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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,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>)))))))
21:30:02.889 [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(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616,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(_:125db405-5761-4b84-a93e-296cec4d28eb,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(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,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(_:5948ec3e-51c8-494c-b5e9-55e385041444,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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,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>)))))))
21:30:02.890 [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(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616,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(_:125db405-5761-4b84-a93e-296cec4d28eb,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(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3,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(_:5948ec3e-51c8-494c-b5e9-55e385041444,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(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc), ShapeRef(_:61780bf6-dd89-44f2-8d5a-3f6470fb315a), ShapeRef(_:5948ec3e-51c8-494c-b5e9-55e385041444), ShapeRef(_:aa5a9eee-f228-4937-aa2d-e53814e34313), ShapeRef(_:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968), ShapeRef(_:125db405-5761-4b84-a93e-296cec4d28eb), ShapeRef(_:556ecdd8-d1c2-4104-8de4-8f676c9724b3), ShapeRef(_:5bd43c23-c9ce-4522-ab90-150bbfdc3616)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc,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>)))))))
21:30:02.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:556ecdd8-d1c2-4104-8de4-8f676c9724b3 = 
21:30:02.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:556ecdd8-d1c2-4104-8de4-8f676c9724b3 = 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:556ecdd8-d1c2-4104-8de4-8f676c9724b3: 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:125db405-5761-4b84-a93e-296cec4d28eb = 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:125db405-5761-4b84-a93e-296cec4d28eb = 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:125db405-5761-4b84-a93e-296cec4d28eb: 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968 = 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968 = 
21:30:02.891 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1e0d9b65-9e0a-4462-ae0b-551d2a7cb968: 
21:30:02.892 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aa5a9eee-f228-4937-aa2d-e53814e34313 = 
21:30:02.892 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aa5a9eee-f228-4937-aa2d-e53814e34313 = 
21:30:02.892 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aa5a9eee-f228-4937-aa2d-e53814e34313: 
21:30:02.892 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5948ec3e-51c8-494c-b5e9-55e385041444 = 
21:30:02.892 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5948ec3e-51c8-494c-b5e9-55e385041444 = 
21:30:02.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5948ec3e-51c8-494c-b5e9-55e385041444: 
21:30:02.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:61780bf6-dd89-44f2-8d5a-3f6470fb315a = 
21:30:02.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:61780bf6-dd89-44f2-8d5a-3f6470fb315a = 
21:30:02.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:61780bf6-dd89-44f2-8d5a-3f6470fb315a: 
21:30:02.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc = 
21:30:02.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc = 
21:30:02.894 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ebf7ba3e-eede-4c8e-9c8c-d07c7ec4a6cc: 
21:30:02.931 [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
] .

21:30:02.943 [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
] .

@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-07T21:30:02.99Z"^^<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 .
21:30:03.003 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:02.99Z"^^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#integerProperty2, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:02.99Z"^^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: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   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: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: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> .
21:30:03.004 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb @sh:in 97f6fba4-d2b0-4901-b0e4-09d98dd4f21b; 7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb @rdf:type sh:Property; 83716f3f-0903-4711-ae6b-16d5a49ab375 @sh:path http://www.sampledomain.org/sam#integerProperty2; 83716f3f-0903-4711-ae6b-16d5a49ab375 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 83716f3f-0903-4711-ae6b-16d5a49ab375 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 83716f3f-0903-4711-ae6b-16d5a49ab375 @rdf:type sh:Property; 97f6fba4-d2b0-4901-b0e4-09d98dd4f21b @rdf:rest 831f17ee-ea8d-4461-ac3b-8c4ceecd42d6; 97f6fba4-d2b0-4901-b0e4-09d98dd4f21b @rdf:first "A"; 75a08471-2397-4628-b247-8f67d78054d2 @sh:path http://www.sampledomain.org/sam#integerProperty3; 75a08471-2397-4628-b247-8f67d78054d2 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 75a08471-2397-4628-b247-8f67d78054d2 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 75a08471-2397-4628-b247-8f67d78054d2 @rdf:type sh:Property; 89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d @sh:path http://www.sampledomain.org/sam#aStringProperty; 89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb, http://www.w3.org/ns/shacl#in, 97f6fba4-d2b0-4901-b0e4-09d98dd4f21b] [7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [83716f3f-0903-4711-ae6b-16d5a49ab375, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [83716f3f-0903-4711-ae6b-16d5a49ab375, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [83716f3f-0903-4711-ae6b-16d5a49ab375, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [83716f3f-0903-4711-ae6b-16d5a49ab375, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [97f6fba4-d2b0-4901-b0e4-09d98dd4f21b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 831f17ee-ea8d-4461-ac3b-8c4ceecd42d6] [97f6fba4-d2b0-4901-b0e4-09d98dd4f21b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [75a08471-2397-4628-b247-8f67d78054d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [75a08471-2397-4628-b247-8f67d78054d2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [75a08471-2397-4628-b247-8f67d78054d2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [75a08471-2397-4628-b247-8f67d78054d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#pattern, "^B"] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0f5da24b-bda8-41f5-9aa9-01c875f7a5f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2c491d85-52ca-44b1-b7c8-83e94593da6e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [831f17ee-ea8d-4461-ac3b-8c4ceecd42d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1a3d2666-f32e-4b51-a065-8d7d1cd656d3] [831f17ee-ea8d-4461-ac3b-8c4ceecd42d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d20b8c2d-167e-4f92-a871-50ea8f662e75, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d20b8c2d-167e-4f92-a871-50ea8f662e75, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d20b8c2d-167e-4f92-a871-50ea8f662e75, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1a3d2666-f32e-4b51-a065-8d7d1cd656d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1a3d2666-f32e-4b51-a065-8d7d1cd656d3, 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, 89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d] [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, d20b8c2d-167e-4f92-a871-50ea8f662e75] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f5da24b-bda8-41f5-9aa9-01c875f7a5f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 83716f3f-0903-4711-ae6b-16d5a49ab375] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 75a08471-2397-4628-b247-8f67d78054d2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a469e9d3-a503-42ef-b6ee-b7e22a56ed27] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2c491d85-52ca-44b1-b7c8-83e94593da6e] [a469e9d3-a503-42ef-b6ee-b7e22a56ed27, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a469e9d3-a503-42ef-b6ee-b7e22a56ed27, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a469e9d3-a503-42ef-b6ee-b7e22a56ed27, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a469e9d3-a503-42ef-b6ee-b7e22a56ed27, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:03.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.008 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.010 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d20b8c2d-167e-4f92-a871-50ea8f662e75,_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,_:83716f3f-0903-4711-ae6b-16d5a49ab375,_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb,_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,_:75a08471-2397-4628-b247-8f67d78054d2,_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,_:2c491d85-52ca-44b1-b7c8-83e94593da6e. Pending nodes: 
21:30:03.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d20b8c2d-167e-4f92-a871-50ea8f662e75
21:30:03.013 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a469e9d3-a503-42ef-b6ee-b7e22a56ed27
21:30:03.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:83716f3f-0903-4711-ae6b-16d5a49ab375
21:30:03.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb
21:30:03.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d
21:30:03.020 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:75a08471-2397-4628-b247-8f67d78054d2
21:30:03.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1
21:30:03.023 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c491d85-52ca-44b1-b7c8-83e94593da6e
21:30:03.024 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c491d85-52ca-44b1-b7c8-83e94593da6e
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:75a08471-2397-4628-b247-8f67d78054d2
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:83716f3f-0903-4711-ae6b-16d5a49ab375
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a469e9d3-a503-42ef-b6ee-b7e22a56ed27
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d20b8c2d-167e-4f92-a871-50ea8f662e75
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c491d85-52ca-44b1-b7c8-83e94593da6e = 
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c491d85-52ca-44b1-b7c8-83e94593da6e = 
21:30:03.025 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c491d85-52ca-44b1-b7c8-83e94593da6e: 
21:30:03.026 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.026 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.026 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.026 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.026 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d20b8c2d-167e-4f92-a871-50ea8f662e75,_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,_:83716f3f-0903-4711-ae6b-16d5a49ab375,_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb,_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,_:75a08471-2397-4628-b247-8f67d78054d2,_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,_:2c491d85-52ca-44b1-b7c8-83e94593da6e)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d20b8c2d-167e-4f92-a871-50ea8f662e75)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83716f3f-0903-4711-ae6b-16d5a49ab375)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d)
21:30:03.027 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75a08471-2397-4628-b247-8f67d78054d2)
21:30:03.028 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1)
21:30:03.028 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c491d85-52ca-44b1-b7c8-83e94593da6e)
21:30:03.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.029 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d20b8c2d-167e-4f92-a871-50ea8f662e75=ShapeTyping(TypingMap(Map()))
21:30:03.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.030 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:02.99Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.030 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27=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(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,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>)))))))
21:30:03.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.090 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83716f3f-0903-4711-ae6b-16d5a49ab375=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(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83716f3f-0903-4711-ae6b-16d5a49ab375,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"))))))))
21:30:03.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.091 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb=ShapeTyping(TypingMap(Map()))
21:30:03.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.094 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.095 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d=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(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,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>)))))))
21:30:03.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.096 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75a08471-2397-4628-b247-8f67d78054d2=ShapeTyping(TypingMap(Map()))
21:30:03.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.098 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.098 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.099 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.099 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1=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(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,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>)))))))
21:30:03.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.101 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2c491d85-52ca-44b1-b7c8-83e94593da6e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.102 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.102 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c491d85-52ca-44b1-b7c8-83e94593da6e=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(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2c491d85-52ca-44b1-b7c8-83e94593da6e,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>)))))))
21:30:03.103 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d20b8c2d-167e-4f92-a871-50ea8f662e75,_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,_:83716f3f-0903-4711-ae6b-16d5a49ab375,_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb,_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,_:75a08471-2397-4628-b247-8f67d78054d2,_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,_:2c491d85-52ca-44b1-b7c8-83e94593da6e)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:83716f3f-0903-4711-ae6b-16d5a49ab375,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,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(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,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(_:2c491d85-52ca-44b1-b7c8-83e94593da6e,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(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,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>)))))))
21:30:03.104 [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(_:83716f3f-0903-4711-ae6b-16d5a49ab375,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,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(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,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(_:2c491d85-52ca-44b1-b7c8-83e94593da6e,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(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,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>)))))))
21:30:03.104 [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(_:83716f3f-0903-4711-ae6b-16d5a49ab375,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d20b8c2d-167e-4f92-a871-50ea8f662e75), ShapeRef(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27), ShapeRef(_:83716f3f-0903-4711-ae6b-16d5a49ab375), ShapeRef(_:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb), ShapeRef(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d), ShapeRef(_:75a08471-2397-4628-b247-8f67d78054d2), ShapeRef(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1), ShapeRef(_:2c491d85-52ca-44b1-b7c8-83e94593da6e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d,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(_:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1,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(_:2c491d85-52ca-44b1-b7c8-83e94593da6e,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(_:a469e9d3-a503-42ef-b6ee-b7e22a56ed27,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>)))))))
21:30:03.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1 = 
21:30:03.104 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1 = 
21:30:03.104 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f5da24b-bda8-41f5-9aa9-01c875f7a5f1: 
21:30:03.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:75a08471-2397-4628-b247-8f67d78054d2 = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:75a08471-2397-4628-b247-8f67d78054d2 = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:75a08471-2397-4628-b247-8f67d78054d2: 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89e1f1f3-395a-4a0b-8150-00ee3cfb4b7d: 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7cb5d7cd-b5c0-4e6c-be41-a8966ca095bb: 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:83716f3f-0903-4711-ae6b-16d5a49ab375 = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:83716f3f-0903-4711-ae6b-16d5a49ab375 = 
21:30:03.105 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:83716f3f-0903-4711-ae6b-16d5a49ab375: 
21:30:03.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a469e9d3-a503-42ef-b6ee-b7e22a56ed27 = 
21:30:03.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a469e9d3-a503-42ef-b6ee-b7e22a56ed27 = 
21:30:03.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a469e9d3-a503-42ef-b6ee-b7e22a56ed27: 
21:30:03.106 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d20b8c2d-167e-4f92-a871-50ea8f662e75 = 
21:30:03.106 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d20b8c2d-167e-4f92-a871-50ea8f662e75 = 
21:30:03.106 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d20b8c2d-167e-4f92-a871-50ea8f662e75: 
21:30:03.114 [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
               ]
] .

21:30:03.119 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.725 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-07T21:30:03.124Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:03.134 [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-07T21:30:03.124Z"^^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-07T21:30:03.124Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:03.189 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {79f05aa9-8b33-4d78-ae5c-4f6c34146fd4 @rdf:rest 089c2276-fdd5-4fa1-809c-8db6c5b1b07b; 79f05aa9-8b33-4d78-ae5c-4f6c34146fd4 @rdf:first "A"; 6942f6ce-fd08-4268-ab7d-3fc2373ad608 @sh:path http://www.sampledomain.org/sam#integerProperty3; 6942f6ce-fd08-4268-ab7d-3fc2373ad608 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 6942f6ce-fd08-4268-ab7d-3fc2373ad608 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 6942f6ce-fd08-4268-ab7d-3fc2373ad608 @rdf:type sh:Property; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 42a81fa1-3867-478b-a130-d70ae4a56cf1 @rdf:type sh:Property; 25e9752d-0f67-49aa-9b04-acce9188ab31 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 25e9752d-0f67-49aa-9b04-acce9188ab31 @sh:class http://www.sampledomain.org/sam#AnotherResource; 25e9752d-0f67-49aa-9b04-acce9188ab31 @rdf:type sh:Property; 79d0e38d-d681-4b06-97a8-0d6cf02cca37 @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [79f05aa9-8b33-4d78-ae5c-4f6c34146fd4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 089c2276-fdd5-4fa1-809c-8db6c5b1b07b] [79f05aa9-8b33-4d78-ae5c-4f6c34146fd4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [6942f6ce-fd08-4268-ab7d-3fc2373ad608, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6942f6ce-fd08-4268-ab7d-3fc2373ad608, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6942f6ce-fd08-4268-ab7d-3fc2373ad608, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6942f6ce-fd08-4268-ab7d-3fc2373ad608, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [42a81fa1-3867-478b-a130-d70ae4a56cf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [25e9752d-0f67-49aa-9b04-acce9188ab31, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [25e9752d-0f67-49aa-9b04-acce9188ab31, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [25e9752d-0f67-49aa-9b04-acce9188ab31, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79d0e38d-d681-4b06-97a8-0d6cf02cca37, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [79d0e38d-d681-4b06-97a8-0d6cf02cca37, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [79d0e38d-d681-4b06-97a8-0d6cf02cca37, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [79d0e38d-d681-4b06-97a8-0d6cf02cca37, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b334150d-7701-4ecb-8aed-dc1e460bb886, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b334150d-7701-4ecb-8aed-dc1e460bb886, http://www.w3.org/ns/shacl#in, 79f05aa9-8b33-4d78-ae5c-4f6c34146fd4] [b334150d-7701-4ecb-8aed-dc1e460bb886, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [089c2276-fdd5-4fa1-809c-8db6c5b1b07b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b8b20260-cb8c-40a5-9603-e3f279d18b2d] [089c2276-fdd5-4fa1-809c-8db6c5b1b07b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f47f6005-8c37-4f43-8c04-dfba968e3173, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#pattern, "^B"] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [76a3e376-5b7e-4080-a27e-8a8cd3ccae73, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b8b20260-cb8c-40a5-9603-e3f279d18b2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b8b20260-cb8c-40a5-9603-e3f279d18b2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [7af5162d-ec2b-4903-be06-8faa8cb65ebb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7af5162d-ec2b-4903-be06-8faa8cb65ebb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7af5162d-ec2b-4903-be06-8faa8cb65ebb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7af5162d-ec2b-4903-be06-8faa8cb65ebb, 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, 79d0e38d-d681-4b06-97a8-0d6cf02cca37] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 25e9752d-0f67-49aa-9b04-acce9188ab31] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 76a3e376-5b7e-4080-a27e-8a8cd3ccae73] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6942f6ce-fd08-4268-ab7d-3fc2373ad608] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b334150d-7701-4ecb-8aed-dc1e460bb886] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f47f6005-8c37-4f43-8c04-dfba968e3173] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42a81fa1-3867-478b-a130-d70ae4a56cf1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7af5162d-ec2b-4903-be06-8faa8cb65ebb]>
21:30:03.190 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.192 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f47f6005-8c37-4f43-8c04-dfba968e3173,_:b334150d-7701-4ecb-8aed-dc1e460bb886,_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,_:42a81fa1-3867-478b-a130-d70ae4a56cf1,_:79d0e38d-d681-4b06-97a8-0d6cf02cca37,_:6942f6ce-fd08-4268-ab7d-3fc2373ad608,_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,_:25e9752d-0f67-49aa-9b04-acce9188ab31. Pending nodes: 
21:30:03.195 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f47f6005-8c37-4f43-8c04-dfba968e3173
21:30:03.197 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b334150d-7701-4ecb-8aed-dc1e460bb886
21:30:03.199 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7af5162d-ec2b-4903-be06-8faa8cb65ebb
21:30:03.200 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42a81fa1-3867-478b-a130-d70ae4a56cf1
21:30:03.202 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79d0e38d-d681-4b06-97a8-0d6cf02cca37
21:30:03.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6942f6ce-fd08-4268-ab7d-3fc2373ad608
21:30:03.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:76a3e376-5b7e-4080-a27e-8a8cd3ccae73
21:30:03.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:25e9752d-0f67-49aa-9b04-acce9188ab31
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:25e9752d-0f67-49aa-9b04-acce9188ab31
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:76a3e376-5b7e-4080-a27e-8a8cd3ccae73
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6942f6ce-fd08-4268-ab7d-3fc2373ad608
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79d0e38d-d681-4b06-97a8-0d6cf02cca37
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42a81fa1-3867-478b-a130-d70ae4a56cf1
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7af5162d-ec2b-4903-be06-8faa8cb65ebb
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b334150d-7701-4ecb-8aed-dc1e460bb886
21:30:03.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f47f6005-8c37-4f43-8c04-dfba968e3173
21:30:03.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:25e9752d-0f67-49aa-9b04-acce9188ab31 = 
21:30:03.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:25e9752d-0f67-49aa-9b04-acce9188ab31 = 
21:30:03.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:25e9752d-0f67-49aa-9b04-acce9188ab31: 
21:30:03.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:76a3e376-5b7e-4080-a27e-8a8cd3ccae73 = 
21:30:03.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:76a3e376-5b7e-4080-a27e-8a8cd3ccae73 = 
21:30:03.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:76a3e376-5b7e-4080-a27e-8a8cd3ccae73: 
21:30:03.210 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6942f6ce-fd08-4268-ab7d-3fc2373ad608 = 
21:30:03.210 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6942f6ce-fd08-4268-ab7d-3fc2373ad608 = 
21:30:03.210 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6942f6ce-fd08-4268-ab7d-3fc2373ad608: 
21:30:03.210 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.210 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f47f6005-8c37-4f43-8c04-dfba968e3173,_:b334150d-7701-4ecb-8aed-dc1e460bb886,_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,_:42a81fa1-3867-478b-a130-d70ae4a56cf1,_:79d0e38d-d681-4b06-97a8-0d6cf02cca37,_:6942f6ce-fd08-4268-ab7d-3fc2373ad608,_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,_:25e9752d-0f67-49aa-9b04-acce9188ab31)
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f47f6005-8c37-4f43-8c04-dfba968e3173)
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b334150d-7701-4ecb-8aed-dc1e460bb886)
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7af5162d-ec2b-4903-be06-8faa8cb65ebb)
21:30:03.211 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42a81fa1-3867-478b-a130-d70ae4a56cf1)
21:30:03.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79d0e38d-d681-4b06-97a8-0d6cf02cca37)
21:30:03.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6942f6ce-fd08-4268-ab7d-3fc2373ad608)
21:30:03.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73)
21:30:03.212 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25e9752d-0f67-49aa-9b04-acce9188ab31)
21:30:03.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.214 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f47f6005-8c37-4f43-8c04-dfba968e3173],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f47f6005-8c37-4f43-8c04-dfba968e3173=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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f47f6005-8c37-4f43-8c04-dfba968e3173,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>)))))))
21:30:03.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b334150d-7701-4ecb-8aed-dc1e460bb886=ShapeTyping(TypingMap(Map()))
21:30:03.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.216 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.124Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7af5162d-ec2b-4903-be06-8faa8cb65ebb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7af5162d-ec2b-4903-be06-8faa8cb65ebb=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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,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>)))))))
21:30:03.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.218 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:42a81fa1-3867-478b-a130-d70ae4a56cf1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42a81fa1-3867-478b-a130-d70ae4a56cf1=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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42a81fa1-3867-478b-a130-d70ae4a56cf1,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>)))))))
21:30:03.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79d0e38d-d681-4b06-97a8-0d6cf02cca37=ShapeTyping(TypingMap(Map()))
21:30:03.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6942f6ce-fd08-4268-ab7d-3fc2373ad608=ShapeTyping(TypingMap(Map()))
21:30:03.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.223 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.223 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73=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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,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>)))))))
21:30:03.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25e9752d-0f67-49aa-9b04-acce9188ab31=ShapeTyping(TypingMap(Map()))
21:30:03.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f47f6005-8c37-4f43-8c04-dfba968e3173,_:b334150d-7701-4ecb-8aed-dc1e460bb886,_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,_:42a81fa1-3867-478b-a130-d70ae4a56cf1,_:79d0e38d-d681-4b06-97a8-0d6cf02cca37,_:6942f6ce-fd08-4268-ab7d-3fc2373ad608,_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,_:25e9752d-0f67-49aa-9b04-acce9188ab31)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,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(_:f47f6005-8c37-4f43-8c04-dfba968e3173,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(_:42a81fa1-3867-478b-a130-d70ae4a56cf1,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>)))))))
21:30:03.225 [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(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,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(_:f47f6005-8c37-4f43-8c04-dfba968e3173,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(_:42a81fa1-3867-478b-a130-d70ae4a56cf1,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>)))))))
21:30:03.225 [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(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb,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(_:f47f6005-8c37-4f43-8c04-dfba968e3173), ShapeRef(_:b334150d-7701-4ecb-8aed-dc1e460bb886), ShapeRef(_:7af5162d-ec2b-4903-be06-8faa8cb65ebb), ShapeRef(_:42a81fa1-3867-478b-a130-d70ae4a56cf1), ShapeRef(_:79d0e38d-d681-4b06-97a8-0d6cf02cca37), ShapeRef(_:6942f6ce-fd08-4268-ab7d-3fc2373ad608), ShapeRef(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73), ShapeRef(_:25e9752d-0f67-49aa-9b04-acce9188ab31)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:76a3e376-5b7e-4080-a27e-8a8cd3ccae73,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(_:f47f6005-8c37-4f43-8c04-dfba968e3173,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(_:42a81fa1-3867-478b-a130-d70ae4a56cf1,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>)))))))
21:30:03.225 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79d0e38d-d681-4b06-97a8-0d6cf02cca37 = 
21:30:03.225 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79d0e38d-d681-4b06-97a8-0d6cf02cca37 = 
21:30:03.225 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79d0e38d-d681-4b06-97a8-0d6cf02cca37: 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42a81fa1-3867-478b-a130-d70ae4a56cf1 = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42a81fa1-3867-478b-a130-d70ae4a56cf1 = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42a81fa1-3867-478b-a130-d70ae4a56cf1: 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7af5162d-ec2b-4903-be06-8faa8cb65ebb = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7af5162d-ec2b-4903-be06-8faa8cb65ebb = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7af5162d-ec2b-4903-be06-8faa8cb65ebb: 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b334150d-7701-4ecb-8aed-dc1e460bb886 = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b334150d-7701-4ecb-8aed-dc1e460bb886 = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b334150d-7701-4ecb-8aed-dc1e460bb886: 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f47f6005-8c37-4f43-8c04-dfba968e3173 = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f47f6005-8c37-4f43-8c04-dfba968e3173 = 
21:30:03.226 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f47f6005-8c37-4f43-8c04-dfba968e3173: 
21:30:03.228 [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
] .

21:30:03.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
] .

@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-07T21:30:03.231Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:03.292 [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-07T21:30:03.231Z"^^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-07T21:30:03.231Z"^^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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:03.294 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7ed7d2e3-018c-49cc-a716-8738edd0ef52 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 7ed7d2e3-018c-49cc-a716-8738edd0ef52 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 7ed7d2e3-018c-49cc-a716-8738edd0ef52 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 7ed7d2e3-018c-49cc-a716-8738edd0ef52 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7ed7d2e3-018c-49cc-a716-8738edd0ef52 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7ed7d2e3-018c-49cc-a716-8738edd0ef52 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7ed7d2e3-018c-49cc-a716-8738edd0ef52 @rdf:type sh:Property; 5a042dbe-68ba-43f8-b498-bb871dc0c0cd @rdf:rest rdf:nil; 5a042dbe-68ba-43f8-b498-bb871dc0c0cd @rdf:first "C"; 9dcf9387-f7aa-44ad-bfcf-5d94b059d039 @rdf:rest 69401872-618f-4a11-98c6-87ff02841c70; 9dcf9387-f7aa-44ad-bfcf-5d94b059d039 @rdf:first "A"; 53e2c52f-f548-4aae-80b6-1126f4ee0b56 @sh:path http://www.sampledomain.org/sam#integerProperty2; 53e2c52f-f548-4aae-80b6-1126f4ee0b56 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 53e2c52f-f548-4aae-80b6-1126f4ee0b56 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 53e2c52f-f548-4aae-80b6-1126f4ee0b56 @rdf:type sh:Property; 69401872-618f-4a11-98c6-87ff02841c70 @rdf:rest 5a042dbe-68ba-43f8-b498-bb871dc0c0cd; 69401872-618f-4a11-98c6-87ff02841c70 @rdf:first "B"...} |  [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7ed7d2e3-018c-49cc-a716-8738edd0ef52, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5a042dbe-68ba-43f8-b498-bb871dc0c0cd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5a042dbe-68ba-43f8-b498-bb871dc0c0cd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9dcf9387-f7aa-44ad-bfcf-5d94b059d039, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 69401872-618f-4a11-98c6-87ff02841c70] [9dcf9387-f7aa-44ad-bfcf-5d94b059d039, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [53e2c52f-f548-4aae-80b6-1126f4ee0b56, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [53e2c52f-f548-4aae-80b6-1126f4ee0b56, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [53e2c52f-f548-4aae-80b6-1126f4ee0b56, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [53e2c52f-f548-4aae-80b6-1126f4ee0b56, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [69401872-618f-4a11-98c6-87ff02841c70, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5a042dbe-68ba-43f8-b498-bb871dc0c0cd] [69401872-618f-4a11-98c6-87ff02841c70, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [948a6bc1-ca06-4202-ac96-afd919310e20, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b3c317b3-4b0d-4b52-8d6b-041959c1b06c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b3c317b3-4b0d-4b52-8d6b-041959c1b06c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b3c317b3-4b0d-4b52-8d6b-041959c1b06c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b3c317b3-4b0d-4b52-8d6b-041959c1b06c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5e709fd0-dcbe-4dac-ab22-3a897abe999e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5e709fd0-dcbe-4dac-ab22-3a897abe999e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5e709fd0-dcbe-4dac-ab22-3a897abe999e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5e709fd0-dcbe-4dac-ab22-3a897abe999e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5af11db2-ae2e-4fad-87a8-9af5b15e2a21, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5af11db2-ae2e-4fad-87a8-9af5b15e2a21, http://www.w3.org/ns/shacl#in, 9dcf9387-f7aa-44ad-bfcf-5d94b059d039] [5af11db2-ae2e-4fad-87a8-9af5b15e2a21, 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, 7ed7d2e3-018c-49cc-a716-8738edd0ef52] [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, 5e709fd0-dcbe-4dac-ab22-3a897abe999e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 948a6bc1-ca06-4202-ac96-afd919310e20] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5af11db2-ae2e-4fad-87a8-9af5b15e2a21] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b3c317b3-4b0d-4b52-8d6b-041959c1b06c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f40eb9a8-748f-484b-8819-042589d4a800] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 53e2c52f-f548-4aae-80b6-1126f4ee0b56] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#pattern, "^B"] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f40eb9a8-748f-484b-8819-042589d4a800, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:03.295 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.297 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.299 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c,_:f40eb9a8-748f-484b-8819-042589d4a800,_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,_:948a6bc1-ca06-4202-ac96-afd919310e20,_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21,_:53e2c52f-f548-4aae-80b6-1126f4ee0b56,_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1. Pending nodes: 
21:30:03.300 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c
21:30:03.301 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f40eb9a8-748f-484b-8819-042589d4a800
21:30:03.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e709fd0-dcbe-4dac-ab22-3a897abe999e
21:30:03.304 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:948a6bc1-ca06-4202-ac96-afd919310e20
21:30:03.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7ed7d2e3-018c-49cc-a716-8738edd0ef52
21:30:03.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5af11db2-ae2e-4fad-87a8-9af5b15e2a21
21:30:03.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:53e2c52f-f548-4aae-80b6-1126f4ee0b56
21:30:03.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1
21:30:03.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:53e2c52f-f548-4aae-80b6-1126f4ee0b56
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5af11db2-ae2e-4fad-87a8-9af5b15e2a21
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7ed7d2e3-018c-49cc-a716-8738edd0ef52
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:948a6bc1-ca06-4202-ac96-afd919310e20
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e709fd0-dcbe-4dac-ab22-3a897abe999e
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f40eb9a8-748f-484b-8819-042589d4a800
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1 = 
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1 = 
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1: 
21:30:03.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c,_:f40eb9a8-748f-484b-8819-042589d4a800,_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,_:948a6bc1-ca06-4202-ac96-afd919310e20,_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21,_:53e2c52f-f548-4aae-80b6-1126f4ee0b56,_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c)
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f40eb9a8-748f-484b-8819-042589d4a800)
21:30:03.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e709fd0-dcbe-4dac-ab22-3a897abe999e)
21:30:03.313 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:948a6bc1-ca06-4202-ac96-afd919310e20)
21:30:03.313 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ed7d2e3-018c-49cc-a716-8738edd0ef52)
21:30:03.313 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21)
21:30:03.313 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53e2c52f-f548-4aae-80b6-1126f4ee0b56)
21:30:03.313 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)
21:30:03.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c=ShapeTyping(TypingMap(Map()))
21:30:03.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f40eb9a8-748f-484b-8819-042589d4a800],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f40eb9a8-748f-484b-8819-042589d4a800=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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f40eb9a8-748f-484b-8819-042589d4a800,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'"))))))))
21:30:03.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.318 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.231Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5e709fd0-dcbe-4dac-ab22-3a897abe999e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e709fd0-dcbe-4dac-ab22-3a897abe999e=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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,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>)))))))
21:30:03.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.319 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:948a6bc1-ca06-4202-ac96-afd919310e20],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:948a6bc1-ca06-4202-ac96-afd919310e20=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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:948a6bc1-ca06-4202-ac96-afd919310e20,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>)))))))
21:30:03.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.321 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.322 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7ed7d2e3-018c-49cc-a716-8738edd0ef52],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.323 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ed7d2e3-018c-49cc-a716-8738edd0ef52=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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,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>)))))))
21:30:03.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.323 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.324 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21=ShapeTyping(TypingMap(Map()))
21:30:03.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.324 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53e2c52f-f548-4aae-80b6-1126f4ee0b56=ShapeTyping(TypingMap(Map()))
21:30:03.324 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.325 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1=ShapeTyping(TypingMap(Map()))
21:30:03.325 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c,_:f40eb9a8-748f-484b-8819-042589d4a800,_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,_:948a6bc1-ca06-4202-ac96-afd919310e20,_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21,_:53e2c52f-f548-4aae-80b6-1126f4ee0b56,_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f40eb9a8-748f-484b-8819-042589d4a800,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'")))), PropertyShape(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,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(_:948a6bc1-ca06-4202-ac96-afd919310e20,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>)))))))
21:30:03.326 [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(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f40eb9a8-748f-484b-8819-042589d4a800,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'")))), PropertyShape(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,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(_:948a6bc1-ca06-4202-ac96-afd919310e20,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>)))))))
21:30:03.326 [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(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52,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(_:b3c317b3-4b0d-4b52-8d6b-041959c1b06c), ShapeRef(_:f40eb9a8-748f-484b-8819-042589d4a800), ShapeRef(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e), ShapeRef(_:948a6bc1-ca06-4202-ac96-afd919310e20), ShapeRef(_:7ed7d2e3-018c-49cc-a716-8738edd0ef52), ShapeRef(_:5af11db2-ae2e-4fad-87a8-9af5b15e2a21), ShapeRef(_:53e2c52f-f548-4aae-80b6-1126f4ee0b56), ShapeRef(_:e2c1ac8c-94d1-4cb5-a4a7-a51ede414af1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f40eb9a8-748f-484b-8819-042589d4a800,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'")))), PropertyShape(_:5e709fd0-dcbe-4dac-ab22-3a897abe999e,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(_:948a6bc1-ca06-4202-ac96-afd919310e20,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>)))))))
21:30:03.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:53e2c52f-f548-4aae-80b6-1126f4ee0b56 = 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:53e2c52f-f548-4aae-80b6-1126f4ee0b56 = 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:53e2c52f-f548-4aae-80b6-1126f4ee0b56: 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5af11db2-ae2e-4fad-87a8-9af5b15e2a21 = 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5af11db2-ae2e-4fad-87a8-9af5b15e2a21 = 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5af11db2-ae2e-4fad-87a8-9af5b15e2a21: 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7ed7d2e3-018c-49cc-a716-8738edd0ef52 = 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7ed7d2e3-018c-49cc-a716-8738edd0ef52 = 
21:30:03.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7ed7d2e3-018c-49cc-a716-8738edd0ef52: 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:948a6bc1-ca06-4202-ac96-afd919310e20 = 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:948a6bc1-ca06-4202-ac96-afd919310e20 = 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:948a6bc1-ca06-4202-ac96-afd919310e20: 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e709fd0-dcbe-4dac-ab22-3a897abe999e = 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e709fd0-dcbe-4dac-ab22-3a897abe999e = 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e709fd0-dcbe-4dac-ab22-3a897abe999e: 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f40eb9a8-748f-484b-8819-042589d4a800 = 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f40eb9a8-748f-484b-8819-042589d4a800 = 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f40eb9a8-748f-484b-8819-042589d4a800: 
21:30:03.328 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c = 
21:30:03.329 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c = 
21:30:03.329 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b3c317b3-4b0d-4b52-8d6b-041959c1b06c: 
21:30:03.331 [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
               ]
] .

21:30:03.388 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 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-07T21:30:03.391Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:03.400 [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-07T21:30:03.391Z"^^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-07T21:30:03.391Z"^^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: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: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: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> .
21:30:03.402 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e216bd9c-25cd-44d4-817c-621a84eeb11c @sh:path http://www.sampledomain.org/sam#aSetOfDates; e216bd9c-25cd-44d4-817c-621a84eeb11c @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; e216bd9c-25cd-44d4-817c-621a84eeb11c @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e216bd9c-25cd-44d4-817c-621a84eeb11c @rdf:type sh:Property; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 38c7ed4c-c257-47ef-aa9b-b693e889bd8b @rdf:type sh:Property; 602768cd-faf0-478f-b855-692b48dcf96e @rdf:rest 034bbec3-2100-476f-a400-ddc073be1d9e; 602768cd-faf0-478f-b855-692b48dcf96e @rdf:first "B"; c40e0acf-5111-46af-bbb9-ee8c0e5cf907 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; c40e0acf-5111-46af-bbb9-ee8c0e5cf907 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; c40e0acf-5111-46af-bbb9-ee8c0e5cf907 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; c40e0acf-5111-46af-bbb9-ee8c0e5cf907 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [e216bd9c-25cd-44d4-817c-621a84eeb11c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e216bd9c-25cd-44d4-817c-621a84eeb11c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e216bd9c-25cd-44d4-817c-621a84eeb11c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e216bd9c-25cd-44d4-817c-621a84eeb11c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [38c7ed4c-c257-47ef-aa9b-b693e889bd8b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [602768cd-faf0-478f-b855-692b48dcf96e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 034bbec3-2100-476f-a400-ddc073be1d9e] [602768cd-faf0-478f-b855-692b48dcf96e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c40e0acf-5111-46af-bbb9-ee8c0e5cf907, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#pattern, "^B"] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ebeb5d89-6b37-4812-8372-ac87a9725567, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9278aace-34d0-4d7b-a514-0ee8f9916229, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9278aace-34d0-4d7b-a514-0ee8f9916229, http://www.w3.org/ns/shacl#in, 611f1f12-00e4-4dcd-9b12-9fd98db0ac7a] [9278aace-34d0-4d7b-a514-0ee8f9916229, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [034bbec3-2100-476f-a400-ddc073be1d9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [034bbec3-2100-476f-a400-ddc073be1d9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e292978d-a4ce-41a2-9f48-7a4025c7633a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [e292978d-a4ce-41a2-9f48-7a4025c7633a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e292978d-a4ce-41a2-9f48-7a4025c7633a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e292978d-a4ce-41a2-9f48-7a4025c7633a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f34a7ef4-ff22-4850-bc38-f5018fb7f32a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f34a7ef4-ff22-4850-bc38-f5018fb7f32a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f34a7ef4-ff22-4850-bc38-f5018fb7f32a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f34a7ef4-ff22-4850-bc38-f5018fb7f32a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8, 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, f34a7ef4-ff22-4850-bc38-f5018fb7f32a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9278aace-34d0-4d7b-a514-0ee8f9916229] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e216bd9c-25cd-44d4-817c-621a84eeb11c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e292978d-a4ce-41a2-9f48-7a4025c7633a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ebeb5d89-6b37-4812-8372-ac87a9725567] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c40e0acf-5111-46af-bbb9-ee8c0e5cf907] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 38c7ed4c-c257-47ef-aa9b-b693e889bd8b] [611f1f12-00e4-4dcd-9b12-9fd98db0ac7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 602768cd-faf0-478f-b855-692b48dcf96e] [611f1f12-00e4-4dcd-9b12-9fd98db0ac7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
21:30:03.403 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.404 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.406 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ebeb5d89-6b37-4812-8372-ac87a9725567,_:e292978d-a4ce-41a2-9f48-7a4025c7633a,_:e216bd9c-25cd-44d4-817c-621a84eeb11c,_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8,_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,_:9278aace-34d0-4d7b-a514-0ee8f9916229,_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a. Pending nodes: 
21:30:03.407 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ebeb5d89-6b37-4812-8372-ac87a9725567
21:30:03.409 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e292978d-a4ce-41a2-9f48-7a4025c7633a
21:30:03.410 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e216bd9c-25cd-44d4-817c-621a84eeb11c
21:30:03.411 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8
21:30:03.412 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38c7ed4c-c257-47ef-aa9b-b693e889bd8b
21:30:03.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c40e0acf-5111-46af-bbb9-ee8c0e5cf907
21:30:03.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9278aace-34d0-4d7b-a514-0ee8f9916229
21:30:03.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f34a7ef4-ff22-4850-bc38-f5018fb7f32a
21:30:03.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f34a7ef4-ff22-4850-bc38-f5018fb7f32a
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9278aace-34d0-4d7b-a514-0ee8f9916229
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c40e0acf-5111-46af-bbb9-ee8c0e5cf907
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38c7ed4c-c257-47ef-aa9b-b693e889bd8b
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e216bd9c-25cd-44d4-817c-621a84eeb11c
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e292978d-a4ce-41a2-9f48-7a4025c7633a
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ebeb5d89-6b37-4812-8372-ac87a9725567
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f34a7ef4-ff22-4850-bc38-f5018fb7f32a = 
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f34a7ef4-ff22-4850-bc38-f5018fb7f32a = 
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f34a7ef4-ff22-4850-bc38-f5018fb7f32a: 
21:30:03.418 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9278aace-34d0-4d7b-a514-0ee8f9916229 = 
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9278aace-34d0-4d7b-a514-0ee8f9916229 = 
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9278aace-34d0-4d7b-a514-0ee8f9916229: 
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.419 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.420 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ebeb5d89-6b37-4812-8372-ac87a9725567,_:e292978d-a4ce-41a2-9f48-7a4025c7633a,_:e216bd9c-25cd-44d4-817c-621a84eeb11c,_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8,_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,_:9278aace-34d0-4d7b-a514-0ee8f9916229,_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)
21:30:03.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ebeb5d89-6b37-4812-8372-ac87a9725567)
21:30:03.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e292978d-a4ce-41a2-9f48-7a4025c7633a)
21:30:03.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e216bd9c-25cd-44d4-817c-621a84eeb11c)
21:30:03.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8)
21:30:03.420 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b)
21:30:03.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907)
21:30:03.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9278aace-34d0-4d7b-a514-0ee8f9916229)
21:30:03.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)
21:30:03.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.424 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ebeb5d89-6b37-4812-8372-ac87a9725567],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.424 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ebeb5d89-6b37-4812-8372-ac87a9725567=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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ebeb5d89-6b37-4812-8372-ac87a9725567,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>)))))))
21:30:03.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e292978d-a4ce-41a2-9f48-7a4025c7633a=ShapeTyping(TypingMap(Map()))
21:30:03.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.426 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.391Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e216bd9c-25cd-44d4-817c-621a84eeb11c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.426 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e216bd9c-25cd-44d4-817c-621a84eeb11c=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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e216bd9c-25cd-44d4-817c-621a84eeb11c,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>)))))))
21:30:03.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.426 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8=ShapeTyping(TypingMap(Map()))
21:30:03.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.428 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.487 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b=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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,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>)))))))
21:30:03.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.489 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.490 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907=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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,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>)))))))
21:30:03.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.490 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9278aace-34d0-4d7b-a514-0ee8f9916229=ShapeTyping(TypingMap(Map()))
21:30:03.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.491 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a=ShapeTyping(TypingMap(Map()))
21:30:03.491 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ebeb5d89-6b37-4812-8372-ac87a9725567,_:e292978d-a4ce-41a2-9f48-7a4025c7633a,_:e216bd9c-25cd-44d4-817c-621a84eeb11c,_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8,_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,_:9278aace-34d0-4d7b-a514-0ee8f9916229,_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e216bd9c-25cd-44d4-817c-621a84eeb11c,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(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,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(_:ebeb5d89-6b37-4812-8372-ac87a9725567,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>)))))))
21:30:03.491 [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(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e216bd9c-25cd-44d4-817c-621a84eeb11c,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(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,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(_:ebeb5d89-6b37-4812-8372-ac87a9725567,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>)))))))
21:30:03.491 [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(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907,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(_:ebeb5d89-6b37-4812-8372-ac87a9725567), ShapeRef(_:e292978d-a4ce-41a2-9f48-7a4025c7633a), ShapeRef(_:e216bd9c-25cd-44d4-817c-621a84eeb11c), ShapeRef(_:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8), ShapeRef(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b), ShapeRef(_:c40e0acf-5111-46af-bbb9-ee8c0e5cf907), ShapeRef(_:9278aace-34d0-4d7b-a514-0ee8f9916229), ShapeRef(_:f34a7ef4-ff22-4850-bc38-f5018fb7f32a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e216bd9c-25cd-44d4-817c-621a84eeb11c,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(_:38c7ed4c-c257-47ef-aa9b-b693e889bd8b,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(_:ebeb5d89-6b37-4812-8372-ac87a9725567,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>)))))))
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c40e0acf-5111-46af-bbb9-ee8c0e5cf907 = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c40e0acf-5111-46af-bbb9-ee8c0e5cf907 = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c40e0acf-5111-46af-bbb9-ee8c0e5cf907: 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38c7ed4c-c257-47ef-aa9b-b693e889bd8b = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38c7ed4c-c257-47ef-aa9b-b693e889bd8b = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38c7ed4c-c257-47ef-aa9b-b693e889bd8b: 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8 = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8 = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9fe999d0-18c6-44a7-b4b6-1a4867cfd0a8: 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e216bd9c-25cd-44d4-817c-621a84eeb11c = 
21:30:03.492 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e216bd9c-25cd-44d4-817c-621a84eeb11c = 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e216bd9c-25cd-44d4-817c-621a84eeb11c: 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e292978d-a4ce-41a2-9f48-7a4025c7633a = 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e292978d-a4ce-41a2-9f48-7a4025c7633a = 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e292978d-a4ce-41a2-9f48-7a4025c7633a: 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ebeb5d89-6b37-4812-8372-ac87a9725567 = 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ebeb5d89-6b37-4812-8372-ac87a9725567 = 
21:30:03.493 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ebeb5d89-6b37-4812-8372-ac87a9725567: 
21:30:03.495 [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
] .

21:30:03.496 [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
] .

@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-07T21:30:03.497Z"^^<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" .
21:30:03.506 [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-07T21:30:03.497Z"^^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-07T21:30:03.497Z"^^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: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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        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   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> .
21:30:03.507 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {071f9c7e-a5b3-4453-98a9-689aa6050f3b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 071f9c7e-a5b3-4453-98a9-689aa6050f3b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 071f9c7e-a5b3-4453-98a9-689aa6050f3b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 071f9c7e-a5b3-4453-98a9-689aa6050f3b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 071f9c7e-a5b3-4453-98a9-689aa6050f3b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 071f9c7e-a5b3-4453-98a9-689aa6050f3b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 071f9c7e-a5b3-4453-98a9-689aa6050f3b @rdf:type sh:Property; 87fb32d1-37ac-4e95-a941-2eff4983fc5f @sh:path http://www.sampledomain.org/sam#integerProperty2; 87fb32d1-37ac-4e95-a941-2eff4983fc5f @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 87fb32d1-37ac-4e95-a941-2eff4983fc5f @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 87fb32d1-37ac-4e95-a941-2eff4983fc5f @rdf:type sh:Property; 767d613c-0be1-405c-938a-2c39dbd3aca7 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 767d613c-0be1-405c-938a-2c39dbd3aca7 @sh:class http://www.sampledomain.org/sam#AnotherResource; 767d613c-0be1-405c-938a-2c39dbd3aca7 @rdf:type sh:Property; 479fb786-cdcd-4669-932a-8981007ea8cb @sh:path http://www.sampledomain.org/sam#aSetOfDates; 479fb786-cdcd-4669-932a-8981007ea8cb @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 479fb786-cdcd-4669-932a-8981007ea8cb @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [071f9c7e-a5b3-4453-98a9-689aa6050f3b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [87fb32d1-37ac-4e95-a941-2eff4983fc5f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [87fb32d1-37ac-4e95-a941-2eff4983fc5f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [87fb32d1-37ac-4e95-a941-2eff4983fc5f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [87fb32d1-37ac-4e95-a941-2eff4983fc5f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [767d613c-0be1-405c-938a-2c39dbd3aca7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [767d613c-0be1-405c-938a-2c39dbd3aca7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [767d613c-0be1-405c-938a-2c39dbd3aca7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [479fb786-cdcd-4669-932a-8981007ea8cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [479fb786-cdcd-4669-932a-8981007ea8cb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [479fb786-cdcd-4669-932a-8981007ea8cb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [479fb786-cdcd-4669-932a-8981007ea8cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [83c1a296-a504-4098-b78c-543a8ff71962, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [83c1a296-a504-4098-b78c-543a8ff71962, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [83c1a296-a504-4098-b78c-543a8ff71962, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [83c1a296-a504-4098-b78c-543a8ff71962, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a278f5c8-5883-4213-a4f7-56805213f87e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 29cba5b2-fe9e-41ae-92c9-fed7bf990e6c] [a278f5c8-5883-4213-a4f7-56805213f87e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9, http://www.w3.org/ns/shacl#in, 3c041958-3efe-411b-a11e-b17ea8825b7b] [f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [efb78940-04a8-484a-87e3-ae4e3ab44ba6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [29cba5b2-fe9e-41ae-92c9-fed7bf990e6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [29cba5b2-fe9e-41ae-92c9-fed7bf990e6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#pattern, "^B"] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5c1de9ce-caf4-4768-83b2-f1d972965e6f, 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, f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9] [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, efb78940-04a8-484a-87e3-ae4e3ab44ba6] [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, 479fb786-cdcd-4669-932a-8981007ea8cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5c1de9ce-caf4-4768-83b2-f1d972965e6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 767d613c-0be1-405c-938a-2c39dbd3aca7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 83c1a296-a504-4098-b78c-543a8ff71962] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 87fb32d1-37ac-4e95-a941-2eff4983fc5f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 071f9c7e-a5b3-4453-98a9-689aa6050f3b] [3c041958-3efe-411b-a11e-b17ea8825b7b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a278f5c8-5883-4213-a4f7-56805213f87e] [3c041958-3efe-411b-a11e-b17ea8825b7b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
21:30:03.509 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.510 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.512 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5c1de9ce-caf4-4768-83b2-f1d972965e6f,_:479fb786-cdcd-4669-932a-8981007ea8cb,_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,_:83c1a296-a504-4098-b78c-543a8ff71962,_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,_:87fb32d1-37ac-4e95-a941-2eff4983fc5f,_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,_:767d613c-0be1-405c-938a-2c39dbd3aca7. Pending nodes: 
21:30:03.513 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5c1de9ce-caf4-4768-83b2-f1d972965e6f
21:30:03.514 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:479fb786-cdcd-4669-932a-8981007ea8cb
21:30:03.516 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:efb78940-04a8-484a-87e3-ae4e3ab44ba6
21:30:03.517 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:83c1a296-a504-4098-b78c-543a8ff71962
21:30:03.519 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:071f9c7e-a5b3-4453-98a9-689aa6050f3b
21:30:03.520 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87fb32d1-37ac-4e95-a941-2eff4983fc5f
21:30:03.521 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9
21:30:03.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:767d613c-0be1-405c-938a-2c39dbd3aca7
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:767d613c-0be1-405c-938a-2c39dbd3aca7
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87fb32d1-37ac-4e95-a941-2eff4983fc5f
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:071f9c7e-a5b3-4453-98a9-689aa6050f3b
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:83c1a296-a504-4098-b78c-543a8ff71962
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:efb78940-04a8-484a-87e3-ae4e3ab44ba6
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:479fb786-cdcd-4669-932a-8981007ea8cb
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5c1de9ce-caf4-4768-83b2-f1d972965e6f
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.523 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.524 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.524 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.524 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.524 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5c1de9ce-caf4-4768-83b2-f1d972965e6f,_:479fb786-cdcd-4669-932a-8981007ea8cb,_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,_:83c1a296-a504-4098-b78c-543a8ff71962,_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,_:87fb32d1-37ac-4e95-a941-2eff4983fc5f,_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,_:767d613c-0be1-405c-938a-2c39dbd3aca7)
21:30:03.524 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c1de9ce-caf4-4768-83b2-f1d972965e6f)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:479fb786-cdcd-4669-932a-8981007ea8cb)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:efb78940-04a8-484a-87e3-ae4e3ab44ba6)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83c1a296-a504-4098-b78c-543a8ff71962)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:071f9c7e-a5b3-4453-98a9-689aa6050f3b)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87fb32d1-37ac-4e95-a941-2eff4983fc5f)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9)
21:30:03.525 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:767d613c-0be1-405c-938a-2c39dbd3aca7)
21:30:03.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.527 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.527 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.528 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5c1de9ce-caf4-4768-83b2-f1d972965e6f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.528 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c1de9ce-caf4-4768-83b2-f1d972965e6f=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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f,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>)))))))
21:30:03.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.529 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.497Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:479fb786-cdcd-4669-932a-8981007ea8cb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.530 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:479fb786-cdcd-4669-932a-8981007ea8cb=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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:479fb786-cdcd-4669-932a-8981007ea8cb,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>)))))))
21:30:03.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.530 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.531 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.532 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.587 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:efb78940-04a8-484a-87e3-ae4e3ab44ba6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.589 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:efb78940-04a8-484a-87e3-ae4e3ab44ba6=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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,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>)))))))
21:30:03.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83c1a296-a504-4098-b78c-543a8ff71962=ShapeTyping(TypingMap(Map()))
21:30:03.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.592 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:071f9c7e-a5b3-4453-98a9-689aa6050f3b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.592 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:071f9c7e-a5b3-4453-98a9-689aa6050f3b=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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,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>)))))))
21:30:03.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.593 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87fb32d1-37ac-4e95-a941-2eff4983fc5f=ShapeTyping(TypingMap(Map()))
21:30:03.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.597 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9=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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,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"))"))))))))
21:30:03.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.597 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:767d613c-0be1-405c-938a-2c39dbd3aca7=ShapeTyping(TypingMap(Map()))
21:30:03.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5c1de9ce-caf4-4768-83b2-f1d972965e6f,_:479fb786-cdcd-4669-932a-8981007ea8cb,_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,_:83c1a296-a504-4098-b78c-543a8ff71962,_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,_:87fb32d1-37ac-4e95-a941-2eff4983fc5f,_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,_:767d613c-0be1-405c-938a-2c39dbd3aca7)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f,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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,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(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,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(_:479fb786-cdcd-4669-932a-8981007ea8cb,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(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,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>)))))))
21:30:03.598 [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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f,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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,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(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,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(_:479fb786-cdcd-4669-932a-8981007ea8cb,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(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,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>)))))))
21:30:03.598 [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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f,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(_:5c1de9ce-caf4-4768-83b2-f1d972965e6f), ShapeRef(_:479fb786-cdcd-4669-932a-8981007ea8cb), ShapeRef(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6), ShapeRef(_:83c1a296-a504-4098-b78c-543a8ff71962), ShapeRef(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b), ShapeRef(_:87fb32d1-37ac-4e95-a941-2eff4983fc5f), ShapeRef(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9), ShapeRef(_:767d613c-0be1-405c-938a-2c39dbd3aca7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:efb78940-04a8-484a-87e3-ae4e3ab44ba6,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(_:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9,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(_:479fb786-cdcd-4669-932a-8981007ea8cb,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(_:071f9c7e-a5b3-4453-98a9-689aa6050f3b,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>)))))))
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:767d613c-0be1-405c-938a-2c39dbd3aca7 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:767d613c-0be1-405c-938a-2c39dbd3aca7 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:767d613c-0be1-405c-938a-2c39dbd3aca7: 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2c638c6-1bea-4cc4-a92c-bcbe63fe59b9: 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87fb32d1-37ac-4e95-a941-2eff4983fc5f = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87fb32d1-37ac-4e95-a941-2eff4983fc5f = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87fb32d1-37ac-4e95-a941-2eff4983fc5f: 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:071f9c7e-a5b3-4453-98a9-689aa6050f3b = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:071f9c7e-a5b3-4453-98a9-689aa6050f3b = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:071f9c7e-a5b3-4453-98a9-689aa6050f3b: 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:83c1a296-a504-4098-b78c-543a8ff71962 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:83c1a296-a504-4098-b78c-543a8ff71962 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:83c1a296-a504-4098-b78c-543a8ff71962: 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:efb78940-04a8-484a-87e3-ae4e3ab44ba6 = 
21:30:03.602 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:efb78940-04a8-484a-87e3-ae4e3ab44ba6 = 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:efb78940-04a8-484a-87e3-ae4e3ab44ba6: 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:479fb786-cdcd-4669-932a-8981007ea8cb = 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:479fb786-cdcd-4669-932a-8981007ea8cb = 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:479fb786-cdcd-4669-932a-8981007ea8cb: 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5c1de9ce-caf4-4768-83b2-f1d972965e6f = 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5c1de9ce-caf4-4768-83b2-f1d972965e6f = 
21:30:03.603 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5c1de9ce-caf4-4768-83b2-f1d972965e6f: 
21:30:03.605 [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
               ]
] .

21:30:03.607 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 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-07T21:30:03.61Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:03.618 [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-07T21:30:03.61Z"^^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-07T21:30:03.61Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:03.619 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f931c40e-1491-493c-82d5-c2fe2763b4c5 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f931c40e-1491-493c-82d5-c2fe2763b4c5 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f931c40e-1491-493c-82d5-c2fe2763b4c5 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f931c40e-1491-493c-82d5-c2fe2763b4c5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f931c40e-1491-493c-82d5-c2fe2763b4c5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f931c40e-1491-493c-82d5-c2fe2763b4c5 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f931c40e-1491-493c-82d5-c2fe2763b4c5 @rdf:type sh:Property; 9513f444-9612-47f0-88ca-49390dedfccb @rdf:rest rdf:nil; 9513f444-9612-47f0-88ca-49390dedfccb @rdf:first "C"; 8308eecd-f020-411a-9ebc-05a1cd4708ab @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 8308eecd-f020-411a-9ebc-05a1cd4708ab @sh:class http://www.sampledomain.org/sam#AnotherResource; 8308eecd-f020-411a-9ebc-05a1cd4708ab @rdf:type sh:Property; c0f9f012-a0dd-44d5-984d-ab9f597df916 @sh:path http://www.sampledomain.org/sam#aSetOfDates; c0f9f012-a0dd-44d5-984d-ab9f597df916 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; c0f9f012-a0dd-44d5-984d-ab9f597df916 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c0f9f012-a0dd-44d5-984d-ab9f597df916 @rdf:type sh:Property; c5a75ff8-3294-46de-94ba-0b77a6b83525 @sh:path http://www.sampledomain.org/sam#aStringProperty...} |  [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f931c40e-1491-493c-82d5-c2fe2763b4c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9513f444-9612-47f0-88ca-49390dedfccb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [9513f444-9612-47f0-88ca-49390dedfccb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [8308eecd-f020-411a-9ebc-05a1cd4708ab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [8308eecd-f020-411a-9ebc-05a1cd4708ab, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [8308eecd-f020-411a-9ebc-05a1cd4708ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0f9f012-a0dd-44d5-984d-ab9f597df916, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c0f9f012-a0dd-44d5-984d-ab9f597df916, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0f9f012-a0dd-44d5-984d-ab9f597df916, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0f9f012-a0dd-44d5-984d-ab9f597df916, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#pattern, "^B"] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c5a75ff8-3294-46de-94ba-0b77a6b83525, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6f50316-7cfd-43c4-83ea-79de2a804b0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a4daeacb-3009-4a2a-bfc2-0f3b566d928a] [f6f50316-7cfd-43c4-83ea-79de2a804b0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [96afc96b-efb9-4516-a1cc-31e8e85b15e7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [96afc96b-efb9-4516-a1cc-31e8e85b15e7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [96afc96b-efb9-4516-a1cc-31e8e85b15e7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [96afc96b-efb9-4516-a1cc-31e8e85b15e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [845b6427-e443-4274-b793-9bc9b7618169, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [845b6427-e443-4274-b793-9bc9b7618169, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [845b6427-e443-4274-b793-9bc9b7618169, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [845b6427-e443-4274-b793-9bc9b7618169, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c6a3f4a4-7c07-4bd4-9a63-7647f1da821a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c6a3f4a4-7c07-4bd4-9a63-7647f1da821a, http://www.w3.org/ns/shacl#in, f6f50316-7cfd-43c4-83ea-79de2a804b0a] [c6a3f4a4-7c07-4bd4-9a63-7647f1da821a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4daeacb-3009-4a2a-bfc2-0f3b566d928a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9513f444-9612-47f0-88ca-49390dedfccb] [a4daeacb-3009-4a2a-bfc2-0f3b566d928a, 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, c0f9f012-a0dd-44d5-984d-ab9f597df916] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c5a75ff8-3294-46de-94ba-0b77a6b83525] [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, 845b6427-e443-4274-b793-9bc9b7618169] [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, f931c40e-1491-493c-82d5-c2fe2763b4c5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8308eecd-f020-411a-9ebc-05a1cd4708ab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 96afc96b-efb9-4516-a1cc-31e8e85b15e7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c6a3f4a4-7c07-4bd4-9a63-7647f1da821a] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:03.620 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.623 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:845b6427-e443-4274-b793-9bc9b7618169,_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a,_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,_:96afc96b-efb9-4516-a1cc-31e8e85b15e7,_:8308eecd-f020-411a-9ebc-05a1cd4708ab,_:c5a75ff8-3294-46de-94ba-0b77a6b83525,_:c0f9f012-a0dd-44d5-984d-ab9f597df916,_:f931c40e-1491-493c-82d5-c2fe2763b4c5. Pending nodes: 
21:30:03.623 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:845b6427-e443-4274-b793-9bc9b7618169
21:30:03.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a
21:30:03.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a
21:30:03.627 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:96afc96b-efb9-4516-a1cc-31e8e85b15e7
21:30:03.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8308eecd-f020-411a-9ebc-05a1cd4708ab
21:30:03.629 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c5a75ff8-3294-46de-94ba-0b77a6b83525
21:30:03.631 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0f9f012-a0dd-44d5-984d-ab9f597df916
21:30:03.632 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f931c40e-1491-493c-82d5-c2fe2763b4c5
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f931c40e-1491-493c-82d5-c2fe2763b4c5
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0f9f012-a0dd-44d5-984d-ab9f597df916
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c5a75ff8-3294-46de-94ba-0b77a6b83525
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8308eecd-f020-411a-9ebc-05a1cd4708ab
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:96afc96b-efb9-4516-a1cc-31e8e85b15e7
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:845b6427-e443-4274-b793-9bc9b7618169
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f931c40e-1491-493c-82d5-c2fe2763b4c5 = 
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f931c40e-1491-493c-82d5-c2fe2763b4c5 = 
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f931c40e-1491-493c-82d5-c2fe2763b4c5: 
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.633 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:845b6427-e443-4274-b793-9bc9b7618169,_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a,_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,_:96afc96b-efb9-4516-a1cc-31e8e85b15e7,_:8308eecd-f020-411a-9ebc-05a1cd4708ab,_:c5a75ff8-3294-46de-94ba-0b77a6b83525,_:c0f9f012-a0dd-44d5-984d-ab9f597df916,_:f931c40e-1491-493c-82d5-c2fe2763b4c5)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:845b6427-e443-4274-b793-9bc9b7618169)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96afc96b-efb9-4516-a1cc-31e8e85b15e7)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8308eecd-f020-411a-9ebc-05a1cd4708ab)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5a75ff8-3294-46de-94ba-0b77a6b83525)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0f9f012-a0dd-44d5-984d-ab9f597df916)
21:30:03.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f931c40e-1491-493c-82d5-c2fe2763b4c5)
21:30:03.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.687 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:845b6427-e443-4274-b793-9bc9b7618169=ShapeTyping(TypingMap(Map()))
21:30:03.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.688 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a=ShapeTyping(TypingMap(Map()))
21:30:03.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.689 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.690 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a=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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,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>)))))))
21:30:03.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.690 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96afc96b-efb9-4516-a1cc-31e8e85b15e7=ShapeTyping(TypingMap(Map()))
21:30:03.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.691 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8308eecd-f020-411a-9ebc-05a1cd4708ab=ShapeTyping(TypingMap(Map()))
21:30:03.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.693 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c5a75ff8-3294-46de-94ba-0b77a6b83525],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.693 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5a75ff8-3294-46de-94ba-0b77a6b83525=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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5a75ff8-3294-46de-94ba-0b77a6b83525,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>)))))))
21:30:03.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.694 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.61Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0f9f012-a0dd-44d5-984d-ab9f597df916],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.694 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0f9f012-a0dd-44d5-984d-ab9f597df916=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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0f9f012-a0dd-44d5-984d-ab9f597df916,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>)))))))
21:30:03.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.696 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f931c40e-1491-493c-82d5-c2fe2763b4c5],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.696 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f931c40e-1491-493c-82d5-c2fe2763b4c5=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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f931c40e-1491-493c-82d5-c2fe2763b4c5,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>)))))))
21:30:03.697 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:845b6427-e443-4274-b793-9bc9b7618169,_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a,_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,_:96afc96b-efb9-4516-a1cc-31e8e85b15e7,_:8308eecd-f020-411a-9ebc-05a1cd4708ab,_:c5a75ff8-3294-46de-94ba-0b77a6b83525,_:c0f9f012-a0dd-44d5-984d-ab9f597df916,_:f931c40e-1491-493c-82d5-c2fe2763b4c5)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f931c40e-1491-493c-82d5-c2fe2763b4c5,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(_:c0f9f012-a0dd-44d5-984d-ab9f597df916,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(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5a75ff8-3294-46de-94ba-0b77a6b83525,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>)))))))
21:30:03.697 [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(_:f931c40e-1491-493c-82d5-c2fe2763b4c5,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(_:c0f9f012-a0dd-44d5-984d-ab9f597df916,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(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5a75ff8-3294-46de-94ba-0b77a6b83525,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>)))))))
21:30:03.698 [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(_:f931c40e-1491-493c-82d5-c2fe2763b4c5,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(_:c0f9f012-a0dd-44d5-984d-ab9f597df916,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(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a,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(_:845b6427-e443-4274-b793-9bc9b7618169), ShapeRef(_:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a), ShapeRef(_:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a), ShapeRef(_:96afc96b-efb9-4516-a1cc-31e8e85b15e7), ShapeRef(_:8308eecd-f020-411a-9ebc-05a1cd4708ab), ShapeRef(_:c5a75ff8-3294-46de-94ba-0b77a6b83525), ShapeRef(_:c0f9f012-a0dd-44d5-984d-ab9f597df916), ShapeRef(_:f931c40e-1491-493c-82d5-c2fe2763b4c5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5a75ff8-3294-46de-94ba-0b77a6b83525,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>)))))))
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0f9f012-a0dd-44d5-984d-ab9f597df916 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0f9f012-a0dd-44d5-984d-ab9f597df916 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0f9f012-a0dd-44d5-984d-ab9f597df916: 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c5a75ff8-3294-46de-94ba-0b77a6b83525 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c5a75ff8-3294-46de-94ba-0b77a6b83525 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c5a75ff8-3294-46de-94ba-0b77a6b83525: 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8308eecd-f020-411a-9ebc-05a1cd4708ab = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8308eecd-f020-411a-9ebc-05a1cd4708ab = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8308eecd-f020-411a-9ebc-05a1cd4708ab: 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:96afc96b-efb9-4516-a1cc-31e8e85b15e7 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:96afc96b-efb9-4516-a1cc-31e8e85b15e7 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:96afc96b-efb9-4516-a1cc-31e8e85b15e7: 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87aa4e8b-f8a8-4c92-9dd4-b9e8d3cfe30a: 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c6a3f4a4-7c07-4bd4-9a63-7647f1da821a: 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:845b6427-e443-4274-b793-9bc9b7618169 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:845b6427-e443-4274-b793-9bc9b7618169 = 
21:30:03.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:845b6427-e443-4274-b793-9bc9b7618169: 
21:30:03.700 [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
] .

21:30:03.701 [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
] .

@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-07T21:30:03.702Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:03.710 [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-07T21:30:03.702Z"^^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-07T21:30:03.702Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:03.711 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {60dca5be-911a-498f-b830-11af053ea1c5 @rdf:rest 525fb246-7ea0-4582-8d9c-a1fdf32dc6de; 60dca5be-911a-498f-b830-11af053ea1c5 @rdf:first "B"; e8ea35c5-f3fe-4331-a4c0-91f813da3a7b @sh:path http://www.sampledomain.org/sam#integerProperty2; e8ea35c5-f3fe-4331-a4c0-91f813da3a7b @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; e8ea35c5-f3fe-4331-a4c0-91f813da3a7b @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; e8ea35c5-f3fe-4331-a4c0-91f813da3a7b @rdf:type sh:Property; a1e2922d-35c6-4c91-9b75-a3752eb5f9f3 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; a1e2922d-35c6-4c91-9b75-a3752eb5f9f3 @sh:in 3542ec5d-7f16-4247-b41a-0fa0d16a0042; a1e2922d-35c6-4c91-9b75-a3752eb5f9f3 @rdf:type sh:Property; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:path http://www.sampledomain.org/sam#aStringProperty; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:pattern "^B"; f5d70d52-1035-40c5-92ef-60476c7889a5 @sh:description "a Simple Single String Property"; f5d70d52-1035-40c5-92ef-60476c7889a5 @rdf:type sh:Property...} |  [60dca5be-911a-498f-b830-11af053ea1c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 525fb246-7ea0-4582-8d9c-a1fdf32dc6de] [60dca5be-911a-498f-b830-11af053ea1c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e8ea35c5-f3fe-4331-a4c0-91f813da3a7b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [e8ea35c5-f3fe-4331-a4c0-91f813da3a7b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e8ea35c5-f3fe-4331-a4c0-91f813da3a7b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e8ea35c5-f3fe-4331-a4c0-91f813da3a7b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a1e2922d-35c6-4c91-9b75-a3752eb5f9f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a1e2922d-35c6-4c91-9b75-a3752eb5f9f3, http://www.w3.org/ns/shacl#in, 3542ec5d-7f16-4247-b41a-0fa0d16a0042] [a1e2922d-35c6-4c91-9b75-a3752eb5f9f3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#pattern, "^B"] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f5d70d52-1035-40c5-92ef-60476c7889a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3542ec5d-7f16-4247-b41a-0fa0d16a0042, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 60dca5be-911a-498f-b830-11af053ea1c5] [3542ec5d-7f16-4247-b41a-0fa0d16a0042, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [13885428-fb55-4232-a8df-fe2d3f052e3c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [adb5a739-fd5e-4b42-8933-53775a355707, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [525fb246-7ea0-4582-8d9c-a1fdf32dc6de, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [525fb246-7ea0-4582-8d9c-a1fdf32dc6de, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [6e9a6594-231a-4c4f-8786-74a38153eb08, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [6e9a6594-231a-4c4f-8786-74a38153eb08, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6e9a6594-231a-4c4f-8786-74a38153eb08, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e9a6594-231a-4c4f-8786-74a38153eb08, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a04d1df7-0132-4aa8-90e7-41bcdcb2138f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a04d1df7-0132-4aa8-90e7-41bcdcb2138f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a04d1df7-0132-4aa8-90e7-41bcdcb2138f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a04d1df7-0132-4aa8-90e7-41bcdcb2138f, 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, adb5a739-fd5e-4b42-8933-53775a355707] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e8ea35c5-f3fe-4331-a4c0-91f813da3a7b] [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, f5d70d52-1035-40c5-92ef-60476c7889a5] [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, a1e2922d-35c6-4c91-9b75-a3752eb5f9f3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e9a6594-231a-4c4f-8786-74a38153eb08] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a04d1df7-0132-4aa8-90e7-41bcdcb2138f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 79d1d63c-af3c-4656-a565-0988caaa9bbc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 13885428-fb55-4232-a8df-fe2d3f052e3c] [79d1d63c-af3c-4656-a565-0988caaa9bbc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [79d1d63c-af3c-4656-a565-0988caaa9bbc, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [79d1d63c-af3c-4656-a565-0988caaa9bbc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:03.712 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.713 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.715 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f,_:79d1d63c-af3c-4656-a565-0988caaa9bbc,_:13885428-fb55-4232-a8df-fe2d3f052e3c,_:adb5a739-fd5e-4b42-8933-53775a355707,_:6e9a6594-231a-4c4f-8786-74a38153eb08,_:f5d70d52-1035-40c5-92ef-60476c7889a5,_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b,_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3. Pending nodes: 
21:30:03.715 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f
21:30:03.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79d1d63c-af3c-4656-a565-0988caaa9bbc
21:30:03.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:13885428-fb55-4232-a8df-fe2d3f052e3c
21:30:03.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:adb5a739-fd5e-4b42-8933-53775a355707
21:30:03.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e9a6594-231a-4c4f-8786-74a38153eb08
21:30:03.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5d70d52-1035-40c5-92ef-60476c7889a5
21:30:03.722 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b
21:30:03.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5d70d52-1035-40c5-92ef-60476c7889a5
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e9a6594-231a-4c4f-8786-74a38153eb08
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:adb5a739-fd5e-4b42-8933-53775a355707
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:13885428-fb55-4232-a8df-fe2d3f052e3c
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79d1d63c-af3c-4656-a565-0988caaa9bbc
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3 = 
21:30:03.723 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3 = 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3: 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b = 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b = 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b: 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5d70d52-1035-40c5-92ef-60476c7889a5 = 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5d70d52-1035-40c5-92ef-60476c7889a5 = 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5d70d52-1035-40c5-92ef-60476c7889a5: 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f,_:79d1d63c-af3c-4656-a565-0988caaa9bbc,_:13885428-fb55-4232-a8df-fe2d3f052e3c,_:adb5a739-fd5e-4b42-8933-53775a355707,_:6e9a6594-231a-4c4f-8786-74a38153eb08,_:f5d70d52-1035-40c5-92ef-60476c7889a5,_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b,_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f)
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79d1d63c-af3c-4656-a565-0988caaa9bbc)
21:30:03.724 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13885428-fb55-4232-a8df-fe2d3f052e3c)
21:30:03.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:adb5a739-fd5e-4b42-8933-53775a355707)
21:30:03.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e9a6594-231a-4c4f-8786-74a38153eb08)
21:30:03.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5d70d52-1035-40c5-92ef-60476c7889a5)
21:30:03.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b)
21:30:03.725 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)
21:30:03.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.726 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f=ShapeTyping(TypingMap(Map()))
21:30:03.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.726 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79d1d63c-af3c-4656-a565-0988caaa9bbc=ShapeTyping(TypingMap(Map()))
21:30:03.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.727 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:13885428-fb55-4232-a8df-fe2d3f052e3c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13885428-fb55-4232-a8df-fe2d3f052e3c=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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:13885428-fb55-4232-a8df-fe2d3f052e3c,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>)))))))
21:30:03.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.729 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:adb5a739-fd5e-4b42-8933-53775a355707],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:adb5a739-fd5e-4b42-8933-53775a355707=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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:adb5a739-fd5e-4b42-8933-53775a355707,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>)))))))
21:30:03.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.730 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.702Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e9a6594-231a-4c4f-8786-74a38153eb08],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e9a6594-231a-4c4f-8786-74a38153eb08=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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e9a6594-231a-4c4f-8786-74a38153eb08,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>)))))))
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.732 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f5d70d52-1035-40c5-92ef-60476c7889a5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.732 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5d70d52-1035-40c5-92ef-60476c7889a5=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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5d70d52-1035-40c5-92ef-60476c7889a5,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"))))))))
21:30:03.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.733 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b=ShapeTyping(TypingMap(Map()))
21:30:03.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.733 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3=ShapeTyping(TypingMap(Map()))
21:30:03.733 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f,_:79d1d63c-af3c-4656-a565-0988caaa9bbc,_:13885428-fb55-4232-a8df-fe2d3f052e3c,_:adb5a739-fd5e-4b42-8933-53775a355707,_:6e9a6594-231a-4c4f-8786-74a38153eb08,_:f5d70d52-1035-40c5-92ef-60476c7889a5,_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b,_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:adb5a739-fd5e-4b42-8933-53775a355707,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(_:f5d70d52-1035-40c5-92ef-60476c7889a5,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")))), PropertyShape(_:13885428-fb55-4232-a8df-fe2d3f052e3c,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(_:6e9a6594-231a-4c4f-8786-74a38153eb08,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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List()))))))
21:30:03.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(_:adb5a739-fd5e-4b42-8933-53775a355707,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(_:f5d70d52-1035-40c5-92ef-60476c7889a5,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")))), PropertyShape(_:13885428-fb55-4232-a8df-fe2d3f052e3c,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(_:6e9a6594-231a-4c4f-8786-74a38153eb08,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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List()))))))
21:30:03.734 [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(_:adb5a739-fd5e-4b42-8933-53775a355707,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(_:f5d70d52-1035-40c5-92ef-60476c7889a5,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")))), PropertyShape(_:13885428-fb55-4232-a8df-fe2d3f052e3c,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(_:6e9a6594-231a-4c4f-8786-74a38153eb08,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(_:a04d1df7-0132-4aa8-90e7-41bcdcb2138f), ShapeRef(_:79d1d63c-af3c-4656-a565-0988caaa9bbc), ShapeRef(_:13885428-fb55-4232-a8df-fe2d3f052e3c), ShapeRef(_:adb5a739-fd5e-4b42-8933-53775a355707), ShapeRef(_:6e9a6594-231a-4c4f-8786-74a38153eb08), ShapeRef(_:f5d70d52-1035-40c5-92ef-60476c7889a5), ShapeRef(_:e8ea35c5-f3fe-4331-a4c0-91f813da3a7b), ShapeRef(_:a1e2922d-35c6-4c91-9b75-a3752eb5f9f3)),false,List()) -> TypingResult(Valid(List()))))))
21:30:03.787 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e9a6594-231a-4c4f-8786-74a38153eb08 = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e9a6594-231a-4c4f-8786-74a38153eb08 = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e9a6594-231a-4c4f-8786-74a38153eb08: 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:adb5a739-fd5e-4b42-8933-53775a355707 = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:adb5a739-fd5e-4b42-8933-53775a355707 = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:adb5a739-fd5e-4b42-8933-53775a355707: 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:13885428-fb55-4232-a8df-fe2d3f052e3c = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:13885428-fb55-4232-a8df-fe2d3f052e3c = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:13885428-fb55-4232-a8df-fe2d3f052e3c: 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79d1d63c-af3c-4656-a565-0988caaa9bbc = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79d1d63c-af3c-4656-a565-0988caaa9bbc = 
21:30:03.788 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79d1d63c-af3c-4656-a565-0988caaa9bbc: 
21:30:03.789 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f = 
21:30:03.789 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f = 
21:30:03.789 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a04d1df7-0132-4aa8-90e7-41bcdcb2138f: 
21:30:03.790 [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
               ]
] .

21:30:03.792 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 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-07T21:30:03.795Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:03.803 [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-07T21:30:03.795Z"^^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-07T21:30:03.795Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:03.804 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ccf962b2-664e-4dfc-97ee-e5caeeed8845 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; ccf962b2-664e-4dfc-97ee-e5caeeed8845 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ccf962b2-664e-4dfc-97ee-e5caeeed8845 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ccf962b2-664e-4dfc-97ee-e5caeeed8845 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ccf962b2-664e-4dfc-97ee-e5caeeed8845 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ccf962b2-664e-4dfc-97ee-e5caeeed8845 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ccf962b2-664e-4dfc-97ee-e5caeeed8845 @rdf:type sh:Property; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:path http://www.sampledomain.org/sam#aStringProperty; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:pattern "^B"; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @sh:description "a Simple Single String Property"; 80cc0e0d-ed53-4401-9561-bb5df08aed10 @rdf:type sh:Property; 0517eec4-a8bc-4909-a722-61a49a7ebce1 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0517eec4-a8bc-4909-a722-61a49a7ebce1 @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ccf962b2-664e-4dfc-97ee-e5caeeed8845, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#pattern, "^B"] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [80cc0e0d-ed53-4401-9561-bb5df08aed10, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0517eec4-a8bc-4909-a722-61a49a7ebce1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0517eec4-a8bc-4909-a722-61a49a7ebce1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0517eec4-a8bc-4909-a722-61a49a7ebce1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [746bae8e-ff23-4b8f-a16f-0f649fdc8fb6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [746bae8e-ff23-4b8f-a16f-0f649fdc8fb6, http://www.w3.org/ns/shacl#in, b27a36fe-2f20-4b08-8f6b-bdfee640ae58] [746bae8e-ff23-4b8f-a16f-0f649fdc8fb6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8ffb7eca-2678-47d8-8f3e-63600bc89936, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6489a40c-2e52-4f1d-9607-b84b2141adf2] [8ffb7eca-2678-47d8-8f3e-63600bc89936, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [3461eb9a-f6bf-4a56-b71d-974576a5d9c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3461eb9a-f6bf-4a56-b71d-974576a5d9c2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3461eb9a-f6bf-4a56-b71d-974576a5d9c2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3461eb9a-f6bf-4a56-b71d-974576a5d9c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [21096761-5eb9-4ff7-8a83-18139b9a7229, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6489a40c-2e52-4f1d-9607-b84b2141adf2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6489a40c-2e52-4f1d-9607-b84b2141adf2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [a3274c73-0983-444a-815c-d8bf88f6a91a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a3274c73-0983-444a-815c-d8bf88f6a91a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a3274c73-0983-444a-815c-d8bf88f6a91a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a3274c73-0983-444a-815c-d8bf88f6a91a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b27a36fe-2f20-4b08-8f6b-bdfee640ae58, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8ffb7eca-2678-47d8-8f3e-63600bc89936] [b27a36fe-2f20-4b08-8f6b-bdfee640ae58, 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, 80cc0e0d-ed53-4401-9561-bb5df08aed10] [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, ccf962b2-664e-4dfc-97ee-e5caeeed8845] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f29767c5-d64b-428e-afa9-d988540b3289] [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, 3461eb9a-f6bf-4a56-b71d-974576a5d9c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 746bae8e-ff23-4b8f-a16f-0f649fdc8fb6] [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, a3274c73-0983-444a-815c-d8bf88f6a91a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0517eec4-a8bc-4909-a722-61a49a7ebce1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 21096761-5eb9-4ff7-8a83-18139b9a7229] [f29767c5-d64b-428e-afa9-d988540b3289, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f29767c5-d64b-428e-afa9-d988540b3289, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f29767c5-d64b-428e-afa9-d988540b3289, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f29767c5-d64b-428e-afa9-d988540b3289, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:03.805 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.808 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f29767c5-d64b-428e-afa9-d988540b3289,_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,_:80cc0e0d-ed53-4401-9561-bb5df08aed10,_:a3274c73-0983-444a-815c-d8bf88f6a91a,_:21096761-5eb9-4ff7-8a83-18139b9a7229,_:0517eec4-a8bc-4909-a722-61a49a7ebce1,_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2,_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6. Pending nodes: 
21:30:03.808 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f29767c5-d64b-428e-afa9-d988540b3289
21:30:03.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ccf962b2-664e-4dfc-97ee-e5caeeed8845
21:30:03.810 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:80cc0e0d-ed53-4401-9561-bb5df08aed10
21:30:03.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a3274c73-0983-444a-815c-d8bf88f6a91a
21:30:03.813 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:21096761-5eb9-4ff7-8a83-18139b9a7229
21:30:03.814 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0517eec4-a8bc-4909-a722-61a49a7ebce1
21:30:03.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3461eb9a-f6bf-4a56-b71d-974576a5d9c2
21:30:03.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3461eb9a-f6bf-4a56-b71d-974576a5d9c2
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0517eec4-a8bc-4909-a722-61a49a7ebce1
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:21096761-5eb9-4ff7-8a83-18139b9a7229
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a3274c73-0983-444a-815c-d8bf88f6a91a
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:80cc0e0d-ed53-4401-9561-bb5df08aed10
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ccf962b2-664e-4dfc-97ee-e5caeeed8845
21:30:03.816 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f29767c5-d64b-428e-afa9-d988540b3289
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6 = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6 = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6: 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3461eb9a-f6bf-4a56-b71d-974576a5d9c2 = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3461eb9a-f6bf-4a56-b71d-974576a5d9c2 = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3461eb9a-f6bf-4a56-b71d-974576a5d9c2: 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0517eec4-a8bc-4909-a722-61a49a7ebce1 = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0517eec4-a8bc-4909-a722-61a49a7ebce1 = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0517eec4-a8bc-4909-a722-61a49a7ebce1: 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f29767c5-d64b-428e-afa9-d988540b3289,_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,_:80cc0e0d-ed53-4401-9561-bb5df08aed10,_:a3274c73-0983-444a-815c-d8bf88f6a91a,_:21096761-5eb9-4ff7-8a83-18139b9a7229,_:0517eec4-a8bc-4909-a722-61a49a7ebce1,_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2,_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f29767c5-d64b-428e-afa9-d988540b3289)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ccf962b2-664e-4dfc-97ee-e5caeeed8845)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80cc0e0d-ed53-4401-9561-bb5df08aed10)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3274c73-0983-444a-815c-d8bf88f6a91a)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21096761-5eb9-4ff7-8a83-18139b9a7229)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0517eec4-a8bc-4909-a722-61a49a7ebce1)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2)
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)
21:30:03.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.818 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f29767c5-d64b-428e-afa9-d988540b3289=ShapeTyping(TypingMap(Map()))
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.820 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ccf962b2-664e-4dfc-97ee-e5caeeed8845],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.821 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ccf962b2-664e-4dfc-97ee-e5caeeed8845=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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,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>)))))))
21:30:03.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.822 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:80cc0e0d-ed53-4401-9561-bb5df08aed10],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.822 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:80cc0e0d-ed53-4401-9561-bb5df08aed10=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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80cc0e0d-ed53-4401-9561-bb5df08aed10,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>)))))))
21:30:03.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.795Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a3274c73-0983-444a-815c-d8bf88f6a91a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3274c73-0983-444a-815c-d8bf88f6a91a=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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a3274c73-0983-444a-815c-d8bf88f6a91a,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>)))))))
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.824 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:21096761-5eb9-4ff7-8a83-18139b9a7229],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:03.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21096761-5eb9-4ff7-8a83-18139b9a7229=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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21096761-5eb9-4ff7-8a83-18139b9a7229,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>)))))))
21:30:03.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0517eec4-a8bc-4909-a722-61a49a7ebce1=ShapeTyping(TypingMap(Map()))
21:30:03.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2=ShapeTyping(TypingMap(Map()))
21:30:03.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6=ShapeTyping(TypingMap(Map()))
21:30:03.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f29767c5-d64b-428e-afa9-d988540b3289,_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,_:80cc0e0d-ed53-4401-9561-bb5df08aed10,_:a3274c73-0983-444a-815c-d8bf88f6a91a,_:21096761-5eb9-4ff7-8a83-18139b9a7229,_:0517eec4-a8bc-4909-a722-61a49a7ebce1,_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2,_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a3274c73-0983-444a-815c-d8bf88f6a91a,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(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,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(_:21096761-5eb9-4ff7-8a83-18139b9a7229,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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80cc0e0d-ed53-4401-9561-bb5df08aed10,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>)))))))
21:30:03.827 [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(_:a3274c73-0983-444a-815c-d8bf88f6a91a,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(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,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(_:21096761-5eb9-4ff7-8a83-18139b9a7229,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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80cc0e0d-ed53-4401-9561-bb5df08aed10,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>)))))))
21:30:03.827 [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(_:a3274c73-0983-444a-815c-d8bf88f6a91a,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(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845,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(_:21096761-5eb9-4ff7-8a83-18139b9a7229,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(_:f29767c5-d64b-428e-afa9-d988540b3289), ShapeRef(_:ccf962b2-664e-4dfc-97ee-e5caeeed8845), ShapeRef(_:80cc0e0d-ed53-4401-9561-bb5df08aed10), ShapeRef(_:a3274c73-0983-444a-815c-d8bf88f6a91a), ShapeRef(_:21096761-5eb9-4ff7-8a83-18139b9a7229), ShapeRef(_:0517eec4-a8bc-4909-a722-61a49a7ebce1), ShapeRef(_:3461eb9a-f6bf-4a56-b71d-974576a5d9c2), ShapeRef(_:746bae8e-ff23-4b8f-a16f-0f649fdc8fb6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:80cc0e0d-ed53-4401-9561-bb5df08aed10,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>)))))))
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:21096761-5eb9-4ff7-8a83-18139b9a7229 = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:21096761-5eb9-4ff7-8a83-18139b9a7229 = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:21096761-5eb9-4ff7-8a83-18139b9a7229: 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a3274c73-0983-444a-815c-d8bf88f6a91a = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a3274c73-0983-444a-815c-d8bf88f6a91a = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a3274c73-0983-444a-815c-d8bf88f6a91a: 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:80cc0e0d-ed53-4401-9561-bb5df08aed10 = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:80cc0e0d-ed53-4401-9561-bb5df08aed10 = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:80cc0e0d-ed53-4401-9561-bb5df08aed10: 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ccf962b2-664e-4dfc-97ee-e5caeeed8845 = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ccf962b2-664e-4dfc-97ee-e5caeeed8845 = 
21:30:03.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ccf962b2-664e-4dfc-97ee-e5caeeed8845: 
21:30:03.828 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f29767c5-d64b-428e-afa9-d988540b3289 = 
21:30:03.828 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f29767c5-d64b-428e-afa9-d988540b3289 = 
21:30:03.828 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f29767c5-d64b-428e-afa9-d988540b3289: 
21:30:03.829 [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
] .

21:30:03.830 [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
] .

@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-07T21:30:03.831Z"^^<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 .
21:30:03.892 [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-07T21:30:03.831Z"^^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-07T21:30:03.831Z"^^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: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: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   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> .
21:30:03.893 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c @sh:path http://www.sampledomain.org/sam#integerProperty2; 41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c @rdf:type sh:Property; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:path http://www.sampledomain.org/sam#aStringProperty; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:pattern "^B"; 10323c18-b990-4bc2-b467-e7f07b72fa87 @sh:description "a Simple Single String Property"; 10323c18-b990-4bc2-b467-e7f07b72fa87 @rdf:type sh:Property; 1b69e218-11ed-420b-b8c0-17f54cb8dd57 @sh:path http://www.sampledomain.org/sam#integerProperty3; 1b69e218-11ed-420b-b8c0-17f54cb8dd57 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1b69e218-11ed-420b-b8c0-17f54cb8dd57 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1b69e218-11ed-420b-b8c0-17f54cb8dd57 @rdf:type sh:Property; f99ecea1-6b92-4116-b6e6-abb4b308bfb8 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty...} |  [41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#pattern, "^B"] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [10323c18-b990-4bc2-b467-e7f07b72fa87, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1b69e218-11ed-420b-b8c0-17f54cb8dd57, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1b69e218-11ed-420b-b8c0-17f54cb8dd57, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1b69e218-11ed-420b-b8c0-17f54cb8dd57, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1b69e218-11ed-420b-b8c0-17f54cb8dd57, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f99ecea1-6b92-4116-b6e6-abb4b308bfb8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f3e76a5-6193-4773-8ccb-67619b882d53, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9ba055a5-7a59-4b5f-9815-2df378659dac] [4f3e76a5-6193-4773-8ccb-67619b882d53, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f19b3893-e351-49c9-a823-662660fd5b13, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f19b3893-e351-49c9-a823-662660fd5b13, http://www.w3.org/ns/shacl#in, 4f3e76a5-6193-4773-8ccb-67619b882d53] [f19b3893-e351-49c9-a823-662660fd5b13, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7027764f-1862-4d57-9866-dfc6a0562ea2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7027764f-1862-4d57-9866-dfc6a0562ea2, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7027764f-1862-4d57-9866-dfc6a0562ea2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7027764f-1862-4d57-9866-dfc6a0562ea2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [104fc77f-f530-4f17-8f4a-4d70e86dc619, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [104fc77f-f530-4f17-8f4a-4d70e86dc619, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [20e918b6-afd4-4478-aeeb-9b1e93b3495b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [20e918b6-afd4-4478-aeeb-9b1e93b3495b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [20e918b6-afd4-4478-aeeb-9b1e93b3495b, 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, 10323c18-b990-4bc2-b467-e7f07b72fa87] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f19b3893-e351-49c9-a823-662660fd5b13] [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, 7027764f-1862-4d57-9866-dfc6a0562ea2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 20e918b6-afd4-4478-aeeb-9b1e93b3495b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1b69e218-11ed-420b-b8c0-17f54cb8dd57] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f99ecea1-6b92-4116-b6e6-abb4b308bfb8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [9ba055a5-7a59-4b5f-9815-2df378659dac, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 104fc77f-f530-4f17-8f4a-4d70e86dc619] [9ba055a5-7a59-4b5f-9815-2df378659dac, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"]>
21:30:03.894 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:03.895 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:03.897 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:20e918b6-afd4-4478-aeeb-9b1e93b3495b,_:f19b3893-e351-49c9-a823-662660fd5b13,_:10323c18-b990-4bc2-b467-e7f07b72fa87,_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8,_:1b69e218-11ed-420b-b8c0-17f54cb8dd57,_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c,_:7027764f-1862-4d57-9866-dfc6a0562ea2. Pending nodes: 
21:30:03.897 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:20e918b6-afd4-4478-aeeb-9b1e93b3495b
21:30:03.898 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f19b3893-e351-49c9-a823-662660fd5b13
21:30:03.899 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:10323c18-b990-4bc2-b467-e7f07b72fa87
21:30:03.900 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f99ecea1-6b92-4116-b6e6-abb4b308bfb8
21:30:03.901 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1b69e218-11ed-420b-b8c0-17f54cb8dd57
21:30:03.902 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c
21:30:03.902 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7027764f-1862-4d57-9866-dfc6a0562ea2
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7027764f-1862-4d57-9866-dfc6a0562ea2
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1b69e218-11ed-420b-b8c0-17f54cb8dd57
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f99ecea1-6b92-4116-b6e6-abb4b308bfb8
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:10323c18-b990-4bc2-b467-e7f07b72fa87
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f19b3893-e351-49c9-a823-662660fd5b13
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:20e918b6-afd4-4478-aeeb-9b1e93b3495b
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7027764f-1862-4d57-9866-dfc6a0562ea2 = 
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7027764f-1862-4d57-9866-dfc6a0562ea2 = 
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7027764f-1862-4d57-9866-dfc6a0562ea2: 
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:03.934 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:20e918b6-afd4-4478-aeeb-9b1e93b3495b,_:f19b3893-e351-49c9-a823-662660fd5b13,_:10323c18-b990-4bc2-b467-e7f07b72fa87,_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8,_:1b69e218-11ed-420b-b8c0-17f54cb8dd57,_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c,_:7027764f-1862-4d57-9866-dfc6a0562ea2)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:20e918b6-afd4-4478-aeeb-9b1e93b3495b)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f19b3893-e351-49c9-a823-662660fd5b13)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:10323c18-b990-4bc2-b467-e7f07b72fa87)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1b69e218-11ed-420b-b8c0-17f54cb8dd57)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c)
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7027764f-1862-4d57-9866-dfc6a0562ea2)
21:30:03.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.935 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:20e918b6-afd4-4478-aeeb-9b1e93b3495b=ShapeTyping(TypingMap(Map()))
21:30:03.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.936 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f19b3893-e351-49c9-a823-662660fd5b13=ShapeTyping(TypingMap(Map()))
21:30:03.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.937 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:10323c18-b990-4bc2-b467-e7f07b72fa87],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:03.938 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:10323c18-b990-4bc2-b467-e7f07b72fa87=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(_:20e918b6-afd4-4478-aeeb-9b1e93b3495b), ShapeRef(_:f19b3893-e351-49c9-a823-662660fd5b13), ShapeRef(_:10323c18-b990-4bc2-b467-e7f07b72fa87), ShapeRef(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8), ShapeRef(_:1b69e218-11ed-420b-b8c0-17f54cb8dd57), ShapeRef(_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c), ShapeRef(_:7027764f-1862-4d57-9866-dfc6a0562ea2)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:10323c18-b990-4bc2-b467-e7f07b72fa87,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>)))))))
21:30:03.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.939 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:03.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.940 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8=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(_:20e918b6-afd4-4478-aeeb-9b1e93b3495b), ShapeRef(_:f19b3893-e351-49c9-a823-662660fd5b13), ShapeRef(_:10323c18-b990-4bc2-b467-e7f07b72fa87), ShapeRef(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8), ShapeRef(_:1b69e218-11ed-420b-b8c0-17f54cb8dd57), ShapeRef(_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c), ShapeRef(_:7027764f-1862-4d57-9866-dfc6a0562ea2)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8,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>)))))))
21:30:03.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.940 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1b69e218-11ed-420b-b8c0-17f54cb8dd57=ShapeTyping(TypingMap(Map()))
21:30:03.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.940 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c=ShapeTyping(TypingMap(Map()))
21:30:03.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:03.941 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:03.831Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7027764f-1862-4d57-9866-dfc6a0562ea2],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:03.942 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7027764f-1862-4d57-9866-dfc6a0562ea2=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(_:20e918b6-afd4-4478-aeeb-9b1e93b3495b), ShapeRef(_:f19b3893-e351-49c9-a823-662660fd5b13), ShapeRef(_:10323c18-b990-4bc2-b467-e7f07b72fa87), ShapeRef(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8), ShapeRef(_:1b69e218-11ed-420b-b8c0-17f54cb8dd57), ShapeRef(_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c), ShapeRef(_:7027764f-1862-4d57-9866-dfc6a0562ea2)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:7027764f-1862-4d57-9866-dfc6a0562ea2,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>)))))))
21:30:03.942 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:20e918b6-afd4-4478-aeeb-9b1e93b3495b,_:f19b3893-e351-49c9-a823-662660fd5b13,_:10323c18-b990-4bc2-b467-e7f07b72fa87,_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8,_:1b69e218-11ed-420b-b8c0-17f54cb8dd57,_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c,_:7027764f-1862-4d57-9866-dfc6a0562ea2)=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(_:20e918b6-afd4-4478-aeeb-9b1e93b3495b), ShapeRef(_:f19b3893-e351-49c9-a823-662660fd5b13), ShapeRef(_:10323c18-b990-4bc2-b467-e7f07b72fa87), ShapeRef(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8), ShapeRef(_:1b69e218-11ed-420b-b8c0-17f54cb8dd57), ShapeRef(_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c), ShapeRef(_:7027764f-1862-4d57-9866-dfc6a0562ea2)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8,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(_:10323c18-b990-4bc2-b467-e7f07b72fa87,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(_:7027764f-1862-4d57-9866-dfc6a0562ea2,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>)))))))
21:30:03.947 [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(_:20e918b6-afd4-4478-aeeb-9b1e93b3495b), ShapeRef(_:f19b3893-e351-49c9-a823-662660fd5b13), ShapeRef(_:10323c18-b990-4bc2-b467-e7f07b72fa87), ShapeRef(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8), ShapeRef(_:1b69e218-11ed-420b-b8c0-17f54cb8dd57), ShapeRef(_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c), ShapeRef(_:7027764f-1862-4d57-9866-dfc6a0562ea2)),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#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
21:30:03.947 [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(_:20e918b6-afd4-4478-aeeb-9b1e93b3495b), ShapeRef(_:f19b3893-e351-49c9-a823-662660fd5b13), ShapeRef(_:10323c18-b990-4bc2-b467-e7f07b72fa87), ShapeRef(_:f99ecea1-6b92-4116-b6e6-abb4b308bfb8), ShapeRef(_:1b69e218-11ed-420b-b8c0-17f54cb8dd57), ShapeRef(_:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c), ShapeRef(_:7027764f-1862-4d57-9866-dfc6a0562ea2)),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#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
21:30:03.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c = 
21:30:03.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c = 
21:30:03.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:41dd5a7b-8c67-43e0-9d43-4d68ba5f2f7c: 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1b69e218-11ed-420b-b8c0-17f54cb8dd57 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1b69e218-11ed-420b-b8c0-17f54cb8dd57 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1b69e218-11ed-420b-b8c0-17f54cb8dd57: 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f99ecea1-6b92-4116-b6e6-abb4b308bfb8 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f99ecea1-6b92-4116-b6e6-abb4b308bfb8 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f99ecea1-6b92-4116-b6e6-abb4b308bfb8: 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:10323c18-b990-4bc2-b467-e7f07b72fa87 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:10323c18-b990-4bc2-b467-e7f07b72fa87 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:10323c18-b990-4bc2-b467-e7f07b72fa87: 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f19b3893-e351-49c9-a823-662660fd5b13 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f19b3893-e351-49c9-a823-662660fd5b13 = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f19b3893-e351-49c9-a823-662660fd5b13: 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:20e918b6-afd4-4478-aeeb-9b1e93b3495b = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:20e918b6-afd4-4478-aeeb-9b1e93b3495b = 
21:30:03.948 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:20e918b6-afd4-4478-aeeb-9b1e93b3495b: 
21:30:03.953 [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#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>). 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
               ]
] .

21:30:03.988 [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#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>). 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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 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-07T21:30:03.991Z"^^<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 .
21:30:04.005 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.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-07T21:30:03.991Z"^^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 @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [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.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-07T21:30:03.991Z"^^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.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      "integerProperty2" ;
                          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: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#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: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:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
21:30:04.007 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0a743d72-9848-41d1-8868-dc103ea1d9c6 @sh:path http://www.sampledomain.org/sam#aStringProperty; 0a743d72-9848-41d1-8868-dc103ea1d9c6 @sh:name "aStringProperty"; 0a743d72-9848-41d1-8868-dc103ea1d9c6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0a743d72-9848-41d1-8868-dc103ea1d9c6 @sh:datatype http://www.w3.org/2001/XMLSchema#string; 0a743d72-9848-41d1-8868-dc103ea1d9c6 @sh:description "a Simple Single String Property"; 0a743d72-9848-41d1-8868-dc103ea1d9c6 @rdf:type sh:Property; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @sh:name "aReferenceProperty"; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @sh:datatype oslc:Resource; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @sh:class http://www.sampledomain.org/sam#AnotherResource; 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 @rdf:type sh:Property; d9a56849-dd2d-4525-9504-8e70074706c1 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; d9a56849-dd2d-4525-9504-8e70074706c1 @sh:name "anIntegerProperty"; d9a56849-dd2d-4525-9504-8e70074706c1 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d9a56849-dd2d-4525-9504-8e70074706c1 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [0a743d72-9848-41d1-8868-dc103ea1d9c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0a743d72-9848-41d1-8868-dc103ea1d9c6, http://www.w3.org/ns/shacl#name, "aStringProperty"] [0a743d72-9848-41d1-8868-dc103ea1d9c6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0a743d72-9848-41d1-8868-dc103ea1d9c6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [0a743d72-9848-41d1-8868-dc103ea1d9c6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0a743d72-9848-41d1-8868-dc103ea1d9c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d9a56849-dd2d-4525-9504-8e70074706c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d9a56849-dd2d-4525-9504-8e70074706c1, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [d9a56849-dd2d-4525-9504-8e70074706c1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d9a56849-dd2d-4525-9504-8e70074706c1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d9a56849-dd2d-4525-9504-8e70074706c1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d9a56849-dd2d-4525-9504-8e70074706c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [23fbd3a9-4855-4de1-b8e4-8996bfdd0acf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [23fbd3a9-4855-4de1-b8e4-8996bfdd0acf, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [23fbd3a9-4855-4de1-b8e4-8996bfdd0acf, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [23fbd3a9-4855-4de1-b8e4-8996bfdd0acf, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [23fbd3a9-4855-4de1-b8e4-8996bfdd0acf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c8533318-1bf8-410f-8395-84a218e62897, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c8533318-1bf8-410f-8395-84a218e62897, http://www.w3.org/ns/shacl#name, "integerProperty2"] [c8533318-1bf8-410f-8395-84a218e62897, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c8533318-1bf8-410f-8395-84a218e62897, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c8533318-1bf8-410f-8395-84a218e62897, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c8533318-1bf8-410f-8395-84a218e62897, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e1166aac-c60e-43da-be1b-629177b9b666, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [e1166aac-c60e-43da-be1b-629177b9b666, http://www.w3.org/ns/shacl#name, "integerProperty3"] [e1166aac-c60e-43da-be1b-629177b9b666, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e1166aac-c60e-43da-be1b-629177b9b666, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e1166aac-c60e-43da-be1b-629177b9b666, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e1166aac-c60e-43da-be1b-629177b9b666, 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, 903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, d9a56849-dd2d-4525-9504-8e70074706c1] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c8533318-1bf8-410f-8395-84a218e62897] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, e1166aac-c60e-43da-be1b-629177b9b666] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 23fbd3a9-4855-4de1-b8e4-8996bfdd0acf] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ebc785a2-5c46-411f-8247-bacba6bfa59e] [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, 0a743d72-9848-41d1-8868-dc103ea1d9c6] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [ebc785a2-5c46-411f-8247-bacba6bfa59e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ebc785a2-5c46-411f-8247-bacba6bfa59e, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [ebc785a2-5c46-411f-8247-bacba6bfa59e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ebc785a2-5c46-411f-8247-bacba6bfa59e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ebc785a2-5c46-411f-8247-bacba6bfa59e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:04.007 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
21:30:04.009 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
21:30:04.010 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e1166aac-c60e-43da-be1b-629177b9b666,_:ebc785a2-5c46-411f-8247-bacba6bfa59e,_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,_:d9a56849-dd2d-4525-9504-8e70074706c1,_:0a743d72-9848-41d1-8868-dc103ea1d9c6,_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,_:c8533318-1bf8-410f-8395-84a218e62897. Pending nodes: 
21:30:04.010 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e1166aac-c60e-43da-be1b-629177b9b666
21:30:04.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ebc785a2-5c46-411f-8247-bacba6bfa59e
21:30:04.013 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf
21:30:04.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d9a56849-dd2d-4525-9504-8e70074706c1
21:30:04.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a743d72-9848-41d1-8868-dc103ea1d9c6
21:30:04.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7
21:30:04.017 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c8533318-1bf8-410f-8395-84a218e62897
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c8533318-1bf8-410f-8395-84a218e62897
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a743d72-9848-41d1-8868-dc103ea1d9c6
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d9a56849-dd2d-4525-9504-8e70074706c1
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ebc785a2-5c46-411f-8247-bacba6bfa59e
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e1166aac-c60e-43da-be1b-629177b9b666
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c8533318-1bf8-410f-8395-84a218e62897 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c8533318-1bf8-410f-8395-84a218e62897 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c8533318-1bf8-410f-8395-84a218e62897: 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7: 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a743d72-9848-41d1-8868-dc103ea1d9c6 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a743d72-9848-41d1-8868-dc103ea1d9c6 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a743d72-9848-41d1-8868-dc103ea1d9c6: 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d9a56849-dd2d-4525-9504-8e70074706c1 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d9a56849-dd2d-4525-9504-8e70074706c1 = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d9a56849-dd2d-4525-9504-8e70074706c1: 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf: 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ebc785a2-5c46-411f-8247-bacba6bfa59e = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ebc785a2-5c46-411f-8247-bacba6bfa59e = 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ebc785a2-5c46-411f-8247-bacba6bfa59e: 
21:30:04.019 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:e1166aac-c60e-43da-be1b-629177b9b666,_:ebc785a2-5c46-411f-8247-bacba6bfa59e,_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,_:d9a56849-dd2d-4525-9504-8e70074706c1,_:0a743d72-9848-41d1-8868-dc103ea1d9c6,_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,_:c8533318-1bf8-410f-8395-84a218e62897)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e1166aac-c60e-43da-be1b-629177b9b666)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ebc785a2-5c46-411f-8247-bacba6bfa59e)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:d9a56849-dd2d-4525-9504-8e70074706c1)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:0a743d72-9848-41d1-8868-dc103ea1d9c6)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7)
21:30:04.020 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c8533318-1bf8-410f-8395-84a218e62897)
21:30:04.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:e1166aac-c60e-43da-be1b-629177b9b666],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
21:30:04.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e1166aac-c60e-43da-be1b-629177b9b666=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1166aac-c60e-43da-be1b-629177b9b666,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>)))))))
21:30:04.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.022 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:ebc785a2-5c46-411f-8247-bacba6bfa59e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.023 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ebc785a2-5c46-411f-8247-bacba6bfa59e=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ebc785a2-5c46-411f-8247-bacba6bfa59e,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>)))))))
21:30:04.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.023 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T21:30:03.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.024 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,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-07T21:30:03.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
21:30:04.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.024 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:d9a56849-dd2d-4525-9504-8e70074706c1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:d9a56849-dd2d-4525-9504-8e70074706c1=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d9a56849-dd2d-4525-9504-8e70074706c1,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>)))))))
21:30:04.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.025 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:0a743d72-9848-41d1-8868-dc103ea1d9c6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.025 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:0a743d72-9848-41d1-8868-dc103ea1d9c6=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0a743d72-9848-41d1-8868-dc103ea1d9c6,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>)))))))
21:30:04.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,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>)))))))
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.027 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:c8533318-1bf8-410f-8395-84a218e62897],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
21:30:04.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c8533318-1bf8-410f-8395-84a218e62897=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(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c8533318-1bf8-410f-8395-84a218e62897,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>)))))))
21:30:04.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:e1166aac-c60e-43da-be1b-629177b9b666,_:ebc785a2-5c46-411f-8247-bacba6bfa59e,_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,_:d9a56849-dd2d-4525-9504-8e70074706c1,_:0a743d72-9848-41d1-8868-dc103ea1d9c6,_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,_:c8533318-1bf8-410f-8395-84a218e62897)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:c8533318-1bf8-410f-8395-84a218e62897,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(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,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-07T21:30:03.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1166aac-c60e-43da-be1b-629177b9b666,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(_:0a743d72-9848-41d1-8868-dc103ea1d9c6,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(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,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(_:d9a56849-dd2d-4525-9504-8e70074706c1,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(_:ebc785a2-5c46-411f-8247-bacba6bfa59e,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>)))))))
21:30:04.028 [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(_:c8533318-1bf8-410f-8395-84a218e62897,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(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,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-07T21:30:03.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1166aac-c60e-43da-be1b-629177b9b666,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(_:0a743d72-9848-41d1-8868-dc103ea1d9c6,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(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,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(_:d9a56849-dd2d-4525-9504-8e70074706c1,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(_:ebc785a2-5c46-411f-8247-bacba6bfa59e,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>)))))))
21:30:04.028 [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(_:c8533318-1bf8-410f-8395-84a218e62897,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(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf,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-07T21:30:03.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:e1166aac-c60e-43da-be1b-629177b9b666), ShapeRef(_:ebc785a2-5c46-411f-8247-bacba6bfa59e), ShapeRef(_:23fbd3a9-4855-4de1-b8e4-8996bfdd0acf), ShapeRef(_:d9a56849-dd2d-4525-9504-8e70074706c1), ShapeRef(_:0a743d72-9848-41d1-8868-dc103ea1d9c6), ShapeRef(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7), ShapeRef(_:c8533318-1bf8-410f-8395-84a218e62897)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1166aac-c60e-43da-be1b-629177b9b666,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(_:0a743d72-9848-41d1-8868-dc103ea1d9c6,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(_:903b354d-0cb2-4cc4-91e0-bcd0aa09f3e7,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(_:d9a56849-dd2d-4525-9504-8e70074706c1,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(_:ebc785a2-5c46-411f-8247-bacba6bfa59e,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>)))))))
21:30:04.028 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e1166aac-c60e-43da-be1b-629177b9b666 = 
21:30:04.028 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e1166aac-c60e-43da-be1b-629177b9b666 = 
21:30:04.028 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e1166aac-c60e-43da-be1b-629177b9b666: 
21:30:04.029 [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
] .

21:30:04.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  true
] .

@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-07T21:30:04.031Z"^^<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 .
21:30:04.039 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.031Z"^^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 @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [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#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.031Z"^^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.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#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        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      "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: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:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
21:30:04.039 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7e1bc193-69fc-43b9-9655-74ae81b41e05 @sh:path http://www.sampledomain.org/sam#integerProperty2; 7e1bc193-69fc-43b9-9655-74ae81b41e05 @sh:name "integerProperty2"; 7e1bc193-69fc-43b9-9655-74ae81b41e05 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7e1bc193-69fc-43b9-9655-74ae81b41e05 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7e1bc193-69fc-43b9-9655-74ae81b41e05 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7e1bc193-69fc-43b9-9655-74ae81b41e05 @rdf:type sh:Property; 16a82e71-a9e1-4f5c-98d0-17719c806979 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 16a82e71-a9e1-4f5c-98d0-17719c806979 @sh:name "aSetOfDates"; 16a82e71-a9e1-4f5c-98d0-17719c806979 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 16a82e71-a9e1-4f5c-98d0-17719c806979 @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; 16a82e71-a9e1-4f5c-98d0-17719c806979 @rdf:type sh:Property; 1236263e-fa2e-49a7-b4c5-7427c1710ba0 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 1236263e-fa2e-49a7-b4c5-7427c1710ba0 @sh:name "anotherIntegerProperty"; 1236263e-fa2e-49a7-b4c5-7427c1710ba0 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1236263e-fa2e-49a7-b4c5-7427c1710ba0 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1236263e-fa2e-49a7-b4c5-7427c1710ba0 @rdf:type sh:Property; cf1f29b6-0f22-46b2-82d5-39333ed6103d @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [7e1bc193-69fc-43b9-9655-74ae81b41e05, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7e1bc193-69fc-43b9-9655-74ae81b41e05, http://www.w3.org/ns/shacl#name, "integerProperty2"] [7e1bc193-69fc-43b9-9655-74ae81b41e05, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e1bc193-69fc-43b9-9655-74ae81b41e05, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e1bc193-69fc-43b9-9655-74ae81b41e05, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7e1bc193-69fc-43b9-9655-74ae81b41e05, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [16a82e71-a9e1-4f5c-98d0-17719c806979, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [16a82e71-a9e1-4f5c-98d0-17719c806979, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [16a82e71-a9e1-4f5c-98d0-17719c806979, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [16a82e71-a9e1-4f5c-98d0-17719c806979, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [16a82e71-a9e1-4f5c-98d0-17719c806979, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1236263e-fa2e-49a7-b4c5-7427c1710ba0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1236263e-fa2e-49a7-b4c5-7427c1710ba0, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [1236263e-fa2e-49a7-b4c5-7427c1710ba0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1236263e-fa2e-49a7-b4c5-7427c1710ba0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1236263e-fa2e-49a7-b4c5-7427c1710ba0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cf1f29b6-0f22-46b2-82d5-39333ed6103d, 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#property, 7e1bc193-69fc-43b9-9655-74ae81b41e05] [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, 3f0bffe0-f216-4be8-9c6c-3cfd40ff2963] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 4ccff15d-cdd0-47bb-abe5-998c428c0072] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 1236263e-fa2e-49a7-b4c5-7427c1710ba0] [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, 16a82e71-a9e1-4f5c-98d0-17719c806979] [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, cf1f29b6-0f22-46b2-82d5-39333ed6103d] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 27add6ad-b43a-4796-81f2-aee99dd40555] [27add6ad-b43a-4796-81f2-aee99dd40555, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [27add6ad-b43a-4796-81f2-aee99dd40555, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [27add6ad-b43a-4796-81f2-aee99dd40555, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27add6ad-b43a-4796-81f2-aee99dd40555, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [27add6ad-b43a-4796-81f2-aee99dd40555, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [27add6ad-b43a-4796-81f2-aee99dd40555, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4ccff15d-cdd0-47bb-abe5-998c428c0072, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [4ccff15d-cdd0-47bb-abe5-998c428c0072, http://www.w3.org/ns/shacl#name, "integerProperty3"] [4ccff15d-cdd0-47bb-abe5-998c428c0072, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ccff15d-cdd0-47bb-abe5-998c428c0072, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ccff15d-cdd0-47bb-abe5-998c428c0072, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4ccff15d-cdd0-47bb-abe5-998c428c0072, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3f0bffe0-f216-4be8-9c6c-3cfd40ff2963, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [3f0bffe0-f216-4be8-9c6c-3cfd40ff2963, http://www.w3.org/ns/shacl#name, "aStringProperty"] [3f0bffe0-f216-4be8-9c6c-3cfd40ff2963, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3f0bffe0-f216-4be8-9c6c-3cfd40ff2963, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [3f0bffe0-f216-4be8-9c6c-3cfd40ff2963, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [3f0bffe0-f216-4be8-9c6c-3cfd40ff2963, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:04.040 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
21:30:04.041 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
21:30:04.042 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:1236263e-fa2e-49a7-b4c5-7427c1710ba0,_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,_:16a82e71-a9e1-4f5c-98d0-17719c806979,_:27add6ad-b43a-4796-81f2-aee99dd40555,_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,_:7e1bc193-69fc-43b9-9655-74ae81b41e05,_:4ccff15d-cdd0-47bb-abe5-998c428c0072. Pending nodes: 
21:30:04.042 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1236263e-fa2e-49a7-b4c5-7427c1710ba0
21:30:04.043 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cf1f29b6-0f22-46b2-82d5-39333ed6103d
21:30:04.044 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:16a82e71-a9e1-4f5c-98d0-17719c806979
21:30:04.044 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27add6ad-b43a-4796-81f2-aee99dd40555
21:30:04.087 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963
21:30:04.088 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7e1bc193-69fc-43b9-9655-74ae81b41e05
21:30:04.089 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ccff15d-cdd0-47bb-abe5-998c428c0072
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ccff15d-cdd0-47bb-abe5-998c428c0072
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7e1bc193-69fc-43b9-9655-74ae81b41e05
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27add6ad-b43a-4796-81f2-aee99dd40555
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:16a82e71-a9e1-4f5c-98d0-17719c806979
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cf1f29b6-0f22-46b2-82d5-39333ed6103d
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1236263e-fa2e-49a7-b4c5-7427c1710ba0
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ccff15d-cdd0-47bb-abe5-998c428c0072 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ccff15d-cdd0-47bb-abe5-998c428c0072 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ccff15d-cdd0-47bb-abe5-998c428c0072: 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7e1bc193-69fc-43b9-9655-74ae81b41e05 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7e1bc193-69fc-43b9-9655-74ae81b41e05 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7e1bc193-69fc-43b9-9655-74ae81b41e05: 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963: 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27add6ad-b43a-4796-81f2-aee99dd40555 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27add6ad-b43a-4796-81f2-aee99dd40555 = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27add6ad-b43a-4796-81f2-aee99dd40555: 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
21:30:04.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:1236263e-fa2e-49a7-b4c5-7427c1710ba0,_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,_:16a82e71-a9e1-4f5c-98d0-17719c806979,_:27add6ad-b43a-4796-81f2-aee99dd40555,_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,_:7e1bc193-69fc-43b9-9655-74ae81b41e05,_:4ccff15d-cdd0-47bb-abe5-998c428c0072)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:1236263e-fa2e-49a7-b4c5-7427c1710ba0)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:cf1f29b6-0f22-46b2-82d5-39333ed6103d)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:16a82e71-a9e1-4f5c-98d0-17719c806979)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:27add6ad-b43a-4796-81f2-aee99dd40555)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7e1bc193-69fc-43b9-9655-74ae81b41e05)
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:4ccff15d-cdd0-47bb-abe5-998c428c0072)
21:30:04.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.091 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:1236263e-fa2e-49a7-b4c5-7427c1710ba0],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.092 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:1236263e-fa2e-49a7-b4c5-7427c1710ba0=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0,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>)))))))
21:30:04.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.092 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:cf1f29b6-0f22-46b2-82d5-39333ed6103d],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
21:30:04.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.093 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:cf1f29b6-0f22-46b2-82d5-39333ed6103d=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,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>)))))))
21:30:04.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.093 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-11-07T21:30:04.031Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:16a82e71-a9e1-4f5c-98d0-17719c806979],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.094 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:16a82e71-a9e1-4f5c-98d0-17719c806979=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:16a82e71-a9e1-4f5c-98d0-17719c806979,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-07T21:30:04.031Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
21:30:04.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.094 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:27add6ad-b43a-4796-81f2-aee99dd40555],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.095 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:27add6ad-b43a-4796-81f2-aee99dd40555=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27add6ad-b43a-4796-81f2-aee99dd40555,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>)))))))
21:30:04.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.095 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.095 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.096 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,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>)))))))
21:30:04.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.096 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7e1bc193-69fc-43b9-9655-74ae81b41e05],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
21:30:04.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.096 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.097 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7e1bc193-69fc-43b9-9655-74ae81b41e05=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7e1bc193-69fc-43b9-9655-74ae81b41e05,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"))))))))
21:30:04.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.097 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:4ccff15d-cdd0-47bb-abe5-998c428c0072],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
21:30:04.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.097 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:4ccff15d-cdd0-47bb-abe5-998c428c0072=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(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4ccff15d-cdd0-47bb-abe5-998c428c0072,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>)))))))
21:30:04.098 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:1236263e-fa2e-49a7-b4c5-7427c1710ba0,_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,_:16a82e71-a9e1-4f5c-98d0-17719c806979,_:27add6ad-b43a-4796-81f2-aee99dd40555,_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,_:7e1bc193-69fc-43b9-9655-74ae81b41e05,_:4ccff15d-cdd0-47bb-abe5-998c428c0072)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:4ccff15d-cdd0-47bb-abe5-998c428c0072,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(_:16a82e71-a9e1-4f5c-98d0-17719c806979,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-07T21:30:04.031Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,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(_:7e1bc193-69fc-43b9-9655-74ae81b41e05,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")))), PropertyShape(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0,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(_:27add6ad-b43a-4796-81f2-aee99dd40555,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>)))))))
21:30:04.098 [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(_:4ccff15d-cdd0-47bb-abe5-998c428c0072,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(_:16a82e71-a9e1-4f5c-98d0-17719c806979,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-07T21:30:04.031Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,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(_:7e1bc193-69fc-43b9-9655-74ae81b41e05,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")))), PropertyShape(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0,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(_:27add6ad-b43a-4796-81f2-aee99dd40555,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>)))))))
21:30:04.099 [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(_:4ccff15d-cdd0-47bb-abe5-998c428c0072,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(_:16a82e71-a9e1-4f5c-98d0-17719c806979,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-07T21:30:04.031Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963,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(_:7e1bc193-69fc-43b9-9655-74ae81b41e05,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")))), PropertyShape(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0), ShapeRef(_:cf1f29b6-0f22-46b2-82d5-39333ed6103d), ShapeRef(_:16a82e71-a9e1-4f5c-98d0-17719c806979), ShapeRef(_:27add6ad-b43a-4796-81f2-aee99dd40555), ShapeRef(_:3f0bffe0-f216-4be8-9c6c-3cfd40ff2963), ShapeRef(_:7e1bc193-69fc-43b9-9655-74ae81b41e05), ShapeRef(_:4ccff15d-cdd0-47bb-abe5-998c428c0072)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1236263e-fa2e-49a7-b4c5-7427c1710ba0,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(_:27add6ad-b43a-4796-81f2-aee99dd40555,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>)))))))
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:16a82e71-a9e1-4f5c-98d0-17719c806979 = 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:16a82e71-a9e1-4f5c-98d0-17719c806979 = 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:16a82e71-a9e1-4f5c-98d0-17719c806979: 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cf1f29b6-0f22-46b2-82d5-39333ed6103d = 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cf1f29b6-0f22-46b2-82d5-39333ed6103d = 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cf1f29b6-0f22-46b2-82d5-39333ed6103d: 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1236263e-fa2e-49a7-b4c5-7427c1710ba0 = 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1236263e-fa2e-49a7-b4c5-7427c1710ba0 = 
21:30:04.099 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1236263e-fa2e-49a7-b4c5-7427c1710ba0: 
21:30:04.101 [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
               ]
] .

21:30:04.103 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 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-07T21:30:04.105Z"^^<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 .
21:30:04.117 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.105Z"^^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#integerProperty3, "15"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.105Z"^^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   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: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: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.118 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {15192459-28aa-4694-a8ae-1df0d37e6189 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 15192459-28aa-4694-a8ae-1df0d37e6189 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 15192459-28aa-4694-a8ae-1df0d37e6189 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 15192459-28aa-4694-a8ae-1df0d37e6189 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 15192459-28aa-4694-a8ae-1df0d37e6189 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 15192459-28aa-4694-a8ae-1df0d37e6189 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 15192459-28aa-4694-a8ae-1df0d37e6189 @rdf:type sh:Property; b726624e-f5d5-445b-b080-bef00f7952e5 @sh:path http://www.sampledomain.org/sam#integerProperty2; b726624e-f5d5-445b-b080-bef00f7952e5 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; b726624e-f5d5-445b-b080-bef00f7952e5 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; b726624e-f5d5-445b-b080-bef00f7952e5 @rdf:type sh:Property; 438e8370-0731-436c-acf0-7f06dd848c6f @rdf:rest rdf:nil; 438e8370-0731-436c-acf0-7f06dd848c6f @rdf:first "C"; 948a0b3d-19b4-4eb5-a2c7-6ddbe289808a @sh:path http://www.sampledomain.org/sam#aSetOfDates; 948a0b3d-19b4-4eb5-a2c7-6ddbe289808a @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 948a0b3d-19b4-4eb5-a2c7-6ddbe289808a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 948a0b3d-19b4-4eb5-a2c7-6ddbe289808a @rdf:type sh:Property...} |  [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [15192459-28aa-4694-a8ae-1df0d37e6189, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b726624e-f5d5-445b-b080-bef00f7952e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b726624e-f5d5-445b-b080-bef00f7952e5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b726624e-f5d5-445b-b080-bef00f7952e5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b726624e-f5d5-445b-b080-bef00f7952e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [438e8370-0731-436c-acf0-7f06dd848c6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [438e8370-0731-436c-acf0-7f06dd848c6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [948a0b3d-19b4-4eb5-a2c7-6ddbe289808a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [948a0b3d-19b4-4eb5-a2c7-6ddbe289808a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [948a0b3d-19b4-4eb5-a2c7-6ddbe289808a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [948a0b3d-19b4-4eb5-a2c7-6ddbe289808a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5bbc9118-d064-41bd-9758-1d5c267e6273, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [5bbc9118-d064-41bd-9758-1d5c267e6273, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [5bbc9118-d064-41bd-9758-1d5c267e6273, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [feb38c1a-9615-49ca-9cd9-60c28318acca, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 438e8370-0731-436c-acf0-7f06dd848c6f] [feb38c1a-9615-49ca-9cd9-60c28318acca, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [efe0f316-3589-4895-bcd3-ab3ef55baa00, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, feb38c1a-9615-49ca-9cd9-60c28318acca] [efe0f316-3589-4895-bcd3-ab3ef55baa00, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#pattern, "^B"] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [3929a390-94ca-4124-8042-4639439db53e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ae991178-c339-4bbb-b4c1-5ddc6b5f83b6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ae991178-c339-4bbb-b4c1-5ddc6b5f83b6, http://www.w3.org/ns/shacl#in, efe0f316-3589-4895-bcd3-ab3ef55baa00] [ae991178-c339-4bbb-b4c1-5ddc6b5f83b6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4d103fd6-cb6b-49cf-81f0-2b23d68d261c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [453bd930-af00-43a7-9e32-7a8ee71fc490, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [453bd930-af00-43a7-9e32-7a8ee71fc490, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [453bd930-af00-43a7-9e32-7a8ee71fc490, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [453bd930-af00-43a7-9e32-7a8ee71fc490, 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, 15192459-28aa-4694-a8ae-1df0d37e6189] [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, 5bbc9118-d064-41bd-9758-1d5c267e6273] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b726624e-f5d5-445b-b080-bef00f7952e5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4d103fd6-cb6b-49cf-81f0-2b23d68d261c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3929a390-94ca-4124-8042-4639439db53e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ae991178-c339-4bbb-b4c1-5ddc6b5f83b6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 948a0b3d-19b4-4eb5-a2c7-6ddbe289808a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 453bd930-af00-43a7-9e32-7a8ee71fc490]>
21:30:04.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:453bd930-af00-43a7-9e32-7a8ee71fc490,_:3929a390-94ca-4124-8042-4639439db53e,_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,_:b726624e-f5d5-445b-b080-bef00f7952e5,_:5bbc9118-d064-41bd-9758-1d5c267e6273,_:15192459-28aa-4694-a8ae-1df0d37e6189,_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6. Pending nodes: 
21:30:04.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:453bd930-af00-43a7-9e32-7a8ee71fc490
21:30:04.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3929a390-94ca-4124-8042-4639439db53e
21:30:04.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a
21:30:04.125 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4d103fd6-cb6b-49cf-81f0-2b23d68d261c
21:30:04.126 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b726624e-f5d5-445b-b080-bef00f7952e5
21:30:04.127 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5bbc9118-d064-41bd-9758-1d5c267e6273
21:30:04.128 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:15192459-28aa-4694-a8ae-1df0d37e6189
21:30:04.129 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:15192459-28aa-4694-a8ae-1df0d37e6189
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5bbc9118-d064-41bd-9758-1d5c267e6273
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b726624e-f5d5-445b-b080-bef00f7952e5
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4d103fd6-cb6b-49cf-81f0-2b23d68d261c
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3929a390-94ca-4124-8042-4639439db53e
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:453bd930-af00-43a7-9e32-7a8ee71fc490
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:453bd930-af00-43a7-9e32-7a8ee71fc490,_:3929a390-94ca-4124-8042-4639439db53e,_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,_:b726624e-f5d5-445b-b080-bef00f7952e5,_:5bbc9118-d064-41bd-9758-1d5c267e6273,_:15192459-28aa-4694-a8ae-1df0d37e6189,_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:453bd930-af00-43a7-9e32-7a8ee71fc490)
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3929a390-94ca-4124-8042-4639439db53e)
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a)
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c)
21:30:04.130 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b726624e-f5d5-445b-b080-bef00f7952e5)
21:30:04.131 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5bbc9118-d064-41bd-9758-1d5c267e6273)
21:30:04.131 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15192459-28aa-4694-a8ae-1df0d37e6189)
21:30:04.131 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)
21:30:04.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.133 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:453bd930-af00-43a7-9e32-7a8ee71fc490=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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:453bd930-af00-43a7-9e32-7a8ee71fc490,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))))))))
21:30:04.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.135 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3929a390-94ca-4124-8042-4639439db53e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.187 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3929a390-94ca-4124-8042-4639439db53e=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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3929a390-94ca-4124-8042-4639439db53e,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>)))))))
21:30:04.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.188 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.105Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.188 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a=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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,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>)))))))
21:30:04.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c=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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,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>)))))))
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b726624e-f5d5-445b-b080-bef00f7952e5=ShapeTyping(TypingMap(Map()))
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5bbc9118-d064-41bd-9758-1d5c267e6273=ShapeTyping(TypingMap(Map()))
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.191 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:15192459-28aa-4694-a8ae-1df0d37e6189],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15192459-28aa-4694-a8ae-1df0d37e6189=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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:15192459-28aa-4694-a8ae-1df0d37e6189,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>)))))))
21:30:04.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6=ShapeTyping(TypingMap(Map()))
21:30:04.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:453bd930-af00-43a7-9e32-7a8ee71fc490,_:3929a390-94ca-4124-8042-4639439db53e,_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,_:b726624e-f5d5-445b-b080-bef00f7952e5,_:5bbc9118-d064-41bd-9758-1d5c267e6273,_:15192459-28aa-4694-a8ae-1df0d37e6189,_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:3929a390-94ca-4124-8042-4639439db53e,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(_:15192459-28aa-4694-a8ae-1df0d37e6189,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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:453bd930-af00-43a7-9e32-7a8ee71fc490,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(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,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(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,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>)))))))
21:30:04.193 [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(_:3929a390-94ca-4124-8042-4639439db53e,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(_:15192459-28aa-4694-a8ae-1df0d37e6189,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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:453bd930-af00-43a7-9e32-7a8ee71fc490,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(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,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(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,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>)))))))
21:30:04.193 [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(_:3929a390-94ca-4124-8042-4639439db53e,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(_:15192459-28aa-4694-a8ae-1df0d37e6189,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(_:453bd930-af00-43a7-9e32-7a8ee71fc490), ShapeRef(_:3929a390-94ca-4124-8042-4639439db53e), ShapeRef(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a), ShapeRef(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c), ShapeRef(_:b726624e-f5d5-445b-b080-bef00f7952e5), ShapeRef(_:5bbc9118-d064-41bd-9758-1d5c267e6273), ShapeRef(_:15192459-28aa-4694-a8ae-1df0d37e6189), ShapeRef(_:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:453bd930-af00-43a7-9e32-7a8ee71fc490,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(_:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a,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(_:4d103fd6-cb6b-49cf-81f0-2b23d68d261c,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>)))))))
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ae991178-c339-4bbb-b4c1-5ddc6b5f83b6: 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:15192459-28aa-4694-a8ae-1df0d37e6189 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:15192459-28aa-4694-a8ae-1df0d37e6189 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:15192459-28aa-4694-a8ae-1df0d37e6189: 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5bbc9118-d064-41bd-9758-1d5c267e6273 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5bbc9118-d064-41bd-9758-1d5c267e6273 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5bbc9118-d064-41bd-9758-1d5c267e6273: 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b726624e-f5d5-445b-b080-bef00f7952e5 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b726624e-f5d5-445b-b080-bef00f7952e5 = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b726624e-f5d5-445b-b080-bef00f7952e5: 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4d103fd6-cb6b-49cf-81f0-2b23d68d261c = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4d103fd6-cb6b-49cf-81f0-2b23d68d261c = 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4d103fd6-cb6b-49cf-81f0-2b23d68d261c: 
21:30:04.193 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a = 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a = 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:948a0b3d-19b4-4eb5-a2c7-6ddbe289808a: 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3929a390-94ca-4124-8042-4639439db53e = 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3929a390-94ca-4124-8042-4639439db53e = 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3929a390-94ca-4124-8042-4639439db53e: 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:453bd930-af00-43a7-9e32-7a8ee71fc490 = 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:453bd930-af00-43a7-9e32-7a8ee71fc490 = 
21:30:04.194 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:453bd930-af00-43a7-9e32-7a8ee71fc490: 
21:30:04.195 [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
] .

21:30:04.196 [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
] .

@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-07T21:30:04.197Z"^^<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 .
21:30:04.208 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.197Z"^^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#integerProperty3, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.197Z"^^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: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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.209 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7a44825d-4b5a-469b-b0bd-e0294a356a48 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 7a44825d-4b5a-469b-b0bd-e0294a356a48 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 7a44825d-4b5a-469b-b0bd-e0294a356a48 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 7a44825d-4b5a-469b-b0bd-e0294a356a48 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7a44825d-4b5a-469b-b0bd-e0294a356a48 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7a44825d-4b5a-469b-b0bd-e0294a356a48 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7a44825d-4b5a-469b-b0bd-e0294a356a48 @rdf:type sh:Property; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1ecdbc5e-1de8-40df-8406-fc90be0b151d @rdf:type sh:Property; a4850e6f-4d6b-4afc-969f-5701007fe59b @rdf:rest rdf:nil; a4850e6f-4d6b-4afc-969f-5701007fe59b @rdf:first "C"; 42df8a6d-4bc6-47ef-ab50-cfedc3b4099c @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7a44825d-4b5a-469b-b0bd-e0294a356a48, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1ecdbc5e-1de8-40df-8406-fc90be0b151d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4850e6f-4d6b-4afc-969f-5701007fe59b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a4850e6f-4d6b-4afc-969f-5701007fe59b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [42df8a6d-4bc6-47ef-ab50-cfedc3b4099c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [42df8a6d-4bc6-47ef-ab50-cfedc3b4099c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [42df8a6d-4bc6-47ef-ab50-cfedc3b4099c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [42df8a6d-4bc6-47ef-ab50-cfedc3b4099c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d0d115d-3cc8-473b-aa68-b79bc5241a58, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7d0d115d-3cc8-473b-aa68-b79bc5241a58, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7d0d115d-3cc8-473b-aa68-b79bc5241a58, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f192ac68-5723-455c-83b5-d1030e73f805, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dce67bbc-fb32-42e5-8027-98af4b9e3ca5] [f192ac68-5723-455c-83b5-d1030e73f805, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [bdb3a88e-0e9f-41fc-856d-916da15ba27a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [bdb3a88e-0e9f-41fc-856d-916da15ba27a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bdb3a88e-0e9f-41fc-856d-916da15ba27a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bdb3a88e-0e9f-41fc-856d-916da15ba27a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7a2d4716-6ac4-4fa8-8831-4eeab2f67c57, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7a2d4716-6ac4-4fa8-8831-4eeab2f67c57, http://www.w3.org/ns/shacl#in, f192ac68-5723-455c-83b5-d1030e73f805] [7a2d4716-6ac4-4fa8-8831-4eeab2f67c57, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#pattern, "^B"] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a324daaa-da8f-4f8a-93f5-3ab9f211f6db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dce67bbc-fb32-42e5-8027-98af4b9e3ca5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a4850e6f-4d6b-4afc-969f-5701007fe59b] [dce67bbc-fb32-42e5-8027-98af4b9e3ca5, 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, 42df8a6d-4bc6-47ef-ab50-cfedc3b4099c] [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, a324daaa-da8f-4f8a-93f5-3ab9f211f6db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7d0d115d-3cc8-473b-aa68-b79bc5241a58] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d6db1328-1d4d-4fb1-a2f8-4bb19ef75656] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7a2d4716-6ac4-4fa8-8831-4eeab2f67c57] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1ecdbc5e-1de8-40df-8406-fc90be0b151d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7a44825d-4b5a-469b-b0bd-e0294a356a48] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bdb3a88e-0e9f-41fc-856d-916da15ba27a] [d6db1328-1d4d-4fb1-a2f8-4bb19ef75656, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d6db1328-1d4d-4fb1-a2f8-4bb19ef75656, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d6db1328-1d4d-4fb1-a2f8-4bb19ef75656, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d6db1328-1d4d-4fb1-a2f8-4bb19ef75656, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:04.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.211 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.212 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:bdb3a88e-0e9f-41fc-856d-916da15ba27a,_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,_:7a44825d-4b5a-469b-b0bd-e0294a356a48,_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57,_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,_:7d0d115d-3cc8-473b-aa68-b79bc5241a58. Pending nodes: 
21:30:04.213 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bdb3a88e-0e9f-41fc-856d-916da15ba27a
21:30:04.213 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c
21:30:04.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7a44825d-4b5a-469b-b0bd-e0294a356a48
21:30:04.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57
21:30:04.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656
21:30:04.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a324daaa-da8f-4f8a-93f5-3ab9f211f6db
21:30:04.219 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ecdbc5e-1de8-40df-8406-fc90be0b151d
21:30:04.220 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d0d115d-3cc8-473b-aa68-b79bc5241a58
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d0d115d-3cc8-473b-aa68-b79bc5241a58
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ecdbc5e-1de8-40df-8406-fc90be0b151d
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a324daaa-da8f-4f8a-93f5-3ab9f211f6db
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7a44825d-4b5a-469b-b0bd-e0294a356a48
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bdb3a88e-0e9f-41fc-856d-916da15ba27a
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d0d115d-3cc8-473b-aa68-b79bc5241a58 = 
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d0d115d-3cc8-473b-aa68-b79bc5241a58 = 
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d0d115d-3cc8-473b-aa68-b79bc5241a58: 
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:bdb3a88e-0e9f-41fc-856d-916da15ba27a,_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,_:7a44825d-4b5a-469b-b0bd-e0294a356a48,_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57,_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bdb3a88e-0e9f-41fc-856d-916da15ba27a)
21:30:04.221 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c)
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7a44825d-4b5a-469b-b0bd-e0294a356a48)
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57)
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656)
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db)
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ecdbc5e-1de8-40df-8406-fc90be0b151d)
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)
21:30:04.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bdb3a88e-0e9f-41fc-856d-916da15ba27a=ShapeTyping(TypingMap(Map()))
21:30:04.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.223 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c=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(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,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"))))))))
21:30:04.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7a44825d-4b5a-469b-b0bd-e0294a356a48],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.224 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7a44825d-4b5a-469b-b0bd-e0294a356a48=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(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7a44825d-4b5a-469b-b0bd-e0294a356a48,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>)))))))
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57=ShapeTyping(TypingMap(Map()))
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.197Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656=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(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,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>)))))))
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.227 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.227 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db=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(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,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>)))))))
21:30:04.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.228 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1ecdbc5e-1de8-40df-8406-fc90be0b151d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.229 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ecdbc5e-1de8-40df-8406-fc90be0b151d=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(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,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>)))))))
21:30:04.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.229 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d0d115d-3cc8-473b-aa68-b79bc5241a58=ShapeTyping(TypingMap(Map()))
21:30:04.229 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:bdb3a88e-0e9f-41fc-856d-916da15ba27a,_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,_:7a44825d-4b5a-469b-b0bd-e0294a356a48,_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57,_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,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(_:7a44825d-4b5a-469b-b0bd-e0294a356a48,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(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,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(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,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>)))))))
21:30:04.230 [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(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,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(_:7a44825d-4b5a-469b-b0bd-e0294a356a48,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(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,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(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,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>)))))))
21:30:04.230 [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(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bdb3a88e-0e9f-41fc-856d-916da15ba27a), ShapeRef(_:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c), ShapeRef(_:7a44825d-4b5a-469b-b0bd-e0294a356a48), ShapeRef(_:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57), ShapeRef(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656), ShapeRef(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db), ShapeRef(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d), ShapeRef(_:7d0d115d-3cc8-473b-aa68-b79bc5241a58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a324daaa-da8f-4f8a-93f5-3ab9f211f6db,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(_:7a44825d-4b5a-469b-b0bd-e0294a356a48,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(_:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656,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(_:1ecdbc5e-1de8-40df-8406-fc90be0b151d,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>)))))))
21:30:04.230 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ecdbc5e-1de8-40df-8406-fc90be0b151d = 
21:30:04.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ecdbc5e-1de8-40df-8406-fc90be0b151d = 
21:30:04.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ecdbc5e-1de8-40df-8406-fc90be0b151d: 
21:30:04.230 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a324daaa-da8f-4f8a-93f5-3ab9f211f6db = 
21:30:04.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a324daaa-da8f-4f8a-93f5-3ab9f211f6db = 
21:30:04.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a324daaa-da8f-4f8a-93f5-3ab9f211f6db: 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656 = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656 = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6db1328-1d4d-4fb1-a2f8-4bb19ef75656: 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57 = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57 = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7a2d4716-6ac4-4fa8-8831-4eeab2f67c57: 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7a44825d-4b5a-469b-b0bd-e0294a356a48 = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7a44825d-4b5a-469b-b0bd-e0294a356a48 = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7a44825d-4b5a-469b-b0bd-e0294a356a48: 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42df8a6d-4bc6-47ef-ab50-cfedc3b4099c: 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bdb3a88e-0e9f-41fc-856d-916da15ba27a = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bdb3a88e-0e9f-41fc-856d-916da15ba27a = 
21:30:04.231 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bdb3a88e-0e9f-41fc-856d-916da15ba27a: 
21:30:04.233 [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
               ]
] .

21:30:04.235 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 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-07T21:30:04.237Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:04.297 [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-07T21:30:04.237Z"^^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-07T21:30:04.237Z"^^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   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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.298 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {51468759-0dc5-4950-adb8-44562589e229 @sh:path http://www.sampledomain.org/sam#aStringProperty; 51468759-0dc5-4950-adb8-44562589e229 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 51468759-0dc5-4950-adb8-44562589e229 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 51468759-0dc5-4950-adb8-44562589e229 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 51468759-0dc5-4950-adb8-44562589e229 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 51468759-0dc5-4950-adb8-44562589e229 @sh:pattern "^B"; 51468759-0dc5-4950-adb8-44562589e229 @sh:description "a Simple Single String Property"; 51468759-0dc5-4950-adb8-44562589e229 @rdf:type sh:Property; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 @rdf:type sh:Property; c179688c-5b77-42e4-937f-e75a270d79cf @rdf:rest a1eccbef-6ceb-4c8c-bc78-933eca12a232; c179688c-5b77-42e4-937f-e75a270d79cf @rdf:first "B"...} |  [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#pattern, "^B"] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [51468759-0dc5-4950-adb8-44562589e229, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5da0fbe5-09e4-463f-ac07-e89c60cfcaa3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c179688c-5b77-42e4-937f-e75a270d79cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a1eccbef-6ceb-4c8c-bc78-933eca12a232] [c179688c-5b77-42e4-937f-e75a270d79cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [6e60357c-ff19-42c1-9652-7f10bb690527, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [6e60357c-ff19-42c1-9652-7f10bb690527, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6e60357c-ff19-42c1-9652-7f10bb690527, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6e60357c-ff19-42c1-9652-7f10bb690527, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cda2f77e-d38a-459b-aab8-e2fafd787b9c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [cda2f77e-d38a-459b-aab8-e2fafd787b9c, http://www.w3.org/ns/shacl#in, b0612314-7e22-4e06-9f1e-dcf1d0e199fd] [cda2f77e-d38a-459b-aab8-e2fafd787b9c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b0612314-7e22-4e06-9f1e-dcf1d0e199fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c179688c-5b77-42e4-937f-e75a270d79cf] [b0612314-7e22-4e06-9f1e-dcf1d0e199fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1bd1a877-43f9-42f2-8867-ff03dd040dec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a1eccbef-6ceb-4c8c-bc78-933eca12a232, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a1eccbef-6ceb-4c8c-bc78-933eca12a232, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [695785cb-5ba0-4766-bd32-dafa7d466cc7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [695785cb-5ba0-4766-bd32-dafa7d466cc7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [695785cb-5ba0-4766-bd32-dafa7d466cc7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [695785cb-5ba0-4766-bd32-dafa7d466cc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2d8081f4-2c07-44e0-91c3-7cfae029fc77, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2d8081f4-2c07-44e0-91c3-7cfae029fc77, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2d8081f4-2c07-44e0-91c3-7cfae029fc77, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2d8081f4-2c07-44e0-91c3-7cfae029fc77, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4015c6f1-5eff-4606-ae1a-a8f6f02a9461, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4015c6f1-5eff-4606-ae1a-a8f6f02a9461, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4015c6f1-5eff-4606-ae1a-a8f6f02a9461, 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, 1bd1a877-43f9-42f2-8867-ff03dd040dec] [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, 6e60357c-ff19-42c1-9652-7f10bb690527] [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, 4015c6f1-5eff-4606-ae1a-a8f6f02a9461] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5da0fbe5-09e4-463f-ac07-e89c60cfcaa3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 51468759-0dc5-4950-adb8-44562589e229] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2d8081f4-2c07-44e0-91c3-7cfae029fc77] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cda2f77e-d38a-459b-aab8-e2fafd787b9c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 695785cb-5ba0-4766-bd32-dafa7d466cc7]>
21:30:04.298 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.300 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.301 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,_:6e60357c-ff19-42c1-9652-7f10bb690527,_:2d8081f4-2c07-44e0-91c3-7cfae029fc77,_:695785cb-5ba0-4766-bd32-dafa7d466cc7,_:cda2f77e-d38a-459b-aab8-e2fafd787b9c,_:1bd1a877-43f9-42f2-8867-ff03dd040dec,_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461,_:51468759-0dc5-4950-adb8-44562589e229. Pending nodes: 
21:30:04.302 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3
21:30:04.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e60357c-ff19-42c1-9652-7f10bb690527
21:30:04.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2d8081f4-2c07-44e0-91c3-7cfae029fc77
21:30:04.304 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:695785cb-5ba0-4766-bd32-dafa7d466cc7
21:30:04.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cda2f77e-d38a-459b-aab8-e2fafd787b9c
21:30:04.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1bd1a877-43f9-42f2-8867-ff03dd040dec
21:30:04.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4015c6f1-5eff-4606-ae1a-a8f6f02a9461
21:30:04.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:51468759-0dc5-4950-adb8-44562589e229
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:51468759-0dc5-4950-adb8-44562589e229
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4015c6f1-5eff-4606-ae1a-a8f6f02a9461
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1bd1a877-43f9-42f2-8867-ff03dd040dec
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cda2f77e-d38a-459b-aab8-e2fafd787b9c
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:695785cb-5ba0-4766-bd32-dafa7d466cc7
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2d8081f4-2c07-44e0-91c3-7cfae029fc77
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e60357c-ff19-42c1-9652-7f10bb690527
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:51468759-0dc5-4950-adb8-44562589e229 = 
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:51468759-0dc5-4950-adb8-44562589e229 = 
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:51468759-0dc5-4950-adb8-44562589e229: 
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,_:6e60357c-ff19-42c1-9652-7f10bb690527,_:2d8081f4-2c07-44e0-91c3-7cfae029fc77,_:695785cb-5ba0-4766-bd32-dafa7d466cc7,_:cda2f77e-d38a-459b-aab8-e2fafd787b9c,_:1bd1a877-43f9-42f2-8867-ff03dd040dec,_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461,_:51468759-0dc5-4950-adb8-44562589e229)
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3)
21:30:04.310 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e60357c-ff19-42c1-9652-7f10bb690527)
21:30:04.311 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d8081f4-2c07-44e0-91c3-7cfae029fc77)
21:30:04.311 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:695785cb-5ba0-4766-bd32-dafa7d466cc7)
21:30:04.311 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cda2f77e-d38a-459b-aab8-e2fafd787b9c)
21:30:04.311 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bd1a877-43f9-42f2-8867-ff03dd040dec)
21:30:04.311 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461)
21:30:04.311 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51468759-0dc5-4950-adb8-44562589e229)
21:30:04.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3=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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,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>)))))))
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.237Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e60357c-ff19-42c1-9652-7f10bb690527],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.313 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e60357c-ff19-42c1-9652-7f10bb690527=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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e60357c-ff19-42c1-9652-7f10bb690527,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>)))))))
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d8081f4-2c07-44e0-91c3-7cfae029fc77=ShapeTyping(TypingMap(Map()))
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:695785cb-5ba0-4766-bd32-dafa7d466cc7=ShapeTyping(TypingMap(Map()))
21:30:04.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cda2f77e-d38a-459b-aab8-e2fafd787b9c=ShapeTyping(TypingMap(Map()))
21:30:04.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.315 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1bd1a877-43f9-42f2-8867-ff03dd040dec],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1bd1a877-43f9-42f2-8867-ff03dd040dec=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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1bd1a877-43f9-42f2-8867-ff03dd040dec,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>)))))))
21:30:04.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461=ShapeTyping(TypingMap(Map()))
21:30:04.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.317 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:51468759-0dc5-4950-adb8-44562589e229],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51468759-0dc5-4950-adb8-44562589e229=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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:51468759-0dc5-4950-adb8-44562589e229,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>)))))))
21:30:04.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,_:6e60357c-ff19-42c1-9652-7f10bb690527,_:2d8081f4-2c07-44e0-91c3-7cfae029fc77,_:695785cb-5ba0-4766-bd32-dafa7d466cc7,_:cda2f77e-d38a-459b-aab8-e2fafd787b9c,_:1bd1a877-43f9-42f2-8867-ff03dd040dec,_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461,_:51468759-0dc5-4950-adb8-44562589e229)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:51468759-0dc5-4950-adb8-44562589e229,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(_:6e60357c-ff19-42c1-9652-7f10bb690527,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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,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(_:1bd1a877-43f9-42f2-8867-ff03dd040dec,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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List()))))))
21:30:04.318 [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(_:51468759-0dc5-4950-adb8-44562589e229,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(_:6e60357c-ff19-42c1-9652-7f10bb690527,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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,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(_:1bd1a877-43f9-42f2-8867-ff03dd040dec,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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List()))))))
21:30:04.318 [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(_:51468759-0dc5-4950-adb8-44562589e229,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(_:6e60357c-ff19-42c1-9652-7f10bb690527,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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3,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(_:1bd1a877-43f9-42f2-8867-ff03dd040dec,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(_:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3), ShapeRef(_:6e60357c-ff19-42c1-9652-7f10bb690527), ShapeRef(_:2d8081f4-2c07-44e0-91c3-7cfae029fc77), ShapeRef(_:695785cb-5ba0-4766-bd32-dafa7d466cc7), ShapeRef(_:cda2f77e-d38a-459b-aab8-e2fafd787b9c), ShapeRef(_:1bd1a877-43f9-42f2-8867-ff03dd040dec), ShapeRef(_:4015c6f1-5eff-4606-ae1a-a8f6f02a9461), ShapeRef(_:51468759-0dc5-4950-adb8-44562589e229)),false,List()) -> TypingResult(Valid(List()))))))
21:30:04.318 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4015c6f1-5eff-4606-ae1a-a8f6f02a9461 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4015c6f1-5eff-4606-ae1a-a8f6f02a9461 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4015c6f1-5eff-4606-ae1a-a8f6f02a9461: 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1bd1a877-43f9-42f2-8867-ff03dd040dec = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1bd1a877-43f9-42f2-8867-ff03dd040dec = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1bd1a877-43f9-42f2-8867-ff03dd040dec: 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cda2f77e-d38a-459b-aab8-e2fafd787b9c = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cda2f77e-d38a-459b-aab8-e2fafd787b9c = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cda2f77e-d38a-459b-aab8-e2fafd787b9c: 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:695785cb-5ba0-4766-bd32-dafa7d466cc7 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:695785cb-5ba0-4766-bd32-dafa7d466cc7 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:695785cb-5ba0-4766-bd32-dafa7d466cc7: 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2d8081f4-2c07-44e0-91c3-7cfae029fc77 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2d8081f4-2c07-44e0-91c3-7cfae029fc77 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2d8081f4-2c07-44e0-91c3-7cfae029fc77: 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e60357c-ff19-42c1-9652-7f10bb690527 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e60357c-ff19-42c1-9652-7f10bb690527 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e60357c-ff19-42c1-9652-7f10bb690527: 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3 = 
21:30:04.319 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5da0fbe5-09e4-463f-ac07-e89c60cfcaa3: 
21:30:04.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  true
] .

21:30:04.321 [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
] .

@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-07T21:30:04.322Z"^^<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 .
21:30:04.390 [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-07T21:30:04.322Z"^^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-07T21:30:04.322Z"^^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: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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.391 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {2af48632-868e-4e24-860a-141bb9c16f48 @rdf:rest e84a8124-0a08-45a4-a8f1-ca5de052dc30; 2af48632-868e-4e24-860a-141bb9c16f48 @rdf:first "B"; e84a8124-0a08-45a4-a8f1-ca5de052dc30 @rdf:rest rdf:nil; e84a8124-0a08-45a4-a8f1-ca5de052dc30 @rdf:first "C"; 380e6f60-31b5-4545-9c52-5689449d61a2 @rdf:rest 2af48632-868e-4e24-860a-141bb9c16f48; 380e6f60-31b5-4545-9c52-5689449d61a2 @rdf:first "A"; 4519687f-852c-4b3f-aecc-2d2e8f97afe3 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 4519687f-852c-4b3f-aecc-2d2e8f97afe3 @sh:class http://www.sampledomain.org/sam#AnotherResource; 4519687f-852c-4b3f-aecc-2d2e8f97afe3 @rdf:type sh:Property; 92a9f7c8-16e9-44ba-8497-fafd7a86f7ea @sh:path http://www.sampledomain.org/sam#integerProperty2; 92a9f7c8-16e9-44ba-8497-fafd7a86f7ea @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 92a9f7c8-16e9-44ba-8497-fafd7a86f7ea @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 92a9f7c8-16e9-44ba-8497-fafd7a86f7ea @rdf:type sh:Property; 243d5d77-3a85-4e55-9f15-6648e1c7a6e0 @sh:path http://www.sampledomain.org/sam#integerProperty3; 243d5d77-3a85-4e55-9f15-6648e1c7a6e0 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 243d5d77-3a85-4e55-9f15-6648e1c7a6e0 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 243d5d77-3a85-4e55-9f15-6648e1c7a6e0 @rdf:type sh:Property...} |  [2af48632-868e-4e24-860a-141bb9c16f48, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e84a8124-0a08-45a4-a8f1-ca5de052dc30] [2af48632-868e-4e24-860a-141bb9c16f48, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e84a8124-0a08-45a4-a8f1-ca5de052dc30, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e84a8124-0a08-45a4-a8f1-ca5de052dc30, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [380e6f60-31b5-4545-9c52-5689449d61a2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2af48632-868e-4e24-860a-141bb9c16f48] [380e6f60-31b5-4545-9c52-5689449d61a2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [4519687f-852c-4b3f-aecc-2d2e8f97afe3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4519687f-852c-4b3f-aecc-2d2e8f97afe3, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4519687f-852c-4b3f-aecc-2d2e8f97afe3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [92a9f7c8-16e9-44ba-8497-fafd7a86f7ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [92a9f7c8-16e9-44ba-8497-fafd7a86f7ea, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [92a9f7c8-16e9-44ba-8497-fafd7a86f7ea, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [92a9f7c8-16e9-44ba-8497-fafd7a86f7ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [243d5d77-3a85-4e55-9f15-6648e1c7a6e0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [243d5d77-3a85-4e55-9f15-6648e1c7a6e0, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [243d5d77-3a85-4e55-9f15-6648e1c7a6e0, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [243d5d77-3a85-4e55-9f15-6648e1c7a6e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#pattern, "^B"] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [998e21b6-6799-4600-b166-dfaa006fd130, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b33ee291-23df-4eda-8d12-a82e6b7272b4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b33ee291-23df-4eda-8d12-a82e6b7272b4, http://www.w3.org/ns/shacl#in, 380e6f60-31b5-4545-9c52-5689449d61a2] [b33ee291-23df-4eda-8d12-a82e6b7272b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a3a125d5-8dd0-4c23-b8e5-db7181004cda, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7071b188-092c-4a32-8b04-454ef5b5f7b1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7071b188-092c-4a32-8b04-454ef5b5f7b1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7071b188-092c-4a32-8b04-454ef5b5f7b1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7071b188-092c-4a32-8b04-454ef5b5f7b1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7071b188-092c-4a32-8b04-454ef5b5f7b1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7071b188-092c-4a32-8b04-454ef5b5f7b1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7071b188-092c-4a32-8b04-454ef5b5f7b1, 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, 243d5d77-3a85-4e55-9f15-6648e1c7a6e0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b33ee291-23df-4eda-8d12-a82e6b7272b4] [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, a3a125d5-8dd0-4c23-b8e5-db7181004cda] [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, 7071b188-092c-4a32-8b04-454ef5b5f7b1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 998e21b6-6799-4600-b166-dfaa006fd130] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4519687f-852c-4b3f-aecc-2d2e8f97afe3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3c92e06a-0561-41b0-aff3-23d4e07115cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 92a9f7c8-16e9-44ba-8497-fafd7a86f7ea] [3c92e06a-0561-41b0-aff3-23d4e07115cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3c92e06a-0561-41b0-aff3-23d4e07115cb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3c92e06a-0561-41b0-aff3-23d4e07115cb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3c92e06a-0561-41b0-aff3-23d4e07115cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:04.391 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.392 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4519687f-852c-4b3f-aecc-2d2e8f97afe3,_:3c92e06a-0561-41b0-aff3-23d4e07115cb,_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea,_:b33ee291-23df-4eda-8d12-a82e6b7272b4,_:998e21b6-6799-4600-b166-dfaa006fd130,_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0,_:7071b188-092c-4a32-8b04-454ef5b5f7b1,_:a3a125d5-8dd0-4c23-b8e5-db7181004cda. Pending nodes: 
21:30:04.394 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4519687f-852c-4b3f-aecc-2d2e8f97afe3
21:30:04.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c92e06a-0561-41b0-aff3-23d4e07115cb
21:30:04.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea
21:30:04.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b33ee291-23df-4eda-8d12-a82e6b7272b4
21:30:04.398 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:998e21b6-6799-4600-b166-dfaa006fd130
21:30:04.399 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:243d5d77-3a85-4e55-9f15-6648e1c7a6e0
21:30:04.400 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7071b188-092c-4a32-8b04-454ef5b5f7b1
21:30:04.402 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a3a125d5-8dd0-4c23-b8e5-db7181004cda
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a3a125d5-8dd0-4c23-b8e5-db7181004cda
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7071b188-092c-4a32-8b04-454ef5b5f7b1
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:243d5d77-3a85-4e55-9f15-6648e1c7a6e0
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:998e21b6-6799-4600-b166-dfaa006fd130
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b33ee291-23df-4eda-8d12-a82e6b7272b4
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c92e06a-0561-41b0-aff3-23d4e07115cb
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4519687f-852c-4b3f-aecc-2d2e8f97afe3
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a3a125d5-8dd0-4c23-b8e5-db7181004cda = 
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a3a125d5-8dd0-4c23-b8e5-db7181004cda = 
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a3a125d5-8dd0-4c23-b8e5-db7181004cda: 
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.403 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4519687f-852c-4b3f-aecc-2d2e8f97afe3,_:3c92e06a-0561-41b0-aff3-23d4e07115cb,_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea,_:b33ee291-23df-4eda-8d12-a82e6b7272b4,_:998e21b6-6799-4600-b166-dfaa006fd130,_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0,_:7071b188-092c-4a32-8b04-454ef5b5f7b1,_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4519687f-852c-4b3f-aecc-2d2e8f97afe3)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c92e06a-0561-41b0-aff3-23d4e07115cb)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b33ee291-23df-4eda-8d12-a82e6b7272b4)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:998e21b6-6799-4600-b166-dfaa006fd130)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7071b188-092c-4a32-8b04-454ef5b5f7b1)
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)
21:30:04.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4519687f-852c-4b3f-aecc-2d2e8f97afe3=ShapeTyping(TypingMap(Map()))
21:30:04.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.405 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.322Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3c92e06a-0561-41b0-aff3-23d4e07115cb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.405 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c92e06a-0561-41b0-aff3-23d4e07115cb=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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c92e06a-0561-41b0-aff3-23d4e07115cb,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>)))))))
21:30:04.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea=ShapeTyping(TypingMap(Map()))
21:30:04.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b33ee291-23df-4eda-8d12-a82e6b7272b4=ShapeTyping(TypingMap(Map()))
21:30:04.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.408 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:998e21b6-6799-4600-b166-dfaa006fd130],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:998e21b6-6799-4600-b166-dfaa006fd130=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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:998e21b6-6799-4600-b166-dfaa006fd130,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>)))))))
21:30:04.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0=ShapeTyping(TypingMap(Map()))
21:30:04.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.410 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7071b188-092c-4a32-8b04-454ef5b5f7b1],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.410 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7071b188-092c-4a32-8b04-454ef5b5f7b1=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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7071b188-092c-4a32-8b04-454ef5b5f7b1,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>)))))))
21:30:04.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.411 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a3a125d5-8dd0-4c23-b8e5-db7181004cda],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3a125d5-8dd0-4c23-b8e5-db7181004cda=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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda,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"))))))))
21:30:04.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4519687f-852c-4b3f-aecc-2d2e8f97afe3,_:3c92e06a-0561-41b0-aff3-23d4e07115cb,_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea,_:b33ee291-23df-4eda-8d12-a82e6b7272b4,_:998e21b6-6799-4600-b166-dfaa006fd130,_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0,_:7071b188-092c-4a32-8b04-454ef5b5f7b1,_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7071b188-092c-4a32-8b04-454ef5b5f7b1,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(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda,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(_:998e21b6-6799-4600-b166-dfaa006fd130,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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c92e06a-0561-41b0-aff3-23d4e07115cb,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>)))))))
21:30:04.412 [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(_:7071b188-092c-4a32-8b04-454ef5b5f7b1,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(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda,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(_:998e21b6-6799-4600-b166-dfaa006fd130,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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c92e06a-0561-41b0-aff3-23d4e07115cb,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>)))))))
21:30:04.413 [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(_:7071b188-092c-4a32-8b04-454ef5b5f7b1,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(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda,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(_:998e21b6-6799-4600-b166-dfaa006fd130,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(_:4519687f-852c-4b3f-aecc-2d2e8f97afe3), ShapeRef(_:3c92e06a-0561-41b0-aff3-23d4e07115cb), ShapeRef(_:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea), ShapeRef(_:b33ee291-23df-4eda-8d12-a82e6b7272b4), ShapeRef(_:998e21b6-6799-4600-b166-dfaa006fd130), ShapeRef(_:243d5d77-3a85-4e55-9f15-6648e1c7a6e0), ShapeRef(_:7071b188-092c-4a32-8b04-454ef5b5f7b1), ShapeRef(_:a3a125d5-8dd0-4c23-b8e5-db7181004cda)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c92e06a-0561-41b0-aff3-23d4e07115cb,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>)))))))
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7071b188-092c-4a32-8b04-454ef5b5f7b1 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7071b188-092c-4a32-8b04-454ef5b5f7b1 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7071b188-092c-4a32-8b04-454ef5b5f7b1: 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:243d5d77-3a85-4e55-9f15-6648e1c7a6e0 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:243d5d77-3a85-4e55-9f15-6648e1c7a6e0 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:243d5d77-3a85-4e55-9f15-6648e1c7a6e0: 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:998e21b6-6799-4600-b166-dfaa006fd130 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:998e21b6-6799-4600-b166-dfaa006fd130 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:998e21b6-6799-4600-b166-dfaa006fd130: 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b33ee291-23df-4eda-8d12-a82e6b7272b4 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b33ee291-23df-4eda-8d12-a82e6b7272b4 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b33ee291-23df-4eda-8d12-a82e6b7272b4: 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92a9f7c8-16e9-44ba-8497-fafd7a86f7ea: 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c92e06a-0561-41b0-aff3-23d4e07115cb = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c92e06a-0561-41b0-aff3-23d4e07115cb = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c92e06a-0561-41b0-aff3-23d4e07115cb: 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4519687f-852c-4b3f-aecc-2d2e8f97afe3 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4519687f-852c-4b3f-aecc-2d2e8f97afe3 = 
21:30:04.413 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4519687f-852c-4b3f-aecc-2d2e8f97afe3: 
21:30:04.416 [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
               ]
] .

21:30:04.417 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 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-07T21:30:04.42Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:04.432 [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-07T21:30:04.42Z"^^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-07T21:30:04.42Z"^^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: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: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: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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.434 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8fff7d78-a900-4de7-a122-c3a11bd2a85e @rdf:rest c138d3ef-ec89-4686-9c9b-4334aba4c70c; 8fff7d78-a900-4de7-a122-c3a11bd2a85e @rdf:first "A"; 53f53f07-8901-4792-8568-c323647abe08 @sh:path http://www.sampledomain.org/sam#aStringProperty; 53f53f07-8901-4792-8568-c323647abe08 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 53f53f07-8901-4792-8568-c323647abe08 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 53f53f07-8901-4792-8568-c323647abe08 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 53f53f07-8901-4792-8568-c323647abe08 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 53f53f07-8901-4792-8568-c323647abe08 @sh:pattern "^B"; 53f53f07-8901-4792-8568-c323647abe08 @sh:description "a Simple Single String Property"; 53f53f07-8901-4792-8568-c323647abe08 @rdf:type sh:Property; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f30a9f32-f29d-4d17-a647-d7c2c0548e97 @rdf:type sh:Property...} |  [8fff7d78-a900-4de7-a122-c3a11bd2a85e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c138d3ef-ec89-4686-9c9b-4334aba4c70c] [8fff7d78-a900-4de7-a122-c3a11bd2a85e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#pattern, "^B"] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [53f53f07-8901-4792-8568-c323647abe08, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f30a9f32-f29d-4d17-a647-d7c2c0548e97, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [96ab402e-d797-4c62-beba-c2a12bad5cba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [790f07a7-f91e-45c7-9fae-8ebc800de83f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [790f07a7-f91e-45c7-9fae-8ebc800de83f, http://www.w3.org/ns/shacl#in, 8fff7d78-a900-4de7-a122-c3a11bd2a85e] [790f07a7-f91e-45c7-9fae-8ebc800de83f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cf5d3321-6ca4-440b-afc6-6f8f6297ed4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [cf5d3321-6ca4-440b-afc6-6f8f6297ed4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c138d3ef-ec89-4686-9c9b-4334aba4c70c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cf5d3321-6ca4-440b-afc6-6f8f6297ed4f] [c138d3ef-ec89-4686-9c9b-4334aba4c70c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d5146d4d-8767-4ec9-8f94-56e8e9c190a9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d5146d4d-8767-4ec9-8f94-56e8e9c190a9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d5146d4d-8767-4ec9-8f94-56e8e9c190a9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d5146d4d-8767-4ec9-8f94-56e8e9c190a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [33078eec-118b-48fa-9282-741567269786, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [33078eec-118b-48fa-9282-741567269786, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [33078eec-118b-48fa-9282-741567269786, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [33078eec-118b-48fa-9282-741567269786, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0c2f6dda-74d9-4739-90de-60a6c2b0c160, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0c2f6dda-74d9-4739-90de-60a6c2b0c160, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0c2f6dda-74d9-4739-90de-60a6c2b0c160, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0c2f6dda-74d9-4739-90de-60a6c2b0c160, 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, d5146d4d-8767-4ec9-8f94-56e8e9c190a9] [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, 4acf544a-11e7-44c1-8033-27a0d8b6cb37] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 790f07a7-f91e-45c7-9fae-8ebc800de83f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 33078eec-118b-48fa-9282-741567269786] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 53f53f07-8901-4792-8568-c323647abe08] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 96ab402e-d797-4c62-beba-c2a12bad5cba] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f30a9f32-f29d-4d17-a647-d7c2c0548e97] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0c2f6dda-74d9-4739-90de-60a6c2b0c160] [4acf544a-11e7-44c1-8033-27a0d8b6cb37, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4acf544a-11e7-44c1-8033-27a0d8b6cb37, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4acf544a-11e7-44c1-8033-27a0d8b6cb37, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
21:30:04.434 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.487 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.489 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0c2f6dda-74d9-4739-90de-60a6c2b0c160,_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9,_:4acf544a-11e7-44c1-8033-27a0d8b6cb37,_:33078eec-118b-48fa-9282-741567269786,_:790f07a7-f91e-45c7-9fae-8ebc800de83f,_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,_:53f53f07-8901-4792-8568-c323647abe08,_:96ab402e-d797-4c62-beba-c2a12bad5cba. Pending nodes: 
21:30:04.490 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0c2f6dda-74d9-4739-90de-60a6c2b0c160
21:30:04.491 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d5146d4d-8767-4ec9-8f94-56e8e9c190a9
21:30:04.492 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4acf544a-11e7-44c1-8033-27a0d8b6cb37
21:30:04.493 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:33078eec-118b-48fa-9282-741567269786
21:30:04.494 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:790f07a7-f91e-45c7-9fae-8ebc800de83f
21:30:04.495 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f30a9f32-f29d-4d17-a647-d7c2c0548e97
21:30:04.496 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:53f53f07-8901-4792-8568-c323647abe08
21:30:04.498 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:96ab402e-d797-4c62-beba-c2a12bad5cba
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:96ab402e-d797-4c62-beba-c2a12bad5cba
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:53f53f07-8901-4792-8568-c323647abe08
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f30a9f32-f29d-4d17-a647-d7c2c0548e97
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:790f07a7-f91e-45c7-9fae-8ebc800de83f
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:33078eec-118b-48fa-9282-741567269786
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4acf544a-11e7-44c1-8033-27a0d8b6cb37
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d5146d4d-8767-4ec9-8f94-56e8e9c190a9
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0c2f6dda-74d9-4739-90de-60a6c2b0c160
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:96ab402e-d797-4c62-beba-c2a12bad5cba = 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:96ab402e-d797-4c62-beba-c2a12bad5cba = 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:96ab402e-d797-4c62-beba-c2a12bad5cba: 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:53f53f07-8901-4792-8568-c323647abe08 = 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:53f53f07-8901-4792-8568-c323647abe08 = 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:53f53f07-8901-4792-8568-c323647abe08: 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.500 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0c2f6dda-74d9-4739-90de-60a6c2b0c160,_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9,_:4acf544a-11e7-44c1-8033-27a0d8b6cb37,_:33078eec-118b-48fa-9282-741567269786,_:790f07a7-f91e-45c7-9fae-8ebc800de83f,_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,_:53f53f07-8901-4792-8568-c323647abe08,_:96ab402e-d797-4c62-beba-c2a12bad5cba)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c2f6dda-74d9-4739-90de-60a6c2b0c160)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4acf544a-11e7-44c1-8033-27a0d8b6cb37)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:33078eec-118b-48fa-9282-741567269786)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:790f07a7-f91e-45c7-9fae-8ebc800de83f)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f30a9f32-f29d-4d17-a647-d7c2c0548e97)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53f53f07-8901-4792-8568-c323647abe08)
21:30:04.501 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96ab402e-d797-4c62-beba-c2a12bad5cba)
21:30:04.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.502 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.42Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0c2f6dda-74d9-4739-90de-60a6c2b0c160],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.502 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c2f6dda-74d9-4739-90de-60a6c2b0c160=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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160,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>)))))))
21:30:04.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9=ShapeTyping(TypingMap(Map()))
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4acf544a-11e7-44c1-8033-27a0d8b6cb37=ShapeTyping(TypingMap(Map()))
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:33078eec-118b-48fa-9282-741567269786=ShapeTyping(TypingMap(Map()))
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:790f07a7-f91e-45c7-9fae-8ebc800de83f=ShapeTyping(TypingMap(Map()))
21:30:04.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.505 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f30a9f32-f29d-4d17-a647-d7c2c0548e97],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.506 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f30a9f32-f29d-4d17-a647-d7c2c0548e97=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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,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>)))))))
21:30:04.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.507 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:53f53f07-8901-4792-8568-c323647abe08],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:53f53f07-8901-4792-8568-c323647abe08=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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:53f53f07-8901-4792-8568-c323647abe08,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>)))))))
21:30:04.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.509 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:96ab402e-d797-4c62-beba-c2a12bad5cba],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:96ab402e-d797-4c62-beba-c2a12bad5cba=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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:96ab402e-d797-4c62-beba-c2a12bad5cba,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>)))))))
21:30:04.510 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0c2f6dda-74d9-4739-90de-60a6c2b0c160,_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9,_:4acf544a-11e7-44c1-8033-27a0d8b6cb37,_:33078eec-118b-48fa-9282-741567269786,_:790f07a7-f91e-45c7-9fae-8ebc800de83f,_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,_:53f53f07-8901-4792-8568-c323647abe08,_:96ab402e-d797-4c62-beba-c2a12bad5cba)=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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160,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(_:53f53f07-8901-4792-8568-c323647abe08,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(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,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(_:96ab402e-d797-4c62-beba-c2a12bad5cba,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>)))))))
21:30:04.510 [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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160,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(_:53f53f07-8901-4792-8568-c323647abe08,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(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,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(_:96ab402e-d797-4c62-beba-c2a12bad5cba,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>)))))))
21:30:04.511 [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(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160), ShapeRef(_:d5146d4d-8767-4ec9-8f94-56e8e9c190a9), ShapeRef(_:4acf544a-11e7-44c1-8033-27a0d8b6cb37), ShapeRef(_:33078eec-118b-48fa-9282-741567269786), ShapeRef(_:790f07a7-f91e-45c7-9fae-8ebc800de83f), ShapeRef(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97), ShapeRef(_:53f53f07-8901-4792-8568-c323647abe08), ShapeRef(_:96ab402e-d797-4c62-beba-c2a12bad5cba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0c2f6dda-74d9-4739-90de-60a6c2b0c160,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(_:53f53f07-8901-4792-8568-c323647abe08,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(_:f30a9f32-f29d-4d17-a647-d7c2c0548e97,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(_:96ab402e-d797-4c62-beba-c2a12bad5cba,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>)))))))
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f30a9f32-f29d-4d17-a647-d7c2c0548e97 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f30a9f32-f29d-4d17-a647-d7c2c0548e97 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f30a9f32-f29d-4d17-a647-d7c2c0548e97: 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:790f07a7-f91e-45c7-9fae-8ebc800de83f = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:790f07a7-f91e-45c7-9fae-8ebc800de83f = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:790f07a7-f91e-45c7-9fae-8ebc800de83f: 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:33078eec-118b-48fa-9282-741567269786 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:33078eec-118b-48fa-9282-741567269786 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:33078eec-118b-48fa-9282-741567269786: 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4acf544a-11e7-44c1-8033-27a0d8b6cb37 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4acf544a-11e7-44c1-8033-27a0d8b6cb37 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4acf544a-11e7-44c1-8033-27a0d8b6cb37: 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d5146d4d-8767-4ec9-8f94-56e8e9c190a9 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d5146d4d-8767-4ec9-8f94-56e8e9c190a9 = 
21:30:04.511 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d5146d4d-8767-4ec9-8f94-56e8e9c190a9: 
21:30:04.512 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0c2f6dda-74d9-4739-90de-60a6c2b0c160 = 
21:30:04.512 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0c2f6dda-74d9-4739-90de-60a6c2b0c160 = 
21:30:04.512 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0c2f6dda-74d9-4739-90de-60a6c2b0c160: 
21:30:04.513 [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
] .

21:30:04.514 [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
] .

@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-07T21:30:04.515Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:04.523 [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-07T21:30:04.515Z"^^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-07T21:30:04.515Z"^^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: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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.524 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b02399e6-ed17-4c8a-84ca-e36bd2986329 @rdf:rest 1f6f9925-b275-4e36-8600-4741599705bb; b02399e6-ed17-4c8a-84ca-e36bd2986329 @rdf:first "A"; 8ccf88a2-090c-45a1-bfca-e0665fdc59b0 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 8ccf88a2-090c-45a1-bfca-e0665fdc59b0 @sh:class http://www.sampledomain.org/sam#AnotherResource; 8ccf88a2-090c-45a1-bfca-e0665fdc59b0 @rdf:type sh:Property; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:path http://www.sampledomain.org/sam#aStringProperty; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:pattern "^B"; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @sh:description "a Simple Single String Property"; 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 @rdf:type sh:Property; 1f6f9925-b275-4e36-8600-4741599705bb @rdf:rest 30fd038b-7aee-4d91-ba95-101e6b8194d4; 1f6f9925-b275-4e36-8600-4741599705bb @rdf:first "B"; c56056e4-8108-41ca-a683-b5460f28751e @sh:path http://www.sampledomain.org/sam#aSetOfDates; c56056e4-8108-41ca-a683-b5460f28751e @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [b02399e6-ed17-4c8a-84ca-e36bd2986329, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1f6f9925-b275-4e36-8600-4741599705bb] [b02399e6-ed17-4c8a-84ca-e36bd2986329, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [8ccf88a2-090c-45a1-bfca-e0665fdc59b0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [8ccf88a2-090c-45a1-bfca-e0665fdc59b0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [8ccf88a2-090c-45a1-bfca-e0665fdc59b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#pattern, "^B"] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0eea5dcf-3cca-4c26-8301-d07e9c0a99a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f6f9925-b275-4e36-8600-4741599705bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 30fd038b-7aee-4d91-ba95-101e6b8194d4] [1f6f9925-b275-4e36-8600-4741599705bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c56056e4-8108-41ca-a683-b5460f28751e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c56056e4-8108-41ca-a683-b5460f28751e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c56056e4-8108-41ca-a683-b5460f28751e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c56056e4-8108-41ca-a683-b5460f28751e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bc75e528-6f10-4ce3-97f6-7cd94a0131bb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [bc75e528-6f10-4ce3-97f6-7cd94a0131bb, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bc75e528-6f10-4ce3-97f6-7cd94a0131bb, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bc75e528-6f10-4ce3-97f6-7cd94a0131bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3cf4a4ba-2391-428c-a8a8-a559301536c6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [07a0bcea-61a3-449d-af39-098011283c40, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7488aa3-04f5-423a-bb25-1ab75b2c2f2e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f7488aa3-04f5-423a-bb25-1ab75b2c2f2e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f7488aa3-04f5-423a-bb25-1ab75b2c2f2e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f7488aa3-04f5-423a-bb25-1ab75b2c2f2e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1de8e26d-47c1-4407-98d6-e6d99e541cda, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1de8e26d-47c1-4407-98d6-e6d99e541cda, http://www.w3.org/ns/shacl#in, b02399e6-ed17-4c8a-84ca-e36bd2986329] [1de8e26d-47c1-4407-98d6-e6d99e541cda, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [30fd038b-7aee-4d91-ba95-101e6b8194d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [30fd038b-7aee-4d91-ba95-101e6b8194d4, 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, 3cf4a4ba-2391-428c-a8a8-a559301536c6] [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, c56056e4-8108-41ca-a683-b5460f28751e] [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, bc75e528-6f10-4ce3-97f6-7cd94a0131bb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 07a0bcea-61a3-449d-af39-098011283c40] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8ccf88a2-090c-45a1-bfca-e0665fdc59b0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1de8e26d-47c1-4407-98d6-e6d99e541cda] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0eea5dcf-3cca-4c26-8301-d07e9c0a99a0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f7488aa3-04f5-423a-bb25-1ab75b2c2f2e]>
21:30:04.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:1de8e26d-47c1-4407-98d6-e6d99e541cda,_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb,_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e,_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0,_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,_:c56056e4-8108-41ca-a683-b5460f28751e,_:3cf4a4ba-2391-428c-a8a8-a559301536c6,_:07a0bcea-61a3-449d-af39-098011283c40. Pending nodes: 
21:30:04.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1de8e26d-47c1-4407-98d6-e6d99e541cda
21:30:04.528 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bc75e528-6f10-4ce3-97f6-7cd94a0131bb
21:30:04.528 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e
21:30:04.529 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8ccf88a2-090c-45a1-bfca-e0665fdc59b0
21:30:04.530 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0
21:30:04.531 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c56056e4-8108-41ca-a683-b5460f28751e
21:30:04.532 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3cf4a4ba-2391-428c-a8a8-a559301536c6
21:30:04.533 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:07a0bcea-61a3-449d-af39-098011283c40
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:07a0bcea-61a3-449d-af39-098011283c40
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3cf4a4ba-2391-428c-a8a8-a559301536c6
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c56056e4-8108-41ca-a683-b5460f28751e
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8ccf88a2-090c-45a1-bfca-e0665fdc59b0
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bc75e528-6f10-4ce3-97f6-7cd94a0131bb
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1de8e26d-47c1-4407-98d6-e6d99e541cda
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1de8e26d-47c1-4407-98d6-e6d99e541cda,_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb,_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e,_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0,_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,_:c56056e4-8108-41ca-a683-b5460f28751e,_:3cf4a4ba-2391-428c-a8a8-a559301536c6,_:07a0bcea-61a3-449d-af39-098011283c40)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1de8e26d-47c1-4407-98d6-e6d99e541cda)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c56056e4-8108-41ca-a683-b5460f28751e)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3cf4a4ba-2391-428c-a8a8-a559301536c6)
21:30:04.534 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07a0bcea-61a3-449d-af39-098011283c40)
21:30:04.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1de8e26d-47c1-4407-98d6-e6d99e541cda=ShapeTyping(TypingMap(Map()))
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb=ShapeTyping(TypingMap(Map()))
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.536 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e=ShapeTyping(TypingMap(Map()))
21:30:04.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.536 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0=ShapeTyping(TypingMap(Map()))
21:30:04.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.589 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0=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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,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"))))))))
21:30:04.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.590 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.515Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c56056e4-8108-41ca-a683-b5460f28751e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c56056e4-8108-41ca-a683-b5460f28751e=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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c56056e4-8108-41ca-a683-b5460f28751e,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>)))))))
21:30:04.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.591 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3cf4a4ba-2391-428c-a8a8-a559301536c6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3cf4a4ba-2391-428c-a8a8-a559301536c6=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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3cf4a4ba-2391-428c-a8a8-a559301536c6,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>)))))))
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.593 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:07a0bcea-61a3-449d-af39-098011283c40],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.593 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07a0bcea-61a3-449d-af39-098011283c40=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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07a0bcea-61a3-449d-af39-098011283c40,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>)))))))
21:30:04.593 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:1de8e26d-47c1-4407-98d6-e6d99e541cda,_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb,_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e,_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0,_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,_:c56056e4-8108-41ca-a683-b5460f28751e,_:3cf4a4ba-2391-428c-a8a8-a559301536c6,_:07a0bcea-61a3-449d-af39-098011283c40)=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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,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")))), PropertyShape(_:07a0bcea-61a3-449d-af39-098011283c40,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(_:c56056e4-8108-41ca-a683-b5460f28751e,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(_:3cf4a4ba-2391-428c-a8a8-a559301536c6,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>)))))))
21:30:04.594 [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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,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")))), PropertyShape(_:07a0bcea-61a3-449d-af39-098011283c40,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(_:c56056e4-8108-41ca-a683-b5460f28751e,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(_:3cf4a4ba-2391-428c-a8a8-a559301536c6,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>)))))))
21:30:04.594 [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(_:1de8e26d-47c1-4407-98d6-e6d99e541cda), ShapeRef(_:bc75e528-6f10-4ce3-97f6-7cd94a0131bb), ShapeRef(_:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e), ShapeRef(_:8ccf88a2-090c-45a1-bfca-e0665fdc59b0), ShapeRef(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0), ShapeRef(_:c56056e4-8108-41ca-a683-b5460f28751e), ShapeRef(_:3cf4a4ba-2391-428c-a8a8-a559301536c6), ShapeRef(_:07a0bcea-61a3-449d-af39-098011283c40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0,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")))), PropertyShape(_:07a0bcea-61a3-449d-af39-098011283c40,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(_:c56056e4-8108-41ca-a683-b5460f28751e,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(_:3cf4a4ba-2391-428c-a8a8-a559301536c6,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>)))))))
21:30:04.594 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:07a0bcea-61a3-449d-af39-098011283c40 = 
21:30:04.594 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:07a0bcea-61a3-449d-af39-098011283c40 = 
21:30:04.594 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:07a0bcea-61a3-449d-af39-098011283c40: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3cf4a4ba-2391-428c-a8a8-a559301536c6 = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3cf4a4ba-2391-428c-a8a8-a559301536c6 = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3cf4a4ba-2391-428c-a8a8-a559301536c6: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c56056e4-8108-41ca-a683-b5460f28751e = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c56056e4-8108-41ca-a683-b5460f28751e = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c56056e4-8108-41ca-a683-b5460f28751e: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0 = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0eea5dcf-3cca-4c26-8301-d07e9c0a99a0: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8ccf88a2-090c-45a1-bfca-e0665fdc59b0 = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8ccf88a2-090c-45a1-bfca-e0665fdc59b0 = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8ccf88a2-090c-45a1-bfca-e0665fdc59b0: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f7488aa3-04f5-423a-bb25-1ab75b2c2f2e: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bc75e528-6f10-4ce3-97f6-7cd94a0131bb = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bc75e528-6f10-4ce3-97f6-7cd94a0131bb = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bc75e528-6f10-4ce3-97f6-7cd94a0131bb: 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1de8e26d-47c1-4407-98d6-e6d99e541cda = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1de8e26d-47c1-4407-98d6-e6d99e541cda = 
21:30:04.595 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1de8e26d-47c1-4407-98d6-e6d99e541cda: 
21:30:04.597 [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
               ]
] .

21:30:04.598 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 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-07T21:30:04.6Z"^^<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 .
21:30:04.608 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.6Z"^^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#integerProperty2, "14"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.6Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.609 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a57538d2-ceb7-492d-8918-1d04f44bd4ce @sh:path http://www.sampledomain.org/sam#aSetOfDates; a57538d2-ceb7-492d-8918-1d04f44bd4ce @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; a57538d2-ceb7-492d-8918-1d04f44bd4ce @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a57538d2-ceb7-492d-8918-1d04f44bd4ce @rdf:type sh:Property; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:path http://www.sampledomain.org/sam#aStringProperty; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:pattern "^B"; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @sh:description "a Simple Single String Property"; 39c8e13d-2a87-4fce-bf73-f0328364fc1a @rdf:type sh:Property; fc080ea0-f966-47ff-bdc1-b7ff20dd2738 @rdf:rest 61017051-0cbc-4b23-8d9d-317dce9ec3ea; fc080ea0-f966-47ff-bdc1-b7ff20dd2738 @rdf:first "A"; 9b666620-4b3f-4c35-a802-dd035a42bb68 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 9b666620-4b3f-4c35-a802-dd035a42bb68 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 9b666620-4b3f-4c35-a802-dd035a42bb68 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [a57538d2-ceb7-492d-8918-1d04f44bd4ce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a57538d2-ceb7-492d-8918-1d04f44bd4ce, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a57538d2-ceb7-492d-8918-1d04f44bd4ce, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a57538d2-ceb7-492d-8918-1d04f44bd4ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#pattern, "^B"] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [39c8e13d-2a87-4fce-bf73-f0328364fc1a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc080ea0-f966-47ff-bdc1-b7ff20dd2738, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 61017051-0cbc-4b23-8d9d-317dce9ec3ea] [fc080ea0-f966-47ff-bdc1-b7ff20dd2738, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9b666620-4b3f-4c35-a802-dd035a42bb68, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2e5ea250-6440-4104-a58e-ec819236db95, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c07f8753-9abc-441b-9402-7820bb584897, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c07f8753-9abc-441b-9402-7820bb584897, http://www.w3.org/ns/shacl#in, fc080ea0-f966-47ff-bdc1-b7ff20dd2738] [c07f8753-9abc-441b-9402-7820bb584897, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5e361b92-a228-4528-b04f-91d5cf7564ac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5e361b92-a228-4528-b04f-91d5cf7564ac, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5e361b92-a228-4528-b04f-91d5cf7564ac, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5e361b92-a228-4528-b04f-91d5cf7564ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [61017051-0cbc-4b23-8d9d-317dce9ec3ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 16c30490-01d4-4525-bbcc-01fe5063fc02] [61017051-0cbc-4b23-8d9d-317dce9ec3ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [19d73a05-676b-4e6e-be7e-27efbebdde2b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [19d73a05-676b-4e6e-be7e-27efbebdde2b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [19d73a05-676b-4e6e-be7e-27efbebdde2b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcc90aac-01c1-453d-9445-c55f0010b85c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [dcc90aac-01c1-453d-9445-c55f0010b85c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [dcc90aac-01c1-453d-9445-c55f0010b85c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [dcc90aac-01c1-453d-9445-c55f0010b85c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [16c30490-01d4-4525-bbcc-01fe5063fc02, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [16c30490-01d4-4525-bbcc-01fe5063fc02, 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, 5e361b92-a228-4528-b04f-91d5cf7564ac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c07f8753-9abc-441b-9402-7820bb584897] [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, 2e5ea250-6440-4104-a58e-ec819236db95] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9b666620-4b3f-4c35-a802-dd035a42bb68] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 19d73a05-676b-4e6e-be7e-27efbebdde2b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a57538d2-ceb7-492d-8918-1d04f44bd4ce] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dcc90aac-01c1-453d-9445-c55f0010b85c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 39c8e13d-2a87-4fce-bf73-f0328364fc1a]>
21:30:04.609 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.610 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.611 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5e361b92-a228-4528-b04f-91d5cf7564ac,_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,_:2e5ea250-6440-4104-a58e-ec819236db95,_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,_:dcc90aac-01c1-453d-9445-c55f0010b85c,_:19d73a05-676b-4e6e-be7e-27efbebdde2b,_:c07f8753-9abc-441b-9402-7820bb584897,_:9b666620-4b3f-4c35-a802-dd035a42bb68. Pending nodes: 
21:30:04.612 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e361b92-a228-4528-b04f-91d5cf7564ac
21:30:04.612 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:39c8e13d-2a87-4fce-bf73-f0328364fc1a
21:30:04.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2e5ea250-6440-4104-a58e-ec819236db95
21:30:04.615 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a57538d2-ceb7-492d-8918-1d04f44bd4ce
21:30:04.615 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dcc90aac-01c1-453d-9445-c55f0010b85c
21:30:04.616 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:19d73a05-676b-4e6e-be7e-27efbebdde2b
21:30:04.617 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c07f8753-9abc-441b-9402-7820bb584897
21:30:04.617 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9b666620-4b3f-4c35-a802-dd035a42bb68
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9b666620-4b3f-4c35-a802-dd035a42bb68
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c07f8753-9abc-441b-9402-7820bb584897
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:19d73a05-676b-4e6e-be7e-27efbebdde2b
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dcc90aac-01c1-453d-9445-c55f0010b85c
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a57538d2-ceb7-492d-8918-1d04f44bd4ce
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2e5ea250-6440-4104-a58e-ec819236db95
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:39c8e13d-2a87-4fce-bf73-f0328364fc1a
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e361b92-a228-4528-b04f-91d5cf7564ac
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5e361b92-a228-4528-b04f-91d5cf7564ac,_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,_:2e5ea250-6440-4104-a58e-ec819236db95,_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,_:dcc90aac-01c1-453d-9445-c55f0010b85c,_:19d73a05-676b-4e6e-be7e-27efbebdde2b,_:c07f8753-9abc-441b-9402-7820bb584897,_:9b666620-4b3f-4c35-a802-dd035a42bb68)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e361b92-a228-4528-b04f-91d5cf7564ac)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:39c8e13d-2a87-4fce-bf73-f0328364fc1a)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e5ea250-6440-4104-a58e-ec819236db95)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a57538d2-ceb7-492d-8918-1d04f44bd4ce)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcc90aac-01c1-453d-9445-c55f0010b85c)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19d73a05-676b-4e6e-be7e-27efbebdde2b)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c07f8753-9abc-441b-9402-7820bb584897)
21:30:04.619 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b666620-4b3f-4c35-a802-dd035a42bb68)
21:30:04.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e361b92-a228-4528-b04f-91d5cf7564ac=ShapeTyping(TypingMap(Map()))
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:39c8e13d-2a87-4fce-bf73-f0328364fc1a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.621 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:39c8e13d-2a87-4fce-bf73-f0328364fc1a=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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,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>)))))))
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.622 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2e5ea250-6440-4104-a58e-ec819236db95],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.622 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e5ea250-6440-4104-a58e-ec819236db95=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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2e5ea250-6440-4104-a58e-ec819236db95,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>)))))))
21:30:04.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.623 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.6Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a57538d2-ceb7-492d-8918-1d04f44bd4ce],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.623 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a57538d2-ceb7-492d-8918-1d04f44bd4ce=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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,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>)))))))
21:30:04.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcc90aac-01c1-453d-9445-c55f0010b85c=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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dcc90aac-01c1-453d-9445-c55f0010b85c,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))))))))
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19d73a05-676b-4e6e-be7e-27efbebdde2b=ShapeTyping(TypingMap(Map()))
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c07f8753-9abc-441b-9402-7820bb584897=ShapeTyping(TypingMap(Map()))
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.625 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9b666620-4b3f-4c35-a802-dd035a42bb68],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.625 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b666620-4b3f-4c35-a802-dd035a42bb68=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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9b666620-4b3f-4c35-a802-dd035a42bb68,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>)))))))
21:30:04.626 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5e361b92-a228-4528-b04f-91d5cf7564ac,_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,_:2e5ea250-6440-4104-a58e-ec819236db95,_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,_:dcc90aac-01c1-453d-9445-c55f0010b85c,_:19d73a05-676b-4e6e-be7e-27efbebdde2b,_:c07f8753-9abc-441b-9402-7820bb584897,_:9b666620-4b3f-4c35-a802-dd035a42bb68)=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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,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(_:2e5ea250-6440-4104-a58e-ec819236db95,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(_:dcc90aac-01c1-453d-9445-c55f0010b85c,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(_:9b666620-4b3f-4c35-a802-dd035a42bb68,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(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,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>)))))))
21:30:04.626 [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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,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(_:2e5ea250-6440-4104-a58e-ec819236db95,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(_:dcc90aac-01c1-453d-9445-c55f0010b85c,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(_:9b666620-4b3f-4c35-a802-dd035a42bb68,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(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,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>)))))))
21:30:04.626 [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(_:5e361b92-a228-4528-b04f-91d5cf7564ac), ShapeRef(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a), ShapeRef(_:2e5ea250-6440-4104-a58e-ec819236db95), ShapeRef(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce), ShapeRef(_:dcc90aac-01c1-453d-9445-c55f0010b85c), ShapeRef(_:19d73a05-676b-4e6e-be7e-27efbebdde2b), ShapeRef(_:c07f8753-9abc-441b-9402-7820bb584897), ShapeRef(_:9b666620-4b3f-4c35-a802-dd035a42bb68)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:39c8e13d-2a87-4fce-bf73-f0328364fc1a,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(_:2e5ea250-6440-4104-a58e-ec819236db95,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(_:dcc90aac-01c1-453d-9445-c55f0010b85c,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(_:9b666620-4b3f-4c35-a802-dd035a42bb68,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(_:a57538d2-ceb7-492d-8918-1d04f44bd4ce,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>)))))))
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9b666620-4b3f-4c35-a802-dd035a42bb68 = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9b666620-4b3f-4c35-a802-dd035a42bb68 = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9b666620-4b3f-4c35-a802-dd035a42bb68: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c07f8753-9abc-441b-9402-7820bb584897 = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c07f8753-9abc-441b-9402-7820bb584897 = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c07f8753-9abc-441b-9402-7820bb584897: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:19d73a05-676b-4e6e-be7e-27efbebdde2b = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:19d73a05-676b-4e6e-be7e-27efbebdde2b = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:19d73a05-676b-4e6e-be7e-27efbebdde2b: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dcc90aac-01c1-453d-9445-c55f0010b85c = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dcc90aac-01c1-453d-9445-c55f0010b85c = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dcc90aac-01c1-453d-9445-c55f0010b85c: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a57538d2-ceb7-492d-8918-1d04f44bd4ce = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a57538d2-ceb7-492d-8918-1d04f44bd4ce = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a57538d2-ceb7-492d-8918-1d04f44bd4ce: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2e5ea250-6440-4104-a58e-ec819236db95 = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2e5ea250-6440-4104-a58e-ec819236db95 = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2e5ea250-6440-4104-a58e-ec819236db95: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:39c8e13d-2a87-4fce-bf73-f0328364fc1a = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:39c8e13d-2a87-4fce-bf73-f0328364fc1a = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:39c8e13d-2a87-4fce-bf73-f0328364fc1a: 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e361b92-a228-4528-b04f-91d5cf7564ac = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e361b92-a228-4528-b04f-91d5cf7564ac = 
21:30:04.627 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e361b92-a228-4528-b04f-91d5cf7564ac: 
21:30:04.628 [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
] .

21:30:04.629 [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
] .

@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-07T21:30:04.63Z"^^<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 .
21:30:04.638 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.63Z"^^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#integerProperty2, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.63Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.639 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {31e93fac-e18e-40a4-967b-665ff5458e7e @sh:path http://www.sampledomain.org/sam#aStringProperty; 31e93fac-e18e-40a4-967b-665ff5458e7e @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 31e93fac-e18e-40a4-967b-665ff5458e7e @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 31e93fac-e18e-40a4-967b-665ff5458e7e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 31e93fac-e18e-40a4-967b-665ff5458e7e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 31e93fac-e18e-40a4-967b-665ff5458e7e @sh:pattern "^B"; 31e93fac-e18e-40a4-967b-665ff5458e7e @sh:description "a Simple Single String Property"; 31e93fac-e18e-40a4-967b-665ff5458e7e @rdf:type sh:Property; 703b56de-645f-4c27-a7ac-b5f0d5adfcb1 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 703b56de-645f-4c27-a7ac-b5f0d5adfcb1 @sh:in 2eb6d075-b6a6-4d2e-bfec-0261ef6f2e57; 703b56de-645f-4c27-a7ac-b5f0d5adfcb1 @rdf:type sh:Property; ef806436-809f-4d11-8425-af018af521b7 @sh:path http://www.sampledomain.org/sam#integerProperty3; ef806436-809f-4d11-8425-af018af521b7 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ef806436-809f-4d11-8425-af018af521b7 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ef806436-809f-4d11-8425-af018af521b7 @rdf:type sh:Property; 2eb6d075-b6a6-4d2e-bfec-0261ef6f2e57 @rdf:rest 4fe91564-e6b1-4fbd-aa6f-a8994119a8a6; 2eb6d075-b6a6-4d2e-bfec-0261ef6f2e57 @rdf:first "A"...} |  [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#pattern, "^B"] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [31e93fac-e18e-40a4-967b-665ff5458e7e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [703b56de-645f-4c27-a7ac-b5f0d5adfcb1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [703b56de-645f-4c27-a7ac-b5f0d5adfcb1, http://www.w3.org/ns/shacl#in, 2eb6d075-b6a6-4d2e-bfec-0261ef6f2e57] [703b56de-645f-4c27-a7ac-b5f0d5adfcb1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ef806436-809f-4d11-8425-af018af521b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ef806436-809f-4d11-8425-af018af521b7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ef806436-809f-4d11-8425-af018af521b7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ef806436-809f-4d11-8425-af018af521b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2eb6d075-b6a6-4d2e-bfec-0261ef6f2e57, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4fe91564-e6b1-4fbd-aa6f-a8994119a8a6] [2eb6d075-b6a6-4d2e-bfec-0261ef6f2e57, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [4ba6a3b1-b851-49b9-8e24-544b3de6fac8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4ba6a3b1-b851-49b9-8e24-544b3de6fac8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4ba6a3b1-b851-49b9-8e24-544b3de6fac8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4ba6a3b1-b851-49b9-8e24-544b3de6fac8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0d381cf5-098c-491b-ac27-ca12c4ae1db5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0d381cf5-098c-491b-ac27-ca12c4ae1db5, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0d381cf5-098c-491b-ac27-ca12c4ae1db5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b61565d7-cc34-4058-aaa3-c64f2e601732, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b61565d7-cc34-4058-aaa3-c64f2e601732, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [49ce441d-54f4-49b5-8a62-627b95dd60e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4fe91564-e6b1-4fbd-aa6f-a8994119a8a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b61565d7-cc34-4058-aaa3-c64f2e601732] [4fe91564-e6b1-4fbd-aa6f-a8994119a8a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [4f17aa20-ac6b-4723-a5bc-477889b41c11, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4f17aa20-ac6b-4723-a5bc-477889b41c11, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f17aa20-ac6b-4723-a5bc-477889b41c11, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4f17aa20-ac6b-4723-a5bc-477889b41c11, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f17aa20-ac6b-4723-a5bc-477889b41c11, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f17aa20-ac6b-4723-a5bc-477889b41c11, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4f17aa20-ac6b-4723-a5bc-477889b41c11, 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, 4ba6a3b1-b851-49b9-8e24-544b3de6fac8] [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, 703b56de-645f-4c27-a7ac-b5f0d5adfcb1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4f17aa20-ac6b-4723-a5bc-477889b41c11] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 31e93fac-e18e-40a4-967b-665ff5458e7e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 49ce441d-54f4-49b5-8a62-627b95dd60e4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0d381cf5-098c-491b-ac27-ca12c4ae1db5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ef806436-809f-4d11-8425-af018af521b7]>
21:30:04.639 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.640 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.641 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ef806436-809f-4d11-8425-af018af521b7,_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1,_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,_:0d381cf5-098c-491b-ac27-ca12c4ae1db5,_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,_:31e93fac-e18e-40a4-967b-665ff5458e7e,_:49ce441d-54f4-49b5-8a62-627b95dd60e4,_:4f17aa20-ac6b-4723-a5bc-477889b41c11. Pending nodes: 
21:30:04.641 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ef806436-809f-4d11-8425-af018af521b7
21:30:04.642 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:703b56de-645f-4c27-a7ac-b5f0d5adfcb1
21:30:04.642 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ba6a3b1-b851-49b9-8e24-544b3de6fac8
21:30:04.643 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0d381cf5-098c-491b-ac27-ca12c4ae1db5
21:30:04.643 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054
21:30:04.687 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:31e93fac-e18e-40a4-967b-665ff5458e7e
21:30:04.689 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:49ce441d-54f4-49b5-8a62-627b95dd60e4
21:30:04.690 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f17aa20-ac6b-4723-a5bc-477889b41c11
21:30:04.690 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.690 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f17aa20-ac6b-4723-a5bc-477889b41c11
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:49ce441d-54f4-49b5-8a62-627b95dd60e4
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:31e93fac-e18e-40a4-967b-665ff5458e7e
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0d381cf5-098c-491b-ac27-ca12c4ae1db5
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ba6a3b1-b851-49b9-8e24-544b3de6fac8
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:703b56de-645f-4c27-a7ac-b5f0d5adfcb1
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ef806436-809f-4d11-8425-af018af521b7
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ef806436-809f-4d11-8425-af018af521b7,_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1,_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,_:0d381cf5-098c-491b-ac27-ca12c4ae1db5,_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,_:31e93fac-e18e-40a4-967b-665ff5458e7e,_:49ce441d-54f4-49b5-8a62-627b95dd60e4,_:4f17aa20-ac6b-4723-a5bc-477889b41c11)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef806436-809f-4d11-8425-af018af521b7)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0d381cf5-098c-491b-ac27-ca12c4ae1db5)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31e93fac-e18e-40a4-967b-665ff5458e7e)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:49ce441d-54f4-49b5-8a62-627b95dd60e4)
21:30:04.691 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f17aa20-ac6b-4723-a5bc-477889b41c11)
21:30:04.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.691 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef806436-809f-4d11-8425-af018af521b7=ShapeTyping(TypingMap(Map()))
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1=ShapeTyping(TypingMap(Map()))
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.692 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.63Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.693 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8=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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,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>)))))))
21:30:04.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.693 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0d381cf5-098c-491b-ac27-ca12c4ae1db5=ShapeTyping(TypingMap(Map()))
21:30:04.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.693 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054=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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,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"))))))))
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:31e93fac-e18e-40a4-967b-665ff5458e7e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.695 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:31e93fac-e18e-40a4-967b-665ff5458e7e=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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:31e93fac-e18e-40a4-967b-665ff5458e7e,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>)))))))
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.695 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:49ce441d-54f4-49b5-8a62-627b95dd60e4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:49ce441d-54f4-49b5-8a62-627b95dd60e4=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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:49ce441d-54f4-49b5-8a62-627b95dd60e4,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>)))))))
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.696 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4f17aa20-ac6b-4723-a5bc-477889b41c11],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.697 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f17aa20-ac6b-4723-a5bc-477889b41c11=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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f17aa20-ac6b-4723-a5bc-477889b41c11,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>)))))))
21:30:04.698 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ef806436-809f-4d11-8425-af018af521b7,_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1,_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,_:0d381cf5-098c-491b-ac27-ca12c4ae1db5,_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,_:31e93fac-e18e-40a4-967b-665ff5458e7e,_:49ce441d-54f4-49b5-8a62-627b95dd60e4,_:4f17aa20-ac6b-4723-a5bc-477889b41c11)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f17aa20-ac6b-4723-a5bc-477889b41c11,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(_:49ce441d-54f4-49b5-8a62-627b95dd60e4,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(_:31e93fac-e18e-40a4-967b-665ff5458e7e,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(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,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"))))))))
21:30:04.698 [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(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f17aa20-ac6b-4723-a5bc-477889b41c11,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(_:49ce441d-54f4-49b5-8a62-627b95dd60e4,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(_:31e93fac-e18e-40a4-967b-665ff5458e7e,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(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,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"))))))))
21:30:04.699 [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(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8,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(_:ef806436-809f-4d11-8425-af018af521b7), ShapeRef(_:703b56de-645f-4c27-a7ac-b5f0d5adfcb1), ShapeRef(_:4ba6a3b1-b851-49b9-8e24-544b3de6fac8), ShapeRef(_:0d381cf5-098c-491b-ac27-ca12c4ae1db5), ShapeRef(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054), ShapeRef(_:31e93fac-e18e-40a4-967b-665ff5458e7e), ShapeRef(_:49ce441d-54f4-49b5-8a62-627b95dd60e4), ShapeRef(_:4f17aa20-ac6b-4723-a5bc-477889b41c11)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f17aa20-ac6b-4723-a5bc-477889b41c11,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(_:49ce441d-54f4-49b5-8a62-627b95dd60e4,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(_:31e93fac-e18e-40a4-967b-665ff5458e7e,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(_:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054,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"))))))))
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f17aa20-ac6b-4723-a5bc-477889b41c11 = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f17aa20-ac6b-4723-a5bc-477889b41c11 = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f17aa20-ac6b-4723-a5bc-477889b41c11: 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:49ce441d-54f4-49b5-8a62-627b95dd60e4 = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:49ce441d-54f4-49b5-8a62-627b95dd60e4 = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:49ce441d-54f4-49b5-8a62-627b95dd60e4: 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:31e93fac-e18e-40a4-967b-665ff5458e7e = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:31e93fac-e18e-40a4-967b-665ff5458e7e = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:31e93fac-e18e-40a4-967b-665ff5458e7e: 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054 = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054 = 
21:30:04.699 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5c2b7cef-4f3e-4f87-a1ee-7b6a0714a054: 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0d381cf5-098c-491b-ac27-ca12c4ae1db5 = 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0d381cf5-098c-491b-ac27-ca12c4ae1db5 = 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0d381cf5-098c-491b-ac27-ca12c4ae1db5: 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ba6a3b1-b851-49b9-8e24-544b3de6fac8 = 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ba6a3b1-b851-49b9-8e24-544b3de6fac8 = 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ba6a3b1-b851-49b9-8e24-544b3de6fac8: 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:703b56de-645f-4c27-a7ac-b5f0d5adfcb1 = 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:703b56de-645f-4c27-a7ac-b5f0d5adfcb1 = 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:703b56de-645f-4c27-a7ac-b5f0d5adfcb1: 
21:30:04.700 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ef806436-809f-4d11-8425-af018af521b7 = 
21:30:04.701 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ef806436-809f-4d11-8425-af018af521b7 = 
21:30:04.701 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ef806436-809f-4d11-8425-af018af521b7: 
21:30:04.702 [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
               ]
] .

21:30:04.703 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 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-07T21:30:04.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
21:30:04.711 [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-07T21:30:04.705Z"^^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-07T21:30:04.705Z"^^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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.712 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {2fb6641d-b85d-4677-b010-bf32e9c7d975 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 2fb6641d-b85d-4677-b010-bf32e9c7d975 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 2fb6641d-b85d-4677-b010-bf32e9c7d975 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2fb6641d-b85d-4677-b010-bf32e9c7d975 @rdf:type sh:Property; 27bed308-2aa8-4f83-89b8-8db5922eb88d @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 27bed308-2aa8-4f83-89b8-8db5922eb88d @sh:in 2418e07b-dd7a-4a43-a344-efa0dbd454e7; 27bed308-2aa8-4f83-89b8-8db5922eb88d @rdf:type sh:Property; 9bb7931a-a9e7-465a-85a6-332128de6bf1 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 9bb7931a-a9e7-465a-85a6-332128de6bf1 @sh:class http://www.sampledomain.org/sam#AnotherResource; 9bb7931a-a9e7-465a-85a6-332128de6bf1 @rdf:type sh:Property; 8535949a-1e3c-41bd-b369-240fe129273b @sh:path http://www.sampledomain.org/sam#integerProperty3; 8535949a-1e3c-41bd-b369-240fe129273b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 8535949a-1e3c-41bd-b369-240fe129273b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 8535949a-1e3c-41bd-b369-240fe129273b @rdf:type sh:Property; 2418e07b-dd7a-4a43-a344-efa0dbd454e7 @rdf:rest efc694cd-949e-4a3d-a7c1-b2d8e1e35483; 2418e07b-dd7a-4a43-a344-efa0dbd454e7 @rdf:first "A"; b17e2711-b9e4-4c87-ab15-36119160761f @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty...} |  [2fb6641d-b85d-4677-b010-bf32e9c7d975, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [2fb6641d-b85d-4677-b010-bf32e9c7d975, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2fb6641d-b85d-4677-b010-bf32e9c7d975, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2fb6641d-b85d-4677-b010-bf32e9c7d975, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [27bed308-2aa8-4f83-89b8-8db5922eb88d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [27bed308-2aa8-4f83-89b8-8db5922eb88d, http://www.w3.org/ns/shacl#in, 2418e07b-dd7a-4a43-a344-efa0dbd454e7] [27bed308-2aa8-4f83-89b8-8db5922eb88d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9bb7931a-a9e7-465a-85a6-332128de6bf1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9bb7931a-a9e7-465a-85a6-332128de6bf1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9bb7931a-a9e7-465a-85a6-332128de6bf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8535949a-1e3c-41bd-b369-240fe129273b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [8535949a-1e3c-41bd-b369-240fe129273b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8535949a-1e3c-41bd-b369-240fe129273b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8535949a-1e3c-41bd-b369-240fe129273b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2418e07b-dd7a-4a43-a344-efa0dbd454e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, efc694cd-949e-4a3d-a7c1-b2d8e1e35483] [2418e07b-dd7a-4a43-a344-efa0dbd454e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b17e2711-b9e4-4c87-ab15-36119160761f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [efc694cd-949e-4a3d-a7c1-b2d8e1e35483, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 375c8d68-2ace-4e9f-864b-5db2a6e496f9] [efc694cd-949e-4a3d-a7c1-b2d8e1e35483, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [374a02c9-70a0-4128-ab71-c3ad37ba9524, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [374a02c9-70a0-4128-ab71-c3ad37ba9524, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [374a02c9-70a0-4128-ab71-c3ad37ba9524, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [374a02c9-70a0-4128-ab71-c3ad37ba9524, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [78b64ca2-530c-4288-892c-516d7c5aa477, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [375c8d68-2ace-4e9f-864b-5db2a6e496f9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [375c8d68-2ace-4e9f-864b-5db2a6e496f9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#pattern, "^B"] [d35a51d9-525c-457b-af1c-d0290d1b05df, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [d35a51d9-525c-457b-af1c-d0290d1b05df, 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, 9bb7931a-a9e7-465a-85a6-332128de6bf1] [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, 2fb6641d-b85d-4677-b010-bf32e9c7d975] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 78b64ca2-530c-4288-892c-516d7c5aa477] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d35a51d9-525c-457b-af1c-d0290d1b05df] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 374a02c9-70a0-4128-ab71-c3ad37ba9524] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b17e2711-b9e4-4c87-ab15-36119160761f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27bed308-2aa8-4f83-89b8-8db5922eb88d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8535949a-1e3c-41bd-b369-240fe129273b]>
21:30:04.712 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.713 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.714 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b17e2711-b9e4-4c87-ab15-36119160761f,_:d35a51d9-525c-457b-af1c-d0290d1b05df,_:8535949a-1e3c-41bd-b369-240fe129273b,_:27bed308-2aa8-4f83-89b8-8db5922eb88d,_:374a02c9-70a0-4128-ab71-c3ad37ba9524,_:78b64ca2-530c-4288-892c-516d7c5aa477,_:9bb7931a-a9e7-465a-85a6-332128de6bf1,_:2fb6641d-b85d-4677-b010-bf32e9c7d975. Pending nodes: 
21:30:04.714 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b17e2711-b9e4-4c87-ab15-36119160761f
21:30:04.715 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d35a51d9-525c-457b-af1c-d0290d1b05df
21:30:04.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8535949a-1e3c-41bd-b369-240fe129273b
21:30:04.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27bed308-2aa8-4f83-89b8-8db5922eb88d
21:30:04.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:374a02c9-70a0-4128-ab71-c3ad37ba9524
21:30:04.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:78b64ca2-530c-4288-892c-516d7c5aa477
21:30:04.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9bb7931a-a9e7-465a-85a6-332128de6bf1
21:30:04.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2fb6641d-b85d-4677-b010-bf32e9c7d975
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2fb6641d-b85d-4677-b010-bf32e9c7d975
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9bb7931a-a9e7-465a-85a6-332128de6bf1
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:78b64ca2-530c-4288-892c-516d7c5aa477
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:374a02c9-70a0-4128-ab71-c3ad37ba9524
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27bed308-2aa8-4f83-89b8-8db5922eb88d
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8535949a-1e3c-41bd-b369-240fe129273b
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d35a51d9-525c-457b-af1c-d0290d1b05df
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b17e2711-b9e4-4c87-ab15-36119160761f
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2fb6641d-b85d-4677-b010-bf32e9c7d975 = 
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2fb6641d-b85d-4677-b010-bf32e9c7d975 = 
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2fb6641d-b85d-4677-b010-bf32e9c7d975: 
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9bb7931a-a9e7-465a-85a6-332128de6bf1 = 
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9bb7931a-a9e7-465a-85a6-332128de6bf1 = 
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9bb7931a-a9e7-465a-85a6-332128de6bf1: 
21:30:04.719 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b17e2711-b9e4-4c87-ab15-36119160761f,_:d35a51d9-525c-457b-af1c-d0290d1b05df,_:8535949a-1e3c-41bd-b369-240fe129273b,_:27bed308-2aa8-4f83-89b8-8db5922eb88d,_:374a02c9-70a0-4128-ab71-c3ad37ba9524,_:78b64ca2-530c-4288-892c-516d7c5aa477,_:9bb7931a-a9e7-465a-85a6-332128de6bf1,_:2fb6641d-b85d-4677-b010-bf32e9c7d975)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b17e2711-b9e4-4c87-ab15-36119160761f)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d35a51d9-525c-457b-af1c-d0290d1b05df)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8535949a-1e3c-41bd-b369-240fe129273b)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27bed308-2aa8-4f83-89b8-8db5922eb88d)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:374a02c9-70a0-4128-ab71-c3ad37ba9524)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:78b64ca2-530c-4288-892c-516d7c5aa477)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9bb7931a-a9e7-465a-85a6-332128de6bf1)
21:30:04.720 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2fb6641d-b85d-4677-b010-bf32e9c7d975)
21:30:04.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.721 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b17e2711-b9e4-4c87-ab15-36119160761f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.721 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b17e2711-b9e4-4c87-ab15-36119160761f=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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b17e2711-b9e4-4c87-ab15-36119160761f,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>)))))))
21:30:04.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d35a51d9-525c-457b-af1c-d0290d1b05df],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d35a51d9-525c-457b-af1c-d0290d1b05df=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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d35a51d9-525c-457b-af1c-d0290d1b05df,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>)))))))
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8535949a-1e3c-41bd-b369-240fe129273b=ShapeTyping(TypingMap(Map()))
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27bed308-2aa8-4f83-89b8-8db5922eb88d=ShapeTyping(TypingMap(Map()))
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:374a02c9-70a0-4128-ab71-c3ad37ba9524=ShapeTyping(TypingMap(Map()))
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:78b64ca2-530c-4288-892c-516d7c5aa477],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:78b64ca2-530c-4288-892c-516d7c5aa477=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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:78b64ca2-530c-4288-892c-516d7c5aa477,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>)))))))
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9bb7931a-a9e7-465a-85a6-332128de6bf1=ShapeTyping(TypingMap(Map()))
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2fb6641d-b85d-4677-b010-bf32e9c7d975],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2fb6641d-b85d-4677-b010-bf32e9c7d975=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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2fb6641d-b85d-4677-b010-bf32e9c7d975,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>)))))))
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b17e2711-b9e4-4c87-ab15-36119160761f,_:d35a51d9-525c-457b-af1c-d0290d1b05df,_:8535949a-1e3c-41bd-b369-240fe129273b,_:27bed308-2aa8-4f83-89b8-8db5922eb88d,_:374a02c9-70a0-4128-ab71-c3ad37ba9524,_:78b64ca2-530c-4288-892c-516d7c5aa477,_:9bb7931a-a9e7-465a-85a6-332128de6bf1,_:2fb6641d-b85d-4677-b010-bf32e9c7d975)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2fb6641d-b85d-4677-b010-bf32e9c7d975,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(_:d35a51d9-525c-457b-af1c-d0290d1b05df,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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:78b64ca2-530c-4288-892c-516d7c5aa477,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(_:b17e2711-b9e4-4c87-ab15-36119160761f,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>)))))))
21:30:04.725 [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(_:2fb6641d-b85d-4677-b010-bf32e9c7d975,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(_:d35a51d9-525c-457b-af1c-d0290d1b05df,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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:78b64ca2-530c-4288-892c-516d7c5aa477,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(_:b17e2711-b9e4-4c87-ab15-36119160761f,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>)))))))
21:30:04.725 [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(_:2fb6641d-b85d-4677-b010-bf32e9c7d975,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(_:d35a51d9-525c-457b-af1c-d0290d1b05df,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(_:b17e2711-b9e4-4c87-ab15-36119160761f), ShapeRef(_:d35a51d9-525c-457b-af1c-d0290d1b05df), ShapeRef(_:8535949a-1e3c-41bd-b369-240fe129273b), ShapeRef(_:27bed308-2aa8-4f83-89b8-8db5922eb88d), ShapeRef(_:374a02c9-70a0-4128-ab71-c3ad37ba9524), ShapeRef(_:78b64ca2-530c-4288-892c-516d7c5aa477), ShapeRef(_:9bb7931a-a9e7-465a-85a6-332128de6bf1), ShapeRef(_:2fb6641d-b85d-4677-b010-bf32e9c7d975)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:78b64ca2-530c-4288-892c-516d7c5aa477,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(_:b17e2711-b9e4-4c87-ab15-36119160761f,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>)))))))
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:78b64ca2-530c-4288-892c-516d7c5aa477 = 
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:78b64ca2-530c-4288-892c-516d7c5aa477 = 
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:78b64ca2-530c-4288-892c-516d7c5aa477: 
21:30:04.725 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:374a02c9-70a0-4128-ab71-c3ad37ba9524 = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:374a02c9-70a0-4128-ab71-c3ad37ba9524 = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:374a02c9-70a0-4128-ab71-c3ad37ba9524: 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27bed308-2aa8-4f83-89b8-8db5922eb88d = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27bed308-2aa8-4f83-89b8-8db5922eb88d = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27bed308-2aa8-4f83-89b8-8db5922eb88d: 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8535949a-1e3c-41bd-b369-240fe129273b = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8535949a-1e3c-41bd-b369-240fe129273b = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8535949a-1e3c-41bd-b369-240fe129273b: 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d35a51d9-525c-457b-af1c-d0290d1b05df = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d35a51d9-525c-457b-af1c-d0290d1b05df = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d35a51d9-525c-457b-af1c-d0290d1b05df: 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b17e2711-b9e4-4c87-ab15-36119160761f = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b17e2711-b9e4-4c87-ab15-36119160761f = 
21:30:04.726 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b17e2711-b9e4-4c87-ab15-36119160761f: 
21:30:04.727 [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
] .

21:30:04.727 [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
] .

@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-07T21:30:04.728Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
21:30:04.734 [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-07T21:30:04.728Z"^^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-07T21:30:04.728Z"^^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: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: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: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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.735 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {2b848433-27ec-47fe-97b2-ed63cf81d037 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 2b848433-27ec-47fe-97b2-ed63cf81d037 @sh:in 0b222d8a-62fa-49c1-8e5d-538129089cf7; 2b848433-27ec-47fe-97b2-ed63cf81d037 @rdf:type sh:Property; adfffb11-312e-4fe3-b08e-03780b4d8d0d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; adfffb11-312e-4fe3-b08e-03780b4d8d0d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; adfffb11-312e-4fe3-b08e-03780b4d8d0d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; adfffb11-312e-4fe3-b08e-03780b4d8d0d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; adfffb11-312e-4fe3-b08e-03780b4d8d0d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; adfffb11-312e-4fe3-b08e-03780b4d8d0d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; adfffb11-312e-4fe3-b08e-03780b4d8d0d @rdf:type sh:Property; ee2d8a6c-d310-4620-8613-12f90345885b @sh:path http://www.sampledomain.org/sam#integerProperty3; ee2d8a6c-d310-4620-8613-12f90345885b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ee2d8a6c-d310-4620-8613-12f90345885b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ee2d8a6c-d310-4620-8613-12f90345885b @rdf:type sh:Property; c6dd97eb-5a19-4702-b852-b9656ed54a8f @sh:path http://www.sampledomain.org/sam#integerProperty2; c6dd97eb-5a19-4702-b852-b9656ed54a8f @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c6dd97eb-5a19-4702-b852-b9656ed54a8f @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer...} |  [2b848433-27ec-47fe-97b2-ed63cf81d037, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2b848433-27ec-47fe-97b2-ed63cf81d037, http://www.w3.org/ns/shacl#in, 0b222d8a-62fa-49c1-8e5d-538129089cf7] [2b848433-27ec-47fe-97b2-ed63cf81d037, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [adfffb11-312e-4fe3-b08e-03780b4d8d0d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ee2d8a6c-d310-4620-8613-12f90345885b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ee2d8a6c-d310-4620-8613-12f90345885b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ee2d8a6c-d310-4620-8613-12f90345885b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ee2d8a6c-d310-4620-8613-12f90345885b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c6dd97eb-5a19-4702-b852-b9656ed54a8f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c6dd97eb-5a19-4702-b852-b9656ed54a8f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c6dd97eb-5a19-4702-b852-b9656ed54a8f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c6dd97eb-5a19-4702-b852-b9656ed54a8f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1659551d-ed0f-4456-b346-045adb99c454, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0b222d8a-62fa-49c1-8e5d-538129089cf7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ba3c95a5-261f-4e39-bc1c-86ad1529a0b7] [0b222d8a-62fa-49c1-8e5d-538129089cf7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#pattern, "^B"] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f0f8e593-bcfb-4cb3-b4fa-4f6809141484, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba3c95a5-261f-4e39-bc1c-86ad1529a0b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a4d1c10e-ea9f-4d6b-ac01-b0f8b2a0644e] [ba3c95a5-261f-4e39-bc1c-86ad1529a0b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a4d1c10e-ea9f-4d6b-ac01-b0f8b2a0644e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a4d1c10e-ea9f-4d6b-ac01-b0f8b2a0644e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0e283090-fd4f-4343-a69f-2201687a9b71, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0e283090-fd4f-4343-a69f-2201687a9b71, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0e283090-fd4f-4343-a69f-2201687a9b71, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0e283090-fd4f-4343-a69f-2201687a9b71, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f52c4ae2-f290-49d1-a407-de9617f5b1cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f52c4ae2-f290-49d1-a407-de9617f5b1cf, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f52c4ae2-f290-49d1-a407-de9617f5b1cf, 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, adfffb11-312e-4fe3-b08e-03780b4d8d0d] [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, f52c4ae2-f290-49d1-a407-de9617f5b1cf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ee2d8a6c-d310-4620-8613-12f90345885b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0e283090-fd4f-4343-a69f-2201687a9b71] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f0f8e593-bcfb-4cb3-b4fa-4f6809141484] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c6dd97eb-5a19-4702-b852-b9656ed54a8f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1659551d-ed0f-4456-b346-045adb99c454] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2b848433-27ec-47fe-97b2-ed63cf81d037]>
21:30:04.735 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.790 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:adfffb11-312e-4fe3-b08e-03780b4d8d0d,_:1659551d-ed0f-4456-b346-045adb99c454,_:c6dd97eb-5a19-4702-b852-b9656ed54a8f,_:ee2d8a6c-d310-4620-8613-12f90345885b,_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,_:f52c4ae2-f290-49d1-a407-de9617f5b1cf,_:2b848433-27ec-47fe-97b2-ed63cf81d037,_:0e283090-fd4f-4343-a69f-2201687a9b71. Pending nodes: 
21:30:04.790 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:adfffb11-312e-4fe3-b08e-03780b4d8d0d
21:30:04.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1659551d-ed0f-4456-b346-045adb99c454
21:30:04.792 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c6dd97eb-5a19-4702-b852-b9656ed54a8f
21:30:04.793 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee2d8a6c-d310-4620-8613-12f90345885b
21:30:04.793 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f0f8e593-bcfb-4cb3-b4fa-4f6809141484
21:30:04.794 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f52c4ae2-f290-49d1-a407-de9617f5b1cf
21:30:04.794 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2b848433-27ec-47fe-97b2-ed63cf81d037
21:30:04.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0e283090-fd4f-4343-a69f-2201687a9b71
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0e283090-fd4f-4343-a69f-2201687a9b71
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2b848433-27ec-47fe-97b2-ed63cf81d037
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f52c4ae2-f290-49d1-a407-de9617f5b1cf
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f0f8e593-bcfb-4cb3-b4fa-4f6809141484
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee2d8a6c-d310-4620-8613-12f90345885b
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c6dd97eb-5a19-4702-b852-b9656ed54a8f
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1659551d-ed0f-4456-b346-045adb99c454
21:30:04.795 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:adfffb11-312e-4fe3-b08e-03780b4d8d0d
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0e283090-fd4f-4343-a69f-2201687a9b71 = 
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0e283090-fd4f-4343-a69f-2201687a9b71 = 
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0e283090-fd4f-4343-a69f-2201687a9b71: 
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:adfffb11-312e-4fe3-b08e-03780b4d8d0d,_:1659551d-ed0f-4456-b346-045adb99c454,_:c6dd97eb-5a19-4702-b852-b9656ed54a8f,_:ee2d8a6c-d310-4620-8613-12f90345885b,_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,_:f52c4ae2-f290-49d1-a407-de9617f5b1cf,_:2b848433-27ec-47fe-97b2-ed63cf81d037,_:0e283090-fd4f-4343-a69f-2201687a9b71)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:adfffb11-312e-4fe3-b08e-03780b4d8d0d)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1659551d-ed0f-4456-b346-045adb99c454)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c6dd97eb-5a19-4702-b852-b9656ed54a8f)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee2d8a6c-d310-4620-8613-12f90345885b)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f52c4ae2-f290-49d1-a407-de9617f5b1cf)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2b848433-27ec-47fe-97b2-ed63cf81d037)
21:30:04.796 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0e283090-fd4f-4343-a69f-2201687a9b71)
21:30:04.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:adfffb11-312e-4fe3-b08e-03780b4d8d0d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:adfffb11-312e-4fe3-b08e-03780b4d8d0d=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(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d,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>)))))))
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1659551d-ed0f-4456-b346-045adb99c454],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1659551d-ed0f-4456-b346-045adb99c454=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(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1659551d-ed0f-4456-b346-045adb99c454,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"))))))))
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c6dd97eb-5a19-4702-b852-b9656ed54a8f=ShapeTyping(TypingMap(Map()))
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee2d8a6c-d310-4620-8613-12f90345885b=ShapeTyping(TypingMap(Map()))
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484=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(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,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>)))))))
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f52c4ae2-f290-49d1-a407-de9617f5b1cf=ShapeTyping(TypingMap(Map()))
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2b848433-27ec-47fe-97b2-ed63cf81d037=ShapeTyping(TypingMap(Map()))
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.802 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.728Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0e283090-fd4f-4343-a69f-2201687a9b71],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.802 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0e283090-fd4f-4343-a69f-2201687a9b71=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(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0e283090-fd4f-4343-a69f-2201687a9b71,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>)))))))
21:30:04.802 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:adfffb11-312e-4fe3-b08e-03780b4d8d0d,_:1659551d-ed0f-4456-b346-045adb99c454,_:c6dd97eb-5a19-4702-b852-b9656ed54a8f,_:ee2d8a6c-d310-4620-8613-12f90345885b,_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,_:f52c4ae2-f290-49d1-a407-de9617f5b1cf,_:2b848433-27ec-47fe-97b2-ed63cf81d037,_:0e283090-fd4f-4343-a69f-2201687a9b71)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d,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(_:1659551d-ed0f-4456-b346-045adb99c454,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,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(_:0e283090-fd4f-4343-a69f-2201687a9b71,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>)))))))
21:30:04.802 [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(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d,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(_:1659551d-ed0f-4456-b346-045adb99c454,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,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(_:0e283090-fd4f-4343-a69f-2201687a9b71,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>)))))))
21:30:04.802 [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(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d,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(_:1659551d-ed0f-4456-b346-045adb99c454,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:adfffb11-312e-4fe3-b08e-03780b4d8d0d), ShapeRef(_:1659551d-ed0f-4456-b346-045adb99c454), ShapeRef(_:c6dd97eb-5a19-4702-b852-b9656ed54a8f), ShapeRef(_:ee2d8a6c-d310-4620-8613-12f90345885b), ShapeRef(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484), ShapeRef(_:f52c4ae2-f290-49d1-a407-de9617f5b1cf), ShapeRef(_:2b848433-27ec-47fe-97b2-ed63cf81d037), ShapeRef(_:0e283090-fd4f-4343-a69f-2201687a9b71)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f0f8e593-bcfb-4cb3-b4fa-4f6809141484,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(_:0e283090-fd4f-4343-a69f-2201687a9b71,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>)))))))
21:30:04.802 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2b848433-27ec-47fe-97b2-ed63cf81d037 = 
21:30:04.802 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2b848433-27ec-47fe-97b2-ed63cf81d037 = 
21:30:04.802 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2b848433-27ec-47fe-97b2-ed63cf81d037: 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f52c4ae2-f290-49d1-a407-de9617f5b1cf = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f52c4ae2-f290-49d1-a407-de9617f5b1cf = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f52c4ae2-f290-49d1-a407-de9617f5b1cf: 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f0f8e593-bcfb-4cb3-b4fa-4f6809141484 = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f0f8e593-bcfb-4cb3-b4fa-4f6809141484 = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f0f8e593-bcfb-4cb3-b4fa-4f6809141484: 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee2d8a6c-d310-4620-8613-12f90345885b = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee2d8a6c-d310-4620-8613-12f90345885b = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee2d8a6c-d310-4620-8613-12f90345885b: 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c6dd97eb-5a19-4702-b852-b9656ed54a8f = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c6dd97eb-5a19-4702-b852-b9656ed54a8f = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c6dd97eb-5a19-4702-b852-b9656ed54a8f: 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1659551d-ed0f-4456-b346-045adb99c454 = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1659551d-ed0f-4456-b346-045adb99c454 = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1659551d-ed0f-4456-b346-045adb99c454: 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:adfffb11-312e-4fe3-b08e-03780b4d8d0d = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:adfffb11-312e-4fe3-b08e-03780b4d8d0d = 
21:30:04.803 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:adfffb11-312e-4fe3-b08e-03780b4d8d0d: 
21:30:04.805 [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
               ]
] .

21:30:04.806 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 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-07T21:30:04.807Z"^^<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 .
21:30:04.815 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.807Z"^^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#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.807Z"^^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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.815 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {dbfa2397-11b5-480a-84f5-2ffb401a96e7 @sh:path http://www.sampledomain.org/sam#integerProperty3; dbfa2397-11b5-480a-84f5-2ffb401a96e7 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; dbfa2397-11b5-480a-84f5-2ffb401a96e7 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; dbfa2397-11b5-480a-84f5-2ffb401a96e7 @rdf:type sh:Property; f1347d26-80de-4bd4-befc-739f13b2a0f3 @sh:path http://www.sampledomain.org/sam#integerProperty2; f1347d26-80de-4bd4-befc-739f13b2a0f3 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; f1347d26-80de-4bd4-befc-739f13b2a0f3 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; f1347d26-80de-4bd4-befc-739f13b2a0f3 @rdf:type sh:Property; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:path http://www.sampledomain.org/sam#aStringProperty; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:pattern "^B"; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @sh:description "a Simple Single String Property"; 6e1067dc-7ede-4e59-9146-4f06b7c720fc @rdf:type sh:Property; 717665ae-6839-4d3c-af60-2d7e5de8e547 @rdf:rest rdf:nil...} |  [dbfa2397-11b5-480a-84f5-2ffb401a96e7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [dbfa2397-11b5-480a-84f5-2ffb401a96e7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [dbfa2397-11b5-480a-84f5-2ffb401a96e7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [dbfa2397-11b5-480a-84f5-2ffb401a96e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f1347d26-80de-4bd4-befc-739f13b2a0f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f1347d26-80de-4bd4-befc-739f13b2a0f3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f1347d26-80de-4bd4-befc-739f13b2a0f3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f1347d26-80de-4bd4-befc-739f13b2a0f3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#pattern, "^B"] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6e1067dc-7ede-4e59-9146-4f06b7c720fc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [717665ae-6839-4d3c-af60-2d7e5de8e547, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [717665ae-6839-4d3c-af60-2d7e5de8e547, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0fb63157-1f83-4d33-afea-c21433d3b1fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cd37f7af-937f-49b0-ac9a-a2629eb0d94f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 717665ae-6839-4d3c-af60-2d7e5de8e547] [cd37f7af-937f-49b0-ac9a-a2629eb0d94f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [dee47417-8e66-40da-8748-f1232d66c7f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [dee47417-8e66-40da-8748-f1232d66c7f1, http://www.w3.org/ns/shacl#in, 4abf87e0-7748-4df8-bb69-98650daa192f] [dee47417-8e66-40da-8748-f1232d66c7f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [218f30f7-d26a-413a-921a-d49e47342bba, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [218f30f7-d26a-413a-921a-d49e47342bba, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [218f30f7-d26a-413a-921a-d49e47342bba, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [218f30f7-d26a-413a-921a-d49e47342bba, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0cc71d3a-1dd1-4e64-8412-1f317d6525f6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0cc71d3a-1dd1-4e64-8412-1f317d6525f6, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0cc71d3a-1dd1-4e64-8412-1f317d6525f6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8c2d781c-9781-430b-a74d-0a259256d8d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4abf87e0-7748-4df8-bb69-98650daa192f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cd37f7af-937f-49b0-ac9a-a2629eb0d94f] [4abf87e0-7748-4df8-bb69-98650daa192f, 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, dee47417-8e66-40da-8748-f1232d66c7f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e1067dc-7ede-4e59-9146-4f06b7c720fc] [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, 0fb63157-1f83-4d33-afea-c21433d3b1fb] [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, f1347d26-80de-4bd4-befc-739f13b2a0f3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 218f30f7-d26a-413a-921a-d49e47342bba] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dbfa2397-11b5-480a-84f5-2ffb401a96e7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0cc71d3a-1dd1-4e64-8412-1f317d6525f6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8c2d781c-9781-430b-a74d-0a259256d8d8]>
21:30:04.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.816 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.817 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6,_:8c2d781c-9781-430b-a74d-0a259256d8d8,_:0fb63157-1f83-4d33-afea-c21433d3b1fb,_:f1347d26-80de-4bd4-befc-739f13b2a0f3,_:dee47417-8e66-40da-8748-f1232d66c7f1,_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,_:218f30f7-d26a-413a-921a-d49e47342bba. Pending nodes: 
21:30:04.818 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6
21:30:04.818 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8c2d781c-9781-430b-a74d-0a259256d8d8
21:30:04.819 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0fb63157-1f83-4d33-afea-c21433d3b1fb
21:30:04.820 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f1347d26-80de-4bd4-befc-739f13b2a0f3
21:30:04.820 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dee47417-8e66-40da-8748-f1232d66c7f1
21:30:04.820 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dbfa2397-11b5-480a-84f5-2ffb401a96e7
21:30:04.821 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e1067dc-7ede-4e59-9146-4f06b7c720fc
21:30:04.822 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:218f30f7-d26a-413a-921a-d49e47342bba
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:218f30f7-d26a-413a-921a-d49e47342bba
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e1067dc-7ede-4e59-9146-4f06b7c720fc
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dbfa2397-11b5-480a-84f5-2ffb401a96e7
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dee47417-8e66-40da-8748-f1232d66c7f1
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f1347d26-80de-4bd4-befc-739f13b2a0f3
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0fb63157-1f83-4d33-afea-c21433d3b1fb
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8c2d781c-9781-430b-a74d-0a259256d8d8
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.822 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6,_:8c2d781c-9781-430b-a74d-0a259256d8d8,_:0fb63157-1f83-4d33-afea-c21433d3b1fb,_:f1347d26-80de-4bd4-befc-739f13b2a0f3,_:dee47417-8e66-40da-8748-f1232d66c7f1,_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,_:218f30f7-d26a-413a-921a-d49e47342bba)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8c2d781c-9781-430b-a74d-0a259256d8d8)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fb63157-1f83-4d33-afea-c21433d3b1fb)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f1347d26-80de-4bd4-befc-739f13b2a0f3)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dee47417-8e66-40da-8748-f1232d66c7f1)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dbfa2397-11b5-480a-84f5-2ffb401a96e7)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e1067dc-7ede-4e59-9146-4f06b7c720fc)
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:218f30f7-d26a-413a-921a-d49e47342bba)
21:30:04.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6=ShapeTyping(TypingMap(Map()))
21:30:04.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8c2d781c-9781-430b-a74d-0a259256d8d8],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8c2d781c-9781-430b-a74d-0a259256d8d8=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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8c2d781c-9781-430b-a74d-0a259256d8d8,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>)))))))
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.825 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0fb63157-1f83-4d33-afea-c21433d3b1fb],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fb63157-1f83-4d33-afea-c21433d3b1fb=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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0fb63157-1f83-4d33-afea-c21433d3b1fb,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>)))))))
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f1347d26-80de-4bd4-befc-739f13b2a0f3=ShapeTyping(TypingMap(Map()))
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dee47417-8e66-40da-8748-f1232d66c7f1=ShapeTyping(TypingMap(Map()))
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.827 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dbfa2397-11b5-480a-84f5-2ffb401a96e7=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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,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))))))))
21:30:04.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e1067dc-7ede-4e59-9146-4f06b7c720fc],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.828 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e1067dc-7ede-4e59-9146-4f06b7c720fc=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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,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>)))))))
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.829 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.807Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:218f30f7-d26a-413a-921a-d49e47342bba],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.829 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:218f30f7-d26a-413a-921a-d49e47342bba=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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:218f30f7-d26a-413a-921a-d49e47342bba,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>)))))))
21:30:04.829 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6,_:8c2d781c-9781-430b-a74d-0a259256d8d8,_:0fb63157-1f83-4d33-afea-c21433d3b1fb,_:f1347d26-80de-4bd4-befc-739f13b2a0f3,_:dee47417-8e66-40da-8748-f1232d66c7f1,_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,_:218f30f7-d26a-413a-921a-d49e47342bba)=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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,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(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,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(_:8c2d781c-9781-430b-a74d-0a259256d8d8,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(_:0fb63157-1f83-4d33-afea-c21433d3b1fb,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(_:218f30f7-d26a-413a-921a-d49e47342bba,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>)))))))
21:30:04.829 [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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,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(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,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(_:8c2d781c-9781-430b-a74d-0a259256d8d8,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(_:0fb63157-1f83-4d33-afea-c21433d3b1fb,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(_:218f30f7-d26a-413a-921a-d49e47342bba,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>)))))))
21:30:04.829 [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(_:0cc71d3a-1dd1-4e64-8412-1f317d6525f6), ShapeRef(_:8c2d781c-9781-430b-a74d-0a259256d8d8), ShapeRef(_:0fb63157-1f83-4d33-afea-c21433d3b1fb), ShapeRef(_:f1347d26-80de-4bd4-befc-739f13b2a0f3), ShapeRef(_:dee47417-8e66-40da-8748-f1232d66c7f1), ShapeRef(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7), ShapeRef(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc), ShapeRef(_:218f30f7-d26a-413a-921a-d49e47342bba)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbfa2397-11b5-480a-84f5-2ffb401a96e7,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(_:6e1067dc-7ede-4e59-9146-4f06b7c720fc,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(_:8c2d781c-9781-430b-a74d-0a259256d8d8,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(_:0fb63157-1f83-4d33-afea-c21433d3b1fb,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(_:218f30f7-d26a-413a-921a-d49e47342bba,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>)))))))
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:218f30f7-d26a-413a-921a-d49e47342bba = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:218f30f7-d26a-413a-921a-d49e47342bba = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:218f30f7-d26a-413a-921a-d49e47342bba: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e1067dc-7ede-4e59-9146-4f06b7c720fc = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e1067dc-7ede-4e59-9146-4f06b7c720fc = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e1067dc-7ede-4e59-9146-4f06b7c720fc: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dbfa2397-11b5-480a-84f5-2ffb401a96e7 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dbfa2397-11b5-480a-84f5-2ffb401a96e7 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dbfa2397-11b5-480a-84f5-2ffb401a96e7: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dee47417-8e66-40da-8748-f1232d66c7f1 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dee47417-8e66-40da-8748-f1232d66c7f1 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dee47417-8e66-40da-8748-f1232d66c7f1: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f1347d26-80de-4bd4-befc-739f13b2a0f3 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f1347d26-80de-4bd4-befc-739f13b2a0f3 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f1347d26-80de-4bd4-befc-739f13b2a0f3: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0fb63157-1f83-4d33-afea-c21433d3b1fb = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0fb63157-1f83-4d33-afea-c21433d3b1fb = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0fb63157-1f83-4d33-afea-c21433d3b1fb: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8c2d781c-9781-430b-a74d-0a259256d8d8 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8c2d781c-9781-430b-a74d-0a259256d8d8 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8c2d781c-9781-430b-a74d-0a259256d8d8: 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6 = 
21:30:04.830 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0cc71d3a-1dd1-4e64-8412-1f317d6525f6: 
21:30:04.831 [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
] .

21:30:04.832 [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
] .

@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-07T21:30:04.833Z"^^<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 .
21:30:04.840 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2020-11-07T21:30:04.833Z"^^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#integerProperty3, "4"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-11-07T21:30:04.833Z"^^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: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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
21:30:04.841 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:path http://www.sampledomain.org/sam#aStringProperty; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:pattern "^B"; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @sh:description "a Simple Single String Property"; 39939ae1-9542-477d-9e9f-ad61f7f0bb40 @rdf:type sh:Property; 50c75708-8496-4b82-bc1f-8f93d9c82c9e @rdf:rest rdf:nil; 50c75708-8496-4b82-bc1f-8f93d9c82c9e @rdf:first "C"; e604c0db-5bf7-45a5-b640-84f6f217f1d1 @rdf:rest a089cd4a-a278-4180-8d5a-c986b87495a0; e604c0db-5bf7-45a5-b640-84f6f217f1d1 @rdf:first "A"; a089cd4a-a278-4180-8d5a-c986b87495a0 @rdf:rest 50c75708-8496-4b82-bc1f-8f93d9c82c9e; a089cd4a-a278-4180-8d5a-c986b87495a0 @rdf:first "B"; 9f806662-c69a-4c02-a58a-24f9551d35c1 @sh:path http://www.sampledomain.org/sam#integerProperty3; 9f806662-c69a-4c02-a58a-24f9551d35c1 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9f806662-c69a-4c02-a58a-24f9551d35c1 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer...} |  [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#pattern, "^B"] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [39939ae1-9542-477d-9e9f-ad61f7f0bb40, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [50c75708-8496-4b82-bc1f-8f93d9c82c9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [50c75708-8496-4b82-bc1f-8f93d9c82c9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e604c0db-5bf7-45a5-b640-84f6f217f1d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a089cd4a-a278-4180-8d5a-c986b87495a0] [e604c0db-5bf7-45a5-b640-84f6f217f1d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a089cd4a-a278-4180-8d5a-c986b87495a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 50c75708-8496-4b82-bc1f-8f93d9c82c9e] [a089cd4a-a278-4180-8d5a-c986b87495a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9f806662-c69a-4c02-a58a-24f9551d35c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9f806662-c69a-4c02-a58a-24f9551d35c1, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9f806662-c69a-4c02-a58a-24f9551d35c1, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9f806662-c69a-4c02-a58a-24f9551d35c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7edec747-dd8b-4eb6-96d5-8eb51b6298e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7edec747-dd8b-4eb6-96d5-8eb51b6298e2, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7edec747-dd8b-4eb6-96d5-8eb51b6298e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [322d32d9-7f75-4463-a25d-46663c217261, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [322d32d9-7f75-4463-a25d-46663c217261, http://www.w3.org/ns/shacl#in, e604c0db-5bf7-45a5-b640-84f6f217f1d1] [322d32d9-7f75-4463-a25d-46663c217261, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a333aece-a18b-4fe7-8811-2e807a471c22, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a333aece-a18b-4fe7-8811-2e807a471c22, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a333aece-a18b-4fe7-8811-2e807a471c22, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a333aece-a18b-4fe7-8811-2e807a471c22, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5ca33cd8-aee2-4d12-b558-1670e04956f4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0638db20-6dfe-499f-930b-62000aa3b9ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0638db20-6dfe-499f-930b-62000aa3b9ea, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0638db20-6dfe-499f-930b-62000aa3b9ea, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0638db20-6dfe-499f-930b-62000aa3b9ea, 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, 39939ae1-9542-477d-9e9f-ad61f7f0bb40] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 322d32d9-7f75-4463-a25d-46663c217261] [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, 7edec747-dd8b-4eb6-96d5-8eb51b6298e2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a333aece-a18b-4fe7-8811-2e807a471c22] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0638db20-6dfe-499f-930b-62000aa3b9ea] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5ca33cd8-aee2-4d12-b558-1670e04956f4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9f806662-c69a-4c02-a58a-24f9551d35c1]>
21:30:04.887 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
21:30:04.888 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
21:30:04.889 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9f806662-c69a-4c02-a58a-24f9551d35c1,_:5ca33cd8-aee2-4d12-b558-1670e04956f4,_:322d32d9-7f75-4463-a25d-46663c217261,_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,_:0638db20-6dfe-499f-930b-62000aa3b9ea,_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2,_:a333aece-a18b-4fe7-8811-2e807a471c22,_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d. Pending nodes: 
21:30:04.889 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9f806662-c69a-4c02-a58a-24f9551d35c1
21:30:04.890 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5ca33cd8-aee2-4d12-b558-1670e04956f4
21:30:04.891 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:322d32d9-7f75-4463-a25d-46663c217261
21:30:04.891 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:39939ae1-9542-477d-9e9f-ad61f7f0bb40
21:30:04.892 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0638db20-6dfe-499f-930b-62000aa3b9ea
21:30:04.892 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7edec747-dd8b-4eb6-96d5-8eb51b6298e2
21:30:04.893 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a333aece-a18b-4fe7-8811-2e807a471c22
21:30:04.893 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a333aece-a18b-4fe7-8811-2e807a471c22
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7edec747-dd8b-4eb6-96d5-8eb51b6298e2
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0638db20-6dfe-499f-930b-62000aa3b9ea
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:39939ae1-9542-477d-9e9f-ad61f7f0bb40
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:322d32d9-7f75-4463-a25d-46663c217261
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5ca33cd8-aee2-4d12-b558-1670e04956f4
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9f806662-c69a-4c02-a58a-24f9551d35c1
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d = 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d = 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d: 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a333aece-a18b-4fe7-8811-2e807a471c22 = 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a333aece-a18b-4fe7-8811-2e807a471c22 = 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a333aece-a18b-4fe7-8811-2e807a471c22: 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9f806662-c69a-4c02-a58a-24f9551d35c1,_:5ca33cd8-aee2-4d12-b558-1670e04956f4,_:322d32d9-7f75-4463-a25d-46663c217261,_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,_:0638db20-6dfe-499f-930b-62000aa3b9ea,_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2,_:a333aece-a18b-4fe7-8811-2e807a471c22,_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f806662-c69a-4c02-a58a-24f9551d35c1)
21:30:04.894 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ca33cd8-aee2-4d12-b558-1670e04956f4)
21:30:04.895 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:322d32d9-7f75-4463-a25d-46663c217261)
21:30:04.895 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:39939ae1-9542-477d-9e9f-ad61f7f0bb40)
21:30:04.895 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0638db20-6dfe-499f-930b-62000aa3b9ea)
21:30:04.895 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2)
21:30:04.895 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a333aece-a18b-4fe7-8811-2e807a471c22)
21:30:04.895 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)
21:30:04.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9f806662-c69a-4c02-a58a-24f9551d35c1=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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9f806662-c69a-4c02-a58a-24f9551d35c1,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"))))))))
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5ca33cd8-aee2-4d12-b558-1670e04956f4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.896 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ca33cd8-aee2-4d12-b558-1670e04956f4=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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ca33cd8-aee2-4d12-b558-1670e04956f4,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>)))))))
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:322d32d9-7f75-4463-a25d-46663c217261=ShapeTyping(TypingMap(Map()))
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:39939ae1-9542-477d-9e9f-ad61f7f0bb40],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
21:30:04.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:39939ae1-9542-477d-9e9f-ad61f7f0bb40=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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,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>)))))))
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0638db20-6dfe-499f-930b-62000aa3b9ea=ShapeTyping(TypingMap(Map()))
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2=ShapeTyping(TypingMap(Map()))
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-11-07T21:30:04.833Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a333aece-a18b-4fe7-8811-2e807a471c22],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
21:30:04.899 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a333aece-a18b-4fe7-8811-2e807a471c22=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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a333aece-a18b-4fe7-8811-2e807a471c22,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>)))))))
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.900 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
21:30:04.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
21:30:04.900 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d=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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d,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>)))))))
21:30:04.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9f806662-c69a-4c02-a58a-24f9551d35c1,_:5ca33cd8-aee2-4d12-b558-1670e04956f4,_:322d32d9-7f75-4463-a25d-46663c217261,_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,_:0638db20-6dfe-499f-930b-62000aa3b9ea,_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2,_:a333aece-a18b-4fe7-8811-2e807a471c22,_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d,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(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,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(_:5ca33cd8-aee2-4d12-b558-1670e04956f4,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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9f806662-c69a-4c02-a58a-24f9551d35c1,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(_:a333aece-a18b-4fe7-8811-2e807a471c22,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>)))))))
21:30:04.901 [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(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d,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(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,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(_:5ca33cd8-aee2-4d12-b558-1670e04956f4,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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9f806662-c69a-4c02-a58a-24f9551d35c1,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(_:a333aece-a18b-4fe7-8811-2e807a471c22,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>)))))))
21:30:04.901 [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(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d,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(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40,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(_:5ca33cd8-aee2-4d12-b558-1670e04956f4,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(_:9f806662-c69a-4c02-a58a-24f9551d35c1), ShapeRef(_:5ca33cd8-aee2-4d12-b558-1670e04956f4), ShapeRef(_:322d32d9-7f75-4463-a25d-46663c217261), ShapeRef(_:39939ae1-9542-477d-9e9f-ad61f7f0bb40), ShapeRef(_:0638db20-6dfe-499f-930b-62000aa3b9ea), ShapeRef(_:7edec747-dd8b-4eb6-96d5-8eb51b6298e2), ShapeRef(_:a333aece-a18b-4fe7-8811-2e807a471c22), ShapeRef(_:a77e26cd-8ba8-4f77-abe1-fca44fa8cb0d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9f806662-c69a-4c02-a58a-24f9551d35c1,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(_:a333aece-a18b-4fe7-8811-2e807a471c22,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>)))))))
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7edec747-dd8b-4eb6-96d5-8eb51b6298e2 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7edec747-dd8b-4eb6-96d5-8eb51b6298e2 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7edec747-dd8b-4eb6-96d5-8eb51b6298e2: 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0638db20-6dfe-499f-930b-62000aa3b9ea = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0638db20-6dfe-499f-930b-62000aa3b9ea = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0638db20-6dfe-499f-930b-62000aa3b9ea: 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:39939ae1-9542-477d-9e9f-ad61f7f0bb40 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:39939ae1-9542-477d-9e9f-ad61f7f0bb40 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:39939ae1-9542-477d-9e9f-ad61f7f0bb40: 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:322d32d9-7f75-4463-a25d-46663c217261 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:322d32d9-7f75-4463-a25d-46663c217261 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:322d32d9-7f75-4463-a25d-46663c217261: 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5ca33cd8-aee2-4d12-b558-1670e04956f4 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5ca33cd8-aee2-4d12-b558-1670e04956f4 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5ca33cd8-aee2-4d12-b558-1670e04956f4: 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9f806662-c69a-4c02-a58a-24f9551d35c1 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9f806662-c69a-4c02-a58a-24f9551d35c1 = 
21:30:04.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9f806662-c69a-4c02-a58a-24f9551d35c1: 
21:30:04.904 [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
               ]
] .

21:30:04.905 [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
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ lyo-validation ---
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ lyo-validation ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[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...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-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.M2.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/4.0.0.M2/lyo-validation-4.0.0.M2.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/4.0.0.M2/lyo-validation-4.0.0.M2.pom
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/4.0.0.M2/lyo-validation-4.0.0.M2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/4.0.0.M2/lyo-validation-4.0.0.M2-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-4.0.0.M2-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/4.0.0.M2/lyo-validation-4.0.0.M2-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ lyo-validation ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.362 s
[INFO] Finished at: 2020-11-07T21:30:07Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project lyo-validation: Failed to deploy artifacts: Could not transfer artifact org.eclipse.lyo.experimental:lyo-validation:jar:sources:4.0.0.M2 from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/lyo-releases/): Transfer failed for https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/experimental/lyo-validation/4.0.0.M2/lyo-validation-4.0.0.M2-sources.jar 400 Bad Request -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 63 killed;
[ssh-agent] Stopped.
Sending e-mails to: andriib@kth.se jad@kth.se jamsden@us.ibm.com yash.s.khatri@gmail.com neormx@gmail.com
Finished: FAILURE