Skip to content

Console Output

Started by user Andrii Berezovskyi
Running as Andrii Berezovskyi
Agent default-agent-xt759 is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 
* [jnlp] eclipsecbijenkins/jenkins-agent:3.29@sha256:90d0b4f1eaa744217d4cd5df8caef86dfc76ce4d38bba6bda6a40de4eb8307cd(resourceRequestCpu: 1000m, resourceRequestMemory: 4096Mi, resourceLimitCpu: 2000m, resourceLimitMemory: 4096Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
    - name: settings-security-xml
      mountPath: /home/jenkins/.m2/settings-security.xml
      subPath: settings-security.xml
      readOnly: true
  volumes:
  - name: settings-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml
  - name: settings-security-xml
    secret:
      secretName: m2-secret-dir
      items:
      - key: settings-security.xml
        path: settings-security.xml


Building remotely on default-agent-xt759 in workspace /home/jenkins/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-j6w9V0QyH3rr/agent.74
SSH_AGENT_PID=76
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/lyo-validation-master@tmp/private_key_6979658312155231818.key (/home/jenkins/workspace/lyo-validation-master@tmp/private_key_6979658312155231818.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
 > /usr/bin/git init /home/jenkins/workspace/lyo-validation-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo-validation.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo-validation.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/eclipse/lyo-validation.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/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
 > /usr/bin/git fetch --tags --force --progress https://github.com/eclipse/lyo-validation.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c591cc60e91de2f141b7d9be8f82217ca954b9c3 (origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f c591cc60e91de2f141b7d9be8f82217ca954b9c3
Commit message: "Publish Validation 0.2 RC (#26)"
 > /usr/bin/git rev-list --no-walk c591cc60e91de2f141b7d9be8f82217ca954b9c3 # timeout=10
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B clean package javadoc:aggregate
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-eclipse-plugin/2.8/maven-eclipse-plugin-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-eclipse-plugin/2.8/maven-eclipse-plugin-2.8.pom (12 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/17/maven-plugins-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/17/maven-plugins-17.pom (13 kB at 294 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 646 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 627 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-eclipse-plugin/2.8/maven-eclipse-plugin-2.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-eclipse-plugin/2.8/maven-eclipse-plugin-2.8.jar (206 kB at 646 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.pom (6.7 kB at 257 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 418 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 529 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.2.1/maven-source-plugin-2.2.1.jar (30 kB at 968 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.pom (15 kB at 671 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/2.9/maven-javadoc-plugin-2.9.jar (362 kB at 6.0 MB/s)
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 0.2.0.RC
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 621 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 850 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 740 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 795 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 331 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 684 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 185 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 319 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 720 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 931 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 822 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 895 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 308 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 492 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 208 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 851 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.pom (9.2 kB at 162 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena/3.6.0/jena-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena/3.6.0/jena-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena/3.6.0/jena-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.6.0/jena-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.6.0/jena-3.6.0.pom (34 kB at 583 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/18/apache-18.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/18/apache-18.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/apache/18/apache-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 307 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 82 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 218 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.pom (3.9 kB at 104 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.pom (3.4 kB at 79 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 74 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 261 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.5 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.pom (4.7 kB at 128 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.pom (3.2 kB at 71 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.pom (19 kB at 526 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 324 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 600 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 1.1 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/16/apache-16.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/16/apache-16.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/apache/16/apache-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 296 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom (2.1 kB at 54 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.pom (6.7 kB at 176 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 173 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 435 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 736 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 131 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 396 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 206 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.5 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.pom (2.8 kB at 70 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java-parent/0.11.1/jsonld-java-parent-0.11.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java-parent/0.11.1/jsonld-java-parent-0.11.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/jsonld-java/jsonld-java-parent/0.11.1/jsonld-java-parent-0.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.11.1/jsonld-java-parent-0.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.11.1/jsonld-java-parent-0.11.1.pom (14 kB at 399 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.pom (5.5 kB at 125 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 217 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 378 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.pom (5.9 kB at 143 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-bom/2.9.0/jackson-bom-2.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-bom/2.9.0/jackson-bom-2.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/jackson-bom/2.9.0/jackson-bom-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.0/jackson-bom-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.0/jackson-bom-2.9.0.pom (12 kB at 292 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 57 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 27 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 246 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 1.3 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.pom (6.4 kB at 151 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.pom (3.3 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (2.7 kB at 78 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (12 kB at 320 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.pom (6.4 kB at 178 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-client/4.4.1/httpcomponents-client-4.4.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-client/4.4.1/httpcomponents-client-4.4.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcomponents-client/4.4.1/httpcomponents-client-4.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.4.1/httpcomponents-client-4.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.4.1/httpcomponents-client-4.4.1.pom (16 kB at 423 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 549 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 1.6 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shaclex_2.12/0.0.87/shaclex_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shaclex_2.12/0.0.87/shaclex_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shaclex_2.12/0.0.87/shaclex_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shaclex_2.12/0.0.87/shaclex_2.12-0.0.87.pom (5.6 kB at 9.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.pom (1.6 kB at 4.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.pom (3.7 kB at 6.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.pom (6.2 kB at 18 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.pom (4.1 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.pom (2.2 kB at 7.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.4/scala-library-2.12.4.pom (1.6 kB at 34 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.pom (1.8 kB at 2.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.pom (4.7 kB at 18 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.pom (4.2 kB at 16 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.pom (1.8 kB at 8.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0/scala-library-2.12.0.pom (1.6 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0/scala-reflect-2.12.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0/scala-reflect-2.12.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0/scala-reflect-2.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0/scala-reflect-2.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0/scala-reflect-2.12.0.pom (1.8 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.pom (4.0 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.pom (2.0 kB at 7.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.pom (1.6 kB at 7.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-core_2.12/1.0.1/cats-core_2.12-1.0.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-core_2.12/1.0.1/cats-core_2.12-1.0.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-core_2.12/1.0.1/cats-core_2.12-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/1.0.1/cats-core_2.12-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/1.0.1/cats-core_2.12-1.0.1.pom (4.7 kB at 5.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-macros_2.12/1.0.1/cats-macros_2.12-1.0.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-macros_2.12/1.0.1/cats-macros_2.12-1.0.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-macros_2.12/1.0.1/cats-macros_2.12-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/1.0.1/cats-macros_2.12-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/1.0.1/cats-macros_2.12-1.0.1.pom (4.2 kB at 17 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-kernel_2.12/1.0.1/cats-kernel_2.12-1.0.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-kernel_2.12/1.0.1/cats-kernel_2.12-1.0.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-kernel_2.12/1.0.1/cats-kernel_2.12-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/1.0.1/cats-kernel_2.12-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/1.0.1/cats-kernel_2.12-1.0.1.pom (4.0 kB at 30 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.pom (2.6 kB at 3.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.pom (1.9 kB at 7.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.pom (2.3 kB at 9.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.pom (2.0 kB at 6.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.pom (2.0 kB at 8.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.pom (1.9 kB at 6.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.2/scala-library-2.12.2.pom (1.6 kB at 31 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.pom (2.7 kB at 25 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.2/scala-reflect-2.12.2.pom (1.8 kB at 23 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.pom (3.4 kB at 5.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.pom (4.6 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.pom (3.0 kB at 8.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.pom (1.6 kB at 7.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-core_2.12/0.9.0/cats-core_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-core_2.12/0.9.0/cats-core_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-core_2.12/0.9.0/cats-core_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/0.9.0/cats-core_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/0.9.0/cats-core_2.12-0.9.0.pom (4.6 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.1/scala-library-2.12.1.pom (1.6 kB at 31 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-macros_2.12/0.9.0/cats-macros_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-macros_2.12/0.9.0/cats-macros_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-macros_2.12/0.9.0/cats-macros_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/0.9.0/cats-macros_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/0.9.0/cats-macros_2.12-0.9.0.pom (4.0 kB at 5.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpilquist/simulacrum_2.12/0.10.0/simulacrum_2.12-0.10.0.pom (2.1 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/machinist_2.12/0.6.1/machinist_2.12-0.6.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/machinist_2.12/0.6.1/machinist_2.12-0.6.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/machinist_2.12/0.6.1/machinist_2.12-0.6.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/machinist_2.12/0.6.1/machinist_2.12-0.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/machinist_2.12/0.6.1/machinist_2.12-0.6.1.pom (1.8 kB at 9.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-kernel_2.12/0.9.0/cats-kernel_2.12-0.9.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-kernel_2.12/0.9.0/cats-kernel_2.12-0.9.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-kernel_2.12/0.9.0/cats-kernel_2.12-0.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/0.9.0/cats-kernel_2.12-0.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/0.9.0/cats-kernel_2.12-0.9.0.pom (3.7 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.pom (2.6 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.pom (2.3 kB at 6.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-text/1.2/commons-text-1.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-text/1.2/commons-text-1.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-text/1.2/commons-text-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.2/commons-text-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.2/commons-text-1.2.pom (15 kB at 48 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 744 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.pom (4.1 kB at 6.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.pom (5.2 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr4/4.7.1/antlr4-4.7.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr4/4.7.1/antlr4-4.7.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr4/4.7.1/antlr4-4.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.7.1/antlr4-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.7.1/antlr4-4.7.1.pom (6.2 kB at 44 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 63 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 90 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 68 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 62 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 267 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.pom (14 kB at 443 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.pom (5.2 kB at 32 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 134 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (9.2 kB at 256 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/json/1.0.4/json-1.0.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/json/1.0.4/json-1.0.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/glassfish/json/1.0.4/json-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.0.4/json-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.0.4/json-1.0.4.pom (11 kB at 221 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 126 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/ibm/icu/icu4j/58.2/icu4j-58.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/ibm/icu/icu4j/58.2/icu4j-58.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/ibm/icu/icu4j/58.2/icu4j-58.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/58.2/icu4j-58.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/58.2/icu4j-58.2.pom (5.0 kB at 58 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.pom (4.2 kB at 6.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.pom (2.1 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.pom (3.6 kB at 5.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.pom (2.5 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jgrapht/jgrapht/1.1.0/jgrapht-1.1.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jgrapht/jgrapht/1.1.0/jgrapht-1.1.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/jgrapht/jgrapht/1.1.0/jgrapht-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht/1.1.0/jgrapht-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht/1.1.0/jgrapht-1.1.0.pom (7.0 kB at 41 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.pom (4.9 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.pom (4.9 kB at 7.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from bintraylabramaven: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from bintraywesowesoreleases: https://dl.bintray.com/weso/weso-releases/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/maven-metadata.xml (3.4 kB at 29 kB/s)
[INFO] Downloading from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-reflect/maven-metadata.xml
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.0/scala-reflect-2.10.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.0/scala-reflect-2.10.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.0/scala-reflect-2.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.0/scala-reflect-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.0/scala-reflect-2.10.0.pom (1.8 kB at 7.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.pom (1.9 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.1-RC1/scala-reflect-2.10.1-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.1-RC1/scala-reflect-2.10.1-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.1-RC1/scala-reflect-2.10.1-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1-RC1/scala-reflect-2.10.1-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1-RC1/scala-reflect-2.10.1-RC1.pom (1.8 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.1-RC1/scala-library-2.10.1-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.1-RC1/scala-library-2.10.1-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.1-RC1/scala-library-2.10.1-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1-RC1/scala-library-2.10.1-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1-RC1/scala-library-2.10.1-RC1.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.1-RC2/scala-reflect-2.10.1-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.1-RC2/scala-reflect-2.10.1-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.1-RC2/scala-reflect-2.10.1-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1-RC2/scala-reflect-2.10.1-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1-RC2/scala-reflect-2.10.1-RC2.pom (1.8 kB at 8.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.1-RC2/scala-library-2.10.1-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.1-RC2/scala-library-2.10.1-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.1-RC2/scala-library-2.10.1-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1-RC2/scala-library-2.10.1-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1-RC2/scala-library-2.10.1-RC2.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.1-RC3/scala-reflect-2.10.1-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.1-RC3/scala-reflect-2.10.1-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.1-RC3/scala-reflect-2.10.1-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1-RC3/scala-reflect-2.10.1-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1-RC3/scala-reflect-2.10.1-RC3.pom (1.8 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.1-RC3/scala-library-2.10.1-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.1-RC3/scala-library-2.10.1-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.1-RC3/scala-library-2.10.1-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1-RC3/scala-library-2.10.1-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1-RC3/scala-library-2.10.1-RC3.pom (1.9 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.1/scala-reflect-2.10.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.1/scala-reflect-2.10.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.1/scala-reflect-2.10.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1/scala-reflect-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.1/scala-reflect-2.10.1.pom (1.8 kB at 3.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.1/scala-library-2.10.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.1/scala-library-2.10.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.1/scala-library-2.10.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1/scala-library-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.1/scala-library-2.10.1.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.2-RC1/scala-reflect-2.10.2-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.2-RC1/scala-reflect-2.10.2-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.2-RC1/scala-reflect-2.10.2-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.2-RC1/scala-reflect-2.10.2-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.2-RC1/scala-reflect-2.10.2-RC1.pom (2.0 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.2-RC1/scala-library-2.10.2-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.2-RC1/scala-library-2.10.2-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.2-RC1/scala-library-2.10.2-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.2-RC1/scala-library-2.10.2-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.2-RC1/scala-library-2.10.2-RC1.pom (2.1 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.2-RC2/scala-reflect-2.10.2-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.2-RC2/scala-reflect-2.10.2-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.2-RC2/scala-reflect-2.10.2-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.2-RC2/scala-reflect-2.10.2-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.2-RC2/scala-reflect-2.10.2-RC2.pom (2.0 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.2-RC2/scala-library-2.10.2-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.2-RC2/scala-library-2.10.2-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.2-RC2/scala-library-2.10.2-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.2-RC2/scala-library-2.10.2-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.2-RC2/scala-library-2.10.2-RC2.pom (2.1 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.2/scala-reflect-2.10.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.2/scala-reflect-2.10.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.2/scala-reflect-2.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.2/scala-reflect-2.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.2/scala-reflect-2.10.2.pom (1.9 kB at 16 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.2/scala-library-2.10.2.pom (2.0 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.3-RC1/scala-reflect-2.10.3-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.3-RC1/scala-reflect-2.10.3-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.3-RC1/scala-reflect-2.10.3-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3-RC1/scala-reflect-2.10.3-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3-RC1/scala-reflect-2.10.3-RC1.pom (2.0 kB at 8.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.3-RC1/scala-library-2.10.3-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.3-RC1/scala-library-2.10.3-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.3-RC1/scala-library-2.10.3-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3-RC1/scala-library-2.10.3-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3-RC1/scala-library-2.10.3-RC1.pom (2.1 kB at 6.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.3-RC2/scala-reflect-2.10.3-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.3-RC2/scala-reflect-2.10.3-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.3-RC2/scala-reflect-2.10.3-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3-RC2/scala-reflect-2.10.3-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3-RC2/scala-reflect-2.10.3-RC2.pom (2.0 kB at 7.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.3-RC2/scala-library-2.10.3-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.3-RC2/scala-library-2.10.3-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.3-RC2/scala-library-2.10.3-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3-RC2/scala-library-2.10.3-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3-RC2/scala-library-2.10.3-RC2.pom (2.1 kB at 7.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.3-RC3/scala-reflect-2.10.3-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.3-RC3/scala-reflect-2.10.3-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.3-RC3/scala-reflect-2.10.3-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3-RC3/scala-reflect-2.10.3-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3-RC3/scala-reflect-2.10.3-RC3.pom (2.0 kB at 7.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.3-RC3/scala-library-2.10.3-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.3-RC3/scala-library-2.10.3-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.3-RC3/scala-library-2.10.3-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3-RC3/scala-library-2.10.3-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3-RC3/scala-library-2.10.3-RC3.pom (2.1 kB at 9.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.3/scala-reflect-2.10.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.3/scala-reflect-2.10.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.3/scala-reflect-2.10.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3/scala-reflect-2.10.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.3/scala-reflect-2.10.3.pom (1.9 kB at 7.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.3/scala-library-2.10.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.3/scala-library-2.10.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.3/scala-library-2.10.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3/scala-library-2.10.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.3/scala-library-2.10.3.pom (2.0 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.4-RC1/scala-reflect-2.10.4-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.4-RC1/scala-reflect-2.10.4-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.4-RC1/scala-reflect-2.10.4-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4-RC1/scala-reflect-2.10.4-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4-RC1/scala-reflect-2.10.4-RC1.pom (2.0 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.4-RC1/scala-library-2.10.4-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.4-RC1/scala-library-2.10.4-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.4-RC1/scala-library-2.10.4-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4-RC1/scala-library-2.10.4-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4-RC1/scala-library-2.10.4-RC1.pom (2.1 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.4-RC2/scala-reflect-2.10.4-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.4-RC2/scala-reflect-2.10.4-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.4-RC2/scala-reflect-2.10.4-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4-RC2/scala-reflect-2.10.4-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4-RC2/scala-reflect-2.10.4-RC2.pom (2.0 kB at 8.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.4-RC2/scala-library-2.10.4-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.4-RC2/scala-library-2.10.4-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.4-RC2/scala-library-2.10.4-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4-RC2/scala-library-2.10.4-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4-RC2/scala-library-2.10.4-RC2.pom (2.1 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.4-RC3/scala-reflect-2.10.4-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.4-RC3/scala-reflect-2.10.4-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.4-RC3/scala-reflect-2.10.4-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4-RC3/scala-reflect-2.10.4-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4-RC3/scala-reflect-2.10.4-RC3.pom (2.0 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.4-RC3/scala-library-2.10.4-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.4-RC3/scala-library-2.10.4-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.4-RC3/scala-library-2.10.4-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4-RC3/scala-library-2.10.4-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4-RC3/scala-library-2.10.4-RC3.pom (2.1 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.4/scala-reflect-2.10.4.pom (1.9 kB at 7.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.pom (2.0 kB at 8.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.5/scala-reflect-2.10.5.pom (1.9 kB at 7.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.pom (2.0 kB at 9.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.6/scala-reflect-2.10.6.pom (1.9 kB at 2.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.6/scala-library-2.10.6.pom (2.0 kB at 9.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.10.7/scala-reflect-2.10.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.10.7/scala-reflect-2.10.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.10.7/scala-reflect-2.10.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.7/scala-reflect-2.10.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.10.7/scala-reflect-2.10.7.pom (1.9 kB at 8.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.7/scala-library-2.10.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.7/scala-library-2.10.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.7/scala-library-2.10.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.7/scala-library-2.10.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.10.7/scala-library-2.10.7.pom (2.0 kB at 19 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M1/scala-reflect-2.11.0-M1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M1/scala-reflect-2.11.0-M1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M1/scala-reflect-2.11.0-M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M1/scala-reflect-2.11.0-M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M1/scala-reflect-2.11.0-M1.pom (1.8 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M1/scala-library-2.11.0-M1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M1/scala-library-2.11.0-M1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M1/scala-library-2.11.0-M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M1/scala-library-2.11.0-M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M1/scala-library-2.11.0-M1.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M2/scala-reflect-2.11.0-M2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M2/scala-reflect-2.11.0-M2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M2/scala-reflect-2.11.0-M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M2/scala-reflect-2.11.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M2/scala-reflect-2.11.0-M2.pom (1.8 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M2/scala-library-2.11.0-M2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M2/scala-library-2.11.0-M2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M2/scala-library-2.11.0-M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M2/scala-library-2.11.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M2/scala-library-2.11.0-M2.pom (1.9 kB at 4.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M3/scala-reflect-2.11.0-M3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M3/scala-reflect-2.11.0-M3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M3/scala-reflect-2.11.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M3/scala-reflect-2.11.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M3/scala-reflect-2.11.0-M3.pom (1.9 kB at 8.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M3/scala-library-2.11.0-M3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M3/scala-library-2.11.0-M3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M3/scala-library-2.11.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M3/scala-library-2.11.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M3/scala-library-2.11.0-M3.pom (2.0 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M4/scala-reflect-2.11.0-M4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M4/scala-reflect-2.11.0-M4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M4/scala-reflect-2.11.0-M4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M4/scala-reflect-2.11.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M4/scala-reflect-2.11.0-M4.pom (1.9 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M4/scala-library-2.11.0-M4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M4/scala-library-2.11.0-M4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M4/scala-library-2.11.0-M4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M4/scala-library-2.11.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M4/scala-library-2.11.0-M4.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M5/scala-reflect-2.11.0-M5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M5/scala-reflect-2.11.0-M5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M5/scala-reflect-2.11.0-M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M5/scala-reflect-2.11.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M5/scala-reflect-2.11.0-M5.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M5/scala-library-2.11.0-M5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M5/scala-library-2.11.0-M5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M5/scala-library-2.11.0-M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M5/scala-library-2.11.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M5/scala-library-2.11.0-M5.pom (1.9 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M6/scala-reflect-2.11.0-M6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M6/scala-reflect-2.11.0-M6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M6/scala-reflect-2.11.0-M6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M6/scala-reflect-2.11.0-M6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M6/scala-reflect-2.11.0-M6.pom (1.9 kB at 5.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M6/scala-library-2.11.0-M6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M6/scala-library-2.11.0-M6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M6/scala-library-2.11.0-M6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M6/scala-library-2.11.0-M6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M6/scala-library-2.11.0-M6.pom (1.9 kB at 9.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M7/scala-reflect-2.11.0-M7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M7/scala-reflect-2.11.0-M7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M7/scala-reflect-2.11.0-M7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M7/scala-reflect-2.11.0-M7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M7/scala-reflect-2.11.0-M7.pom (2.0 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M7/scala-library-2.11.0-M7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M7/scala-library-2.11.0-M7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M7/scala-library-2.11.0-M7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M7/scala-library-2.11.0-M7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M7/scala-library-2.11.0-M7.pom (1.8 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-M8/scala-reflect-2.11.0-M8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-M8/scala-reflect-2.11.0-M8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-M8/scala-reflect-2.11.0-M8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M8/scala-reflect-2.11.0-M8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-M8/scala-reflect-2.11.0-M8.pom (2.0 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-M8/scala-library-2.11.0-M8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-M8/scala-library-2.11.0-M8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-M8/scala-library-2.11.0-M8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M8/scala-library-2.11.0-M8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-M8/scala-library-2.11.0-M8.pom (1.8 kB at 9.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-RC1/scala-reflect-2.11.0-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-RC1/scala-reflect-2.11.0-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-RC1/scala-reflect-2.11.0-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-RC1/scala-reflect-2.11.0-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-RC1/scala-reflect-2.11.0-RC1.pom (1.6 kB at 7.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-RC1/scala-library-2.11.0-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-RC1/scala-library-2.11.0-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-RC1/scala-library-2.11.0-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-RC1/scala-library-2.11.0-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-RC1/scala-library-2.11.0-RC1.pom (1.4 kB at 7.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-RC3/scala-reflect-2.11.0-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-RC3/scala-reflect-2.11.0-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-RC3/scala-reflect-2.11.0-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-RC3/scala-reflect-2.11.0-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-RC3/scala-reflect-2.11.0-RC3.pom (1.6 kB at 9.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-RC3/scala-library-2.11.0-RC3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-RC3/scala-library-2.11.0-RC3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-RC3/scala-library-2.11.0-RC3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-RC3/scala-library-2.11.0-RC3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-RC3/scala-library-2.11.0-RC3.pom (1.4 kB at 9.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0-RC4/scala-reflect-2.11.0-RC4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0-RC4/scala-reflect-2.11.0-RC4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0-RC4/scala-reflect-2.11.0-RC4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-RC4/scala-reflect-2.11.0-RC4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0-RC4/scala-reflect-2.11.0-RC4.pom (1.6 kB at 9.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0-RC4/scala-library-2.11.0-RC4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0-RC4/scala-library-2.11.0-RC4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0-RC4/scala-library-2.11.0-RC4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-RC4/scala-library-2.11.0-RC4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0-RC4/scala-library-2.11.0-RC4.pom (1.4 kB at 7.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.0/scala-reflect-2.11.0.pom (1.6 kB at 7.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.0/scala-library-2.11.0.pom (1.4 kB at 30 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.pom (1.6 kB at 8.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.pom (1.4 kB at 3.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.2/scala-reflect-2.11.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.2/scala-reflect-2.11.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.2/scala-reflect-2.11.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.2/scala-reflect-2.11.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.2/scala-reflect-2.11.2.pom (1.6 kB at 8.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.2/scala-library-2.11.2.pom (1.4 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.3/scala-reflect-2.11.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.3/scala-reflect-2.11.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.3/scala-reflect-2.11.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.3/scala-reflect-2.11.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.3/scala-reflect-2.11.3.pom (1.6 kB at 7.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.3/scala-library-2.11.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.3/scala-library-2.11.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.3/scala-library-2.11.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.3/scala-library-2.11.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.3/scala-library-2.11.3.pom (1.4 kB at 9.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.4/scala-reflect-2.11.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.4/scala-reflect-2.11.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.4/scala-reflect-2.11.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.4/scala-reflect-2.11.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.4/scala-reflect-2.11.4.pom (1.6 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.4/scala-library-2.11.4.pom (1.4 kB at 8.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.5/scala-reflect-2.11.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.5/scala-reflect-2.11.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.5/scala-reflect-2.11.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.5/scala-reflect-2.11.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.5/scala-reflect-2.11.5.pom (1.6 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.5/scala-library-2.11.5.pom (1.4 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.6/scala-reflect-2.11.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.6/scala-reflect-2.11.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.6/scala-reflect-2.11.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.6/scala-reflect-2.11.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.6/scala-reflect-2.11.6.pom (1.6 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.6/scala-library-2.11.6.pom (1.4 kB at 7.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.7/scala-reflect-2.11.7.pom (1.6 kB at 7.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.7/scala-library-2.11.7.pom (1.4 kB at 7.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.pom (1.6 kB at 2.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.pom (1.4 kB at 8.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.8-18269ea/scala-reflect-2.11.8-18269ea.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.8-18269ea/scala-reflect-2.11.8-18269ea.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.8-18269ea/scala-reflect-2.11.8-18269ea.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8-18269ea/scala-reflect-2.11.8-18269ea.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.8-18269ea/scala-reflect-2.11.8-18269ea.pom (1.6 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.8-18269ea/scala-library-2.11.8-18269ea.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.8-18269ea/scala-library-2.11.8-18269ea.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.8-18269ea/scala-library-2.11.8-18269ea.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.8-18269ea/scala-library-2.11.8-18269ea.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.8-18269ea/scala-library-2.11.8-18269ea.pom (1.4 kB at 9.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.9/scala-reflect-2.11.9.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.9/scala-reflect-2.11.9.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.9/scala-reflect-2.11.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.9/scala-reflect-2.11.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.9/scala-reflect-2.11.9.pom (1.6 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.9/scala-library-2.11.9.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.9/scala-library-2.11.9.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.9/scala-library-2.11.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.9/scala-library-2.11.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.9/scala-library-2.11.9.pom (1.4 kB at 7.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.10/scala-reflect-2.11.10.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.10/scala-reflect-2.11.10.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.10/scala-reflect-2.11.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.10/scala-reflect-2.11.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.10/scala-reflect-2.11.10.pom (1.6 kB at 7.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.10/scala-library-2.11.10.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.10/scala-library-2.11.10.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.10/scala-library-2.11.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.10/scala-library-2.11.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.10/scala-library-2.11.10.pom (1.4 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.11/scala-reflect-2.11.11.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.11/scala-reflect-2.11.11.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.11/scala-reflect-2.11.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.11/scala-reflect-2.11.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.11/scala-reflect-2.11.11.pom (1.6 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.11/scala-library-2.11.11.pom (1.4 kB at 5.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.11.12/scala-reflect-2.11.12.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.11.12/scala-reflect-2.11.12.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.11.12/scala-reflect-2.11.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.12/scala-reflect-2.11.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.11.12/scala-reflect-2.11.12.pom (1.6 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.11.12/scala-library-2.11.12.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.11.12/scala-library-2.11.12.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.11.12/scala-library-2.11.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.12/scala-library-2.11.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.11.12/scala-library-2.11.12.pom (1.4 kB at 6.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M1/scala-reflect-2.12.0-M1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M1/scala-reflect-2.12.0-M1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M1/scala-reflect-2.12.0-M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M1/scala-reflect-2.12.0-M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M1/scala-reflect-2.12.0-M1.pom (1.6 kB at 9.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M1/scala-library-2.12.0-M1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M1/scala-library-2.12.0-M1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M1/scala-library-2.12.0-M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M1/scala-library-2.12.0-M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M1/scala-library-2.12.0-M1.pom (1.4 kB at 9.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M2/scala-reflect-2.12.0-M2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M2/scala-reflect-2.12.0-M2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M2/scala-reflect-2.12.0-M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M2/scala-reflect-2.12.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M2/scala-reflect-2.12.0-M2.pom (1.6 kB at 9.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M2/scala-library-2.12.0-M2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M2/scala-library-2.12.0-M2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M2/scala-library-2.12.0-M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M2/scala-library-2.12.0-M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M2/scala-library-2.12.0-M2.pom (1.4 kB at 8.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M3/scala-reflect-2.12.0-M3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M3/scala-reflect-2.12.0-M3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M3/scala-reflect-2.12.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M3/scala-reflect-2.12.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M3/scala-reflect-2.12.0-M3.pom (1.6 kB at 7.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M3/scala-library-2.12.0-M3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M3/scala-library-2.12.0-M3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M3/scala-library-2.12.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M3/scala-library-2.12.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M3/scala-library-2.12.0-M3.pom (1.4 kB at 6.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M3-dc9effe/scala-reflect-2.12.0-M3-dc9effe.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M3-dc9effe/scala-reflect-2.12.0-M3-dc9effe.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M3-dc9effe/scala-reflect-2.12.0-M3-dc9effe.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M3-dc9effe/scala-reflect-2.12.0-M3-dc9effe.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M3-dc9effe/scala-reflect-2.12.0-M3-dc9effe.pom (1.6 kB at 9.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M3-dc9effe/scala-library-2.12.0-M3-dc9effe.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M3-dc9effe/scala-library-2.12.0-M3-dc9effe.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M3-dc9effe/scala-library-2.12.0-M3-dc9effe.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M3-dc9effe/scala-library-2.12.0-M3-dc9effe.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M3-dc9effe/scala-library-2.12.0-M3-dc9effe.pom (1.4 kB at 8.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M4/scala-reflect-2.12.0-M4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M4/scala-reflect-2.12.0-M4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M4/scala-reflect-2.12.0-M4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M4/scala-reflect-2.12.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M4/scala-reflect-2.12.0-M4.pom (1.6 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M4/scala-library-2.12.0-M4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M4/scala-library-2.12.0-M4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M4/scala-library-2.12.0-M4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M4/scala-library-2.12.0-M4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M4/scala-library-2.12.0-M4.pom (1.4 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M4-9901daf/scala-reflect-2.12.0-M4-9901daf.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M4-9901daf/scala-reflect-2.12.0-M4-9901daf.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M4-9901daf/scala-reflect-2.12.0-M4-9901daf.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M4-9901daf/scala-reflect-2.12.0-M4-9901daf.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M4-9901daf/scala-reflect-2.12.0-M4-9901daf.pom (1.6 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M4-9901daf/scala-library-2.12.0-M4-9901daf.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M4-9901daf/scala-library-2.12.0-M4-9901daf.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M4-9901daf/scala-library-2.12.0-M4-9901daf.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M4-9901daf/scala-library-2.12.0-M4-9901daf.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M4-9901daf/scala-library-2.12.0-M4-9901daf.pom (1.4 kB at 7.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-M5/scala-reflect-2.12.0-M5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-M5/scala-reflect-2.12.0-M5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-M5/scala-reflect-2.12.0-M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M5/scala-reflect-2.12.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-M5/scala-reflect-2.12.0-M5.pom (1.6 kB at 7.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-M5/scala-library-2.12.0-M5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-M5/scala-library-2.12.0-M5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-M5/scala-library-2.12.0-M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M5/scala-library-2.12.0-M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-M5/scala-library-2.12.0-M5.pom (1.4 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-RC1/scala-reflect-2.12.0-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-RC1/scala-reflect-2.12.0-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-RC1/scala-reflect-2.12.0-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1/scala-reflect-2.12.0-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1/scala-reflect-2.12.0-RC1.pom (1.8 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-RC1/scala-library-2.12.0-RC1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-RC1/scala-library-2.12.0-RC1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-RC1/scala-library-2.12.0-RC1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1/scala-library-2.12.0-RC1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1/scala-library-2.12.0-RC1.pom (1.6 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-RC1-be43eb5/scala-reflect-2.12.0-RC1-be43eb5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-RC1-be43eb5/scala-reflect-2.12.0-RC1-be43eb5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-RC1-be43eb5/scala-reflect-2.12.0-RC1-be43eb5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1-be43eb5/scala-reflect-2.12.0-RC1-be43eb5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1-be43eb5/scala-reflect-2.12.0-RC1-be43eb5.pom (1.8 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-RC1-be43eb5/scala-library-2.12.0-RC1-be43eb5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-RC1-be43eb5/scala-library-2.12.0-RC1-be43eb5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-RC1-be43eb5/scala-library-2.12.0-RC1-be43eb5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1-be43eb5/scala-library-2.12.0-RC1-be43eb5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1-be43eb5/scala-library-2.12.0-RC1-be43eb5.pom (1.6 kB at 7.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-RC1-ceaf419/scala-reflect-2.12.0-RC1-ceaf419.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-RC1-ceaf419/scala-reflect-2.12.0-RC1-ceaf419.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-RC1-ceaf419/scala-reflect-2.12.0-RC1-ceaf419.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1-ceaf419/scala-reflect-2.12.0-RC1-ceaf419.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1-ceaf419/scala-reflect-2.12.0-RC1-ceaf419.pom (1.8 kB at 9.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-RC1-ceaf419/scala-library-2.12.0-RC1-ceaf419.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-RC1-ceaf419/scala-library-2.12.0-RC1-ceaf419.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-RC1-ceaf419/scala-library-2.12.0-RC1-ceaf419.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1-ceaf419/scala-library-2.12.0-RC1-ceaf419.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1-ceaf419/scala-library-2.12.0-RC1-ceaf419.pom (1.6 kB at 8.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-RC1-1e81a09/scala-reflect-2.12.0-RC1-1e81a09.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-RC1-1e81a09/scala-reflect-2.12.0-RC1-1e81a09.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-RC1-1e81a09/scala-reflect-2.12.0-RC1-1e81a09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1-1e81a09/scala-reflect-2.12.0-RC1-1e81a09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC1-1e81a09/scala-reflect-2.12.0-RC1-1e81a09.pom (1.8 kB at 7.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-RC1-1e81a09/scala-library-2.12.0-RC1-1e81a09.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-RC1-1e81a09/scala-library-2.12.0-RC1-1e81a09.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-RC1-1e81a09/scala-library-2.12.0-RC1-1e81a09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1-1e81a09/scala-library-2.12.0-RC1-1e81a09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC1-1e81a09/scala-library-2.12.0-RC1-1e81a09.pom (1.6 kB at 8.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.0-RC2/scala-reflect-2.12.0-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.0-RC2/scala-reflect-2.12.0-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.0-RC2/scala-reflect-2.12.0-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC2/scala-reflect-2.12.0-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.0-RC2/scala-reflect-2.12.0-RC2.pom (1.8 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.0-RC2/scala-library-2.12.0-RC2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.0-RC2/scala-library-2.12.0-RC2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.0-RC2/scala-library-2.12.0-RC2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC2/scala-library-2.12.0-RC2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.0-RC2/scala-library-2.12.0-RC2.pom (1.6 kB at 6.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.1/scala-reflect-2.12.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.1/scala-reflect-2.12.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.1/scala-reflect-2.12.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.1/scala-reflect-2.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.1/scala-reflect-2.12.1.pom (1.8 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.3/scala-reflect-2.12.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.3/scala-reflect-2.12.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.3/scala-reflect-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.3/scala-reflect-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.3/scala-reflect-2.12.3.pom (1.8 kB at 5.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.5/scala-reflect-2.12.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.5/scala-reflect-2.12.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.5/scala-reflect-2.12.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.5/scala-reflect-2.12.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.5/scala-reflect-2.12.5.pom (1.8 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.5/scala-library-2.12.5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.5/scala-library-2.12.5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.5/scala-library-2.12.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.5/scala-library-2.12.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.5/scala-library-2.12.5.pom (1.6 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.6/scala-reflect-2.12.6.pom (1.8 kB at 4.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.7/scala-reflect-2.12.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.7/scala-reflect-2.12.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.7/scala-reflect-2.12.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.7/scala-reflect-2.12.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.7/scala-reflect-2.12.7.pom (1.8 kB at 2.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.7/scala-library-2.12.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.7/scala-library-2.12.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.7/scala-library-2.12.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.7/scala-library-2.12.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.7/scala-library-2.12.7.pom (1.6 kB at 5.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.8/scala-reflect-2.12.8.pom (1.8 kB at 8.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.8/scala-library-2.12.8.pom (1.6 kB at 6.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloading from bintraylabramaven: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloading from bintraywesowesoreleases: https://dl.bintray.com/weso/weso-releases/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/maven-metadata.xml (6.6 kB at 45 kB/s)
[INFO] Downloading from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/maven-metadata.xml (565 B at 1.9 kB/s)
[INFO] Downloaded from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/maven-metadata.xml (565 B at 414 B/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from bintraylabramaven: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from bintraywesowesoreleases: https://dl.bintray.com/weso/weso-releases/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml (1.3 kB at 7.5 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/maven-metadata.xml (1.3 kB at 7.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/scala-library-2.10.0.virtualized-20111215.211756-5.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/scala-library-2.10.0.virtualized-20111215.211756-5.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/scala-library-2.10.0.virtualized-20111215.211756-5.pom
[INFO] Downloading from bintraywesowesoreleases: https://dl.bintray.com/weso/weso-releases/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/scala-library-2.10.0.virtualized-20111215.211756-5.pom
[INFO] Downloading from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/scala-library-2.10.0.virtualized-20111215.211756-5.pom
[INFO] Downloaded from sonatypesnapshots: https://oss.sonatype.org/content/repositories/snapshots/org/scala-lang/scala-library/2.10.0.virtualized-SNAPSHOT/scala-library-2.10.0.virtualized-20111215.211756-5.pom (1.4 kB at 3.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.pom (3.4 kB at 5.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.pom (4.5 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.pom
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.pom (4.5 kB at 13 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.pom (7.9 kB at 30 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-core/2.2.4/rdf4j-core-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-core/2.2.4/rdf4j-core-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-core/2.2.4/rdf4j-core-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-core/2.2.4/rdf4j-core-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-core/2.2.4/rdf4j-core-2.2.4.pom (3.4 kB at 18 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j/2.2.4/rdf4j-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j/2.2.4/rdf4j-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j/2.2.4/rdf4j-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j/2.2.4/rdf4j-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j/2.2.4/rdf4j-2.2.4.pom (22 kB at 137 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.pom (960 B at 3.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.pom (1.2 kB at 2.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 138 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 148 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.10/slf4j-api-1.7.10.pom (2.7 kB at 76 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.10/slf4j-parent-1.7.10.pom (13 kB at 328 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.pom (1.7 kB at 6.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository/2.2.4/rdf4j-repository-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository/2.2.4/rdf4j-repository-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository/2.2.4/rdf4j-repository-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository/2.2.4/rdf4j-repository-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository/2.2.4/rdf4j-repository-2.2.4.pom (778 B at 3.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.pom (1.3 kB at 6.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.pom (1.2 kB at 1.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio/2.2.4/rdf4j-rio-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio/2.2.4/rdf4j-rio-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio/2.2.4/rdf4j-rio-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio/2.2.4/rdf4j-rio-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio/2.2.4/rdf4j-rio-2.2.4.pom (933 B at 6.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.pom (2.8 kB at 9.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.pom (1.0 kB at 5.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.pom (3.1 kB at 15 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.pom (1.6 kB at 7.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail/2.2.4/rdf4j-sail-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail/2.2.4/rdf4j-sail-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail/2.2.4/rdf4j-sail-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail/2.2.4/rdf4j-sail-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail/2.2.4/rdf4j-sail-2.2.4.pom (786 B at 4.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.pom (1.3 kB at 5.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryalgebra/2.2.4/rdf4j-queryalgebra-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryalgebra/2.2.4/rdf4j-queryalgebra-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryalgebra/2.2.4/rdf4j-queryalgebra-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra/2.2.4/rdf4j-queryalgebra-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra/2.2.4/rdf4j-queryalgebra-2.2.4.pom (659 B at 3.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.pom (2.6 kB at 9.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-http/2.2.4/rdf4j-http-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-http/2.2.4/rdf4j-http-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-http/2.2.4/rdf4j-http-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http/2.2.4/rdf4j-http-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http/2.2.4/rdf4j-http-2.2.4.pom (722 B at 4.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.pom (1.3 kB at 6.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.pom (1.4 kB at 6.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.pom (1.0 kB at 1.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.pom (1.0 kB at 4.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 282 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.2 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/9/apache-9.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/9/apache-9.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/apache/9/apache-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 474 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.pom (1.5 kB at 4.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio/2.2.4/rdf4j-queryresultio-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio/2.2.4/rdf4j-queryresultio-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio/2.2.4/rdf4j-queryresultio-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio/2.2.4/rdf4j-queryresultio-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio/2.2.4/rdf4j-queryresultio-2.2.4.pom (715 B at 4.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.pom (6.4 kB at 130 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.2/httpcomponents-client-4.5.2.pom (16 kB at 412 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.pom (5.5 kB at 158 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.4/httpcomponents-core-4.4.4.pom (13 kB at 358 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 352 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.4 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/15/apache-15.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/15/apache-15.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/apache/15/apache-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 372 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.pom (1.4 kB at 6.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser/2.2.4/rdf4j-queryparser-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser/2.2.4/rdf4j-queryparser-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser/2.2.4/rdf4j-queryparser-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser/2.2.4/rdf4j-queryparser-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser/2.2.4/rdf4j-queryparser-2.2.4.pom (649 B at 4.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.pom (1.6 kB at 6.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.pom (1.8 kB at 5.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.pom (2.5 kB at 9.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.pom (1.9 kB at 3.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.pom (1.5 kB at 6.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.pom (1.5 kB at 1.8 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom (11 kB at 39 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.pom (2.5 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.pom (2.1 kB at 8.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.pom (2.6 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.pom (1.5 kB at 4.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.pom (1.0 kB at 4.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.pom (2.5 kB at 9.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.pom (1.0 kB at 4.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.pom (1.5 kB at 1.3 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.pom (2.5 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.pom (1.4 kB at 5.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.pom (1.4 kB at 4.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.8.2/jackson-core-2.8.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-core/2.8.2/jackson-core-2.8.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-core/2.8.2/jackson-core-2.8.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.8.2/jackson-core-2.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.8.2/jackson-core-2.8.2.pom (5.4 kB at 19 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8.0 kB at 242 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/27/oss-parent-27.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/oss-parent/27/oss-parent-27.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/oss-parent/27/oss-parent-27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/27/oss-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 kB at 578 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.pom (1.5 kB at 5.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/opencsv/opencsv/3.2/opencsv-3.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/opencsv/opencsv/3.2/opencsv-3.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/opencsv/opencsv/3.2/opencsv-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/3.2/opencsv-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/3.2/opencsv-3.2.pom (13 kB at 56 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 kB at 334 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/33/commons-parent-33.pom (53 kB at 1.2 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.pom (1.4 kB at 4.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.pom (1.9 kB at 8.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.8.3/jsonld-java-0.8.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java/0.8.3/jsonld-java-0.8.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/jsonld-java/jsonld-java/0.8.3/jsonld-java-0.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.8.3/jsonld-java-0.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.8.3/jsonld-java-0.8.3.pom (2.8 kB at 3.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java-parent/0.8.3/jsonld-java-parent-0.8.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java-parent/0.8.3/jsonld-java-parent-0.8.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/jsonld-java/jsonld-java-parent/0.8.3/jsonld-java-parent-0.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.8.3/jsonld-java-parent-0.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.8.3/jsonld-java-parent-0.8.3.pom (14 kB at 84 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.pom (5.1 kB at 40 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.7/jackson-parent-2.7.pom (8.1 kB at 37 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/oss-parent/25/oss-parent-25.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/oss-parent/25/oss-parent-25.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/oss-parent/25/oss-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/25/oss-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/25/oss-parent-25.pom (19 kB at 112 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.pom (5.2 kB at 22 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.7.0/jackson-annotations-2.7.0.pom (1.5 kB at 6.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-osgi/4.5.2/httpclient-osgi-4.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient-osgi/4.5.2/httpclient-osgi-4.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient-osgi/4.5.2/httpclient-osgi-4.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.2/httpclient-osgi-4.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-osgi/4.5.2/httpclient-osgi-4.5.2.pom (8.4 kB at 32 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.2/httpmime-4.5.2.pom (4.8 kB at 46 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.2/httpclient-cache-4.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient-cache/4.5.2/httpclient-cache-4.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient-cache/4.5.2/httpclient-cache-4.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.2/httpclient-cache-4.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.2/httpclient-cache-4.5.2.pom (6.4 kB at 93 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/fluent-hc/4.5.2/fluent-hc-4.5.2.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/fluent-hc/4.5.2/fluent-hc-4.5.2.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/fluent-hc/4.5.2/fluent-hc-4.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.2/fluent-hc-4.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/fluent-hc/4.5.2/fluent-hc-4.5.2.pom (4.7 kB at 44 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-osgi/4.4.4/httpcore-osgi-4.4.4.pom (8.6 kB at 25 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.pom (4.9 kB at 19 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 51 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 436 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.pom (963 B at 4.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.pom (1.5 kB at 5.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.pom (1.4 kB at 5.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.pom (1.6 kB at 1.7 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.pom (1.8 kB at 7.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.pom (1.8 kB at 7.4 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.pom (2.3 kB at 7.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-fts/2.2.4/rdf4j-sail-fts-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-fts/2.2.4/rdf4j-sail-fts-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-fts/2.2.4/rdf4j-sail-fts-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-fts/2.2.4/rdf4j-sail-fts-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-fts/2.2.4/rdf4j-sail-fts-2.2.4.pom (718 B at 4.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.pom (1.7 kB at 6.5 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.pom (10 kB at 42 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.pom (3.1 kB at 27 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-parent/5.2.1/lucene-parent-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-parent/5.2.1/lucene-parent-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-parent/5.2.1/lucene-parent-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/5.2.1/lucene-parent-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/5.2.1/lucene-parent-5.2.1.pom (4.8 kB at 5.2 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-solr-grandparent/5.2.1/lucene-solr-grandparent-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-solr-grandparent/5.2.1/lucene-solr-grandparent-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-solr-grandparent/5.2.1/lucene-solr-grandparent-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/5.2.1/lucene-solr-grandparent-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/5.2.1/lucene-solr-grandparent-5.2.1.pom (343 kB at 2.0 MB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.pom (2.9 kB at 20 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.pom (3.4 kB at 12 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.pom (3.0 kB at 3.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.pom (3.0 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.pom (3.1 kB at 14 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.pom (3.3 kB at 25 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.pom (3.1 kB at 18 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.pom (2.9 kB at 3.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.pom (2.9 kB at 10 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.pom (1.7 kB at 7.0 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.pom (1.8 kB at 7.9 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 547 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 843 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.pom (1.1 kB at 4.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.pom (2.4 kB at 11 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom (13 kB at 451 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom (18 kB at 523 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom (4.2 kB at 110 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.pom (1.8 kB at 3.6 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava/21.0/guava-21.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava/21.0/guava-21.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/guava/guava/21.0/guava-21.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom (7.0 kB at 234 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 333 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-core/2.4.0/oslc4j-core-2.4.0.pom
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-core/2.4.0/oslc4j-core-2.4.0.pom (5.1 kB at 153 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/2.4.0/oslc4j-core-build-2.4.0.pom
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/2.4.0/oslc4j-core-build-2.4.0.pom (6.4 kB at 374 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 166 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/apache-jena-libs/3.6.0/apache-jena-libs-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/apache-jena-libs/3.6.0/apache-jena-libs-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/apache-jena-libs/3.6.0/apache-jena-libs-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.6.0/apache-jena-libs-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.6.0/apache-jena-libs-3.6.0.pom (2.0 kB at 75 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.pom (5.2 kB at 154 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.pom (2.5 kB at 81 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-db/3.6.0/jena-db-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-db/3.6.0/jena-db-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-db/3.6.0/jena-db-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.6.0/jena-db-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.6.0/jena-db-3.6.0.pom (3.2 kB at 108 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.pom (2.5 kB at 85 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.pom (1.5 kB at 50 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.pom (2.4 kB at 43 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.pom (1.5 kB at 42 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.pom (5.0 kB at 155 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.8.0/assertj-core-3.8.0.pom (8.7 kB at 300 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.6/assertj-parent-pom-2.1.6.pom (15 kB at 316 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/2.4.0/oslc4j-jena-provider-2.4.0.pom
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/2.4.0/oslc4j-jena-provider-2.4.0.pom (4.5 kB at 264 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 41 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/3/apache-3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/3/apache-3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/apache/3/apache-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 70 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 38 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/apache/1/apache-1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/apache/1/apache-1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/apache/1/apache-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 100 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 23 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/shacl/2.4.0/shacl-2.4.0.pom
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/shacl/2.4.0/shacl-2.4.0.pom (3.4 kB at 38 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.pom (1.1 kB at 4.1 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-parent/1.7.24/slf4j-parent-1.7.24.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-parent/1.7.24/slf4j-parent-1.7.24.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-parent/1.7.24/slf4j-parent-1.7.24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.24/slf4j-parent-1.7.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.24/slf4j-parent-1.7.24.pom (14 kB at 123 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.24/slf4j-api-1.7.24.pom (3.8 kB at 32 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 588 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.pom (10 kB at 44 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.1.9/assertj-parent-pom-2.1.9.pom (15 kB at 108 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/junit/junit/4.11/junit-4.11.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/junit/junit/4.11/junit-4.11.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/junit/junit/4.11/junit-4.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 73 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 18 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 62 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (1.9 kB at 42 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (3.7 kB at 84 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr4/4.7.1/antlr4-4.7.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/opencsv/opencsv/3.2/opencsv-3.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/commons/commons-text/1.2/commons-text-1.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/guava/guava/21.0/guava-21.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-core/2.4.0/oslc4j-core-2.4.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.jar
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-core/2.4.0/oslc4j-core-2.4.0.jar (108 kB at 97 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/2.4.0/oslc4j-jena-provider-2.4.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/shacl/2.4.0/shacl-2.4.0.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/2.4.0/oslc4j-jena-provider-2.4.0.jar (69 kB at 60 kB/s)
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/junit/junit/4.11/junit-4.11.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
[INFO] Downloaded from lyo-releases: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/shacl/2.4.0/shacl-2.4.0.jar (42 kB at 34 kB/s)
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr4/4.7.1/antlr4-4.7.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/opencsv/opencsv/3.2/opencsv-3.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/commons/commons-text/1.2/commons-text-1.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/guava/guava/21.0/guava-21.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/junit/junit/4.11/junit-4.11.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-snapshots/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr4/4.7.1/antlr4-4.7.1.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/schema_2.12/0.0.87/schema_2.12-0.0.87.jar (97 kB at 39 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shacl_2.12/0.0.87/shacl_2.12-0.0.87.jar (378 kB at 127 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shex_2.12/0.0.87/shex_2.12-0.0.87.jar (1.0 MB at 274 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/srdf4j_2.12/0.0.87/srdf4j_2.12-0.0.87.jar (29 kB at 6.9 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/srdfjena_2.12/0.0.87/srdfjena_2.12-0.0.87.jar (89 kB at 19 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/opencsv/opencsv/3.2/opencsv-3.2.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/commons/commons-text/1.2/commons-text-1.2.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/srdf_2.12/0.0.87/srdf_2.12-0.0.87.jar (194 kB at 21 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/utils_2.12/0.0.87/utils_2.12-0.0.87.jar (74 kB at 7.9 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/converter_2.12/0.0.87/converter_2.12-0.0.87.jar (17 kB at 1.8 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/typing_2.12/0.0.87/typing_2.12-0.0.87.jar (29 kB at 3.0 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/validating_2.12/0.0.87/validating_2.12-0.0.87.jar (25 kB at 2.6 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/depgraphs_2.12/0.0.87/depgraphs_2.12-0.0.87.jar (23 kB at 2.3 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/guava/guava/21.0/guava-21.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/rbe_2.12/0.0.87/rbe_2.12-0.0.87.jar (211 kB at 20 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.jar
[INFO] Downloaded from labra: https://dl.bintray.com/labra/maven/es/weso/shapemaps_2.12/0.0.87/shapemaps_2.12-0.0.87.jar (213 kB at 20 kB/s)
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/junit/junit/4.11/junit-4.11.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloading from labra: https://dl.bintray.com/labra/maven/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 644 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.6.0/jena-iri-3.6.0.jar (138 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 780 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.6.0/jena-base-3.6.0.jar (218 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.5/commons-csv-1.5.jar (42 kB at 442 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 2.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar (1.4 MB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (165 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.6.0/jena-core-3.6.0.jar (1.4 MB at 8.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.11.1/jsonld-java-0.11.1.jar (107 kB at 378 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.6.0/jena-shaded-guava-3.6.0.jar (2.6 MB at 9.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.0/jackson-core-2.9.0.jar (320 kB at 928 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.6.0/jena-arq-3.6.0.jar (2.9 MB at 8.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.3/httpclient-cache-4.5.3.jar (160 kB at 437 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.jar (67 kB at 179 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.10.0/libthrift-0.10.0.jar (237 kB at 637 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar (17 kB at 43 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.0/jackson-databind-2.9.0.jar (1.3 MB at 3.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-core_2.12/1.1.0/cats-core_2.12-1.1.0.jar (4.0 MB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-library/2.12.6/scala-library-2.12.6.jar (5.3 MB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.7.1/antlr4-4.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/machinist_2.12/0.6.2/machinist_2.12-0.6.2.jar (34 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/nikita-volkov/sext/0.2.6/sext-0.2.6.jar (61 kB at 47 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-kernel_2.12/1.1.0/cats-kernel_2.12-1.1.0.jar (3.1 MB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.8/ST4-4.0.8.jar (240 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (85 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 236 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/cats-macros_2.12/1.1.0/cats-macros_2.12-1.1.0.jar (6.2 kB at 3.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/abego/treelayout/org.abego.treelayout.core/1.0.3/org.abego.treelayout.core-1.0.3.jar (27 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4/4.7.1/antlr4-4.7.1.jar (1.4 MB at 846 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/typelevel/macro-compat_2.12/1.1.1/macro-compat_2.12-1.1.1.jar (3.2 kB at 1.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-core_2.12/0.9.0/circe-core_2.12-0.9.0.jar (888 kB at 439 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-numbers_2.12/0.9.0/circe-numbers_2.12-0.9.0.jar (14 kB at 6.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-jawn_2.12/0.9.0/circe-jawn_2.12-0.9.0.jar (12 kB at 4.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/chuusai/shapeless_2.12/2.3.3/shapeless_2.12-2.3.3.jar (3.2 MB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-generic_2.12/0.9.0/circe-generic_2.12-0.9.0.jar (154 kB at 57 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/circe/circe-parser_2.12/0.9.0/circe-parser_2.12-0.9.0.jar (2.7 kB at 1.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/58.2/icu4j-58.2.jar (12 MB at 4.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-model/2.2.4/rdf4j-model-2.2.4.jar (217 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spire-math/jawn-parser_2.12/0.11.0/jawn-parser_2.12-0.11.0.jar (76 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-api/2.2.4/rdf4j-repository-api-2.2.4.jar (67 kB at 22 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-query/2.2.4/rdf4j-query-2.2.4.jar (61 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-util/2.2.4/rdf4j-util-2.2.4.jar (97 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-runtime/2.2.4/rdf4j-runtime-2.2.4.jar (5.8 kB at 1.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-event/2.2.4/rdf4j-repository-event-2.2.4.jar (25 kB at 7.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-http/2.2.4/rdf4j-repository-http-2.2.4.jar (29 kB at 7.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-contextaware/2.2.4/rdf4j-repository-contextaware-2.2.4.jar (19 kB at 4.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sail/2.2.4/rdf4j-repository-sail-2.2.4.jar (56 kB at 14 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-manager/2.2.4/rdf4j-repository-manager-2.2.4.jar (35 kB at 8.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-sparql/2.2.4/rdf4j-repository-sparql-2.2.4.jar (40 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-api/2.2.4/rdf4j-sail-api-2.2.4.jar (65 kB at 15 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/2.2.4/rdf4j-queryalgebra-evaluation-2.2.4.jar (343 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryalgebra-model/2.2.4/rdf4j-queryalgebra-model-2.2.4.jar (154 kB at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar (417 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-client/2.2.4/rdf4j-http-client-2.2.4.jar (44 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-serql/2.2.4/rdf4j-queryparser-serql-2.2.4.jar (169 kB at 36 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-api/2.2.4/rdf4j-queryparser-api-2.2.4.jar (24 kB at 5.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryparser-sparql/2.2.4/rdf4j-queryparser-sparql-2.2.4.jar (293 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-federation/2.2.4/rdf4j-sail-federation-2.2.4.jar (96 kB at 21 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/2.2.4/rdf4j-queryresultio-sparqljson-2.2.4.jar (21 kB at 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/3.2/opencsv-3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-text/2.2.4/rdf4j-queryresultio-text-2.2.4.jar (24 kB at 4.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/2.2.4/rdf4j-queryresultio-sparqlxml-2.2.4.jar (25 kB at 4.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-api/2.2.4/rdf4j-queryresultio-api-2.2.4.jar (31 kB at 5.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryresultio-binary/2.2.4/rdf4j-queryresultio-binary-2.2.4.jar (14 kB at 2.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/3.2/opencsv-3.2.jar (29 kB at 5.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-api/2.2.4/rdf4j-rio-api-2.2.4.jar (68 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-http-protocol/2.2.4/rdf4j-http-protocol-2.2.4.jar (31 kB at 5.2 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-datatypes/2.2.4/rdf4j-rio-datatypes-2.2.4.jar (9.0 kB at 1.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-repository-dataset/2.2.4/rdf4j-repository-dataset-2.2.4.jar (12 kB at 2.0 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-languages/2.2.4/rdf4j-rio-languages-2.2.4.jar (4.9 kB at 802 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-jsonld/2.2.4/rdf4j-rio-jsonld-2.2.4.jar (15 kB at 2.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-n3/2.2.4/rdf4j-rio-n3-2.2.4.jar (4.8 kB at 683 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-binary/2.2.4/rdf4j-rio-binary-2.2.4.jar (12 kB at 1.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-nquads/2.2.4/rdf4j-rio-nquads-2.2.4.jar (7.7 kB at 1.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-ntriples/2.2.4/rdf4j-rio-ntriples-2.2.4.jar (18 kB at 2.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trix/2.2.4/rdf4j-rio-trix-2.2.4.jar (13 kB at 1.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfxml/2.2.4/rdf4j-rio-rdfxml-2.2.4.jar (39 kB at 5.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-turtle/2.2.4/rdf4j-rio-turtle-2.2.4.jar (25 kB at 3.3 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-trig/2.2.4/rdf4j-rio-trig-2.2.4.jar (8.6 kB at 1.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-rio-rdfjson/2.2.4/rdf4j-rio-rdfjson-2.2.4.jar (14 kB at 1.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.jar (102 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-model/2.2.4/rdf4j-sail-model-2.2.4.jar (8.0 kB at 956 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene/2.2.4/rdf4j-sail-lucene-2.2.4.jar (35 kB at 4.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-inferencer/2.2.4/rdf4j-sail-inferencer-2.2.4.jar (60 kB at 7.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-lucene-api/2.2.4/rdf4j-sail-lucene-api-2.2.4.jar (87 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/5.2.1/lucene-queries-5.2.1.jar (210 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/5.2.1/lucene-core-5.2.1.jar (2.3 MB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/5.2.1/lucene-queryparser-5.2.1.jar (400 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/5.2.1/lucene-memory-5.2.1.jar (33 kB at 3.7 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/5.2.1/lucene-highlighter-5.2.1.jar (143 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/5.2.1/lucene-analyzers-common-5.2.1.jar (1.6 MB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/5.2.1/lucene-join-5.2.1.jar (102 kB at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/5.2.1/lucene-sandbox-5.2.1.jar (107 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-base/2.2.4/rdf4j-sail-base-2.2.4.jar (63 kB at 6.5 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-spin/2.2.4/rdf4j-sail-spin-2.2.4.jar (60 kB at 6.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/5.2.1/lucene-misc-5.2.1.jar (172 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-memory/2.2.4/rdf4j-sail-memory-2.2.4.jar (60 kB at 6.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial/5.2.1/lucene-spatial-5.2.1.jar (295 kB at 30 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-queryrender/2.2.4/rdf4j-queryrender-2.2.4.jar (48 kB at 4.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-circe_2.12/2.2.5/diffson-circe_2.12-2.2.5.jar (22 kB at 2.1 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.2/commons-text-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-sail-nativerdf/2.2.4/rdf4j-sail-nativerdf-2.2.4.jar (138 kB at 14 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/rdf4j/rdf4j-spin/2.2.4/rdf4j-spin-2.2.4.jar (256 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/mpilquist/simulacrum_2.12/0.11.0/simulacrum_2.12-0.11.0.jar (85 kB at 7.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.2/commons-text-1.2.jar (137 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atnos/eff_2.12/4.6.1/eff_2.12-4.6.1.jar (899 kB at 84 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/gnieh/diffson-core_2.12/2.2.5/diffson-core_2.12-2.2.5.jar (109 kB at 10 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar (290 kB at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/typesafe/scala-logging/scala-logging_2.12/3.7.2/scala-logging_2.12-3.7.2.jar (31 kB at 2.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar (2.5 MB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 4.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.6.0/jena-tdb-3.6.0.jar (522 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.6.0/jena-tdb2-3.6.0.jar (224 kB at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.6.0/jena-dboe-trans-data-3.6.0.jar (97 kB at 8.7 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.6.0/jena-dboe-transaction-3.6.0.jar (76 kB at 6.8 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.6.0/jena-dboe-base-3.6.0.jar (139 kB at 12 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.6.0/jena-dboe-index-3.6.0.jar (22 kB at 1.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.6.0/jena-rdfconnection-3.6.0.jar (41 kB at 3.6 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scalactic/scalactic_2.12/3.0.5/scalactic_2.12-3.0.5.jar (708 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/scala-lang/scala-reflect/2.12.4/scala-reflect-2.12.4.jar (3.6 MB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rogach/scallop_2.12/3.1.1/scallop_2.12-3.1.1.jar (336 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 42 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 3.9 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 21 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar (12 kB at 1.0 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.1.0/jgrapht-core-1.1.0.jar (590 kB at 50 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.1/gson-2.8.1.jar (233 kB at 19 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.9.1/assertj-core-3.9.1.jar (3.9 MB at 324 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 452 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 462 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 290 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 418 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 348 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 7.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 53 kB/s)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 528 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 27 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 319 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 457 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 35 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 175 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 99 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 373 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 245 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 100 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 132 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 443 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 52 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 359 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 457 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 774 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 265 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 336 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 68 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 136 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 909 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 603 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 534 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 89 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 305 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 112 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 275 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 135 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 355 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 324 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 640 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 633 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 332 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 212 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 704 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 39 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 321 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 900 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 389 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 116 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 193 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 123 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 201 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 308 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 51 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 489 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 273 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 612 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 168 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 202 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 109 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 119 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 440 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 81 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 114 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 72 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 125 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 173 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 194 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 46 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 105 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 197 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 340 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 646 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 48 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 236 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 961 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 54 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 226 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 204 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 786 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 483 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 387 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 137 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 493 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 36 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 33 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 78 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 172 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 155 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 55 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 11 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 356 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 34 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 3.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 682 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 225 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 773 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 310 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 225 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 285 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 435 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 846 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 210 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 215 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 948 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 24 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 76 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 25 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 653 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 113 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 1.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 501 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 187 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 181 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.4 MB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/jenkins/workspace/lyo-validation-master/target/classes
[WARNING] /home/jenkins/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java: /home/jenkins/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/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/workspace/lyo-validation-master/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 138 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 325 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 77 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 899 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 174 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 880 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 285 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 718 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 514 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 673 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 247 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 82 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 132 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 137 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 449 kB/s)
[INFO] Surefire report directory: /home/jenkins/workspace/lyo-validation-master/target/surefire-reports
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.pom (2.4 kB at 110 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/2.12.4/surefire-providers-2.12.4.pom (2.3 kB at 130 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/2.12.4/surefire-junit4-2.12.4.jar (37 kB at 284 kB/s)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
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]
20:39:21.395 [main] DEBUG Jena - Jena initialization
20:39:21.613 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
20:39:21.613 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
20:39:21.616 [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
20:39:21.616 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
20:39:21.617 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
20:39:21.617 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
20:39:21.623 [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
20:39:22.024 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
20:39:22.061 [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>
                "2019-07-12T20:39:21.097Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:22.433 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:21.097Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:21.097Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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> .
20:39:22.448 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ef665042-fab4-49a3-be4a-20befb3752db @sh:path http://www.sampledomain.org/sam#anotherStringProperty; ef665042-fab4-49a3-be4a-20befb3752db @sh:in 7e60715d-cf32-4843-9f03-fe96390d8fc7; ef665042-fab4-49a3-be4a-20befb3752db @rdf:type sh:Property; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:path http://www.sampledomain.org/sam#aStringProperty; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:pattern "^B"; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @sh:description "a Simple Single String Property"; 8e1f6dfc-13a7-432a-adaf-8581c51af032 @rdf:type sh:Property; c1f10810-0b6c-4106-97d0-fd3ce852a9e2 @sh:path http://www.sampledomain.org/sam#aSetOfDates; c1f10810-0b6c-4106-97d0-fd3ce852a9e2 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; c1f10810-0b6c-4106-97d0-fd3ce852a9e2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c1f10810-0b6c-4106-97d0-fd3ce852a9e2 @rdf:type sh:Property; 60d9055e-756f-452b-8e36-c7b4e5b63b47 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 60d9055e-756f-452b-8e36-c7b4e5b63b47 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [ef665042-fab4-49a3-be4a-20befb3752db, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ef665042-fab4-49a3-be4a-20befb3752db, http://www.w3.org/ns/shacl#in, 7e60715d-cf32-4843-9f03-fe96390d8fc7] [ef665042-fab4-49a3-be4a-20befb3752db, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#pattern, "^B"] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8e1f6dfc-13a7-432a-adaf-8581c51af032, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c1f10810-0b6c-4106-97d0-fd3ce852a9e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c1f10810-0b6c-4106-97d0-fd3ce852a9e2, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c1f10810-0b6c-4106-97d0-fd3ce852a9e2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c1f10810-0b6c-4106-97d0-fd3ce852a9e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60d9055e-756f-452b-8e36-c7b4e5b63b47, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dc066fbd-ed14-48ca-bfba-9ee328064575, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [dc066fbd-ed14-48ca-bfba-9ee328064575, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [dc066fbd-ed14-48ca-bfba-9ee328064575, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [dc066fbd-ed14-48ca-bfba-9ee328064575, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fba4b5c1-07de-4d92-8493-a08bad0edb01, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a4c3ca91-ddec-4c75-9541-e57f28a738e1] [fba4b5c1-07de-4d92-8493-a08bad0edb01, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3926cce6-0f8c-4a81-b436-fe023dc854af, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a4c3ca91-ddec-4c75-9541-e57f28a738e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a4c3ca91-ddec-4c75-9541-e57f28a738e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [abbf8970-0e50-4f3e-b04c-dc0504935318, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [abbf8970-0e50-4f3e-b04c-dc0504935318, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [abbf8970-0e50-4f3e-b04c-dc0504935318, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [41df3af5-bb58-42bc-9303-b54da162da8c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [41df3af5-bb58-42bc-9303-b54da162da8c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [41df3af5-bb58-42bc-9303-b54da162da8c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [41df3af5-bb58-42bc-9303-b54da162da8c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7e60715d-cf32-4843-9f03-fe96390d8fc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fba4b5c1-07de-4d92-8493-a08bad0edb01] [7e60715d-cf32-4843-9f03-fe96390d8fc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/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, 8e1f6dfc-13a7-432a-adaf-8581c51af032] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c1f10810-0b6c-4106-97d0-fd3ce852a9e2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dc066fbd-ed14-48ca-bfba-9ee328064575] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3926cce6-0f8c-4a81-b436-fe023dc854af] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, abbf8970-0e50-4f3e-b04c-dc0504935318] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ef665042-fab4-49a3-be4a-20befb3752db] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 60d9055e-756f-452b-8e36-c7b4e5b63b47] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 41df3af5-bb58-42bc-9303-b54da162da8c]>
20:39:23.145 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:23.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:23.556 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,_:abbf8970-0e50-4f3e-b04c-dc0504935318,_:41df3af5-bb58-42bc-9303-b54da162da8c,_:dc066fbd-ed14-48ca-bfba-9ee328064575,_:3926cce6-0f8c-4a81-b436-fe023dc854af,_:ef665042-fab4-49a3-be4a-20befb3752db,_:8e1f6dfc-13a7-432a-adaf-8581c51af032,_:60d9055e-756f-452b-8e36-c7b4e5b63b47. Pending nodes: 
20:39:23.577 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2
20:39:23.594 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:abbf8970-0e50-4f3e-b04c-dc0504935318
20:39:23.603 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:41df3af5-bb58-42bc-9303-b54da162da8c
20:39:23.615 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dc066fbd-ed14-48ca-bfba-9ee328064575
20:39:23.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3926cce6-0f8c-4a81-b436-fe023dc854af
20:39:23.649 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ef665042-fab4-49a3-be4a-20befb3752db
20:39:23.671 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8e1f6dfc-13a7-432a-adaf-8581c51af032
20:39:23.685 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:60d9055e-756f-452b-8e36-c7b4e5b63b47
20:39:23.715 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:23.801 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:60d9055e-756f-452b-8e36-c7b4e5b63b47
20:39:23.801 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8e1f6dfc-13a7-432a-adaf-8581c51af032
20:39:23.801 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ef665042-fab4-49a3-be4a-20befb3752db
20:39:23.802 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3926cce6-0f8c-4a81-b436-fe023dc854af
20:39:23.802 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dc066fbd-ed14-48ca-bfba-9ee328064575
20:39:23.802 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:41df3af5-bb58-42bc-9303-b54da162da8c
20:39:23.802 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:abbf8970-0e50-4f3e-b04c-dc0504935318
20:39:23.802 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2
20:39:23.843 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:23.857 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:23.873 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:23.874 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:23.877 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:23.897 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,_:abbf8970-0e50-4f3e-b04c-dc0504935318,_:41df3af5-bb58-42bc-9303-b54da162da8c,_:dc066fbd-ed14-48ca-bfba-9ee328064575,_:3926cce6-0f8c-4a81-b436-fe023dc854af,_:ef665042-fab4-49a3-be4a-20befb3752db,_:8e1f6dfc-13a7-432a-adaf-8581c51af032,_:60d9055e-756f-452b-8e36-c7b4e5b63b47)
20:39:23.908 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2)
20:39:23.914 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:abbf8970-0e50-4f3e-b04c-dc0504935318)
20:39:23.914 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41df3af5-bb58-42bc-9303-b54da162da8c)
20:39:23.915 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc066fbd-ed14-48ca-bfba-9ee328064575)
20:39:23.915 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3926cce6-0f8c-4a81-b436-fe023dc854af)
20:39:23.916 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef665042-fab4-49a3-be4a-20befb3752db)
20:39:23.917 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8e1f6dfc-13a7-432a-adaf-8581c51af032)
20:39:23.918 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60d9055e-756f-452b-8e36-c7b4e5b63b47)
20:39:23.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:23.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.194 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:21.097Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:24.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:24.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.219 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:abbf8970-0e50-4f3e-b04c-dc0504935318=ShapeTyping(TypingMap(Map()))
20:39:24.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41df3af5-bb58-42bc-9303-b54da162da8c=ShapeTyping(TypingMap(Map()))
20:39:24.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.225 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dc066fbd-ed14-48ca-bfba-9ee328064575=ShapeTyping(TypingMap(Map()))
20:39:24.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.231 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3926cce6-0f8c-4a81-b436-fe023dc854af],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:24.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.235 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3926cce6-0f8c-4a81-b436-fe023dc854af=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3926cce6-0f8c-4a81-b436-fe023dc854af,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>)))))))
20:39:24.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.274 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.275 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef665042-fab4-49a3-be4a-20befb3752db=ShapeTyping(TypingMap(Map()))
20:39:24.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.302 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8e1f6dfc-13a7-432a-adaf-8581c51af032],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:24.305 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8e1f6dfc-13a7-432a-adaf-8581c51af032=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8e1f6dfc-13a7-432a-adaf-8581c51af032,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>)))))))
20:39:24.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.307 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.309 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.310 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.311 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:60d9055e-756f-452b-8e36-c7b4e5b63b47],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:24.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60d9055e-756f-452b-8e36-c7b4e5b63b47=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:60d9055e-756f-452b-8e36-c7b4e5b63b47,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:24.379 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,_:abbf8970-0e50-4f3e-b04c-dc0504935318,_:41df3af5-bb58-42bc-9303-b54da162da8c,_:dc066fbd-ed14-48ca-bfba-9ee328064575,_:3926cce6-0f8c-4a81-b436-fe023dc854af,_:ef665042-fab4-49a3-be4a-20befb3752db,_:8e1f6dfc-13a7-432a-adaf-8581c51af032,_:60d9055e-756f-452b-8e36-c7b4e5b63b47)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:8e1f6dfc-13a7-432a-adaf-8581c51af032,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(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:60d9055e-756f-452b-8e36-c7b4e5b63b47,PredicatePath(<http://www.sampledomain.org/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(_:3926cce6-0f8c-4a81-b436-fe023dc854af,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>)))))))
20:39:24.393 [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(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:8e1f6dfc-13a7-432a-adaf-8581c51af032,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(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:60d9055e-756f-452b-8e36-c7b4e5b63b47,PredicatePath(<http://www.sampledomain.org/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(_:3926cce6-0f8c-4a81-b436-fe023dc854af,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>)))))))
20:39:24.395 [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(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:8e1f6dfc-13a7-432a-adaf-8581c51af032,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(_:c1f10810-0b6c-4106-97d0-fd3ce852a9e2), ShapeRef(_:abbf8970-0e50-4f3e-b04c-dc0504935318), ShapeRef(_:41df3af5-bb58-42bc-9303-b54da162da8c), ShapeRef(_:dc066fbd-ed14-48ca-bfba-9ee328064575), ShapeRef(_:3926cce6-0f8c-4a81-b436-fe023dc854af), ShapeRef(_:ef665042-fab4-49a3-be4a-20befb3752db), ShapeRef(_:8e1f6dfc-13a7-432a-adaf-8581c51af032), ShapeRef(_:60d9055e-756f-452b-8e36-c7b4e5b63b47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:60d9055e-756f-452b-8e36-c7b4e5b63b47,PredicatePath(<http://www.sampledomain.org/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(_:3926cce6-0f8c-4a81-b436-fe023dc854af,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>)))))))
20:39:24.422 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:60d9055e-756f-452b-8e36-c7b4e5b63b47 = 
20:39:24.422 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:60d9055e-756f-452b-8e36-c7b4e5b63b47 = 
20:39:24.423 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:60d9055e-756f-452b-8e36-c7b4e5b63b47: 
20:39:24.423 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8e1f6dfc-13a7-432a-adaf-8581c51af032 = 
20:39:24.424 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8e1f6dfc-13a7-432a-adaf-8581c51af032 = 
20:39:24.424 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8e1f6dfc-13a7-432a-adaf-8581c51af032: 
20:39:24.425 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ef665042-fab4-49a3-be4a-20befb3752db = 
20:39:24.425 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ef665042-fab4-49a3-be4a-20befb3752db = 
20:39:24.425 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ef665042-fab4-49a3-be4a-20befb3752db: 
20:39:24.426 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3926cce6-0f8c-4a81-b436-fe023dc854af = 
20:39:24.427 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3926cce6-0f8c-4a81-b436-fe023dc854af = 
20:39:24.427 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3926cce6-0f8c-4a81-b436-fe023dc854af: 
20:39:24.428 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dc066fbd-ed14-48ca-bfba-9ee328064575 = 
20:39:24.428 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dc066fbd-ed14-48ca-bfba-9ee328064575 = 
20:39:24.428 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dc066fbd-ed14-48ca-bfba-9ee328064575: 
20:39:24.429 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:41df3af5-bb58-42bc-9303-b54da162da8c = 
20:39:24.429 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:41df3af5-bb58-42bc-9303-b54da162da8c = 
20:39:24.429 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:41df3af5-bb58-42bc-9303-b54da162da8c: 
20:39:24.430 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:abbf8970-0e50-4f3e-b04c-dc0504935318 = 
20:39:24.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:abbf8970-0e50-4f3e-b04c-dc0504935318 = 
20:39:24.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:abbf8970-0e50-4f3e-b04c-dc0504935318: 
20:39:24.432 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2 = 
20:39:24.432 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2 = 
20:39:24.432 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1f10810-0b6c-4106-97d0-fd3ce852a9e2: 
20:39:24.575 [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
] .

20:39:24.604 [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>
                "2019-07-12T20:39:24.612Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:24.644 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:24.612Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:24.612Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:24.648 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5136c736-62d8-45a3-9ca5-afa9430558fe @rdf:rest 2c8baf55-9feb-422d-9d41-3b21ae583c06; 5136c736-62d8-45a3-9ca5-afa9430558fe @rdf:first "A"; 065afa17-a63a-4f34-a79b-2445ca62b98a @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 065afa17-a63a-4f34-a79b-2445ca62b98a @sh:in 5136c736-62d8-45a3-9ca5-afa9430558fe; 065afa17-a63a-4f34-a79b-2445ca62b98a @rdf:type sh:Property; 679f9728-33e3-4b51-b93e-d9f63cd3e71e @sh:path http://www.sampledomain.org/sam#aSetOfDates; 679f9728-33e3-4b51-b93e-d9f63cd3e71e @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 679f9728-33e3-4b51-b93e-d9f63cd3e71e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 679f9728-33e3-4b51-b93e-d9f63cd3e71e @rdf:type sh:Property; 1e96cbcd-17d7-472a-817c-50f564f19c71 @sh:path http://www.sampledomain.org/sam#integerProperty2; 1e96cbcd-17d7-472a-817c-50f564f19c71 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1e96cbcd-17d7-472a-817c-50f564f19c71 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1e96cbcd-17d7-472a-817c-50f564f19c71 @rdf:type sh:Property; 62a8561e-43cd-46bf-9e16-40b9baff7914 @rdf:rest rdf:nil; 62a8561e-43cd-46bf-9e16-40b9baff7914 @rdf:first "C"; 2c8baf55-9feb-422d-9d41-3b21ae583c06 @rdf:rest 62a8561e-43cd-46bf-9e16-40b9baff7914; 2c8baf55-9feb-422d-9d41-3b21ae583c06 @rdf:first "B"...} |  [5136c736-62d8-45a3-9ca5-afa9430558fe, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2c8baf55-9feb-422d-9d41-3b21ae583c06] [5136c736-62d8-45a3-9ca5-afa9430558fe, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [065afa17-a63a-4f34-a79b-2445ca62b98a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [065afa17-a63a-4f34-a79b-2445ca62b98a, http://www.w3.org/ns/shacl#in, 5136c736-62d8-45a3-9ca5-afa9430558fe] [065afa17-a63a-4f34-a79b-2445ca62b98a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [679f9728-33e3-4b51-b93e-d9f63cd3e71e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [679f9728-33e3-4b51-b93e-d9f63cd3e71e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [679f9728-33e3-4b51-b93e-d9f63cd3e71e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [679f9728-33e3-4b51-b93e-d9f63cd3e71e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1e96cbcd-17d7-472a-817c-50f564f19c71, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1e96cbcd-17d7-472a-817c-50f564f19c71, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1e96cbcd-17d7-472a-817c-50f564f19c71, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1e96cbcd-17d7-472a-817c-50f564f19c71, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [62a8561e-43cd-46bf-9e16-40b9baff7914, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [62a8561e-43cd-46bf-9e16-40b9baff7914, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [2c8baf55-9feb-422d-9d41-3b21ae583c06, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 62a8561e-43cd-46bf-9e16-40b9baff7914] [2c8baf55-9feb-422d-9d41-3b21ae583c06, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c8dfcd6c-56db-4c80-bee3-8b56fef8c442, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c8dfcd6c-56db-4c80-bee3-8b56fef8c442, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c8dfcd6c-56db-4c80-bee3-8b56fef8c442, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c8dfcd6c-56db-4c80-bee3-8b56fef8c442, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8d3d6a1d-c547-42e0-969d-2e29393488a8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#pattern, "^B"] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2f11c09b-a603-4f2f-8351-fe0953afd3d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dffa99e3-05c7-4f81-b813-32780daba925, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [dffa99e3-05c7-4f81-b813-32780daba925, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [dffa99e3-05c7-4f81-b813-32780daba925, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [993caf77-93ec-40ed-aa40-299f8380bf90, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [993caf77-93ec-40ed-aa40-299f8380bf90, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [993caf77-93ec-40ed-aa40-299f8380bf90, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [993caf77-93ec-40ed-aa40-299f8380bf90, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [993caf77-93ec-40ed-aa40-299f8380bf90, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [993caf77-93ec-40ed-aa40-299f8380bf90, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [993caf77-93ec-40ed-aa40-299f8380bf90, 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, 8d3d6a1d-c547-42e0-969d-2e29393488a8] [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, 2f11c09b-a603-4f2f-8351-fe0953afd3d0] [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, c8dfcd6c-56db-4c80-bee3-8b56fef8c442] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 065afa17-a63a-4f34-a79b-2445ca62b98a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 993caf77-93ec-40ed-aa40-299f8380bf90] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1e96cbcd-17d7-472a-817c-50f564f19c71] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 679f9728-33e3-4b51-b93e-d9f63cd3e71e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dffa99e3-05c7-4f81-b813-32780daba925]>
20:39:24.672 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:24.678 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:24.686 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442,_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,_:1e96cbcd-17d7-472a-817c-50f564f19c71,_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,_:065afa17-a63a-4f34-a79b-2445ca62b98a,_:993caf77-93ec-40ed-aa40-299f8380bf90,_:8d3d6a1d-c547-42e0-969d-2e29393488a8,_:dffa99e3-05c7-4f81-b813-32780daba925. Pending nodes: 
20:39:24.688 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442
20:39:24.694 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2f11c09b-a603-4f2f-8351-fe0953afd3d0
20:39:24.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1e96cbcd-17d7-472a-817c-50f564f19c71
20:39:24.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:679f9728-33e3-4b51-b93e-d9f63cd3e71e
20:39:24.712 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:065afa17-a63a-4f34-a79b-2445ca62b98a
20:39:24.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:993caf77-93ec-40ed-aa40-299f8380bf90
20:39:24.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d3d6a1d-c547-42e0-969d-2e29393488a8
20:39:24.728 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dffa99e3-05c7-4f81-b813-32780daba925
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dffa99e3-05c7-4f81-b813-32780daba925
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d3d6a1d-c547-42e0-969d-2e29393488a8
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:993caf77-93ec-40ed-aa40-299f8380bf90
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:065afa17-a63a-4f34-a79b-2445ca62b98a
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:679f9728-33e3-4b51-b93e-d9f63cd3e71e
20:39:24.732 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1e96cbcd-17d7-472a-817c-50f564f19c71
20:39:24.770 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2f11c09b-a603-4f2f-8351-fe0953afd3d0
20:39:24.770 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442
20:39:24.771 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:24.771 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:24.772 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:24.772 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:24.772 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:24.772 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442,_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,_:1e96cbcd-17d7-472a-817c-50f564f19c71,_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,_:065afa17-a63a-4f34-a79b-2445ca62b98a,_:993caf77-93ec-40ed-aa40-299f8380bf90,_:8d3d6a1d-c547-42e0-969d-2e29393488a8,_:dffa99e3-05c7-4f81-b813-32780daba925)
20:39:24.773 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442)
20:39:24.773 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2f11c09b-a603-4f2f-8351-fe0953afd3d0)
20:39:24.774 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e96cbcd-17d7-472a-817c-50f564f19c71)
20:39:24.774 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:679f9728-33e3-4b51-b93e-d9f63cd3e71e)
20:39:24.774 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:065afa17-a63a-4f34-a79b-2445ca62b98a)
20:39:24.774 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:993caf77-93ec-40ed-aa40-299f8380bf90)
20:39:24.775 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d3d6a1d-c547-42e0-969d-2e29393488a8)
20:39:24.775 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dffa99e3-05c7-4f81-b813-32780daba925)
20:39:24.775 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.776 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.777 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.777 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.778 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442=ShapeTyping(TypingMap(Map()))
20:39:24.778 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.778 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.779 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.779 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.781 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.781 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.823 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2f11c09b-a603-4f2f-8351-fe0953afd3d0],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:24.827 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2f11c09b-a603-4f2f-8351-fe0953afd3d0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,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"))))))))
20:39:24.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.829 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1e96cbcd-17d7-472a-817c-50f564f19c71=ShapeTyping(TypingMap(Map()))
20:39:24.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.831 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:24.612Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:679f9728-33e3-4b51-b93e-d9f63cd3e71e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:24.831 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:679f9728-33e3-4b51-b93e-d9f63cd3e71e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:24.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.832 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:065afa17-a63a-4f34-a79b-2445ca62b98a=ShapeTyping(TypingMap(Map()))
20:39:24.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.834 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.834 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.835 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.835 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.836 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.836 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.836 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:993caf77-93ec-40ed-aa40-299f8380bf90],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:24.837 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.837 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.872 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:993caf77-93ec-40ed-aa40-299f8380bf90=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:993caf77-93ec-40ed-aa40-299f8380bf90,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:24.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.875 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8d3d6a1d-c547-42e0-969d-2e29393488a8],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:24.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.876 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d3d6a1d-c547-42e0-969d-2e29393488a8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d3d6a1d-c547-42e0-969d-2e29393488a8,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>)))))))
20:39:24.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:24.877 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dffa99e3-05c7-4f81-b813-32780daba925=ShapeTyping(TypingMap(Map()))
20:39:24.878 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442,_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,_:1e96cbcd-17d7-472a-817c-50f564f19c71,_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,_:065afa17-a63a-4f34-a79b-2445ca62b98a,_:993caf77-93ec-40ed-aa40-299f8380bf90,_:8d3d6a1d-c547-42e0-969d-2e29393488a8,_:dffa99e3-05c7-4f81-b813-32780daba925)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,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(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:993caf77-93ec-40ed-aa40-299f8380bf90,PredicatePath(<http://www.sampledomain.org/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(_:8d3d6a1d-c547-42e0-969d-2e29393488a8,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(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List()))))))
20:39:24.880 [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(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,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(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:993caf77-93ec-40ed-aa40-299f8380bf90,PredicatePath(<http://www.sampledomain.org/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(_:8d3d6a1d-c547-42e0-969d-2e29393488a8,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(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List()))))))
20:39:24.881 [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(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0,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(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:993caf77-93ec-40ed-aa40-299f8380bf90,PredicatePath(<http://www.sampledomain.org/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(_:8d3d6a1d-c547-42e0-969d-2e29393488a8,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(_:c8dfcd6c-56db-4c80-bee3-8b56fef8c442), ShapeRef(_:2f11c09b-a603-4f2f-8351-fe0953afd3d0), ShapeRef(_:1e96cbcd-17d7-472a-817c-50f564f19c71), ShapeRef(_:679f9728-33e3-4b51-b93e-d9f63cd3e71e), ShapeRef(_:065afa17-a63a-4f34-a79b-2445ca62b98a), ShapeRef(_:993caf77-93ec-40ed-aa40-299f8380bf90), ShapeRef(_:8d3d6a1d-c547-42e0-969d-2e29393488a8), ShapeRef(_:dffa99e3-05c7-4f81-b813-32780daba925)),false,List()) -> TypingResult(Valid(List()))))))
20:39:24.881 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dffa99e3-05c7-4f81-b813-32780daba925 = 
20:39:24.882 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dffa99e3-05c7-4f81-b813-32780daba925 = 
20:39:24.882 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dffa99e3-05c7-4f81-b813-32780daba925: 
20:39:24.882 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d3d6a1d-c547-42e0-969d-2e29393488a8 = 
20:39:24.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d3d6a1d-c547-42e0-969d-2e29393488a8 = 
20:39:24.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d3d6a1d-c547-42e0-969d-2e29393488a8: 
20:39:24.883 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:993caf77-93ec-40ed-aa40-299f8380bf90 = 
20:39:24.883 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:993caf77-93ec-40ed-aa40-299f8380bf90 = 
20:39:24.883 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:993caf77-93ec-40ed-aa40-299f8380bf90: 
20:39:24.884 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:065afa17-a63a-4f34-a79b-2445ca62b98a = 
20:39:24.884 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:065afa17-a63a-4f34-a79b-2445ca62b98a = 
20:39:24.884 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:065afa17-a63a-4f34-a79b-2445ca62b98a: 
20:39:24.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:679f9728-33e3-4b51-b93e-d9f63cd3e71e = 
20:39:24.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:679f9728-33e3-4b51-b93e-d9f63cd3e71e = 
20:39:24.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:679f9728-33e3-4b51-b93e-d9f63cd3e71e: 
20:39:24.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1e96cbcd-17d7-472a-817c-50f564f19c71 = 
20:39:24.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1e96cbcd-17d7-472a-817c-50f564f19c71 = 
20:39:24.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1e96cbcd-17d7-472a-817c-50f564f19c71: 
20:39:24.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2f11c09b-a603-4f2f-8351-fe0953afd3d0 = 
20:39:24.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2f11c09b-a603-4f2f-8351-fe0953afd3d0 = 
20:39:24.887 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2f11c09b-a603-4f2f-8351-fe0953afd3d0: 
20:39:24.887 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442 = 
20:39:24.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442 = 
20:39:24.888 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c8dfcd6c-56db-4c80-bee3-8b56fef8c442: 
20:39:24.903 [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
               ]
] .

20:39:24.910 [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: 3.961 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>
                "2019-07-12T20:39:24.977Z"^^<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 .
20:39:25.000 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "15"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:24.977Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "15"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:24.977Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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: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> .
20:39:25.004 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7e7d61f3-a491-4741-835a-f6c8a43090aa @rdf:rest 89eb609b-a31a-471c-8da9-bfbe49380245; 7e7d61f3-a491-4741-835a-f6c8a43090aa @rdf:first "A"; b60d225f-e812-4807-ad65-9b828da3bd33 @sh:path http://www.sampledomain.org/sam#integerProperty3; b60d225f-e812-4807-ad65-9b828da3bd33 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; b60d225f-e812-4807-ad65-9b828da3bd33 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; b60d225f-e812-4807-ad65-9b828da3bd33 @rdf:type sh:Property; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a5244e21-e7c4-49d0-9f88-8ffb6aefff26 @rdf:type sh:Property; ea61db14-6d82-41aa-8d75-360a44db4e07 @rdf:rest rdf:nil; ea61db14-6d82-41aa-8d75-360a44db4e07 @rdf:first "C"; a5744114-479d-4813-946c-44e7feb374f5 @sh:path http://www.sampledomain.org/sam#aSetOfDates; a5744114-479d-4813-946c-44e7feb374f5 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [7e7d61f3-a491-4741-835a-f6c8a43090aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 89eb609b-a31a-471c-8da9-bfbe49380245] [7e7d61f3-a491-4741-835a-f6c8a43090aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b60d225f-e812-4807-ad65-9b828da3bd33, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b60d225f-e812-4807-ad65-9b828da3bd33, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b60d225f-e812-4807-ad65-9b828da3bd33, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b60d225f-e812-4807-ad65-9b828da3bd33, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a5244e21-e7c4-49d0-9f88-8ffb6aefff26, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ea61db14-6d82-41aa-8d75-360a44db4e07, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ea61db14-6d82-41aa-8d75-360a44db4e07, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [a5744114-479d-4813-946c-44e7feb374f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a5744114-479d-4813-946c-44e7feb374f5, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a5744114-479d-4813-946c-44e7feb374f5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a5744114-479d-4813-946c-44e7feb374f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#pattern, "^B"] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [89eb609b-a31a-471c-8da9-bfbe49380245, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ea61db14-6d82-41aa-8d75-360a44db4e07] [89eb609b-a31a-471c-8da9-bfbe49380245, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a32a5871-fc49-42e2-b138-3a97bffe8e30, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a32a5871-fc49-42e2-b138-3a97bffe8e30, http://www.w3.org/ns/shacl#in, 7e7d61f3-a491-4741-835a-f6c8a43090aa] [a32a5871-fc49-42e2-b138-3a97bffe8e30, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e2ef3145-2d8c-4bde-b455-349811f3da1c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e2ef3145-2d8c-4bde-b455-349811f3da1c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e2ef3145-2d8c-4bde-b455-349811f3da1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5803cc86-4b80-4f09-be14-1471408d040b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5803cc86-4b80-4f09-be14-1471408d040b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5803cc86-4b80-4f09-be14-1471408d040b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5803cc86-4b80-4f09-be14-1471408d040b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5803cc86-4b80-4f09-be14-1471408d040b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5803cc86-4b80-4f09-be14-1471408d040b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5803cc86-4b80-4f09-be14-1471408d040b, 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, 5803cc86-4b80-4f09-be14-1471408d040b] [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, 0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a5744114-479d-4813-946c-44e7feb374f5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b60d225f-e812-4807-ad65-9b828da3bd33] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 70b69104-b58d-4f73-a1c7-dc6fda4c6874] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a32a5871-fc49-42e2-b138-3a97bffe8e30] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a5244e21-e7c4-49d0-9f88-8ffb6aefff26] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e2ef3145-2d8c-4bde-b455-349811f3da1c] [70b69104-b58d-4f73-a1c7-dc6fda4c6874, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [70b69104-b58d-4f73-a1c7-dc6fda4c6874, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [70b69104-b58d-4f73-a1c7-dc6fda4c6874, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [70b69104-b58d-4f73-a1c7-dc6fda4c6874, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:25.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:25.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:25.073 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a32a5871-fc49-42e2-b138-3a97bffe8e30,_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,_:5803cc86-4b80-4f09-be14-1471408d040b,_:e2ef3145-2d8c-4bde-b455-349811f3da1c,_:a5744114-479d-4813-946c-44e7feb374f5,_:b60d225f-e812-4807-ad65-9b828da3bd33,_:70b69104-b58d-4f73-a1c7-dc6fda4c6874,_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e. Pending nodes: 
20:39:25.075 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a32a5871-fc49-42e2-b138-3a97bffe8e30
20:39:25.078 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a5244e21-e7c4-49d0-9f88-8ffb6aefff26
20:39:25.085 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5803cc86-4b80-4f09-be14-1471408d040b
20:39:25.090 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2ef3145-2d8c-4bde-b455-349811f3da1c
20:39:25.093 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a5744114-479d-4813-946c-44e7feb374f5
20:39:25.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b60d225f-e812-4807-ad65-9b828da3bd33
20:39:25.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:70b69104-b58d-4f73-a1c7-dc6fda4c6874
20:39:25.103 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:70b69104-b58d-4f73-a1c7-dc6fda4c6874
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b60d225f-e812-4807-ad65-9b828da3bd33
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a5744114-479d-4813-946c-44e7feb374f5
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2ef3145-2d8c-4bde-b455-349811f3da1c
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5803cc86-4b80-4f09-be14-1471408d040b
20:39:25.109 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a5244e21-e7c4-49d0-9f88-8ffb6aefff26
20:39:25.110 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a32a5871-fc49-42e2-b138-3a97bffe8e30
20:39:25.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e = 
20:39:25.110 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e = 
20:39:25.110 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e: 
20:39:25.111 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:25.111 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:25.112 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:25.112 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:25.112 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:25.112 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a32a5871-fc49-42e2-b138-3a97bffe8e30,_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,_:5803cc86-4b80-4f09-be14-1471408d040b,_:e2ef3145-2d8c-4bde-b455-349811f3da1c,_:a5744114-479d-4813-946c-44e7feb374f5,_:b60d225f-e812-4807-ad65-9b828da3bd33,_:70b69104-b58d-4f73-a1c7-dc6fda4c6874,_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)
20:39:25.113 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a32a5871-fc49-42e2-b138-3a97bffe8e30)
20:39:25.113 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26)
20:39:25.113 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5803cc86-4b80-4f09-be14-1471408d040b)
20:39:25.114 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2ef3145-2d8c-4bde-b455-349811f3da1c)
20:39:25.114 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5744114-479d-4813-946c-44e7feb374f5)
20:39:25.114 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b60d225f-e812-4807-ad65-9b828da3bd33)
20:39:25.114 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70b69104-b58d-4f73-a1c7-dc6fda4c6874)
20:39:25.114 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)
20:39:25.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.116 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a32a5871-fc49-42e2-b138-3a97bffe8e30=ShapeTyping(TypingMap(Map()))
20:39:25.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.119 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:25.170 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.171 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.172 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,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>)))))))
20:39:25.172 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.172 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.173 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.173 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.174 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.174 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.175 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.175 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.175 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5803cc86-4b80-4f09-be14-1471408d040b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:25.176 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.176 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.177 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5803cc86-4b80-4f09-be14-1471408d040b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5803cc86-4b80-4f09-be14-1471408d040b,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:25.178 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.178 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.178 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2ef3145-2d8c-4bde-b455-349811f3da1c=ShapeTyping(TypingMap(Map()))
20:39:25.178 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.178 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.179 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.179 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.180 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:24.977Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a5744114-479d-4813-946c-44e7feb374f5],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:25.181 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5744114-479d-4813-946c-44e7feb374f5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a5744114-479d-4813-946c-44e7feb374f5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:25.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.181 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b60d225f-e812-4807-ad65-9b828da3bd33=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b60d225f-e812-4807-ad65-9b828da3bd33,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))))))))
20:39:25.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.195 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:70b69104-b58d-4f73-a1c7-dc6fda4c6874=ShapeTyping(TypingMap(Map()))
20:39:25.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.196 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.196 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.200 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:25.200 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e,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>)))))))
20:39:25.201 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a32a5871-fc49-42e2-b138-3a97bffe8e30,_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,_:5803cc86-4b80-4f09-be14-1471408d040b,_:e2ef3145-2d8c-4bde-b455-349811f3da1c,_:a5744114-479d-4813-946c-44e7feb374f5,_:b60d225f-e812-4807-ad65-9b828da3bd33,_:70b69104-b58d-4f73-a1c7-dc6fda4c6874,_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5803cc86-4b80-4f09-be14-1471408d040b,PredicatePath(<http://www.sampledomain.org/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(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,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(_:a5744114-479d-4813-946c-44e7feb374f5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e,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(_:b60d225f-e812-4807-ad65-9b828da3bd33,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))))))))
20:39:25.203 [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(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5803cc86-4b80-4f09-be14-1471408d040b,PredicatePath(<http://www.sampledomain.org/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(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,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(_:a5744114-479d-4813-946c-44e7feb374f5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e,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(_:b60d225f-e812-4807-ad65-9b828da3bd33,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))))))))
20:39:25.203 [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(_:a32a5871-fc49-42e2-b138-3a97bffe8e30), ShapeRef(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26), ShapeRef(_:5803cc86-4b80-4f09-be14-1471408d040b), ShapeRef(_:e2ef3145-2d8c-4bde-b455-349811f3da1c), ShapeRef(_:a5744114-479d-4813-946c-44e7feb374f5), ShapeRef(_:b60d225f-e812-4807-ad65-9b828da3bd33), ShapeRef(_:70b69104-b58d-4f73-a1c7-dc6fda4c6874), ShapeRef(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5803cc86-4b80-4f09-be14-1471408d040b,PredicatePath(<http://www.sampledomain.org/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(_:a5244e21-e7c4-49d0-9f88-8ffb6aefff26,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(_:a5744114-479d-4813-946c-44e7feb374f5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0f2ff5fc-7ff2-4c17-bdc1-4cbb79c7108e,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(_:b60d225f-e812-4807-ad65-9b828da3bd33,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))))))))
20:39:25.204 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:70b69104-b58d-4f73-a1c7-dc6fda4c6874 = 
20:39:25.204 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:70b69104-b58d-4f73-a1c7-dc6fda4c6874 = 
20:39:25.204 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:70b69104-b58d-4f73-a1c7-dc6fda4c6874: 
20:39:25.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b60d225f-e812-4807-ad65-9b828da3bd33 = 
20:39:25.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b60d225f-e812-4807-ad65-9b828da3bd33 = 
20:39:25.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b60d225f-e812-4807-ad65-9b828da3bd33: 
20:39:25.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a5744114-479d-4813-946c-44e7feb374f5 = 
20:39:25.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a5744114-479d-4813-946c-44e7feb374f5 = 
20:39:25.206 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a5744114-479d-4813-946c-44e7feb374f5: 
20:39:25.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2ef3145-2d8c-4bde-b455-349811f3da1c = 
20:39:25.207 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2ef3145-2d8c-4bde-b455-349811f3da1c = 
20:39:25.207 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2ef3145-2d8c-4bde-b455-349811f3da1c: 
20:39:25.207 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5803cc86-4b80-4f09-be14-1471408d040b = 
20:39:25.207 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5803cc86-4b80-4f09-be14-1471408d040b = 
20:39:25.208 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5803cc86-4b80-4f09-be14-1471408d040b: 
20:39:25.208 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a5244e21-e7c4-49d0-9f88-8ffb6aefff26 = 
20:39:25.208 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a5244e21-e7c4-49d0-9f88-8ffb6aefff26 = 
20:39:25.208 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a5244e21-e7c4-49d0-9f88-8ffb6aefff26: 
20:39:25.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a32a5871-fc49-42e2-b138-3a97bffe8e30 = 
20:39:25.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a32a5871-fc49-42e2-b138-3a97bffe8e30 = 
20:39:25.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a32a5871-fc49-42e2-b138-3a97bffe8e30: 
20:39:25.272 [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
] .

20:39:25.276 [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>
                "2019-07-12T20:39:25.279Z"^^<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 .
20:39:25.301 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:25.279Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:25.279Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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: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> .
20:39:25.305 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a9998ac5-e3e4-47f6-9b96-602573e7d727 @sh:path http://www.sampledomain.org/sam#aSetOfDates; a9998ac5-e3e4-47f6-9b96-602573e7d727 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; a9998ac5-e3e4-47f6-9b96-602573e7d727 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a9998ac5-e3e4-47f6-9b96-602573e7d727 @rdf:type sh:Property; ace0ed00-f55d-4aad-bcd2-364e7c931b6a @sh:path http://www.sampledomain.org/sam#integerProperty3; ace0ed00-f55d-4aad-bcd2-364e7c931b6a @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ace0ed00-f55d-4aad-bcd2-364e7c931b6a @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ace0ed00-f55d-4aad-bcd2-364e7c931b6a @rdf:type sh:Property; f5116ba2-cc56-4195-8d80-7936fcda6145 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f5116ba2-cc56-4195-8d80-7936fcda6145 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f5116ba2-cc56-4195-8d80-7936fcda6145 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f5116ba2-cc56-4195-8d80-7936fcda6145 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f5116ba2-cc56-4195-8d80-7936fcda6145 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f5116ba2-cc56-4195-8d80-7936fcda6145 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f5116ba2-cc56-4195-8d80-7936fcda6145 @rdf:type sh:Property; ea5fb995-6e36-4abb-9415-38abb3ea09f2 @sh:path http://www.sampledomain.org/sam#aStringProperty; ea5fb995-6e36-4abb-9415-38abb3ea09f2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [a9998ac5-e3e4-47f6-9b96-602573e7d727, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a9998ac5-e3e4-47f6-9b96-602573e7d727, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a9998ac5-e3e4-47f6-9b96-602573e7d727, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a9998ac5-e3e4-47f6-9b96-602573e7d727, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ace0ed00-f55d-4aad-bcd2-364e7c931b6a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ace0ed00-f55d-4aad-bcd2-364e7c931b6a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ace0ed00-f55d-4aad-bcd2-364e7c931b6a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ace0ed00-f55d-4aad-bcd2-364e7c931b6a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5116ba2-cc56-4195-8d80-7936fcda6145, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#pattern, "^B"] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ea5fb995-6e36-4abb-9415-38abb3ea09f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1889292d-3f66-4a57-92ce-e0830dbeb1d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [59d90640-0538-4245-a64f-7137bcf4fdee, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [59d90640-0538-4245-a64f-7137bcf4fdee, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [59d90640-0538-4245-a64f-7137bcf4fdee, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [60659286-4d7f-473d-97e4-3adebe0303c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f6237a4d-7685-475b-831f-fddf6ad9c465] [60659286-4d7f-473d-97e4-3adebe0303c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [6f83a200-04b8-4016-8b1c-ca223faa1c48, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [6f83a200-04b8-4016-8b1c-ca223faa1c48, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6f83a200-04b8-4016-8b1c-ca223faa1c48, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6f83a200-04b8-4016-8b1c-ca223faa1c48, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f6237a4d-7685-475b-831f-fddf6ad9c465, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f6237a4d-7685-475b-831f-fddf6ad9c465, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [acc59217-09bf-426c-ae7d-11ef5a45cfd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 60659286-4d7f-473d-97e4-3adebe0303c7] [acc59217-09bf-426c-ae7d-11ef5a45cfd8, 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, 1889292d-3f66-4a57-92ce-e0830dbeb1d2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6f83a200-04b8-4016-8b1c-ca223faa1c48] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9ee0ac12-88a1-4d0a-a2cf-0dead40ac036] [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, a9998ac5-e3e4-47f6-9b96-602573e7d727] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ea5fb995-6e36-4abb-9415-38abb3ea09f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ace0ed00-f55d-4aad-bcd2-364e7c931b6a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 59d90640-0538-4245-a64f-7137bcf4fdee] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f5116ba2-cc56-4195-8d80-7936fcda6145] [9ee0ac12-88a1-4d0a-a2cf-0dead40ac036, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9ee0ac12-88a1-4d0a-a2cf-0dead40ac036, http://www.w3.org/ns/shacl#in, acc59217-09bf-426c-ae7d-11ef5a45cfd8] [9ee0ac12-88a1-4d0a-a2cf-0dead40ac036, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:25.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:25.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:25.317 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6f83a200-04b8-4016-8b1c-ca223faa1c48,_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,_:a9998ac5-e3e4-47f6-9b96-602573e7d727,_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036,_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,_:f5116ba2-cc56-4195-8d80-7936fcda6145,_:59d90640-0538-4245-a64f-7137bcf4fdee,_:1889292d-3f66-4a57-92ce-e0830dbeb1d2. Pending nodes: 
20:39:25.318 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6f83a200-04b8-4016-8b1c-ca223faa1c48
20:39:25.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ace0ed00-f55d-4aad-bcd2-364e7c931b6a
20:39:25.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9998ac5-e3e4-47f6-9b96-602573e7d727
20:39:25.328 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036
20:39:25.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ea5fb995-6e36-4abb-9415-38abb3ea09f2
20:39:25.371 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5116ba2-cc56-4195-8d80-7936fcda6145
20:39:25.376 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:59d90640-0538-4245-a64f-7137bcf4fdee
20:39:25.379 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1889292d-3f66-4a57-92ce-e0830dbeb1d2
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1889292d-3f66-4a57-92ce-e0830dbeb1d2
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:59d90640-0538-4245-a64f-7137bcf4fdee
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5116ba2-cc56-4195-8d80-7936fcda6145
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ea5fb995-6e36-4abb-9415-38abb3ea09f2
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036
20:39:25.384 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9998ac5-e3e4-47f6-9b96-602573e7d727
20:39:25.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ace0ed00-f55d-4aad-bcd2-364e7c931b6a
20:39:25.385 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6f83a200-04b8-4016-8b1c-ca223faa1c48
20:39:25.385 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:25.385 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:25.386 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:25.386 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:25.386 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:25.386 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6f83a200-04b8-4016-8b1c-ca223faa1c48,_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,_:a9998ac5-e3e4-47f6-9b96-602573e7d727,_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036,_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,_:f5116ba2-cc56-4195-8d80-7936fcda6145,_:59d90640-0538-4245-a64f-7137bcf4fdee,_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)
20:39:25.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6f83a200-04b8-4016-8b1c-ca223faa1c48)
20:39:25.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a)
20:39:25.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9998ac5-e3e4-47f6-9b96-602573e7d727)
20:39:25.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036)
20:39:25.387 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea5fb995-6e36-4abb-9415-38abb3ea09f2)
20:39:25.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5116ba2-cc56-4195-8d80-7936fcda6145)
20:39:25.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59d90640-0538-4245-a64f-7137bcf4fdee)
20:39:25.388 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)
20:39:25.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.390 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6f83a200-04b8-4016-8b1c-ca223faa1c48=ShapeTyping(TypingMap(Map()))
20:39:25.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.390 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.393 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,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"))))))))
20:39:25.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.393 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.394 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:25.279Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a9998ac5-e3e4-47f6-9b96-602573e7d727],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:25.395 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9998ac5-e3e4-47f6-9b96-602573e7d727=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9998ac5-e3e4-47f6-9b96-602573e7d727,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:25.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036=ShapeTyping(TypingMap(Map()))
20:39:25.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.400 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ea5fb995-6e36-4abb-9415-38abb3ea09f2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:25.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea5fb995-6e36-4abb-9415-38abb3ea09f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,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>)))))))
20:39:25.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.405 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f5116ba2-cc56-4195-8d80-7936fcda6145],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:25.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5116ba2-cc56-4195-8d80-7936fcda6145=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5116ba2-cc56-4195-8d80-7936fcda6145,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:25.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.407 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:59d90640-0538-4245-a64f-7137bcf4fdee=ShapeTyping(TypingMap(Map()))
20:39:25.407 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.410 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1889292d-3f66-4a57-92ce-e0830dbeb1d2],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:25.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.410 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.411 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1889292d-3f66-4a57-92ce-e0830dbeb1d2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2,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>)))))))
20:39:25.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6f83a200-04b8-4016-8b1c-ca223faa1c48,_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,_:a9998ac5-e3e4-47f6-9b96-602573e7d727,_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036,_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,_:f5116ba2-cc56-4195-8d80-7936fcda6145,_:59d90640-0538-4245-a64f-7137bcf4fdee,_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9998ac5-e3e4-47f6-9b96-602573e7d727,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f5116ba2-cc56-4195-8d80-7936fcda6145,PredicatePath(<http://www.sampledomain.org/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(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,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(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2,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>)))))))
20:39:25.413 [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(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9998ac5-e3e4-47f6-9b96-602573e7d727,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f5116ba2-cc56-4195-8d80-7936fcda6145,PredicatePath(<http://www.sampledomain.org/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(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,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(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2,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>)))))))
20:39:25.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(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6f83a200-04b8-4016-8b1c-ca223faa1c48), ShapeRef(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a), ShapeRef(_:a9998ac5-e3e4-47f6-9b96-602573e7d727), ShapeRef(_:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036), ShapeRef(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2), ShapeRef(_:f5116ba2-cc56-4195-8d80-7936fcda6145), ShapeRef(_:59d90640-0538-4245-a64f-7137bcf4fdee), ShapeRef(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9998ac5-e3e4-47f6-9b96-602573e7d727,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f5116ba2-cc56-4195-8d80-7936fcda6145,PredicatePath(<http://www.sampledomain.org/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(_:ea5fb995-6e36-4abb-9415-38abb3ea09f2,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(_:ace0ed00-f55d-4aad-bcd2-364e7c931b6a,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:1889292d-3f66-4a57-92ce-e0830dbeb1d2,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>)))))))
20:39:25.414 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1889292d-3f66-4a57-92ce-e0830dbeb1d2 = 
20:39:25.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1889292d-3f66-4a57-92ce-e0830dbeb1d2 = 
20:39:25.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1889292d-3f66-4a57-92ce-e0830dbeb1d2: 
20:39:25.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:59d90640-0538-4245-a64f-7137bcf4fdee = 
20:39:25.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:59d90640-0538-4245-a64f-7137bcf4fdee = 
20:39:25.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:59d90640-0538-4245-a64f-7137bcf4fdee: 
20:39:25.416 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5116ba2-cc56-4195-8d80-7936fcda6145 = 
20:39:25.416 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5116ba2-cc56-4195-8d80-7936fcda6145 = 
20:39:25.416 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5116ba2-cc56-4195-8d80-7936fcda6145: 
20:39:25.416 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ea5fb995-6e36-4abb-9415-38abb3ea09f2 = 
20:39:25.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ea5fb995-6e36-4abb-9415-38abb3ea09f2 = 
20:39:25.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ea5fb995-6e36-4abb-9415-38abb3ea09f2: 
20:39:25.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036 = 
20:39:25.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036 = 
20:39:25.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9ee0ac12-88a1-4d0a-a2cf-0dead40ac036: 
20:39:25.418 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9998ac5-e3e4-47f6-9b96-602573e7d727 = 
20:39:25.418 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9998ac5-e3e4-47f6-9b96-602573e7d727 = 
20:39:25.418 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9998ac5-e3e4-47f6-9b96-602573e7d727: 
20:39:25.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ace0ed00-f55d-4aad-bcd2-364e7c931b6a = 
20:39:25.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ace0ed00-f55d-4aad-bcd2-364e7c931b6a = 
20:39:25.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ace0ed00-f55d-4aad-bcd2-364e7c931b6a: 
20:39:25.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6f83a200-04b8-4016-8b1c-ca223faa1c48 = 
20:39:25.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6f83a200-04b8-4016-8b1c-ca223faa1c48 = 
20:39:25.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6f83a200-04b8-4016-8b1c-ca223faa1c48: 
20:39:25.471 [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
               ]
] .

20:39:25.478 [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.496 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>
                "2019-07-12T20:39:25.484Z"^^<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 .
20:39:25.511 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty2 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:25.484Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty2, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:25.484Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#anOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "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: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      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
20:39:25.514 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {98079e80-a6d8-4375-9c99-43dd250c9f40 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 98079e80-a6d8-4375-9c99-43dd250c9f40 @sh:name "anIntegerProperty"; 98079e80-a6d8-4375-9c99-43dd250c9f40 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 98079e80-a6d8-4375-9c99-43dd250c9f40 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 98079e80-a6d8-4375-9c99-43dd250c9f40 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 98079e80-a6d8-4375-9c99-43dd250c9f40 @rdf:type sh:Property; 6016a7b7-4b0a-4e66-af7e-e0bc76db390f @sh:path http://www.sampledomain.org/sam#aStringProperty; 6016a7b7-4b0a-4e66-af7e-e0bc76db390f @sh:name "aStringProperty"; 6016a7b7-4b0a-4e66-af7e-e0bc76db390f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6016a7b7-4b0a-4e66-af7e-e0bc76db390f @sh:datatype http://www.w3.org/2001/XMLSchema#string; 6016a7b7-4b0a-4e66-af7e-e0bc76db390f @sh:description "a Simple Single String Property"; 6016a7b7-4b0a-4e66-af7e-e0bc76db390f @rdf:type sh:Property; 08b3ea3e-39f7-4aa5-9061-ffca5a0f956f @sh:path http://www.sampledomain.org/sam#aSetOfDates; 08b3ea3e-39f7-4aa5-9061-ffca5a0f956f @sh:name "aSetOfDates"; 08b3ea3e-39f7-4aa5-9061-ffca5a0f956f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 08b3ea3e-39f7-4aa5-9061-ffca5a0f956f @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; 08b3ea3e-39f7-4aa5-9061-ffca5a0f956f @rdf:type sh:Property...} |  [98079e80-a6d8-4375-9c99-43dd250c9f40, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [98079e80-a6d8-4375-9c99-43dd250c9f40, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [98079e80-a6d8-4375-9c99-43dd250c9f40, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98079e80-a6d8-4375-9c99-43dd250c9f40, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [98079e80-a6d8-4375-9c99-43dd250c9f40, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [98079e80-a6d8-4375-9c99-43dd250c9f40, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6016a7b7-4b0a-4e66-af7e-e0bc76db390f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6016a7b7-4b0a-4e66-af7e-e0bc76db390f, http://www.w3.org/ns/shacl#name, "aStringProperty"] [6016a7b7-4b0a-4e66-af7e-e0bc76db390f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6016a7b7-4b0a-4e66-af7e-e0bc76db390f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [6016a7b7-4b0a-4e66-af7e-e0bc76db390f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6016a7b7-4b0a-4e66-af7e-e0bc76db390f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [08b3ea3e-39f7-4aa5-9061-ffca5a0f956f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [08b3ea3e-39f7-4aa5-9061-ffca5a0f956f, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [08b3ea3e-39f7-4aa5-9061-ffca5a0f956f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [08b3ea3e-39f7-4aa5-9061-ffca5a0f956f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [08b3ea3e-39f7-4aa5-9061-ffca5a0f956f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0a6683b-64c0-4404-a408-fc1e4304b49c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c0a6683b-64c0-4404-a408-fc1e4304b49c, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [c0a6683b-64c0-4404-a408-fc1e4304b49c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c0a6683b-64c0-4404-a408-fc1e4304b49c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c0a6683b-64c0-4404-a408-fc1e4304b49c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [47d47bb5-631d-47a3-879f-cb1902bd3a5a, 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, 08b3ea3e-39f7-4aa5-9061-ffca5a0f956f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c0a6683b-64c0-4404-a408-fc1e4304b49c] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 47d47bb5-631d-47a3-879f-cb1902bd3a5a] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ed608796-7d49-4262-a945-7cfa8472ecd4] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, dbad51f1-0abc-4992-acaa-aa52abf3118f] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 6016a7b7-4b0a-4e66-af7e-e0bc76db390f] [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, 98079e80-a6d8-4375-9c99-43dd250c9f40] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [ed608796-7d49-4262-a945-7cfa8472ecd4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ed608796-7d49-4262-a945-7cfa8472ecd4, http://www.w3.org/ns/shacl#name, "integerProperty3"] [ed608796-7d49-4262-a945-7cfa8472ecd4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ed608796-7d49-4262-a945-7cfa8472ecd4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ed608796-7d49-4262-a945-7cfa8472ecd4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ed608796-7d49-4262-a945-7cfa8472ecd4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dbad51f1-0abc-4992-acaa-aa52abf3118f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [dbad51f1-0abc-4992-acaa-aa52abf3118f, http://www.w3.org/ns/shacl#name, "integerProperty2"] [dbad51f1-0abc-4992-acaa-aa52abf3118f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dbad51f1-0abc-4992-acaa-aa52abf3118f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dbad51f1-0abc-4992-acaa-aa52abf3118f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [dbad51f1-0abc-4992-acaa-aa52abf3118f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:25.517 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
20:39:25.520 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
20:39:25.572 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,_:c0a6683b-64c0-4404-a408-fc1e4304b49c,_:ed608796-7d49-4262-a945-7cfa8472ecd4,_:98079e80-a6d8-4375-9c99-43dd250c9f40,_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,_:dbad51f1-0abc-4992-acaa-aa52abf3118f. Pending nodes: 
20:39:25.573 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f
20:39:25.578 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6016a7b7-4b0a-4e66-af7e-e0bc76db390f
20:39:25.582 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0a6683b-64c0-4404-a408-fc1e4304b49c
20:39:25.587 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ed608796-7d49-4262-a945-7cfa8472ecd4
20:39:25.591 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:98079e80-a6d8-4375-9c99-43dd250c9f40
20:39:25.596 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:47d47bb5-631d-47a3-879f-cb1902bd3a5a
20:39:25.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dbad51f1-0abc-4992-acaa-aa52abf3118f
20:39:25.604 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dbad51f1-0abc-4992-acaa-aa52abf3118f
20:39:25.604 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:47d47bb5-631d-47a3-879f-cb1902bd3a5a
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:98079e80-a6d8-4375-9c99-43dd250c9f40
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ed608796-7d49-4262-a945-7cfa8472ecd4
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0a6683b-64c0-4404-a408-fc1e4304b49c
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6016a7b7-4b0a-4e66-af7e-e0bc76db390f
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dbad51f1-0abc-4992-acaa-aa52abf3118f = 
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dbad51f1-0abc-4992-acaa-aa52abf3118f = 
20:39:25.605 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dbad51f1-0abc-4992-acaa-aa52abf3118f: 
20:39:25.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:47d47bb5-631d-47a3-879f-cb1902bd3a5a = 
20:39:25.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:47d47bb5-631d-47a3-879f-cb1902bd3a5a = 
20:39:25.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:47d47bb5-631d-47a3-879f-cb1902bd3a5a: 
20:39:25.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:98079e80-a6d8-4375-9c99-43dd250c9f40 = 
20:39:25.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:98079e80-a6d8-4375-9c99-43dd250c9f40 = 
20:39:25.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:98079e80-a6d8-4375-9c99-43dd250c9f40: 
20:39:25.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ed608796-7d49-4262-a945-7cfa8472ecd4 = 
20:39:25.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ed608796-7d49-4262-a945-7cfa8472ecd4 = 
20:39:25.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ed608796-7d49-4262-a945-7cfa8472ecd4: 
20:39:25.608 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0a6683b-64c0-4404-a408-fc1e4304b49c = 
20:39:25.608 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0a6683b-64c0-4404-a408-fc1e4304b49c = 
20:39:25.608 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0a6683b-64c0-4404-a408-fc1e4304b49c: 
20:39:25.608 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
20:39:25.608 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
20:39:25.609 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
20:39:25.609 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
20:39:25.609 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
20:39:25.609 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,_:c0a6683b-64c0-4404-a408-fc1e4304b49c,_:ed608796-7d49-4262-a945-7cfa8472ecd4,_:98079e80-a6d8-4375-9c99-43dd250c9f40,_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,_:dbad51f1-0abc-4992-acaa-aa52abf3118f)
20:39:25.609 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f)
20:39:25.610 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f)
20:39:25.610 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c0a6683b-64c0-4404-a408-fc1e4304b49c)
20:39:25.610 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ed608796-7d49-4262-a945-7cfa8472ecd4)
20:39:25.610 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:98079e80-a6d8-4375-9c99-43dd250c9f40)
20:39:25.610 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:47d47bb5-631d-47a3-879f-cb1902bd3a5a)
20:39:25.610 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:dbad51f1-0abc-4992-acaa-aa52abf3118f)
20:39:25.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.612 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2019-07-12T20:39:25.484Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:25.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,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>, "2019-07-12T20:39:25.484Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
20:39:25.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.614 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:25.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,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>)))))))
20:39:25.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.616 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:c0a6683b-64c0-4404-a408-fc1e4304b49c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:25.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c0a6683b-64c0-4404-a408-fc1e4304b49c=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0a6683b-64c0-4404-a408-fc1e4304b49c,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>)))))))
20:39:25.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.618 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:ed608796-7d49-4262-a945-7cfa8472ecd4],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
20:39:25.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.620 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ed608796-7d49-4262-a945-7cfa8472ecd4=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ed608796-7d49-4262-a945-7cfa8472ecd4,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>)))))))
20:39:25.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.620 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.621 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:98079e80-a6d8-4375-9c99-43dd250c9f40],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:25.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.621 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.622 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:98079e80-a6d8-4375-9c99-43dd250c9f40=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:98079e80-a6d8-4375-9c99-43dd250c9f40,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>)))))))
20:39:25.622 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.623 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.624 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:47d47bb5-631d-47a3-879f-cb1902bd3a5a],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
20:39:25.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.624 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.625 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:47d47bb5-631d-47a3-879f-cb1902bd3a5a=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,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>)))))))
20:39:25.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.626 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.626 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.626 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:dbad51f1-0abc-4992-acaa-aa52abf3118f],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
20:39:25.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.677 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:dbad51f1-0abc-4992-acaa-aa52abf3118f=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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbad51f1-0abc-4992-acaa-aa52abf3118f,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>)))))))
20:39:25.679 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,_:c0a6683b-64c0-4404-a408-fc1e4304b49c,_:ed608796-7d49-4262-a945-7cfa8472ecd4,_:98079e80-a6d8-4375-9c99-43dd250c9f40,_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,_:dbad51f1-0abc-4992-acaa-aa52abf3118f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,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(_:98079e80-a6d8-4375-9c99-43dd250c9f40,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(_:ed608796-7d49-4262-a945-7cfa8472ecd4,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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,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>, "2019-07-12T20:39:25.484Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:c0a6683b-64c0-4404-a408-fc1e4304b49c,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(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbad51f1-0abc-4992-acaa-aa52abf3118f,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>)))))))
20:39:25.681 [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(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,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(_:98079e80-a6d8-4375-9c99-43dd250c9f40,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(_:ed608796-7d49-4262-a945-7cfa8472ecd4,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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,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>, "2019-07-12T20:39:25.484Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:c0a6683b-64c0-4404-a408-fc1e4304b49c,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(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbad51f1-0abc-4992-acaa-aa52abf3118f,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>)))))))
20:39:25.682 [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(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a,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(_:98079e80-a6d8-4375-9c99-43dd250c9f40,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(_:ed608796-7d49-4262-a945-7cfa8472ecd4,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(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f,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>, "2019-07-12T20:39:25.484Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:c0a6683b-64c0-4404-a408-fc1e4304b49c,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(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f), ShapeRef(_:6016a7b7-4b0a-4e66-af7e-e0bc76db390f), ShapeRef(_:c0a6683b-64c0-4404-a408-fc1e4304b49c), ShapeRef(_:ed608796-7d49-4262-a945-7cfa8472ecd4), ShapeRef(_:98079e80-a6d8-4375-9c99-43dd250c9f40), ShapeRef(_:47d47bb5-631d-47a3-879f-cb1902bd3a5a), ShapeRef(_:dbad51f1-0abc-4992-acaa-aa52abf3118f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dbad51f1-0abc-4992-acaa-aa52abf3118f,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>)))))))
20:39:25.683 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6016a7b7-4b0a-4e66-af7e-e0bc76db390f = 
20:39:25.683 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6016a7b7-4b0a-4e66-af7e-e0bc76db390f = 
20:39:25.683 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6016a7b7-4b0a-4e66-af7e-e0bc76db390f: 
20:39:25.684 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f = 
20:39:25.684 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f = 
20:39:25.684 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:08b3ea3e-39f7-4aa5-9061-ffca5a0f956f: 
20:39:25.692 [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
] .

20:39:25.696 [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>
                "2019-07-12T20:39:25.699Z"^^<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 .
20:39:25.724 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:25.699Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:25.699Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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#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#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh: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> .
20:39:25.727 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ccef6d46-3c43-4dac-808f-dce4350ae984 @sh:path http://www.sampledomain.org/sam#aStringProperty; ccef6d46-3c43-4dac-808f-dce4350ae984 @sh:name "aStringProperty"; ccef6d46-3c43-4dac-808f-dce4350ae984 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ccef6d46-3c43-4dac-808f-dce4350ae984 @sh:datatype http://www.w3.org/2001/XMLSchema#string; ccef6d46-3c43-4dac-808f-dce4350ae984 @sh:description "a Simple Single String Property"; ccef6d46-3c43-4dac-808f-dce4350ae984 @rdf:type sh:Property; 11a9f78a-9057-4bc5-b153-cb59c3f70f1c @sh:path http://www.sampledomain.org/sam#aSetOfDates; 11a9f78a-9057-4bc5-b153-cb59c3f70f1c @sh:name "aSetOfDates"; 11a9f78a-9057-4bc5-b153-cb59c3f70f1c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 11a9f78a-9057-4bc5-b153-cb59c3f70f1c @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; 11a9f78a-9057-4bc5-b153-cb59c3f70f1c @rdf:type sh:Property; e4880d6d-07c2-4203-9171-5d943fa7828f @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; e4880d6d-07c2-4203-9171-5d943fa7828f @sh:name "anotherIntegerProperty"; e4880d6d-07c2-4203-9171-5d943fa7828f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e4880d6d-07c2-4203-9171-5d943fa7828f @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e4880d6d-07c2-4203-9171-5d943fa7828f @rdf:type sh:Property; 63d907e4-15de-4990-9b69-7a92ca3c688b @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [ccef6d46-3c43-4dac-808f-dce4350ae984, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ccef6d46-3c43-4dac-808f-dce4350ae984, http://www.w3.org/ns/shacl#name, "aStringProperty"] [ccef6d46-3c43-4dac-808f-dce4350ae984, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ccef6d46-3c43-4dac-808f-dce4350ae984, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [ccef6d46-3c43-4dac-808f-dce4350ae984, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ccef6d46-3c43-4dac-808f-dce4350ae984, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [11a9f78a-9057-4bc5-b153-cb59c3f70f1c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [11a9f78a-9057-4bc5-b153-cb59c3f70f1c, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [11a9f78a-9057-4bc5-b153-cb59c3f70f1c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [11a9f78a-9057-4bc5-b153-cb59c3f70f1c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [11a9f78a-9057-4bc5-b153-cb59c3f70f1c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e4880d6d-07c2-4203-9171-5d943fa7828f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e4880d6d-07c2-4203-9171-5d943fa7828f, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [e4880d6d-07c2-4203-9171-5d943fa7828f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e4880d6d-07c2-4203-9171-5d943fa7828f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e4880d6d-07c2-4203-9171-5d943fa7828f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [63d907e4-15de-4990-9b69-7a92ca3c688b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [663f0d4d-3cbe-44d6-80b2-48ec268a7e40, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [663f0d4d-3cbe-44d6-80b2-48ec268a7e40, http://www.w3.org/ns/shacl#name, "integerProperty3"] [663f0d4d-3cbe-44d6-80b2-48ec268a7e40, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [663f0d4d-3cbe-44d6-80b2-48ec268a7e40, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [663f0d4d-3cbe-44d6-80b2-48ec268a7e40, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [663f0d4d-3cbe-44d6-80b2-48ec268a7e40, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8df0d2c3-1b4b-434e-9a88-5cdbb15fe877, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [8df0d2c3-1b4b-434e-9a88-5cdbb15fe877, http://www.w3.org/ns/shacl#name, "integerProperty2"] [8df0d2c3-1b4b-434e-9a88-5cdbb15fe877, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8df0d2c3-1b4b-434e-9a88-5cdbb15fe877, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8df0d2c3-1b4b-434e-9a88-5cdbb15fe877, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8df0d2c3-1b4b-434e-9a88-5cdbb15fe877, 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, 63d907e4-15de-4990-9b69-7a92ca3c688b] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, e4880d6d-07c2-4203-9171-5d943fa7828f] [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, 663f0d4d-3cbe-44d6-80b2-48ec268a7e40] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 11a9f78a-9057-4bc5-b153-cb59c3f70f1c] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ccef6d46-3c43-4dac-808f-dce4350ae984] [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, 8df0d2c3-1b4b-434e-9a88-5cdbb15fe877] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, d58fe483-2a6a-49a6-b7b4-dca8a2098843] [d58fe483-2a6a-49a6-b7b4-dca8a2098843, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d58fe483-2a6a-49a6-b7b4-dca8a2098843, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [d58fe483-2a6a-49a6-b7b4-dca8a2098843, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d58fe483-2a6a-49a6-b7b4-dca8a2098843, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d58fe483-2a6a-49a6-b7b4-dca8a2098843, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d58fe483-2a6a-49a6-b7b4-dca8a2098843, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:25.729 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
20:39:25.774 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
20:39:25.780 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d58fe483-2a6a-49a6-b7b4-dca8a2098843,_:e4880d6d-07c2-4203-9171-5d943fa7828f,_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,_:63d907e4-15de-4990-9b69-7a92ca3c688b,_:ccef6d46-3c43-4dac-808f-dce4350ae984,_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40. Pending nodes: 
20:39:25.781 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d58fe483-2a6a-49a6-b7b4-dca8a2098843
20:39:25.785 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e4880d6d-07c2-4203-9171-5d943fa7828f
20:39:25.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11a9f78a-9057-4bc5-b153-cb59c3f70f1c
20:39:25.793 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:63d907e4-15de-4990-9b69-7a92ca3c688b
20:39:25.798 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ccef6d46-3c43-4dac-808f-dce4350ae984
20:39:25.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877
20:39:25.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:663f0d4d-3cbe-44d6-80b2-48ec268a7e40
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:663f0d4d-3cbe-44d6-80b2-48ec268a7e40
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ccef6d46-3c43-4dac-808f-dce4350ae984
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:63d907e4-15de-4990-9b69-7a92ca3c688b
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11a9f78a-9057-4bc5-b153-cb59c3f70f1c
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e4880d6d-07c2-4203-9171-5d943fa7828f
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d58fe483-2a6a-49a6-b7b4-dca8a2098843
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
20:39:25.810 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:663f0d4d-3cbe-44d6-80b2-48ec268a7e40 = 
20:39:25.811 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:663f0d4d-3cbe-44d6-80b2-48ec268a7e40 = 
20:39:25.811 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:663f0d4d-3cbe-44d6-80b2-48ec268a7e40: 
20:39:25.811 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877 = 
20:39:25.811 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877 = 
20:39:25.811 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877: 
20:39:25.811 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ccef6d46-3c43-4dac-808f-dce4350ae984 = 
20:39:25.812 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ccef6d46-3c43-4dac-808f-dce4350ae984 = 
20:39:25.812 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ccef6d46-3c43-4dac-808f-dce4350ae984: 
20:39:25.812 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:63d907e4-15de-4990-9b69-7a92ca3c688b = 
20:39:25.812 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:63d907e4-15de-4990-9b69-7a92ca3c688b = 
20:39:25.812 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:63d907e4-15de-4990-9b69-7a92ca3c688b: 
20:39:25.812 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11a9f78a-9057-4bc5-b153-cb59c3f70f1c = 
20:39:25.813 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11a9f78a-9057-4bc5-b153-cb59c3f70f1c = 
20:39:25.813 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11a9f78a-9057-4bc5-b153-cb59c3f70f1c: 
20:39:25.813 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e4880d6d-07c2-4203-9171-5d943fa7828f = 
20:39:25.813 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e4880d6d-07c2-4203-9171-5d943fa7828f = 
20:39:25.813 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e4880d6d-07c2-4203-9171-5d943fa7828f: 
20:39:25.813 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d58fe483-2a6a-49a6-b7b4-dca8a2098843 = 
20:39:25.814 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d58fe483-2a6a-49a6-b7b4-dca8a2098843 = 
20:39:25.814 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d58fe483-2a6a-49a6-b7b4-dca8a2098843: 
20:39:25.814 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
20:39:25.814 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
20:39:25.815 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
20:39:25.815 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
20:39:25.815 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
20:39:25.815 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:d58fe483-2a6a-49a6-b7b4-dca8a2098843,_:e4880d6d-07c2-4203-9171-5d943fa7828f,_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,_:63d907e4-15de-4990-9b69-7a92ca3c688b,_:ccef6d46-3c43-4dac-808f-dce4350ae984,_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)
20:39:25.815 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d58fe483-2a6a-49a6-b7b4-dca8a2098843)
20:39:25.815 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:e4880d6d-07c2-4203-9171-5d943fa7828f)
20:39:25.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c)
20:39:25.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:63d907e4-15de-4990-9b69-7a92ca3c688b)
20:39:25.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:ccef6d46-3c43-4dac-808f-dce4350ae984)
20:39:25.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877)
20:39:25.824 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)
20:39:25.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.827 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:d58fe483-2a6a-49a6-b7b4-dca8a2098843],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:25.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.827 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.828 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d58fe483-2a6a-49a6-b7b4-dca8a2098843=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843,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>)))))))
20:39:25.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.829 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:e4880d6d-07c2-4203-9171-5d943fa7828f],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:25.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.830 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:e4880d6d-07c2-4203-9171-5d943fa7828f=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e4880d6d-07c2-4203-9171-5d943fa7828f,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>)))))))
20:39:25.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.830 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2019-07-12T20:39:25.699Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:25.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.832 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,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>, "2019-07-12T20:39:25.699Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
20:39:25.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.833 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:63d907e4-15de-4990-9b69-7a92ca3c688b],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
20:39:25.833 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.833 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.834 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.834 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.834 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:63d907e4-15de-4990-9b69-7a92ca3c688b=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:63d907e4-15de-4990-9b69-7a92ca3c688b,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>)))))))
20:39:25.834 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.835 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.835 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:ccef6d46-3c43-4dac-808f-dce4350ae984],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:25.835 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.835 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.870 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:ccef6d46-3c43-4dac-808f-dce4350ae984=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ccef6d46-3c43-4dac-808f-dce4350ae984,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>)))))))
20:39:25.870 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.870 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.871 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
20:39:25.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.873 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,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"))))))))
20:39:25.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.874 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
20:39:25.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:25.876 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40=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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40,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>)))))))
20:39:25.877 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:d58fe483-2a6a-49a6-b7b4-dca8a2098843,_:e4880d6d-07c2-4203-9171-5d943fa7828f,_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,_:63d907e4-15de-4990-9b69-7a92ca3c688b,_:ccef6d46-3c43-4dac-808f-dce4350ae984,_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843,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(_:ccef6d46-3c43-4dac-808f-dce4350ae984,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,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>, "2019-07-12T20:39:25.699Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:e4880d6d-07c2-4203-9171-5d943fa7828f,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(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,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(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40,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(_:63d907e4-15de-4990-9b69-7a92ca3c688b,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>)))))))
20:39:25.878 [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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843,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(_:ccef6d46-3c43-4dac-808f-dce4350ae984,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,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>, "2019-07-12T20:39:25.699Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:e4880d6d-07c2-4203-9171-5d943fa7828f,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(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,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(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40,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(_:63d907e4-15de-4990-9b69-7a92ca3c688b,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>)))))))
20:39:25.878 [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(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843,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(_:ccef6d46-3c43-4dac-808f-dce4350ae984,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:d58fe483-2a6a-49a6-b7b4-dca8a2098843), ShapeRef(_:e4880d6d-07c2-4203-9171-5d943fa7828f), ShapeRef(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c), ShapeRef(_:63d907e4-15de-4990-9b69-7a92ca3c688b), ShapeRef(_:ccef6d46-3c43-4dac-808f-dce4350ae984), ShapeRef(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877), ShapeRef(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:11a9f78a-9057-4bc5-b153-cb59c3f70f1c,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>, "2019-07-12T20:39:25.699Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:e4880d6d-07c2-4203-9171-5d943fa7828f,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(_:8df0d2c3-1b4b-434e-9a88-5cdbb15fe877,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(_:663f0d4d-3cbe-44d6-80b2-48ec268a7e40,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(_:63d907e4-15de-4990-9b69-7a92ca3c688b,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>)))))))
20:39:25.888 [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
               ]
] .

20:39:25.893 [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.414 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>
                "2019-07-12T20:39:25.899Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:25.920 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:25.899Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:25.899Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:25.922 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 @rdf:type sh:Property; 073a4f92-bf5e-42f4-b467-840b568f50ab @sh:path http://www.sampledomain.org/sam#integerProperty2; 073a4f92-bf5e-42f4-b467-840b568f50ab @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 073a4f92-bf5e-42f4-b467-840b568f50ab @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 073a4f92-bf5e-42f4-b467-840b568f50ab @rdf:type sh:Property; 7c3be8b4-7b99-4591-98f8-7d7e911c0506 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 7c3be8b4-7b99-4591-98f8-7d7e911c0506 @sh:class http://www.sampledomain.org/sam#AnotherResource; 7c3be8b4-7b99-4591-98f8-7d7e911c0506 @rdf:type sh:Property; f2184abf-e179-4a97-9861-d03f878e23db @rdf:rest rdf:nil; f2184abf-e179-4a97-9861-d03f878e23db @rdf:first "C"; 2f044a42-1c6b-432d-9f6b-c46a422cd109 @sh:path http://www.sampledomain.org/sam#anotherStringProperty...} |  [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [073a4f92-bf5e-42f4-b467-840b568f50ab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [073a4f92-bf5e-42f4-b467-840b568f50ab, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [073a4f92-bf5e-42f4-b467-840b568f50ab, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [073a4f92-bf5e-42f4-b467-840b568f50ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7c3be8b4-7b99-4591-98f8-7d7e911c0506, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7c3be8b4-7b99-4591-98f8-7d7e911c0506, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7c3be8b4-7b99-4591-98f8-7d7e911c0506, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2184abf-e179-4a97-9861-d03f878e23db, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f2184abf-e179-4a97-9861-d03f878e23db, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [2f044a42-1c6b-432d-9f6b-c46a422cd109, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2f044a42-1c6b-432d-9f6b-c46a422cd109, http://www.w3.org/ns/shacl#in, 6954fc3c-1e5f-4ac9-a88c-7665a7cd5c6c] [2f044a42-1c6b-432d-9f6b-c46a422cd109, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6954fc3c-1e5f-4ac9-a88c-7665a7cd5c6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e3876a7f-ff94-478a-b950-519705cb08bf] [6954fc3c-1e5f-4ac9-a88c-7665a7cd5c6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3e3a0064-549f-4d15-8601-be3ff0cc006d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3e3a0064-549f-4d15-8601-be3ff0cc006d, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3e3a0064-549f-4d15-8601-be3ff0cc006d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3e3a0064-549f-4d15-8601-be3ff0cc006d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5f09d205-0c01-4eba-85bd-47ad5eedc73b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [87ecdb3e-b531-43e8-83cb-42693eece958, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [87ecdb3e-b531-43e8-83cb-42693eece958, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [87ecdb3e-b531-43e8-83cb-42693eece958, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [87ecdb3e-b531-43e8-83cb-42693eece958, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e3876a7f-ff94-478a-b950-519705cb08bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f2184abf-e179-4a97-9861-d03f878e23db] [e3876a7f-ff94-478a-b950-519705cb08bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#pattern, "^B"] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b5c73e06-07d9-43fb-b98a-6c11854a8bed, 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, 3e3a0064-549f-4d15-8601-be3ff0cc006d] [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, 073a4f92-bf5e-42f4-b467-840b568f50ab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5f09d205-0c01-4eba-85bd-47ad5eedc73b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7c3be8b4-7b99-4591-98f8-7d7e911c0506] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 87ecdb3e-b531-43e8-83cb-42693eece958] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b5c73e06-07d9-43fb-b98a-6c11854a8bed] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2f044a42-1c6b-432d-9f6b-c46a422cd109]>
20:39:25.924 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:25.970 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:25.975 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,_:7c3be8b4-7b99-4591-98f8-7d7e911c0506,_:3e3a0064-549f-4d15-8601-be3ff0cc006d,_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,_:87ecdb3e-b531-43e8-83cb-42693eece958,_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,_:073a4f92-bf5e-42f4-b467-840b568f50ab,_:2f044a42-1c6b-432d-9f6b-c46a422cd109. Pending nodes: 
20:39:25.976 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7
20:39:25.980 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7c3be8b4-7b99-4591-98f8-7d7e911c0506
20:39:25.982 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3e3a0064-549f-4d15-8601-be3ff0cc006d
20:39:25.985 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b5c73e06-07d9-43fb-b98a-6c11854a8bed
20:39:25.990 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87ecdb3e-b531-43e8-83cb-42693eece958
20:39:25.993 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5f09d205-0c01-4eba-85bd-47ad5eedc73b
20:39:25.997 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:073a4f92-bf5e-42f4-b467-840b568f50ab
20:39:26.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2f044a42-1c6b-432d-9f6b-c46a422cd109
20:39:26.001 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2f044a42-1c6b-432d-9f6b-c46a422cd109
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:073a4f92-bf5e-42f4-b467-840b568f50ab
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5f09d205-0c01-4eba-85bd-47ad5eedc73b
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87ecdb3e-b531-43e8-83cb-42693eece958
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b5c73e06-07d9-43fb-b98a-6c11854a8bed
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3e3a0064-549f-4d15-8601-be3ff0cc006d
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7c3be8b4-7b99-4591-98f8-7d7e911c0506
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2f044a42-1c6b-432d-9f6b-c46a422cd109 = 
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2f044a42-1c6b-432d-9f6b-c46a422cd109 = 
20:39:26.002 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2f044a42-1c6b-432d-9f6b-c46a422cd109: 
20:39:26.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:26.003 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.003 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.003 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,_:7c3be8b4-7b99-4591-98f8-7d7e911c0506,_:3e3a0064-549f-4d15-8601-be3ff0cc006d,_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,_:87ecdb3e-b531-43e8-83cb-42693eece958,_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,_:073a4f92-bf5e-42f4-b467-840b568f50ab,_:2f044a42-1c6b-432d-9f6b-c46a422cd109)
20:39:26.004 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7)
20:39:26.004 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c3be8b4-7b99-4591-98f8-7d7e911c0506)
20:39:26.004 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e3a0064-549f-4d15-8601-be3ff0cc006d)
20:39:26.004 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5c73e06-07d9-43fb-b98a-6c11854a8bed)
20:39:26.004 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87ecdb3e-b531-43e8-83cb-42693eece958)
20:39:26.005 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5f09d205-0c01-4eba-85bd-47ad5eedc73b)
20:39:26.005 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:073a4f92-bf5e-42f4-b467-840b568f50ab)
20:39:26.005 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2f044a42-1c6b-432d-9f6b-c46a422cd109)
20:39:26.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.008 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:26.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.009 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.010 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c3be8b4-7b99-4591-98f8-7d7e911c0506=ShapeTyping(TypingMap(Map()))
20:39:26.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.011 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:25.899Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3e3a0064-549f-4d15-8601-be3ff0cc006d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:26.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e3a0064-549f-4d15-8601-be3ff0cc006d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3e3a0064-549f-4d15-8601-be3ff0cc006d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:26.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.015 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b5c73e06-07d9-43fb-b98a-6c11854a8bed],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.016 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5c73e06-07d9-43fb-b98a-6c11854a8bed=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,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>)))))))
20:39:26.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.017 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87ecdb3e-b531-43e8-83cb-42693eece958=ShapeTyping(TypingMap(Map()))
20:39:26.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.019 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5f09d205-0c01-4eba-85bd-47ad5eedc73b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:26.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.019 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5f09d205-0c01-4eba-85bd-47ad5eedc73b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,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>)))))))
20:39:26.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.020 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:073a4f92-bf5e-42f4-b467-840b568f50ab=ShapeTyping(TypingMap(Map()))
20:39:26.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.070 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2f044a42-1c6b-432d-9f6b-c46a422cd109=ShapeTyping(TypingMap(Map()))
20:39:26.071 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,_:7c3be8b4-7b99-4591-98f8-7d7e911c0506,_:3e3a0064-549f-4d15-8601-be3ff0cc006d,_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,_:87ecdb3e-b531-43e8-83cb-42693eece958,_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,_:073a4f92-bf5e-42f4-b467-840b568f50ab,_:2f044a42-1c6b-432d-9f6b-c46a422cd109)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,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(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,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(_:3e3a0064-549f-4d15-8601-be3ff0cc006d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.072 [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(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,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(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,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(_:3e3a0064-549f-4d15-8601-be3ff0cc006d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.072 [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(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed,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(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b,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(_:3e3a0064-549f-4d15-8601-be3ff0cc006d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7), ShapeRef(_:7c3be8b4-7b99-4591-98f8-7d7e911c0506), ShapeRef(_:3e3a0064-549f-4d15-8601-be3ff0cc006d), ShapeRef(_:b5c73e06-07d9-43fb-b98a-6c11854a8bed), ShapeRef(_:87ecdb3e-b531-43e8-83cb-42693eece958), ShapeRef(_:5f09d205-0c01-4eba-85bd-47ad5eedc73b), ShapeRef(_:073a4f92-bf5e-42f4-b467-840b568f50ab), ShapeRef(_:2f044a42-1c6b-432d-9f6b-c46a422cd109)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.072 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:073a4f92-bf5e-42f4-b467-840b568f50ab = 
20:39:26.072 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:073a4f92-bf5e-42f4-b467-840b568f50ab = 
20:39:26.072 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:073a4f92-bf5e-42f4-b467-840b568f50ab: 
20:39:26.073 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5f09d205-0c01-4eba-85bd-47ad5eedc73b = 
20:39:26.073 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5f09d205-0c01-4eba-85bd-47ad5eedc73b = 
20:39:26.073 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5f09d205-0c01-4eba-85bd-47ad5eedc73b: 
20:39:26.073 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87ecdb3e-b531-43e8-83cb-42693eece958 = 
20:39:26.073 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87ecdb3e-b531-43e8-83cb-42693eece958 = 
20:39:26.073 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87ecdb3e-b531-43e8-83cb-42693eece958: 
20:39:26.074 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b5c73e06-07d9-43fb-b98a-6c11854a8bed = 
20:39:26.074 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b5c73e06-07d9-43fb-b98a-6c11854a8bed = 
20:39:26.074 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b5c73e06-07d9-43fb-b98a-6c11854a8bed: 
20:39:26.074 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3e3a0064-549f-4d15-8601-be3ff0cc006d = 
20:39:26.074 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3e3a0064-549f-4d15-8601-be3ff0cc006d = 
20:39:26.074 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3e3a0064-549f-4d15-8601-be3ff0cc006d: 
20:39:26.075 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7c3be8b4-7b99-4591-98f8-7d7e911c0506 = 
20:39:26.075 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7c3be8b4-7b99-4591-98f8-7d7e911c0506 = 
20:39:26.075 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7c3be8b4-7b99-4591-98f8-7d7e911c0506: 
20:39:26.075 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 = 
20:39:26.075 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7 = 
20:39:26.075 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f4e8d9e-c5f0-4842-80eb-6d35df96e4b7: 
20:39:26.078 [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
] .

20:39:26.080 [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>
                "2019-07-12T20:39:26.082Z"^^<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 .
20:39:26.103 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "1"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:26.082Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "1"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:26.082Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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> .
20:39:26.105 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {550f9c73-cb81-4da6-8716-32ef6a4970f8 @sh:path http://www.sampledomain.org/sam#integerProperty2; 550f9c73-cb81-4da6-8716-32ef6a4970f8 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 550f9c73-cb81-4da6-8716-32ef6a4970f8 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 550f9c73-cb81-4da6-8716-32ef6a4970f8 @rdf:type sh:Property; 6280672f-af72-4cfa-96da-10cd23c1f944 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 6280672f-af72-4cfa-96da-10cd23c1f944 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6280672f-af72-4cfa-96da-10cd23c1f944 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6280672f-af72-4cfa-96da-10cd23c1f944 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6280672f-af72-4cfa-96da-10cd23c1f944 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6280672f-af72-4cfa-96da-10cd23c1f944 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6280672f-af72-4cfa-96da-10cd23c1f944 @rdf:type sh:Property; e345eea4-53a1-4897-9aaf-5275be12f19d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; e345eea4-53a1-4897-9aaf-5275be12f19d @sh:class http://www.sampledomain.org/sam#AnotherResource; e345eea4-53a1-4897-9aaf-5275be12f19d @rdf:type sh:Property; 42bb03c4-b652-447a-baf1-09fec2c46057 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 42bb03c4-b652-447a-baf1-09fec2c46057 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 42bb03c4-b652-447a-baf1-09fec2c46057 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [550f9c73-cb81-4da6-8716-32ef6a4970f8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [550f9c73-cb81-4da6-8716-32ef6a4970f8, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [550f9c73-cb81-4da6-8716-32ef6a4970f8, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [550f9c73-cb81-4da6-8716-32ef6a4970f8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6280672f-af72-4cfa-96da-10cd23c1f944, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e345eea4-53a1-4897-9aaf-5275be12f19d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e345eea4-53a1-4897-9aaf-5275be12f19d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e345eea4-53a1-4897-9aaf-5275be12f19d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [42bb03c4-b652-447a-baf1-09fec2c46057, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [42bb03c4-b652-447a-baf1-09fec2c46057, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [42bb03c4-b652-447a-baf1-09fec2c46057, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [42bb03c4-b652-447a-baf1-09fec2c46057, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1d6e8f0f-18a3-44bd-a67d-1326461fa045, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1d6e8f0f-18a3-44bd-a67d-1326461fa045, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#pattern, "^B"] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [329e4649-909b-440d-8008-06c3dfe6d303, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [74ea81cc-dfe2-4248-95d5-0c2c8596b997, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1d6e8f0f-18a3-44bd-a67d-1326461fa045] [74ea81cc-dfe2-4248-95d5-0c2c8596b997, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [569032fd-409a-414e-b234-51ef1b743fc8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [569032fd-409a-414e-b234-51ef1b743fc8, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [569032fd-409a-414e-b234-51ef1b743fc8, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [569032fd-409a-414e-b234-51ef1b743fc8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [55fd4a06-e5de-4ea4-bcae-eabe30f2e55e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 74ea81cc-dfe2-4248-95d5-0c2c8596b997] [55fd4a06-e5de-4ea4-bcae-eabe30f2e55e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3f31c97f-26be-440a-8e53-f3ba94a09056, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5a630cf-9abb-4794-8a3a-1475b2d95cc0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f5a630cf-9abb-4794-8a3a-1475b2d95cc0, http://www.w3.org/ns/shacl#in, 55fd4a06-e5de-4ea4-bcae-eabe30f2e55e] [f5a630cf-9abb-4794-8a3a-1475b2d95cc0, 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, 6280672f-af72-4cfa-96da-10cd23c1f944] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 550f9c73-cb81-4da6-8716-32ef6a4970f8] [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, f5a630cf-9abb-4794-8a3a-1475b2d95cc0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42bb03c4-b652-447a-baf1-09fec2c46057] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 569032fd-409a-414e-b234-51ef1b743fc8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3f31c97f-26be-440a-8e53-f3ba94a09056] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 329e4649-909b-440d-8008-06c3dfe6d303] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e345eea4-53a1-4897-9aaf-5275be12f19d]>
20:39:26.107 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:26.110 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:26.114 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3f31c97f-26be-440a-8e53-f3ba94a09056,_:329e4649-909b-440d-8008-06c3dfe6d303,_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0,_:42bb03c4-b652-447a-baf1-09fec2c46057,_:569032fd-409a-414e-b234-51ef1b743fc8,_:550f9c73-cb81-4da6-8716-32ef6a4970f8,_:6280672f-af72-4cfa-96da-10cd23c1f944,_:e345eea4-53a1-4897-9aaf-5275be12f19d. Pending nodes: 
20:39:26.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3f31c97f-26be-440a-8e53-f3ba94a09056
20:39:26.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:329e4649-909b-440d-8008-06c3dfe6d303
20:39:26.124 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5a630cf-9abb-4794-8a3a-1475b2d95cc0
20:39:26.172 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42bb03c4-b652-447a-baf1-09fec2c46057
20:39:26.174 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:569032fd-409a-414e-b234-51ef1b743fc8
20:39:26.177 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:550f9c73-cb81-4da6-8716-32ef6a4970f8
20:39:26.180 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6280672f-af72-4cfa-96da-10cd23c1f944
20:39:26.184 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e345eea4-53a1-4897-9aaf-5275be12f19d
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e345eea4-53a1-4897-9aaf-5275be12f19d
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6280672f-af72-4cfa-96da-10cd23c1f944
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:550f9c73-cb81-4da6-8716-32ef6a4970f8
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:569032fd-409a-414e-b234-51ef1b743fc8
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42bb03c4-b652-447a-baf1-09fec2c46057
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5a630cf-9abb-4794-8a3a-1475b2d95cc0
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:329e4649-909b-440d-8008-06c3dfe6d303
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3f31c97f-26be-440a-8e53-f3ba94a09056
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e345eea4-53a1-4897-9aaf-5275be12f19d = 
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e345eea4-53a1-4897-9aaf-5275be12f19d = 
20:39:26.186 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e345eea4-53a1-4897-9aaf-5275be12f19d: 
20:39:26.187 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.187 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.187 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:26.187 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.187 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.187 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3f31c97f-26be-440a-8e53-f3ba94a09056,_:329e4649-909b-440d-8008-06c3dfe6d303,_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0,_:42bb03c4-b652-447a-baf1-09fec2c46057,_:569032fd-409a-414e-b234-51ef1b743fc8,_:550f9c73-cb81-4da6-8716-32ef6a4970f8,_:6280672f-af72-4cfa-96da-10cd23c1f944,_:e345eea4-53a1-4897-9aaf-5275be12f19d)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f31c97f-26be-440a-8e53-f3ba94a09056)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:329e4649-909b-440d-8008-06c3dfe6d303)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42bb03c4-b652-447a-baf1-09fec2c46057)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:569032fd-409a-414e-b234-51ef1b743fc8)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:550f9c73-cb81-4da6-8716-32ef6a4970f8)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6280672f-af72-4cfa-96da-10cd23c1f944)
20:39:26.188 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e345eea4-53a1-4897-9aaf-5275be12f19d)
20:39:26.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.190 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.191 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3f31c97f-26be-440a-8e53-f3ba94a09056],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:26.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.192 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f31c97f-26be-440a-8e53-f3ba94a09056=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3f31c97f-26be-440a-8e53-f3ba94a09056,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"))))))))
20:39:26.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.192 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.194 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.195 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:329e4649-909b-440d-8008-06c3dfe6d303],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.196 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:329e4649-909b-440d-8008-06c3dfe6d303=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:329e4649-909b-440d-8008-06c3dfe6d303,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>)))))))
20:39:26.196 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.196 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.197 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0=ShapeTyping(TypingMap(Map()))
20:39:26.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.198 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:26.082Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:42bb03c4-b652-447a-baf1-09fec2c46057],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:26.199 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42bb03c4-b652-447a-baf1-09fec2c46057=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:42bb03c4-b652-447a-baf1-09fec2c46057,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:26.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.200 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:569032fd-409a-414e-b234-51ef1b743fc8=ShapeTyping(TypingMap(Map()))
20:39:26.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.201 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:550f9c73-cb81-4da6-8716-32ef6a4970f8=ShapeTyping(TypingMap(Map()))
20:39:26.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.203 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6280672f-af72-4cfa-96da-10cd23c1f944],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:26.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.204 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6280672f-af72-4cfa-96da-10cd23c1f944=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6280672f-af72-4cfa-96da-10cd23c1f944,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.205 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e345eea4-53a1-4897-9aaf-5275be12f19d=ShapeTyping(TypingMap(Map()))
20:39:26.205 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3f31c97f-26be-440a-8e53-f3ba94a09056,_:329e4649-909b-440d-8008-06c3dfe6d303,_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0,_:42bb03c4-b652-447a-baf1-09fec2c46057,_:569032fd-409a-414e-b234-51ef1b743fc8,_:550f9c73-cb81-4da6-8716-32ef6a4970f8,_:6280672f-af72-4cfa-96da-10cd23c1f944,_:e345eea4-53a1-4897-9aaf-5275be12f19d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6280672f-af72-4cfa-96da-10cd23c1f944,PredicatePath(<http://www.sampledomain.org/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(_:329e4649-909b-440d-8008-06c3dfe6d303,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(_:42bb03c4-b652-447a-baf1-09fec2c46057,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3f31c97f-26be-440a-8e53-f3ba94a09056,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"))))))))
20:39:26.206 [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(_:6280672f-af72-4cfa-96da-10cd23c1f944,PredicatePath(<http://www.sampledomain.org/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(_:329e4649-909b-440d-8008-06c3dfe6d303,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(_:42bb03c4-b652-447a-baf1-09fec2c46057,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3f31c97f-26be-440a-8e53-f3ba94a09056,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"))))))))
20:39:26.206 [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(_:6280672f-af72-4cfa-96da-10cd23c1f944,PredicatePath(<http://www.sampledomain.org/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(_:329e4649-909b-440d-8008-06c3dfe6d303,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(_:42bb03c4-b652-447a-baf1-09fec2c46057,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3f31c97f-26be-440a-8e53-f3ba94a09056), ShapeRef(_:329e4649-909b-440d-8008-06c3dfe6d303), ShapeRef(_:f5a630cf-9abb-4794-8a3a-1475b2d95cc0), ShapeRef(_:42bb03c4-b652-447a-baf1-09fec2c46057), ShapeRef(_:569032fd-409a-414e-b234-51ef1b743fc8), ShapeRef(_:550f9c73-cb81-4da6-8716-32ef6a4970f8), ShapeRef(_:6280672f-af72-4cfa-96da-10cd23c1f944), ShapeRef(_:e345eea4-53a1-4897-9aaf-5275be12f19d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3f31c97f-26be-440a-8e53-f3ba94a09056,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"))))))))
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6280672f-af72-4cfa-96da-10cd23c1f944 = 
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6280672f-af72-4cfa-96da-10cd23c1f944 = 
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6280672f-af72-4cfa-96da-10cd23c1f944: 
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:550f9c73-cb81-4da6-8716-32ef6a4970f8 = 
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:550f9c73-cb81-4da6-8716-32ef6a4970f8 = 
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:550f9c73-cb81-4da6-8716-32ef6a4970f8: 
20:39:26.207 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:569032fd-409a-414e-b234-51ef1b743fc8 = 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:569032fd-409a-414e-b234-51ef1b743fc8 = 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:569032fd-409a-414e-b234-51ef1b743fc8: 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42bb03c4-b652-447a-baf1-09fec2c46057 = 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42bb03c4-b652-447a-baf1-09fec2c46057 = 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42bb03c4-b652-447a-baf1-09fec2c46057: 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5a630cf-9abb-4794-8a3a-1475b2d95cc0 = 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5a630cf-9abb-4794-8a3a-1475b2d95cc0 = 
20:39:26.208 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5a630cf-9abb-4794-8a3a-1475b2d95cc0: 
20:39:26.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:329e4649-909b-440d-8008-06c3dfe6d303 = 
20:39:26.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:329e4649-909b-440d-8008-06c3dfe6d303 = 
20:39:26.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:329e4649-909b-440d-8008-06c3dfe6d303: 
20:39:26.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3f31c97f-26be-440a-8e53-f3ba94a09056 = 
20:39:26.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3f31c97f-26be-440a-8e53-f3ba94a09056 = 
20:39:26.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3f31c97f-26be-440a-8e53-f3ba94a09056: 
20:39:26.214 [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
               ]
] .

20:39:26.218 [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.323 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>
                "2019-07-12T20:39:26.223Z"^^<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 .
20:39:26.289 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "14"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:26.223Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "14"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:26.223Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:26.291 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a88a599f-be3d-4cf3-ad1f-b3555265d1ad @rdf:rest 3b8c9f29-4c23-4c09-8499-92db84f7c261; a88a599f-be3d-4cf3-ad1f-b3555265d1ad @rdf:first "A"; c686b465-9823-4385-ab71-48f2dff979e6 @sh:path http://www.sampledomain.org/sam#aSetOfDates; c686b465-9823-4385-ab71-48f2dff979e6 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; c686b465-9823-4385-ab71-48f2dff979e6 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c686b465-9823-4385-ab71-48f2dff979e6 @rdf:type sh:Property; eab5c805-9cf4-484e-a2cb-0ac42bae72b3 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; eab5c805-9cf4-484e-a2cb-0ac42bae72b3 @sh:in a88a599f-be3d-4cf3-ad1f-b3555265d1ad; eab5c805-9cf4-484e-a2cb-0ac42bae72b3 @rdf:type sh:Property; 572e397e-44f6-4c73-979d-c75e63d93950 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 572e397e-44f6-4c73-979d-c75e63d93950 @sh:class http://www.sampledomain.org/sam#AnotherResource; 572e397e-44f6-4c73-979d-c75e63d93950 @rdf:type sh:Property; 989e767c-5700-484c-b56a-2ce6cbdc7098 @rdf:rest rdf:nil; 989e767c-5700-484c-b56a-2ce6cbdc7098 @rdf:first "C"; 48acff67-59f6-4554-ad1c-185697d55944 @sh:path http://www.sampledomain.org/sam#integerProperty2; 48acff67-59f6-4554-ad1c-185697d55944 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 48acff67-59f6-4554-ad1c-185697d55944 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer...} |  [a88a599f-be3d-4cf3-ad1f-b3555265d1ad, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3b8c9f29-4c23-4c09-8499-92db84f7c261] [a88a599f-be3d-4cf3-ad1f-b3555265d1ad, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c686b465-9823-4385-ab71-48f2dff979e6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c686b465-9823-4385-ab71-48f2dff979e6, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c686b465-9823-4385-ab71-48f2dff979e6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c686b465-9823-4385-ab71-48f2dff979e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [eab5c805-9cf4-484e-a2cb-0ac42bae72b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [eab5c805-9cf4-484e-a2cb-0ac42bae72b3, http://www.w3.org/ns/shacl#in, a88a599f-be3d-4cf3-ad1f-b3555265d1ad] [eab5c805-9cf4-484e-a2cb-0ac42bae72b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [572e397e-44f6-4c73-979d-c75e63d93950, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [572e397e-44f6-4c73-979d-c75e63d93950, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [572e397e-44f6-4c73-979d-c75e63d93950, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [989e767c-5700-484c-b56a-2ce6cbdc7098, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [989e767c-5700-484c-b56a-2ce6cbdc7098, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [48acff67-59f6-4554-ad1c-185697d55944, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [48acff67-59f6-4554-ad1c-185697d55944, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [48acff67-59f6-4554-ad1c-185697d55944, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [48acff67-59f6-4554-ad1c-185697d55944, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#pattern, "^B"] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [880b5745-a45d-4f48-846a-175bb30ec030, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3b8c9f29-4c23-4c09-8499-92db84f7c261, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 989e767c-5700-484c-b56a-2ce6cbdc7098] [3b8c9f29-4c23-4c09-8499-92db84f7c261, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [ac4e90dc-868a-4ded-9208-1f7d13506908, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ac4e90dc-868a-4ded-9208-1f7d13506908, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ac4e90dc-868a-4ded-9208-1f7d13506908, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ac4e90dc-868a-4ded-9208-1f7d13506908, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [07871373-afc8-4f03-80b8-546c3ccbc2f5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [07871373-afc8-4f03-80b8-546c3ccbc2f5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [07871373-afc8-4f03-80b8-546c3ccbc2f5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [07871373-afc8-4f03-80b8-546c3ccbc2f5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [07871373-afc8-4f03-80b8-546c3ccbc2f5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [07871373-afc8-4f03-80b8-546c3ccbc2f5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [07871373-afc8-4f03-80b8-546c3ccbc2f5, 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, 07871373-afc8-4f03-80b8-546c3ccbc2f5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 572e397e-44f6-4c73-979d-c75e63d93950] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 880b5745-a45d-4f48-846a-175bb30ec030] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, eab5c805-9cf4-484e-a2cb-0ac42bae72b3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 48acff67-59f6-4554-ad1c-185697d55944] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c686b465-9823-4385-ab71-48f2dff979e6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac4e90dc-868a-4ded-9208-1f7d13506908]>
20:39:26.293 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:26.296 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:26.300 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,_:c686b465-9823-4385-ab71-48f2dff979e6,_:572e397e-44f6-4c73-979d-c75e63d93950,_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3,_:880b5745-a45d-4f48-846a-175bb30ec030,_:07871373-afc8-4f03-80b8-546c3ccbc2f5,_:ac4e90dc-868a-4ded-9208-1f7d13506908,_:48acff67-59f6-4554-ad1c-185697d55944. Pending nodes: 
20:39:26.302 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6
20:39:26.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c686b465-9823-4385-ab71-48f2dff979e6
20:39:26.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:572e397e-44f6-4c73-979d-c75e63d93950
20:39:26.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eab5c805-9cf4-484e-a2cb-0ac42bae72b3
20:39:26.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:880b5745-a45d-4f48-846a-175bb30ec030
20:39:26.317 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:07871373-afc8-4f03-80b8-546c3ccbc2f5
20:39:26.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac4e90dc-868a-4ded-9208-1f7d13506908
20:39:26.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:48acff67-59f6-4554-ad1c-185697d55944
20:39:26.325 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:48acff67-59f6-4554-ad1c-185697d55944
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac4e90dc-868a-4ded-9208-1f7d13506908
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:07871373-afc8-4f03-80b8-546c3ccbc2f5
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:880b5745-a45d-4f48-846a-175bb30ec030
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eab5c805-9cf4-484e-a2cb-0ac42bae72b3
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:572e397e-44f6-4c73-979d-c75e63d93950
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c686b465-9823-4385-ab71-48f2dff979e6
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:48acff67-59f6-4554-ad1c-185697d55944 = 
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:48acff67-59f6-4554-ad1c-185697d55944 = 
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:48acff67-59f6-4554-ad1c-185697d55944: 
20:39:26.326 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac4e90dc-868a-4ded-9208-1f7d13506908 = 
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac4e90dc-868a-4ded-9208-1f7d13506908 = 
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac4e90dc-868a-4ded-9208-1f7d13506908: 
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.327 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,_:c686b465-9823-4385-ab71-48f2dff979e6,_:572e397e-44f6-4c73-979d-c75e63d93950,_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3,_:880b5745-a45d-4f48-846a-175bb30ec030,_:07871373-afc8-4f03-80b8-546c3ccbc2f5,_:ac4e90dc-868a-4ded-9208-1f7d13506908,_:48acff67-59f6-4554-ad1c-185697d55944)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c686b465-9823-4385-ab71-48f2dff979e6)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:572e397e-44f6-4c73-979d-c75e63d93950)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:880b5745-a45d-4f48-846a-175bb30ec030)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07871373-afc8-4f03-80b8-546c3ccbc2f5)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac4e90dc-868a-4ded-9208-1f7d13506908)
20:39:26.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:48acff67-59f6-4554-ad1c-185697d55944)
20:39:26.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.370 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.371 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:26.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.372 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,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>)))))))
20:39:26.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.373 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:26.223Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c686b465-9823-4385-ab71-48f2dff979e6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:26.374 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c686b465-9823-4385-ab71-48f2dff979e6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c686b465-9823-4385-ab71-48f2dff979e6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:26.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.374 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:572e397e-44f6-4c73-979d-c75e63d93950=ShapeTyping(TypingMap(Map()))
20:39:26.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.375 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3=ShapeTyping(TypingMap(Map()))
20:39:26.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.378 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:880b5745-a45d-4f48-846a-175bb30ec030],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.378 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:880b5745-a45d-4f48-846a-175bb30ec030=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:880b5745-a45d-4f48-846a-175bb30ec030,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>)))))))
20:39:26.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.381 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:07871373-afc8-4f03-80b8-546c3ccbc2f5],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:26.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.382 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07871373-afc8-4f03-80b8-546c3ccbc2f5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07871373-afc8-4f03-80b8-546c3ccbc2f5,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.382 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.382 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.383 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.383 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.383 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac4e90dc-868a-4ded-9208-1f7d13506908=ShapeTyping(TypingMap(Map()))
20:39:26.383 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.383 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.386 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.386 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.388 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:48acff67-59f6-4554-ad1c-185697d55944=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:48acff67-59f6-4554-ad1c-185697d55944,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))))))))
20:39:26.389 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,_:c686b465-9823-4385-ab71-48f2dff979e6,_:572e397e-44f6-4c73-979d-c75e63d93950,_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3,_:880b5745-a45d-4f48-846a-175bb30ec030,_:07871373-afc8-4f03-80b8-546c3ccbc2f5,_:ac4e90dc-868a-4ded-9208-1f7d13506908,_:48acff67-59f6-4554-ad1c-185697d55944)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,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(_:880b5745-a45d-4f48-846a-175bb30ec030,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(_:c686b465-9823-4385-ab71-48f2dff979e6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07871373-afc8-4f03-80b8-546c3ccbc2f5,PredicatePath(<http://www.sampledomain.org/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(_:48acff67-59f6-4554-ad1c-185697d55944,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))))))))
20:39:26.390 [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(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,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(_:880b5745-a45d-4f48-846a-175bb30ec030,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(_:c686b465-9823-4385-ab71-48f2dff979e6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07871373-afc8-4f03-80b8-546c3ccbc2f5,PredicatePath(<http://www.sampledomain.org/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(_:48acff67-59f6-4554-ad1c-185697d55944,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))))))))
20:39:26.390 [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(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6,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(_:880b5745-a45d-4f48-846a-175bb30ec030,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(_:c686b465-9823-4385-ab71-48f2dff979e6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6), ShapeRef(_:c686b465-9823-4385-ab71-48f2dff979e6), ShapeRef(_:572e397e-44f6-4c73-979d-c75e63d93950), ShapeRef(_:eab5c805-9cf4-484e-a2cb-0ac42bae72b3), ShapeRef(_:880b5745-a45d-4f48-846a-175bb30ec030), ShapeRef(_:07871373-afc8-4f03-80b8-546c3ccbc2f5), ShapeRef(_:ac4e90dc-868a-4ded-9208-1f7d13506908), ShapeRef(_:48acff67-59f6-4554-ad1c-185697d55944)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07871373-afc8-4f03-80b8-546c3ccbc2f5,PredicatePath(<http://www.sampledomain.org/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(_:48acff67-59f6-4554-ad1c-185697d55944,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))))))))
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:07871373-afc8-4f03-80b8-546c3ccbc2f5 = 
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:07871373-afc8-4f03-80b8-546c3ccbc2f5 = 
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:07871373-afc8-4f03-80b8-546c3ccbc2f5: 
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:880b5745-a45d-4f48-846a-175bb30ec030 = 
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:880b5745-a45d-4f48-846a-175bb30ec030 = 
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:880b5745-a45d-4f48-846a-175bb30ec030: 
20:39:26.391 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eab5c805-9cf4-484e-a2cb-0ac42bae72b3 = 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eab5c805-9cf4-484e-a2cb-0ac42bae72b3 = 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eab5c805-9cf4-484e-a2cb-0ac42bae72b3: 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:572e397e-44f6-4c73-979d-c75e63d93950 = 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:572e397e-44f6-4c73-979d-c75e63d93950 = 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:572e397e-44f6-4c73-979d-c75e63d93950: 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c686b465-9823-4385-ab71-48f2dff979e6 = 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c686b465-9823-4385-ab71-48f2dff979e6 = 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c686b465-9823-4385-ab71-48f2dff979e6: 
20:39:26.392 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6 = 
20:39:26.393 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6 = 
20:39:26.393 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fcecd5b4-a91a-4523-8d33-a2a89ed8b7d6: 
20:39:26.395 [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
] .

20:39:26.397 [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>
                "2019-07-12T20:39:26.399Z"^^<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 .
20:39:26.418 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:26.399Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:26.399Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:26.420 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {bf1d7ab6-319e-4a9c-bfbe-578ded6e3ef6 @rdf:rest db5c1550-e886-42c7-9d62-f7c3ee796260; bf1d7ab6-319e-4a9c-bfbe-578ded6e3ef6 @rdf:first "B"; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:path http://www.sampledomain.org/sam#aStringProperty; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:pattern "^B"; 186611b8-e2fb-4aa9-9514-0f8962f414cd @sh:description "a Simple Single String Property"; 186611b8-e2fb-4aa9-9514-0f8962f414cd @rdf:type sh:Property; 0510b849-134b-4796-ba58-fceb88e5a87d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 0510b849-134b-4796-ba58-fceb88e5a87d @sh:class http://www.sampledomain.org/sam#AnotherResource; 0510b849-134b-4796-ba58-fceb88e5a87d @rdf:type sh:Property; 3d53cd55-caa5-497c-b59a-bc1a5f7ed751 @sh:path http://www.sampledomain.org/sam#integerProperty3; 3d53cd55-caa5-497c-b59a-bc1a5f7ed751 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3d53cd55-caa5-497c-b59a-bc1a5f7ed751 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3d53cd55-caa5-497c-b59a-bc1a5f7ed751 @rdf:type sh:Property...} |  [bf1d7ab6-319e-4a9c-bfbe-578ded6e3ef6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, db5c1550-e886-42c7-9d62-f7c3ee796260] [bf1d7ab6-319e-4a9c-bfbe-578ded6e3ef6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#pattern, "^B"] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [186611b8-e2fb-4aa9-9514-0f8962f414cd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0510b849-134b-4796-ba58-fceb88e5a87d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [0510b849-134b-4796-ba58-fceb88e5a87d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [0510b849-134b-4796-ba58-fceb88e5a87d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3d53cd55-caa5-497c-b59a-bc1a5f7ed751, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3d53cd55-caa5-497c-b59a-bc1a5f7ed751, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3d53cd55-caa5-497c-b59a-bc1a5f7ed751, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3d53cd55-caa5-497c-b59a-bc1a5f7ed751, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1dd11ada-5436-4510-8ac9-59b03c04313c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, bf1d7ab6-319e-4a9c-bfbe-578ded6e3ef6] [1dd11ada-5436-4510-8ac9-59b03c04313c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c5c0a1c3-308c-4ed8-9545-14113f948c85, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [207ff235-4942-403a-b7db-db3132476e52, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [207ff235-4942-403a-b7db-db3132476e52, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [207ff235-4942-403a-b7db-db3132476e52, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [207ff235-4942-403a-b7db-db3132476e52, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db5c1550-e886-42c7-9d62-f7c3ee796260, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [db5c1550-e886-42c7-9d62-f7c3ee796260, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb, http://www.w3.org/ns/shacl#in, 1dd11ada-5436-4510-8ac9-59b03c04313c] [c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1be13aef-6353-47a3-b828-0b3eaa1c5a5e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1be13aef-6353-47a3-b828-0b3eaa1c5a5e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1be13aef-6353-47a3-b828-0b3eaa1c5a5e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1be13aef-6353-47a3-b828-0b3eaa1c5a5e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e8b2f6f-7d4d-4125-aef9-091654b8a5d7, 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, 3d53cd55-caa5-497c-b59a-bc1a5f7ed751] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 186611b8-e2fb-4aa9-9514-0f8962f414cd] [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, c5c0a1c3-308c-4ed8-9545-14113f948c85] [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, 207ff235-4942-403a-b7db-db3132476e52] [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, 7e8b2f6f-7d4d-4125-aef9-091654b8a5d7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0510b849-134b-4796-ba58-fceb88e5a87d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1be13aef-6353-47a3-b828-0b3eaa1c5a5e]>
20:39:26.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:26.472 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:26.475 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0510b849-134b-4796-ba58-fceb88e5a87d,_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb,_:186611b8-e2fb-4aa9-9514-0f8962f414cd,_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751,_:207ff235-4942-403a-b7db-db3132476e52,_:c5c0a1c3-308c-4ed8-9545-14113f948c85. Pending nodes: 
20:39:26.476 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0510b849-134b-4796-ba58-fceb88e5a87d
20:39:26.478 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1be13aef-6353-47a3-b828-0b3eaa1c5a5e
20:39:26.480 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb
20:39:26.482 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:186611b8-e2fb-4aa9-9514-0f8962f414cd
20:39:26.486 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7
20:39:26.489 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3d53cd55-caa5-497c-b59a-bc1a5f7ed751
20:39:26.491 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:207ff235-4942-403a-b7db-db3132476e52
20:39:26.493 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c5c0a1c3-308c-4ed8-9545-14113f948c85
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c5c0a1c3-308c-4ed8-9545-14113f948c85
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:207ff235-4942-403a-b7db-db3132476e52
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3d53cd55-caa5-497c-b59a-bc1a5f7ed751
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:186611b8-e2fb-4aa9-9514-0f8962f414cd
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1be13aef-6353-47a3-b828-0b3eaa1c5a5e
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0510b849-134b-4796-ba58-fceb88e5a87d
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c5c0a1c3-308c-4ed8-9545-14113f948c85 = 
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c5c0a1c3-308c-4ed8-9545-14113f948c85 = 
20:39:26.496 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c5c0a1c3-308c-4ed8-9545-14113f948c85: 
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0510b849-134b-4796-ba58-fceb88e5a87d,_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb,_:186611b8-e2fb-4aa9-9514-0f8962f414cd,_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751,_:207ff235-4942-403a-b7db-db3132476e52,_:c5c0a1c3-308c-4ed8-9545-14113f948c85)
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0510b849-134b-4796-ba58-fceb88e5a87d)
20:39:26.497 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e)
20:39:26.498 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb)
20:39:26.498 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:186611b8-e2fb-4aa9-9514-0f8962f414cd)
20:39:26.498 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7)
20:39:26.498 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751)
20:39:26.498 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:207ff235-4942-403a-b7db-db3132476e52)
20:39:26.498 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5c0a1c3-308c-4ed8-9545-14113f948c85)
20:39:26.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.498 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.499 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0510b849-134b-4796-ba58-fceb88e5a87d=ShapeTyping(TypingMap(Map()))
20:39:26.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.499 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.500 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:26.399Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:26.500 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:26.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.500 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.501 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb=ShapeTyping(TypingMap(Map()))
20:39:26.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.501 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.502 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.503 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.504 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:186611b8-e2fb-4aa9-9514-0f8962f414cd],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.504 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:186611b8-e2fb-4aa9-9514-0f8962f414cd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:186611b8-e2fb-4aa9-9514-0f8962f414cd,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>)))))))
20:39:26.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.504 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.505 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.507 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:26.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751=ShapeTyping(TypingMap(Map()))
20:39:26.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.510 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:207ff235-4942-403a-b7db-db3132476e52=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:207ff235-4942-403a-b7db-db3132476e52,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"))))))))
20:39:26.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.512 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c5c0a1c3-308c-4ed8-9545-14113f948c85],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:26.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.513 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5c0a1c3-308c-4ed8-9545-14113f948c85=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5c0a1c3-308c-4ed8-9545-14113f948c85,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>)))))))
20:39:26.514 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0510b849-134b-4796-ba58-fceb88e5a87d,_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb,_:186611b8-e2fb-4aa9-9514-0f8962f414cd,_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751,_:207ff235-4942-403a-b7db-db3132476e52,_:c5c0a1c3-308c-4ed8-9545-14113f948c85)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:207ff235-4942-403a-b7db-db3132476e52,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")))), PropertyShape(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,PredicatePath(<http://www.sampledomain.org/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(_:c5c0a1c3-308c-4ed8-9545-14113f948c85,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(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:186611b8-e2fb-4aa9-9514-0f8962f414cd,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(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List()))))))
20:39:26.514 [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(_:207ff235-4942-403a-b7db-db3132476e52,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")))), PropertyShape(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,PredicatePath(<http://www.sampledomain.org/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(_:c5c0a1c3-308c-4ed8-9545-14113f948c85,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(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:186611b8-e2fb-4aa9-9514-0f8962f414cd,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(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List()))))))
20:39:26.515 [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(_:207ff235-4942-403a-b7db-db3132476e52,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")))), PropertyShape(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7,PredicatePath(<http://www.sampledomain.org/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(_:c5c0a1c3-308c-4ed8-9545-14113f948c85,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(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:186611b8-e2fb-4aa9-9514-0f8962f414cd,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(_:0510b849-134b-4796-ba58-fceb88e5a87d), ShapeRef(_:1be13aef-6353-47a3-b828-0b3eaa1c5a5e), ShapeRef(_:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb), ShapeRef(_:186611b8-e2fb-4aa9-9514-0f8962f414cd), ShapeRef(_:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7), ShapeRef(_:3d53cd55-caa5-497c-b59a-bc1a5f7ed751), ShapeRef(_:207ff235-4942-403a-b7db-db3132476e52), ShapeRef(_:c5c0a1c3-308c-4ed8-9545-14113f948c85)),false,List()) -> TypingResult(Valid(List()))))))
20:39:26.515 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:207ff235-4942-403a-b7db-db3132476e52 = 
20:39:26.515 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:207ff235-4942-403a-b7db-db3132476e52 = 
20:39:26.515 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:207ff235-4942-403a-b7db-db3132476e52: 
20:39:26.515 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3d53cd55-caa5-497c-b59a-bc1a5f7ed751 = 
20:39:26.515 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3d53cd55-caa5-497c-b59a-bc1a5f7ed751 = 
20:39:26.515 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3d53cd55-caa5-497c-b59a-bc1a5f7ed751: 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7 = 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7 = 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7e8b2f6f-7d4d-4125-aef9-091654b8a5d7: 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:186611b8-e2fb-4aa9-9514-0f8962f414cd = 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:186611b8-e2fb-4aa9-9514-0f8962f414cd = 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:186611b8-e2fb-4aa9-9514-0f8962f414cd: 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb = 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb = 
20:39:26.516 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0affbf4-d94d-4a99-bfdb-cb2c1a85a7fb: 
20:39:26.517 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1be13aef-6353-47a3-b828-0b3eaa1c5a5e = 
20:39:26.517 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1be13aef-6353-47a3-b828-0b3eaa1c5a5e = 
20:39:26.517 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1be13aef-6353-47a3-b828-0b3eaa1c5a5e: 
20:39:26.517 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0510b849-134b-4796-ba58-fceb88e5a87d = 
20:39:26.517 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0510b849-134b-4796-ba58-fceb88e5a87d = 
20:39:26.517 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0510b849-134b-4796-ba58-fceb88e5a87d: 
20:39:26.521 [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
               ]
] .

20:39:26.573 [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.306 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>
                "2019-07-12T20:39:26.578Z"^^<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 .
20:39:26.596 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:26.578Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:26.578Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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   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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:26.598 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {af147848-29ab-47f6-8762-e7be4e28a515 @rdf:rest 570a588b-a3ae-40c3-909b-a27b5aa61c0e; af147848-29ab-47f6-8762-e7be4e28a515 @rdf:first "A"; 570a588b-a3ae-40c3-909b-a27b5aa61c0e @rdf:rest 7d808269-d6fc-49dc-8b59-bc1482d2498c; 570a588b-a3ae-40c3-909b-a27b5aa61c0e @rdf:first "B"; c3d0566d-f657-4e2a-bcad-5a59c55a98f2 @sh:path http://www.sampledomain.org/sam#aSetOfDates; c3d0566d-f657-4e2a-bcad-5a59c55a98f2 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; c3d0566d-f657-4e2a-bcad-5a59c55a98f2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c3d0566d-f657-4e2a-bcad-5a59c55a98f2 @rdf:type sh:Property; 13217a87-7387-4830-beb5-66e7ee3caf67 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 13217a87-7387-4830-beb5-66e7ee3caf67 @sh:in af147848-29ab-47f6-8762-e7be4e28a515; 13217a87-7387-4830-beb5-66e7ee3caf67 @rdf:type sh:Property; 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [af147848-29ab-47f6-8762-e7be4e28a515, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 570a588b-a3ae-40c3-909b-a27b5aa61c0e] [af147848-29ab-47f6-8762-e7be4e28a515, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [570a588b-a3ae-40c3-909b-a27b5aa61c0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7d808269-d6fc-49dc-8b59-bc1482d2498c] [570a588b-a3ae-40c3-909b-a27b5aa61c0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c3d0566d-f657-4e2a-bcad-5a59c55a98f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c3d0566d-f657-4e2a-bcad-5a59c55a98f2, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c3d0566d-f657-4e2a-bcad-5a59c55a98f2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c3d0566d-f657-4e2a-bcad-5a59c55a98f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [13217a87-7387-4830-beb5-66e7ee3caf67, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [13217a87-7387-4830-beb5-66e7ee3caf67, http://www.w3.org/ns/shacl#in, af147848-29ab-47f6-8762-e7be4e28a515] [13217a87-7387-4830-beb5-66e7ee3caf67, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4cd570e5-ea04-403f-a5d5-0d822fd9c5f3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1559c911-4328-49e9-892d-6858d519552b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1559c911-4328-49e9-892d-6858d519552b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1559c911-4328-49e9-892d-6858d519552b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [00716807-7a7a-4876-bd34-72ea8a2dfa1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#pattern, "^B"] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [51b9f454-32e1-4a5e-aad3-e103fa2f6a0f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [be6f7a2b-3eba-41c4-bdea-ca891521c3a4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [be6f7a2b-3eba-41c4-bdea-ca891521c3a4, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [be6f7a2b-3eba-41c4-bdea-ca891521c3a4, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [be6f7a2b-3eba-41c4-bdea-ca891521c3a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d808269-d6fc-49dc-8b59-bc1482d2498c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7d808269-d6fc-49dc-8b59-bc1482d2498c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9cdc4500-aaca-469f-8f5b-aedf0c3bd90f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [9cdc4500-aaca-469f-8f5b-aedf0c3bd90f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9cdc4500-aaca-469f-8f5b-aedf0c3bd90f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9cdc4500-aaca-469f-8f5b-aedf0c3bd90f, 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, 13217a87-7387-4830-beb5-66e7ee3caf67] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9cdc4500-aaca-469f-8f5b-aedf0c3bd90f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c3d0566d-f657-4e2a-bcad-5a59c55a98f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1559c911-4328-49e9-892d-6858d519552b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4cd570e5-ea04-403f-a5d5-0d822fd9c5f3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, be6f7a2b-3eba-41c4-bdea-ca891521c3a4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 00716807-7a7a-4876-bd34-72ea8a2dfa1f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 51b9f454-32e1-4a5e-aad3-e103fa2f6a0f]>
20:39:26.599 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:26.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:26.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,_:1559c911-4328-49e9-892d-6858d519552b,_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,_:13217a87-7387-4830-beb5-66e7ee3caf67,_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f. Pending nodes: 
20:39:26.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3
20:39:26.608 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1559c911-4328-49e9-892d-6858d519552b
20:39:26.610 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c3d0566d-f657-4e2a-bcad-5a59c55a98f2
20:39:26.612 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:13217a87-7387-4830-beb5-66e7ee3caf67
20:39:26.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:00716807-7a7a-4876-bd34-72ea8a2dfa1f
20:39:26.616 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:be6f7a2b-3eba-41c4-bdea-ca891521c3a4
20:39:26.619 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f
20:39:26.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f
20:39:26.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:be6f7a2b-3eba-41c4-bdea-ca891521c3a4
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:00716807-7a7a-4876-bd34-72ea8a2dfa1f
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:13217a87-7387-4830-beb5-66e7ee3caf67
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c3d0566d-f657-4e2a-bcad-5a59c55a98f2
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1559c911-4328-49e9-892d-6858d519552b
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f = 
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f = 
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f: 
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,_:1559c911-4328-49e9-892d-6858d519552b,_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,_:13217a87-7387-4830-beb5-66e7ee3caf67,_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3)
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1559c911-4328-49e9-892d-6858d519552b)
20:39:26.625 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2)
20:39:26.626 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13217a87-7387-4830-beb5-66e7ee3caf67)
20:39:26.626 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00716807-7a7a-4876-bd34-72ea8a2dfa1f)
20:39:26.626 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4)
20:39:26.626 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f)
20:39:26.626 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)
20:39:26.626 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.626 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.628 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:26.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.629 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.630 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1559c911-4328-49e9-892d-6858d519552b=ShapeTyping(TypingMap(Map()))
20:39:26.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.631 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:26.578Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:26.670 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:26.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.671 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13217a87-7387-4830-beb5-66e7ee3caf67=ShapeTyping(TypingMap(Map()))
20:39:26.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.673 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:00716807-7a7a-4876-bd34-72ea8a2dfa1f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:26.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.674 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00716807-7a7a-4876-bd34-72ea8a2dfa1f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,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>)))))))
20:39:26.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.675 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,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))))))))
20:39:26.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.749 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.749 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.771 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.771 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.771 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.771 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.772 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.772 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,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>)))))))
20:39:26.772 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.772 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.773 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.773 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.773 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f=ShapeTyping(TypingMap(Map()))
20:39:26.774 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,_:1559c911-4328-49e9-892d-6858d519552b,_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,_:13217a87-7387-4830-beb5-66e7ee3caf67,_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,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(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,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(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,PredicatePath(<http://www.sampledomain.org/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(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,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>)))))))
20:39:26.774 [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(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,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(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,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(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,PredicatePath(<http://www.sampledomain.org/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(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,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>)))))))
20:39:26.775 [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(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4,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(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f,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(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3,PredicatePath(<http://www.sampledomain.org/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(_:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3), ShapeRef(_:1559c911-4328-49e9-892d-6858d519552b), ShapeRef(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2), ShapeRef(_:13217a87-7387-4830-beb5-66e7ee3caf67), ShapeRef(_:00716807-7a7a-4876-bd34-72ea8a2dfa1f), ShapeRef(_:be6f7a2b-3eba-41c4-bdea-ca891521c3a4), ShapeRef(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f), ShapeRef(_:9cdc4500-aaca-469f-8f5b-aedf0c3bd90f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c3d0566d-f657-4e2a-bcad-5a59c55a98f2,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f,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>)))))))
20:39:26.775 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f = 
20:39:26.775 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f = 
20:39:26.775 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:51b9f454-32e1-4a5e-aad3-e103fa2f6a0f: 
20:39:26.775 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:be6f7a2b-3eba-41c4-bdea-ca891521c3a4 = 
20:39:26.775 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:be6f7a2b-3eba-41c4-bdea-ca891521c3a4 = 
20:39:26.775 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:be6f7a2b-3eba-41c4-bdea-ca891521c3a4: 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:00716807-7a7a-4876-bd34-72ea8a2dfa1f = 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:00716807-7a7a-4876-bd34-72ea8a2dfa1f = 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:00716807-7a7a-4876-bd34-72ea8a2dfa1f: 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:13217a87-7387-4830-beb5-66e7ee3caf67 = 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:13217a87-7387-4830-beb5-66e7ee3caf67 = 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:13217a87-7387-4830-beb5-66e7ee3caf67: 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c3d0566d-f657-4e2a-bcad-5a59c55a98f2 = 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c3d0566d-f657-4e2a-bcad-5a59c55a98f2 = 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c3d0566d-f657-4e2a-bcad-5a59c55a98f2: 
20:39:26.776 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1559c911-4328-49e9-892d-6858d519552b = 
20:39:26.777 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1559c911-4328-49e9-892d-6858d519552b = 
20:39:26.777 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1559c911-4328-49e9-892d-6858d519552b: 
20:39:26.777 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 = 
20:39:26.777 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3 = 
20:39:26.777 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4cd570e5-ea04-403f-a5d5-0d822fd9c5f3: 
20:39:26.779 [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
] .

20:39:26.781 [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>
                "2019-07-12T20:39:26.783Z"^^<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 .
20:39:26.801 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "4"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:26.783Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "4"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:26.783Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:26.803 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {44fc18e1-b950-4e56-a70b-a1dd03263acc @rdf:rest 227ed28d-03da-419d-a65f-be04a94ad1a6; 44fc18e1-b950-4e56-a70b-a1dd03263acc @rdf:first "B"; 005852f2-f675-47bf-bc91-c6ee0569e22b @sh:path http://www.sampledomain.org/sam#integerProperty3; 005852f2-f675-47bf-bc91-c6ee0569e22b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 005852f2-f675-47bf-bc91-c6ee0569e22b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 005852f2-f675-47bf-bc91-c6ee0569e22b @rdf:type sh:Property; 34f155b1-8122-4548-a242-ce4ec17d7a45 @rdf:rest 44fc18e1-b950-4e56-a70b-a1dd03263acc; 34f155b1-8122-4548-a242-ce4ec17d7a45 @rdf:first "A"; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 2172640b-1f3f-445a-b54b-0bb0a5215df6 @rdf:type sh:Property; edc881bc-f2e3-4375-aefd-8f09c8592f9e @sh:path http://www.sampledomain.org/sam#aReferenceProperty; edc881bc-f2e3-4375-aefd-8f09c8592f9e @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [44fc18e1-b950-4e56-a70b-a1dd03263acc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 227ed28d-03da-419d-a65f-be04a94ad1a6] [44fc18e1-b950-4e56-a70b-a1dd03263acc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [005852f2-f675-47bf-bc91-c6ee0569e22b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [005852f2-f675-47bf-bc91-c6ee0569e22b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [005852f2-f675-47bf-bc91-c6ee0569e22b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [005852f2-f675-47bf-bc91-c6ee0569e22b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34f155b1-8122-4548-a242-ce4ec17d7a45, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 44fc18e1-b950-4e56-a70b-a1dd03263acc] [34f155b1-8122-4548-a242-ce4ec17d7a45, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2172640b-1f3f-445a-b54b-0bb0a5215df6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [edc881bc-f2e3-4375-aefd-8f09c8592f9e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [edc881bc-f2e3-4375-aefd-8f09c8592f9e, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [edc881bc-f2e3-4375-aefd-8f09c8592f9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d29660a7-1130-433d-9421-06d734ccd243, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d29660a7-1130-433d-9421-06d734ccd243, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d29660a7-1130-433d-9421-06d734ccd243, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d29660a7-1130-433d-9421-06d734ccd243, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9fa5493e-688a-4319-860f-c487a269f060, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9fa5493e-688a-4319-860f-c487a269f060, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9fa5493e-688a-4319-860f-c487a269f060, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9fa5493e-688a-4319-860f-c487a269f060, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b439d10b-2498-4ff7-bd1f-489302a72044, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#pattern, "^B"] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ddc17bea-bcc2-4cfb-8645-2d005df95566, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [227ed28d-03da-419d-a65f-be04a94ad1a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [227ed28d-03da-419d-a65f-be04a94ad1a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [7f17557e-9c90-42b2-8399-a7115ac5179f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7f17557e-9c90-42b2-8399-a7115ac5179f, http://www.w3.org/ns/shacl#in, 34f155b1-8122-4548-a242-ce4ec17d7a45] [7f17557e-9c90-42b2-8399-a7115ac5179f, 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, 005852f2-f675-47bf-bc91-c6ee0569e22b] [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, 2172640b-1f3f-445a-b54b-0bb0a5215df6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b439d10b-2498-4ff7-bd1f-489302a72044] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9fa5493e-688a-4319-860f-c487a269f060] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ddc17bea-bcc2-4cfb-8645-2d005df95566] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7f17557e-9c90-42b2-8399-a7115ac5179f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, edc881bc-f2e3-4375-aefd-8f09c8592f9e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d29660a7-1130-433d-9421-06d734ccd243]>
20:39:26.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:26.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:26.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9fa5493e-688a-4319-860f-c487a269f060,_:d29660a7-1130-433d-9421-06d734ccd243,_:ddc17bea-bcc2-4cfb-8645-2d005df95566,_:b439d10b-2498-4ff7-bd1f-489302a72044,_:005852f2-f675-47bf-bc91-c6ee0569e22b,_:7f17557e-9c90-42b2-8399-a7115ac5179f,_:edc881bc-f2e3-4375-aefd-8f09c8592f9e,_:2172640b-1f3f-445a-b54b-0bb0a5215df6. Pending nodes: 
20:39:26.810 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9fa5493e-688a-4319-860f-c487a269f060
20:39:26.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d29660a7-1130-433d-9421-06d734ccd243
20:39:26.814 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ddc17bea-bcc2-4cfb-8645-2d005df95566
20:39:26.817 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b439d10b-2498-4ff7-bd1f-489302a72044
20:39:26.819 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:005852f2-f675-47bf-bc91-c6ee0569e22b
20:39:26.821 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7f17557e-9c90-42b2-8399-a7115ac5179f
20:39:26.823 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:edc881bc-f2e3-4375-aefd-8f09c8592f9e
20:39:26.825 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2172640b-1f3f-445a-b54b-0bb0a5215df6
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2172640b-1f3f-445a-b54b-0bb0a5215df6
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:edc881bc-f2e3-4375-aefd-8f09c8592f9e
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7f17557e-9c90-42b2-8399-a7115ac5179f
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:005852f2-f675-47bf-bc91-c6ee0569e22b
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b439d10b-2498-4ff7-bd1f-489302a72044
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ddc17bea-bcc2-4cfb-8645-2d005df95566
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d29660a7-1130-433d-9421-06d734ccd243
20:39:26.827 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9fa5493e-688a-4319-860f-c487a269f060
20:39:26.828 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.828 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.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>
20:39:26.828 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.828 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.828 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9fa5493e-688a-4319-860f-c487a269f060,_:d29660a7-1130-433d-9421-06d734ccd243,_:ddc17bea-bcc2-4cfb-8645-2d005df95566,_:b439d10b-2498-4ff7-bd1f-489302a72044,_:005852f2-f675-47bf-bc91-c6ee0569e22b,_:7f17557e-9c90-42b2-8399-a7115ac5179f,_:edc881bc-f2e3-4375-aefd-8f09c8592f9e,_:2172640b-1f3f-445a-b54b-0bb0a5215df6)
20:39:26.828 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fa5493e-688a-4319-860f-c487a269f060)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d29660a7-1130-433d-9421-06d734ccd243)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ddc17bea-bcc2-4cfb-8645-2d005df95566)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b439d10b-2498-4ff7-bd1f-489302a72044)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:005852f2-f675-47bf-bc91-c6ee0569e22b)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7f17557e-9c90-42b2-8399-a7115ac5179f)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edc881bc-f2e3-4375-aefd-8f09c8592f9e)
20:39:26.829 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2172640b-1f3f-445a-b54b-0bb0a5215df6)
20:39:26.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.870 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:26.783Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9fa5493e-688a-4319-860f-c487a269f060],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:26.871 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fa5493e-688a-4319-860f-c487a269f060=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9fa5493e-688a-4319-860f-c487a269f060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:26.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.872 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d29660a7-1130-433d-9421-06d734ccd243=ShapeTyping(TypingMap(Map()))
20:39:26.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.875 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ddc17bea-bcc2-4cfb-8645-2d005df95566],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.875 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ddc17bea-bcc2-4cfb-8645-2d005df95566=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ddc17bea-bcc2-4cfb-8645-2d005df95566,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>)))))))
20:39:26.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.877 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b439d10b-2498-4ff7-bd1f-489302a72044],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:26.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.878 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b439d10b-2498-4ff7-bd1f-489302a72044=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b439d10b-2498-4ff7-bd1f-489302a72044,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>)))))))
20:39:26.878 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.878 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.878 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.878 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.879 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:005852f2-f675-47bf-bc91-c6ee0569e22b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:005852f2-f675-47bf-bc91-c6ee0569e22b,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"))))))))
20:39:26.879 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.879 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.880 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7f17557e-9c90-42b2-8399-a7115ac5179f=ShapeTyping(TypingMap(Map()))
20:39:26.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.880 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edc881bc-f2e3-4375-aefd-8f09c8592f9e=ShapeTyping(TypingMap(Map()))
20:39:26.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.882 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2172640b-1f3f-445a-b54b-0bb0a5215df6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:26.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.883 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2172640b-1f3f-445a-b54b-0bb0a5215df6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2172640b-1f3f-445a-b54b-0bb0a5215df6,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:26.884 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9fa5493e-688a-4319-860f-c487a269f060,_:d29660a7-1130-433d-9421-06d734ccd243,_:ddc17bea-bcc2-4cfb-8645-2d005df95566,_:b439d10b-2498-4ff7-bd1f-489302a72044,_:005852f2-f675-47bf-bc91-c6ee0569e22b,_:7f17557e-9c90-42b2-8399-a7115ac5179f,_:edc881bc-f2e3-4375-aefd-8f09c8592f9e,_:2172640b-1f3f-445a-b54b-0bb0a5215df6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:2172640b-1f3f-445a-b54b-0bb0a5215df6,PredicatePath(<http://www.sampledomain.org/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(_:9fa5493e-688a-4319-860f-c487a269f060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ddc17bea-bcc2-4cfb-8645-2d005df95566,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(_:b439d10b-2498-4ff7-bd1f-489302a72044,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(_:005852f2-f675-47bf-bc91-c6ee0569e22b,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"))))))))
20:39:26.885 [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(_:2172640b-1f3f-445a-b54b-0bb0a5215df6,PredicatePath(<http://www.sampledomain.org/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(_:9fa5493e-688a-4319-860f-c487a269f060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ddc17bea-bcc2-4cfb-8645-2d005df95566,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(_:b439d10b-2498-4ff7-bd1f-489302a72044,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(_:005852f2-f675-47bf-bc91-c6ee0569e22b,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"))))))))
20:39:26.885 [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(_:2172640b-1f3f-445a-b54b-0bb0a5215df6,PredicatePath(<http://www.sampledomain.org/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(_:9fa5493e-688a-4319-860f-c487a269f060,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:9fa5493e-688a-4319-860f-c487a269f060), ShapeRef(_:d29660a7-1130-433d-9421-06d734ccd243), ShapeRef(_:ddc17bea-bcc2-4cfb-8645-2d005df95566), ShapeRef(_:b439d10b-2498-4ff7-bd1f-489302a72044), ShapeRef(_:005852f2-f675-47bf-bc91-c6ee0569e22b), ShapeRef(_:7f17557e-9c90-42b2-8399-a7115ac5179f), ShapeRef(_:edc881bc-f2e3-4375-aefd-8f09c8592f9e), ShapeRef(_:2172640b-1f3f-445a-b54b-0bb0a5215df6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ddc17bea-bcc2-4cfb-8645-2d005df95566,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(_:b439d10b-2498-4ff7-bd1f-489302a72044,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(_:005852f2-f675-47bf-bc91-c6ee0569e22b,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"))))))))
20:39:26.885 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2172640b-1f3f-445a-b54b-0bb0a5215df6 = 
20:39:26.885 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2172640b-1f3f-445a-b54b-0bb0a5215df6 = 
20:39:26.885 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2172640b-1f3f-445a-b54b-0bb0a5215df6: 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:edc881bc-f2e3-4375-aefd-8f09c8592f9e = 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:edc881bc-f2e3-4375-aefd-8f09c8592f9e = 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:edc881bc-f2e3-4375-aefd-8f09c8592f9e: 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7f17557e-9c90-42b2-8399-a7115ac5179f = 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7f17557e-9c90-42b2-8399-a7115ac5179f = 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7f17557e-9c90-42b2-8399-a7115ac5179f: 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:005852f2-f675-47bf-bc91-c6ee0569e22b = 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:005852f2-f675-47bf-bc91-c6ee0569e22b = 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:005852f2-f675-47bf-bc91-c6ee0569e22b: 
20:39:26.886 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b439d10b-2498-4ff7-bd1f-489302a72044 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b439d10b-2498-4ff7-bd1f-489302a72044 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b439d10b-2498-4ff7-bd1f-489302a72044: 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ddc17bea-bcc2-4cfb-8645-2d005df95566 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ddc17bea-bcc2-4cfb-8645-2d005df95566 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ddc17bea-bcc2-4cfb-8645-2d005df95566: 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d29660a7-1130-433d-9421-06d734ccd243 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d29660a7-1130-433d-9421-06d734ccd243 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d29660a7-1130-433d-9421-06d734ccd243: 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9fa5493e-688a-4319-860f-c487a269f060 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9fa5493e-688a-4319-860f-c487a269f060 = 
20:39:26.887 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9fa5493e-688a-4319-860f-c487a269f060: 
20:39:26.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  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
               ]
] .

20:39:26.894 [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.318 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>
                "2019-07-12T20:39:26.898Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:26.916 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:26.898Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:26.898Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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   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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:26.917 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {d8ee8d35-d5ae-4701-88d5-2b7047769d46 @sh:path http://www.sampledomain.org/sam#aSetOfDates; d8ee8d35-d5ae-4701-88d5-2b7047769d46 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; d8ee8d35-d5ae-4701-88d5-2b7047769d46 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d8ee8d35-d5ae-4701-88d5-2b7047769d46 @rdf:type sh:Property; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 8fe85d60-1929-473f-bb52-7945ac3f5e84 @rdf:type sh:Property; 3e0bb053-fd0b-48da-934c-45e34285d29b @rdf:rest 5ca88843-ccf4-49b8-8214-6b55b01ed892; 3e0bb053-fd0b-48da-934c-45e34285d29b @rdf:first "B"; f123d14d-5643-4c4b-8d0d-7eafb85a7d03 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f123d14d-5643-4c4b-8d0d-7eafb85a7d03 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f123d14d-5643-4c4b-8d0d-7eafb85a7d03 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f123d14d-5643-4c4b-8d0d-7eafb85a7d03 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [d8ee8d35-d5ae-4701-88d5-2b7047769d46, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d8ee8d35-d5ae-4701-88d5-2b7047769d46, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d8ee8d35-d5ae-4701-88d5-2b7047769d46, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d8ee8d35-d5ae-4701-88d5-2b7047769d46, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8fe85d60-1929-473f-bb52-7945ac3f5e84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3e0bb053-fd0b-48da-934c-45e34285d29b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5ca88843-ccf4-49b8-8214-6b55b01ed892] [3e0bb053-fd0b-48da-934c-45e34285d29b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f123d14d-5643-4c4b-8d0d-7eafb85a7d03, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1dbd0fea-7cee-4046-88af-42cbb17d7bd7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1dbd0fea-7cee-4046-88af-42cbb17d7bd7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1dbd0fea-7cee-4046-88af-42cbb17d7bd7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1dbd0fea-7cee-4046-88af-42cbb17d7bd7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5ca88843-ccf4-49b8-8214-6b55b01ed892, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5ca88843-ccf4-49b8-8214-6b55b01ed892, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [5b9938a5-b19a-4c54-9619-b3c3e73cf9b1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5b9938a5-b19a-4c54-9619-b3c3e73cf9b1, http://www.w3.org/ns/shacl#in, e14524a9-9f80-4593-ab9c-6c3cb38f20b0] [5b9938a5-b19a-4c54-9619-b3c3e73cf9b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#pattern, "^B"] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [54da428c-3999-4307-948c-9aa7d5ae5107, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [396310d9-af6e-4b99-b0ff-a3d5606a60df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [396310d9-af6e-4b99-b0ff-a3d5606a60df, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [396310d9-af6e-4b99-b0ff-a3d5606a60df, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [396310d9-af6e-4b99-b0ff-a3d5606a60df, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e14524a9-9f80-4593-ab9c-6c3cb38f20b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3e0bb053-fd0b-48da-934c-45e34285d29b] [e14524a9-9f80-4593-ab9c-6c3cb38f20b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [4c807eb4-8835-4517-bb15-6a259520a730, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4c807eb4-8835-4517-bb15-6a259520a730, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4c807eb4-8835-4517-bb15-6a259520a730, 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, 54da428c-3999-4307-948c-9aa7d5ae5107] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4c807eb4-8835-4517-bb15-6a259520a730] [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, 8fe85d60-1929-473f-bb52-7945ac3f5e84] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f123d14d-5643-4c4b-8d0d-7eafb85a7d03] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5b9938a5-b19a-4c54-9619-b3c3e73cf9b1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 396310d9-af6e-4b99-b0ff-a3d5606a60df] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d8ee8d35-d5ae-4701-88d5-2b7047769d46] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1dbd0fea-7cee-4046-88af-42cbb17d7bd7]>
20:39:26.918 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:26.921 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:26.972 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:54da428c-3999-4307-948c-9aa7d5ae5107,_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1,_:4c807eb4-8835-4517-bb15-6a259520a730,_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7,_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,_:8fe85d60-1929-473f-bb52-7945ac3f5e84,_:396310d9-af6e-4b99-b0ff-a3d5606a60df. Pending nodes: 
20:39:26.973 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:54da428c-3999-4307-948c-9aa7d5ae5107
20:39:26.976 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1
20:39:26.977 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4c807eb4-8835-4517-bb15-6a259520a730
20:39:26.979 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1dbd0fea-7cee-4046-88af-42cbb17d7bd7
20:39:26.981 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f123d14d-5643-4c4b-8d0d-7eafb85a7d03
20:39:26.984 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d8ee8d35-d5ae-4701-88d5-2b7047769d46
20:39:26.986 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8fe85d60-1929-473f-bb52-7945ac3f5e84
20:39:26.989 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:396310d9-af6e-4b99-b0ff-a3d5606a60df
20:39:26.990 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:396310d9-af6e-4b99-b0ff-a3d5606a60df
20:39:26.990 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:26.990 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8fe85d60-1929-473f-bb52-7945ac3f5e84
20:39:26.990 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d8ee8d35-d5ae-4701-88d5-2b7047769d46
20:39:26.990 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f123d14d-5643-4c4b-8d0d-7eafb85a7d03
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1dbd0fea-7cee-4046-88af-42cbb17d7bd7
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4c807eb4-8835-4517-bb15-6a259520a730
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:54da428c-3999-4307-948c-9aa7d5ae5107
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:396310d9-af6e-4b99-b0ff-a3d5606a60df = 
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:396310d9-af6e-4b99-b0ff-a3d5606a60df = 
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:396310d9-af6e-4b99-b0ff-a3d5606a60df: 
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:26.991 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:54da428c-3999-4307-948c-9aa7d5ae5107,_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1,_:4c807eb4-8835-4517-bb15-6a259520a730,_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7,_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,_:8fe85d60-1929-473f-bb52-7945ac3f5e84,_:396310d9-af6e-4b99-b0ff-a3d5606a60df)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:54da428c-3999-4307-948c-9aa7d5ae5107)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c807eb4-8835-4517-bb15-6a259520a730)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8ee8d35-d5ae-4701-88d5-2b7047769d46)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8fe85d60-1929-473f-bb52-7945ac3f5e84)
20:39:26.992 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:396310d9-af6e-4b99-b0ff-a3d5606a60df)
20:39:26.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.993 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.994 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.996 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:54da428c-3999-4307-948c-9aa7d5ae5107],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:26.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:54da428c-3999-4307-948c-9aa7d5ae5107=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:54da428c-3999-4307-948c-9aa7d5ae5107,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>)))))))
20:39:26.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.997 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1=ShapeTyping(TypingMap(Map()))
20:39:26.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.997 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c807eb4-8835-4517-bb15-6a259520a730=ShapeTyping(TypingMap(Map()))
20:39:26.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.998 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7=ShapeTyping(TypingMap(Map()))
20:39:26.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:26.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.000 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.001 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.002 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:26.898Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d8ee8d35-d5ae-4701-88d5-2b7047769d46],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.002 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8ee8d35-d5ae-4701-88d5-2b7047769d46=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.004 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8fe85d60-1929-473f-bb52-7945ac3f5e84],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.004 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8fe85d60-1929-473f-bb52-7945ac3f5e84=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8fe85d60-1929-473f-bb52-7945ac3f5e84,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>)))))))
20:39:27.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.005 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:396310d9-af6e-4b99-b0ff-a3d5606a60df=ShapeTyping(TypingMap(Map()))
20:39:27.005 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:54da428c-3999-4307-948c-9aa7d5ae5107,_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1,_:4c807eb4-8835-4517-bb15-6a259520a730,_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7,_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,_:8fe85d60-1929-473f-bb52-7945ac3f5e84,_:396310d9-af6e-4b99-b0ff-a3d5606a60df)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:8fe85d60-1929-473f-bb52-7945ac3f5e84,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(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,PredicatePath(<http://www.sampledomain.org/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(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:54da428c-3999-4307-948c-9aa7d5ae5107,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(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.006 [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(_:8fe85d60-1929-473f-bb52-7945ac3f5e84,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(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,PredicatePath(<http://www.sampledomain.org/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(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:54da428c-3999-4307-948c-9aa7d5ae5107,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(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.006 [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(_:8fe85d60-1929-473f-bb52-7945ac3f5e84,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(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03,PredicatePath(<http://www.sampledomain.org/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(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:54da428c-3999-4307-948c-9aa7d5ae5107,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(_:54da428c-3999-4307-948c-9aa7d5ae5107), ShapeRef(_:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1), ShapeRef(_:4c807eb4-8835-4517-bb15-6a259520a730), ShapeRef(_:1dbd0fea-7cee-4046-88af-42cbb17d7bd7), ShapeRef(_:f123d14d-5643-4c4b-8d0d-7eafb85a7d03), ShapeRef(_:d8ee8d35-d5ae-4701-88d5-2b7047769d46), ShapeRef(_:8fe85d60-1929-473f-bb52-7945ac3f5e84), ShapeRef(_:396310d9-af6e-4b99-b0ff-a3d5606a60df)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8fe85d60-1929-473f-bb52-7945ac3f5e84 = 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8fe85d60-1929-473f-bb52-7945ac3f5e84 = 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8fe85d60-1929-473f-bb52-7945ac3f5e84: 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d8ee8d35-d5ae-4701-88d5-2b7047769d46 = 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d8ee8d35-d5ae-4701-88d5-2b7047769d46 = 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d8ee8d35-d5ae-4701-88d5-2b7047769d46: 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f123d14d-5643-4c4b-8d0d-7eafb85a7d03 = 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f123d14d-5643-4c4b-8d0d-7eafb85a7d03 = 
20:39:27.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f123d14d-5643-4c4b-8d0d-7eafb85a7d03: 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1dbd0fea-7cee-4046-88af-42cbb17d7bd7 = 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1dbd0fea-7cee-4046-88af-42cbb17d7bd7 = 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1dbd0fea-7cee-4046-88af-42cbb17d7bd7: 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4c807eb4-8835-4517-bb15-6a259520a730 = 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4c807eb4-8835-4517-bb15-6a259520a730 = 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4c807eb4-8835-4517-bb15-6a259520a730: 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1 = 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1 = 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b9938a5-b19a-4c54-9619-b3c3e73cf9b1: 
20:39:27.008 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:54da428c-3999-4307-948c-9aa7d5ae5107 = 
20:39:27.009 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:54da428c-3999-4307-948c-9aa7d5ae5107 = 
20:39:27.009 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:54da428c-3999-4307-948c-9aa7d5ae5107: 
20:39:27.011 [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
] .

20:39:27.012 [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>
                "2019-07-12T20:39:27.014Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:27.078 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.014Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.014Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.079 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:path http://www.sampledomain.org/sam#aStringProperty; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:pattern "^B"; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @sh:description "a Simple Single String Property"; e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed @rdf:type sh:Property; 6da313e0-5af6-4809-b377-07a48a19f222 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 6da313e0-5af6-4809-b377-07a48a19f222 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 6da313e0-5af6-4809-b377-07a48a19f222 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 6da313e0-5af6-4809-b377-07a48a19f222 @rdf:type sh:Property; d91b689c-52e3-4e22-ad91-a028e2c22937 @sh:path http://www.sampledomain.org/sam#integerProperty3; d91b689c-52e3-4e22-ad91-a028e2c22937 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d91b689c-52e3-4e22-ad91-a028e2c22937 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d91b689c-52e3-4e22-ad91-a028e2c22937 @rdf:type sh:Property; d01a4243-1adc-4d39-b2ed-f2cf303d0d03 @rdf:rest 57854ce9-f537-462a-a313-1b080529fc45...} |  [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#pattern, "^B"] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6da313e0-5af6-4809-b377-07a48a19f222, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [6da313e0-5af6-4809-b377-07a48a19f222, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6da313e0-5af6-4809-b377-07a48a19f222, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6da313e0-5af6-4809-b377-07a48a19f222, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d91b689c-52e3-4e22-ad91-a028e2c22937, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d91b689c-52e3-4e22-ad91-a028e2c22937, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d91b689c-52e3-4e22-ad91-a028e2c22937, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d91b689c-52e3-4e22-ad91-a028e2c22937, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d01a4243-1adc-4d39-b2ed-f2cf303d0d03, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 57854ce9-f537-462a-a313-1b080529fc45] [d01a4243-1adc-4d39-b2ed-f2cf303d0d03, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f461f2ef-765f-4bd0-b4be-af1f78509f60, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f461f2ef-765f-4bd0-b4be-af1f78509f60, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f461f2ef-765f-4bd0-b4be-af1f78509f60, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f461f2ef-765f-4bd0-b4be-af1f78509f60, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b5839bbb-e412-4cd6-9547-02e62e484820, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [57854ce9-f537-462a-a313-1b080529fc45, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dcb6374f-adf4-40fc-815c-14d25537c670] [57854ce9-f537-462a-a313-1b080529fc45, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f0f6d461-9fc8-45f1-a76d-fa914e49dd0b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f0f6d461-9fc8-45f1-a76d-fa914e49dd0b, http://www.w3.org/ns/shacl#in, d01a4243-1adc-4d39-b2ed-f2cf303d0d03] [f0f6d461-9fc8-45f1-a76d-fa914e49dd0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcb6374f-adf4-40fc-815c-14d25537c670, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [dcb6374f-adf4-40fc-815c-14d25537c670, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [60358424-bf1e-4a75-b863-1ef38fd0c74b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [60358424-bf1e-4a75-b863-1ef38fd0c74b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [60358424-bf1e-4a75-b863-1ef38fd0c74b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [208f8c6e-40f7-439f-87da-0754d6203e81, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [208f8c6e-40f7-439f-87da-0754d6203e81, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [208f8c6e-40f7-439f-87da-0754d6203e81, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [208f8c6e-40f7-439f-87da-0754d6203e81, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [208f8c6e-40f7-439f-87da-0754d6203e81, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [208f8c6e-40f7-439f-87da-0754d6203e81, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [208f8c6e-40f7-439f-87da-0754d6203e81, 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, f0f6d461-9fc8-45f1-a76d-fa914e49dd0b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 208f8c6e-40f7-439f-87da-0754d6203e81] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6da313e0-5af6-4809-b377-07a48a19f222] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 60358424-bf1e-4a75-b863-1ef38fd0c74b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f461f2ef-765f-4bd0-b4be-af1f78509f60] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b5839bbb-e412-4cd6-9547-02e62e484820] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d91b689c-52e3-4e22-ad91-a028e2c22937]>
20:39:27.080 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.083 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.086 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b5839bbb-e412-4cd6-9547-02e62e484820,_:d91b689c-52e3-4e22-ad91-a028e2c22937,_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b,_:6da313e0-5af6-4809-b377-07a48a19f222,_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,_:208f8c6e-40f7-439f-87da-0754d6203e81,_:f461f2ef-765f-4bd0-b4be-af1f78509f60,_:60358424-bf1e-4a75-b863-1ef38fd0c74b. Pending nodes: 
20:39:27.086 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b5839bbb-e412-4cd6-9547-02e62e484820
20:39:27.089 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d91b689c-52e3-4e22-ad91-a028e2c22937
20:39:27.091 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b
20:39:27.092 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6da313e0-5af6-4809-b377-07a48a19f222
20:39:27.095 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed
20:39:27.098 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:208f8c6e-40f7-439f-87da-0754d6203e81
20:39:27.100 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f461f2ef-765f-4bd0-b4be-af1f78509f60
20:39:27.102 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:60358424-bf1e-4a75-b863-1ef38fd0c74b
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:60358424-bf1e-4a75-b863-1ef38fd0c74b
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f461f2ef-765f-4bd0-b4be-af1f78509f60
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:208f8c6e-40f7-439f-87da-0754d6203e81
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6da313e0-5af6-4809-b377-07a48a19f222
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d91b689c-52e3-4e22-ad91-a028e2c22937
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b5839bbb-e412-4cd6-9547-02e62e484820
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:60358424-bf1e-4a75-b863-1ef38fd0c74b = 
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:60358424-bf1e-4a75-b863-1ef38fd0c74b = 
20:39:27.103 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:60358424-bf1e-4a75-b863-1ef38fd0c74b: 
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b5839bbb-e412-4cd6-9547-02e62e484820,_:d91b689c-52e3-4e22-ad91-a028e2c22937,_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b,_:6da313e0-5af6-4809-b377-07a48a19f222,_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,_:208f8c6e-40f7-439f-87da-0754d6203e81,_:f461f2ef-765f-4bd0-b4be-af1f78509f60,_:60358424-bf1e-4a75-b863-1ef38fd0c74b)
20:39:27.104 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5839bbb-e412-4cd6-9547-02e62e484820)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d91b689c-52e3-4e22-ad91-a028e2c22937)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6da313e0-5af6-4809-b377-07a48a19f222)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:208f8c6e-40f7-439f-87da-0754d6203e81)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f461f2ef-765f-4bd0-b4be-af1f78509f60)
20:39:27.105 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60358424-bf1e-4a75-b863-1ef38fd0c74b)
20:39:27.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.107 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b5839bbb-e412-4cd6-9547-02e62e484820],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.108 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5839bbb-e412-4cd6-9547-02e62e484820=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b5839bbb-e412-4cd6-9547-02e62e484820,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.109 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d91b689c-52e3-4e22-ad91-a028e2c22937=ShapeTyping(TypingMap(Map()))
20:39:27.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.110 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b=ShapeTyping(TypingMap(Map()))
20:39:27.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.111 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.014Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6da313e0-5af6-4809-b377-07a48a19f222],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.111 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6da313e0-5af6-4809-b377-07a48a19f222=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6da313e0-5af6-4809-b377-07a48a19f222,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.114 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.114 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,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'"))))))))
20:39:27.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.116 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:208f8c6e-40f7-439f-87da-0754d6203e81],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.117 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:208f8c6e-40f7-439f-87da-0754d6203e81=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:208f8c6e-40f7-439f-87da-0754d6203e81,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>)))))))
20:39:27.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.117 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f461f2ef-765f-4bd0-b4be-af1f78509f60=ShapeTyping(TypingMap(Map()))
20:39:27.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60358424-bf1e-4a75-b863-1ef38fd0c74b=ShapeTyping(TypingMap(Map()))
20:39:27.118 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b5839bbb-e412-4cd6-9547-02e62e484820,_:d91b689c-52e3-4e22-ad91-a028e2c22937,_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b,_:6da313e0-5af6-4809-b377-07a48a19f222,_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,_:208f8c6e-40f7-439f-87da-0754d6203e81,_:f461f2ef-765f-4bd0-b4be-af1f78509f60,_:60358424-bf1e-4a75-b863-1ef38fd0c74b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:208f8c6e-40f7-439f-87da-0754d6203e81,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(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,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(_:b5839bbb-e412-4cd6-9547-02e62e484820,PredicatePath(<http://www.sampledomain.org/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(_:6da313e0-5af6-4809-b377-07a48a19f222,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.119 [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(_:208f8c6e-40f7-439f-87da-0754d6203e81,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(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,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(_:b5839bbb-e412-4cd6-9547-02e62e484820,PredicatePath(<http://www.sampledomain.org/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(_:6da313e0-5af6-4809-b377-07a48a19f222,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.119 [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(_:208f8c6e-40f7-439f-87da-0754d6203e81,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(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed,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(_:b5839bbb-e412-4cd6-9547-02e62e484820,PredicatePath(<http://www.sampledomain.org/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(_:6da313e0-5af6-4809-b377-07a48a19f222,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:b5839bbb-e412-4cd6-9547-02e62e484820), ShapeRef(_:d91b689c-52e3-4e22-ad91-a028e2c22937), ShapeRef(_:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b), ShapeRef(_:6da313e0-5af6-4809-b377-07a48a19f222), ShapeRef(_:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed), ShapeRef(_:208f8c6e-40f7-439f-87da-0754d6203e81), ShapeRef(_:f461f2ef-765f-4bd0-b4be-af1f78509f60), ShapeRef(_:60358424-bf1e-4a75-b863-1ef38fd0c74b)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f461f2ef-765f-4bd0-b4be-af1f78509f60 = 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f461f2ef-765f-4bd0-b4be-af1f78509f60 = 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f461f2ef-765f-4bd0-b4be-af1f78509f60: 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:208f8c6e-40f7-439f-87da-0754d6203e81 = 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:208f8c6e-40f7-439f-87da-0754d6203e81 = 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:208f8c6e-40f7-439f-87da-0754d6203e81: 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed = 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed = 
20:39:27.120 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3b0fdbd-2f5c-409d-a8ad-aaeed3dcb4ed: 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6da313e0-5af6-4809-b377-07a48a19f222 = 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6da313e0-5af6-4809-b377-07a48a19f222 = 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6da313e0-5af6-4809-b377-07a48a19f222: 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b = 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b = 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f0f6d461-9fc8-45f1-a76d-fa914e49dd0b: 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d91b689c-52e3-4e22-ad91-a028e2c22937 = 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d91b689c-52e3-4e22-ad91-a028e2c22937 = 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d91b689c-52e3-4e22-ad91-a028e2c22937: 
20:39:27.121 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b5839bbb-e412-4cd6-9547-02e62e484820 = 
20:39:27.122 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b5839bbb-e412-4cd6-9547-02e62e484820 = 
20:39:27.122 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b5839bbb-e412-4cd6-9547-02e62e484820: 
20:39:27.125 [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
               ]
] .

20:39:27.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  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.289 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>
                "2019-07-12T20:39:27.175Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:27.193 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.175Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.175Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.195 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ec17b695-48d2-43ac-aa26-fe40235668a2 @sh:path http://www.sampledomain.org/sam#integerProperty3; ec17b695-48d2-43ac-aa26-fe40235668a2 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ec17b695-48d2-43ac-aa26-fe40235668a2 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ec17b695-48d2-43ac-aa26-fe40235668a2 @rdf:type sh:Property; a8cb49db-cd47-4e93-a306-94c939478650 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; a8cb49db-cd47-4e93-a306-94c939478650 @sh:in a1a7d096-63fc-4774-a24b-0f8ad35f8bc7; a8cb49db-cd47-4e93-a306-94c939478650 @rdf:type sh:Property; 3ca81145-dbc3-4d17-bdac-c7277507fc72 @sh:path http://www.sampledomain.org/sam#integerProperty2; 3ca81145-dbc3-4d17-bdac-c7277507fc72 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3ca81145-dbc3-4d17-bdac-c7277507fc72 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3ca81145-dbc3-4d17-bdac-c7277507fc72 @rdf:type sh:Property; 4a82dda4-282c-4045-ad3c-d317dd3ec908 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 4a82dda4-282c-4045-ad3c-d317dd3ec908 @sh:class http://www.sampledomain.org/sam#AnotherResource; 4a82dda4-282c-4045-ad3c-d317dd3ec908 @rdf:type sh:Property; a1a7d096-63fc-4774-a24b-0f8ad35f8bc7 @rdf:rest b50d968f-14cc-4d2a-ac57-8eb9939b3b93; a1a7d096-63fc-4774-a24b-0f8ad35f8bc7 @rdf:first "A"; b50d968f-14cc-4d2a-ac57-8eb9939b3b93 @rdf:rest 9382ea73-f73a-42a5-8f14-a59fbfc84e76...} |  [ec17b695-48d2-43ac-aa26-fe40235668a2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ec17b695-48d2-43ac-aa26-fe40235668a2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ec17b695-48d2-43ac-aa26-fe40235668a2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ec17b695-48d2-43ac-aa26-fe40235668a2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a8cb49db-cd47-4e93-a306-94c939478650, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a8cb49db-cd47-4e93-a306-94c939478650, http://www.w3.org/ns/shacl#in, a1a7d096-63fc-4774-a24b-0f8ad35f8bc7] [a8cb49db-cd47-4e93-a306-94c939478650, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3ca81145-dbc3-4d17-bdac-c7277507fc72, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3ca81145-dbc3-4d17-bdac-c7277507fc72, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3ca81145-dbc3-4d17-bdac-c7277507fc72, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3ca81145-dbc3-4d17-bdac-c7277507fc72, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a82dda4-282c-4045-ad3c-d317dd3ec908, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4a82dda4-282c-4045-ad3c-d317dd3ec908, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4a82dda4-282c-4045-ad3c-d317dd3ec908, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a1a7d096-63fc-4774-a24b-0f8ad35f8bc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b50d968f-14cc-4d2a-ac57-8eb9939b3b93] [a1a7d096-63fc-4774-a24b-0f8ad35f8bc7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b50d968f-14cc-4d2a-ac57-8eb9939b3b93, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9382ea73-f73a-42a5-8f14-a59fbfc84e76] [b50d968f-14cc-4d2a-ac57-8eb9939b3b93, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#pattern, "^B"] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [92f76b0d-e17e-4ff7-90ae-566a7f3d69d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [faf04ecf-e660-42d1-964a-cabb9e390582, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [faf04ecf-e660-42d1-964a-cabb9e390582, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [faf04ecf-e660-42d1-964a-cabb9e390582, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [faf04ecf-e660-42d1-964a-cabb9e390582, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f44eb17-b6c3-40e8-9d05-27a87508d664, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d56baed1-71e6-4ee0-8a6d-153a8719a106, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9382ea73-f73a-42a5-8f14-a59fbfc84e76, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [9382ea73-f73a-42a5-8f14-a59fbfc84e76, 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, faf04ecf-e660-42d1-964a-cabb9e390582] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 92f76b0d-e17e-4ff7-90ae-566a7f3d69d2] [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, 0f44eb17-b6c3-40e8-9d05-27a87508d664] [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, a8cb49db-cd47-4e93-a306-94c939478650] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ec17b695-48d2-43ac-aa26-fe40235668a2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3ca81145-dbc3-4d17-bdac-c7277507fc72] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a82dda4-282c-4045-ad3c-d317dd3ec908] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d56baed1-71e6-4ee0-8a6d-153a8719a106]>
20:39:27.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.198 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.200 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d56baed1-71e6-4ee0-8a6d-153a8719a106,_:4a82dda4-282c-4045-ad3c-d317dd3ec908,_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,_:a8cb49db-cd47-4e93-a306-94c939478650,_:faf04ecf-e660-42d1-964a-cabb9e390582,_:ec17b695-48d2-43ac-aa26-fe40235668a2,_:0f44eb17-b6c3-40e8-9d05-27a87508d664,_:3ca81145-dbc3-4d17-bdac-c7277507fc72. Pending nodes: 
20:39:27.201 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d56baed1-71e6-4ee0-8a6d-153a8719a106
20:39:27.203 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a82dda4-282c-4045-ad3c-d317dd3ec908
20:39:27.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2
20:39:27.271 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a8cb49db-cd47-4e93-a306-94c939478650
20:39:27.273 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:faf04ecf-e660-42d1-964a-cabb9e390582
20:39:27.274 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ec17b695-48d2-43ac-aa26-fe40235668a2
20:39:27.276 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f44eb17-b6c3-40e8-9d05-27a87508d664
20:39:27.278 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3ca81145-dbc3-4d17-bdac-c7277507fc72
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3ca81145-dbc3-4d17-bdac-c7277507fc72
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f44eb17-b6c3-40e8-9d05-27a87508d664
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ec17b695-48d2-43ac-aa26-fe40235668a2
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:faf04ecf-e660-42d1-964a-cabb9e390582
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a8cb49db-cd47-4e93-a306-94c939478650
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a82dda4-282c-4045-ad3c-d317dd3ec908
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d56baed1-71e6-4ee0-8a6d-153a8719a106
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3ca81145-dbc3-4d17-bdac-c7277507fc72 = 
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3ca81145-dbc3-4d17-bdac-c7277507fc72 = 
20:39:27.280 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3ca81145-dbc3-4d17-bdac-c7277507fc72: 
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f44eb17-b6c3-40e8-9d05-27a87508d664 = 
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f44eb17-b6c3-40e8-9d05-27a87508d664 = 
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f44eb17-b6c3-40e8-9d05-27a87508d664: 
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.281 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d56baed1-71e6-4ee0-8a6d-153a8719a106,_:4a82dda4-282c-4045-ad3c-d317dd3ec908,_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,_:a8cb49db-cd47-4e93-a306-94c939478650,_:faf04ecf-e660-42d1-964a-cabb9e390582,_:ec17b695-48d2-43ac-aa26-fe40235668a2,_:0f44eb17-b6c3-40e8-9d05-27a87508d664,_:3ca81145-dbc3-4d17-bdac-c7277507fc72)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d56baed1-71e6-4ee0-8a6d-153a8719a106)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a82dda4-282c-4045-ad3c-d317dd3ec908)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a8cb49db-cd47-4e93-a306-94c939478650)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:faf04ecf-e660-42d1-964a-cabb9e390582)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec17b695-48d2-43ac-aa26-fe40235668a2)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f44eb17-b6c3-40e8-9d05-27a87508d664)
20:39:27.282 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3ca81145-dbc3-4d17-bdac-c7277507fc72)
20:39:27.282 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.282 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.283 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.284 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d56baed1-71e6-4ee0-8a6d-153a8719a106],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.284 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.285 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d56baed1-71e6-4ee0-8a6d-153a8719a106=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d56baed1-71e6-4ee0-8a6d-153a8719a106,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>)))))))
20:39:27.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.285 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a82dda4-282c-4045-ad3c-d317dd3ec908=ShapeTyping(TypingMap(Map()))
20:39:27.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.285 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.286 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.287 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.288 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.288 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,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>)))))))
20:39:27.288 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.289 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a8cb49db-cd47-4e93-a306-94c939478650=ShapeTyping(TypingMap(Map()))
20:39:27.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.289 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.290 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.175Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:faf04ecf-e660-42d1-964a-cabb9e390582],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.290 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:faf04ecf-e660-42d1-964a-cabb9e390582=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:faf04ecf-e660-42d1-964a-cabb9e390582,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.290 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.291 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ec17b695-48d2-43ac-aa26-fe40235668a2=ShapeTyping(TypingMap(Map()))
20:39:27.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.291 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.292 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.293 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f44eb17-b6c3-40e8-9d05-27a87508d664],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.293 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.294 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f44eb17-b6c3-40e8-9d05-27a87508d664=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f44eb17-b6c3-40e8-9d05-27a87508d664,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.295 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3ca81145-dbc3-4d17-bdac-c7277507fc72=ShapeTyping(TypingMap(Map()))
20:39:27.295 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d56baed1-71e6-4ee0-8a6d-153a8719a106,_:4a82dda4-282c-4045-ad3c-d317dd3ec908,_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,_:a8cb49db-cd47-4e93-a306-94c939478650,_:faf04ecf-e660-42d1-964a-cabb9e390582,_:ec17b695-48d2-43ac-aa26-fe40235668a2,_:0f44eb17-b6c3-40e8-9d05-27a87508d664,_:3ca81145-dbc3-4d17-bdac-c7277507fc72)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0f44eb17-b6c3-40e8-9d05-27a87508d664,PredicatePath(<http://www.sampledomain.org/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(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d56baed1-71e6-4ee0-8a6d-153a8719a106,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(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,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(_:faf04ecf-e660-42d1-964a-cabb9e390582,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.296 [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(_:0f44eb17-b6c3-40e8-9d05-27a87508d664,PredicatePath(<http://www.sampledomain.org/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(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d56baed1-71e6-4ee0-8a6d-153a8719a106,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(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,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(_:faf04ecf-e660-42d1-964a-cabb9e390582,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.296 [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(_:0f44eb17-b6c3-40e8-9d05-27a87508d664,PredicatePath(<http://www.sampledomain.org/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(_:d56baed1-71e6-4ee0-8a6d-153a8719a106), ShapeRef(_:4a82dda4-282c-4045-ad3c-d317dd3ec908), ShapeRef(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2), ShapeRef(_:a8cb49db-cd47-4e93-a306-94c939478650), ShapeRef(_:faf04ecf-e660-42d1-964a-cabb9e390582), ShapeRef(_:ec17b695-48d2-43ac-aa26-fe40235668a2), ShapeRef(_:0f44eb17-b6c3-40e8-9d05-27a87508d664), ShapeRef(_:3ca81145-dbc3-4d17-bdac-c7277507fc72)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d56baed1-71e6-4ee0-8a6d-153a8719a106,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(_:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2,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(_:faf04ecf-e660-42d1-964a-cabb9e390582,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ec17b695-48d2-43ac-aa26-fe40235668a2 = 
20:39:27.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ec17b695-48d2-43ac-aa26-fe40235668a2 = 
20:39:27.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ec17b695-48d2-43ac-aa26-fe40235668a2: 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:faf04ecf-e660-42d1-964a-cabb9e390582 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:faf04ecf-e660-42d1-964a-cabb9e390582 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:faf04ecf-e660-42d1-964a-cabb9e390582: 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a8cb49db-cd47-4e93-a306-94c939478650 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a8cb49db-cd47-4e93-a306-94c939478650 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a8cb49db-cd47-4e93-a306-94c939478650: 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92f76b0d-e17e-4ff7-90ae-566a7f3d69d2: 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a82dda4-282c-4045-ad3c-d317dd3ec908 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a82dda4-282c-4045-ad3c-d317dd3ec908 = 
20:39:27.297 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a82dda4-282c-4045-ad3c-d317dd3ec908: 
20:39:27.298 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d56baed1-71e6-4ee0-8a6d-153a8719a106 = 
20:39:27.298 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d56baed1-71e6-4ee0-8a6d-153a8719a106 = 
20:39:27.298 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d56baed1-71e6-4ee0-8a6d-153a8719a106: 
20:39:27.300 [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
] .

20:39:27.302 [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>
                "2019-07-12T20:39:27.303Z"^^<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" .
20:39:27.323 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#anotherStringProperty "D"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.303Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#anotherStringProperty, "D"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.303Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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   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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.371 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b10d60f6-be20-4438-9f58-95341a6134dc @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; b10d60f6-be20-4438-9f58-95341a6134dc @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b10d60f6-be20-4438-9f58-95341a6134dc @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b10d60f6-be20-4438-9f58-95341a6134dc @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b10d60f6-be20-4438-9f58-95341a6134dc @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; b10d60f6-be20-4438-9f58-95341a6134dc @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b10d60f6-be20-4438-9f58-95341a6134dc @rdf:type sh:Property; 13c3ba85-b0b5-4463-93cd-081187bf6cd5 @rdf:rest f56a9aa1-a9cc-476d-9e4f-3c97cbfbefbb; 13c3ba85-b0b5-4463-93cd-081187bf6cd5 @rdf:first "A"; 8069d992-7b76-4696-93b7-09c40869ef3d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 8069d992-7b76-4696-93b7-09c40869ef3d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8069d992-7b76-4696-93b7-09c40869ef3d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8069d992-7b76-4696-93b7-09c40869ef3d @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8069d992-7b76-4696-93b7-09c40869ef3d @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 8069d992-7b76-4696-93b7-09c40869ef3d @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 8069d992-7b76-4696-93b7-09c40869ef3d @rdf:type sh:Property; 481141a9-7320-42f2-9253-c94e6cb9eaa0 @sh:path http://www.sampledomain.org/sam#integerProperty2...} |  [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b10d60f6-be20-4438-9f58-95341a6134dc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [13c3ba85-b0b5-4463-93cd-081187bf6cd5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f56a9aa1-a9cc-476d-9e4f-3c97cbfbefbb] [13c3ba85-b0b5-4463-93cd-081187bf6cd5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8069d992-7b76-4696-93b7-09c40869ef3d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [481141a9-7320-42f2-9253-c94e6cb9eaa0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [481141a9-7320-42f2-9253-c94e6cb9eaa0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [481141a9-7320-42f2-9253-c94e6cb9eaa0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [481141a9-7320-42f2-9253-c94e6cb9eaa0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [81900307-9331-4233-ba89-661b95ada7c7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [81900307-9331-4233-ba89-661b95ada7c7, http://www.w3.org/ns/shacl#in, 13c3ba85-b0b5-4463-93cd-081187bf6cd5] [81900307-9331-4233-ba89-661b95ada7c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f5073ea-4d1b-4701-b1b6-80f0b4ed5a6a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1f5073ea-4d1b-4701-b1b6-80f0b4ed5a6a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f56a9aa1-a9cc-476d-9e4f-3c97cbfbefbb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1f5073ea-4d1b-4701-b1b6-80f0b4ed5a6a] [f56a9aa1-a9cc-476d-9e4f-3c97cbfbefbb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [65d2667b-c780-427c-8857-a8764eb74e99, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [65d2667b-c780-427c-8857-a8764eb74e99, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [65d2667b-c780-427c-8857-a8764eb74e99, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [65d2667b-c780-427c-8857-a8764eb74e99, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#pattern, "^B"] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b7165833-2a7a-4345-ad28-e98a11116199, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f85ea1c3-cc5e-43a1-94f2-619a53812bf2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f85ea1c3-cc5e-43a1-94f2-619a53812bf2, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f85ea1c3-cc5e-43a1-94f2-619a53812bf2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [04c4ea7e-09e1-441b-a5f2-29f663b5cf47, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [04c4ea7e-09e1-441b-a5f2-29f663b5cf47, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [04c4ea7e-09e1-441b-a5f2-29f663b5cf47, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [04c4ea7e-09e1-441b-a5f2-29f663b5cf47, 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, b7165833-2a7a-4345-ad28-e98a11116199] [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, 8069d992-7b76-4696-93b7-09c40869ef3d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f85ea1c3-cc5e-43a1-94f2-619a53812bf2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b10d60f6-be20-4438-9f58-95341a6134dc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 81900307-9331-4233-ba89-661b95ada7c7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 65d2667b-c780-427c-8857-a8764eb74e99] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 04c4ea7e-09e1-441b-a5f2-29f663b5cf47] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 481141a9-7320-42f2-9253-c94e6cb9eaa0]>
20:39:27.372 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.374 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.376 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b7165833-2a7a-4345-ad28-e98a11116199,_:481141a9-7320-42f2-9253-c94e6cb9eaa0,_:65d2667b-c780-427c-8857-a8764eb74e99,_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2,_:8069d992-7b76-4696-93b7-09c40869ef3d,_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,_:b10d60f6-be20-4438-9f58-95341a6134dc,_:81900307-9331-4233-ba89-661b95ada7c7. Pending nodes: 
20:39:27.377 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b7165833-2a7a-4345-ad28-e98a11116199
20:39:27.380 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:481141a9-7320-42f2-9253-c94e6cb9eaa0
20:39:27.381 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:65d2667b-c780-427c-8857-a8764eb74e99
20:39:27.383 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f85ea1c3-cc5e-43a1-94f2-619a53812bf2
20:39:27.384 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8069d992-7b76-4696-93b7-09c40869ef3d
20:39:27.387 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:04c4ea7e-09e1-441b-a5f2-29f663b5cf47
20:39:27.389 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b10d60f6-be20-4438-9f58-95341a6134dc
20:39:27.391 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:81900307-9331-4233-ba89-661b95ada7c7
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:81900307-9331-4233-ba89-661b95ada7c7
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b10d60f6-be20-4438-9f58-95341a6134dc
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:04c4ea7e-09e1-441b-a5f2-29f663b5cf47
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8069d992-7b76-4696-93b7-09c40869ef3d
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f85ea1c3-cc5e-43a1-94f2-619a53812bf2
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:65d2667b-c780-427c-8857-a8764eb74e99
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:481141a9-7320-42f2-9253-c94e6cb9eaa0
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b7165833-2a7a-4345-ad28-e98a11116199
20:39:27.392 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:81900307-9331-4233-ba89-661b95ada7c7 = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:81900307-9331-4233-ba89-661b95ada7c7 = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:81900307-9331-4233-ba89-661b95ada7c7: 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b10d60f6-be20-4438-9f58-95341a6134dc = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b10d60f6-be20-4438-9f58-95341a6134dc = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b10d60f6-be20-4438-9f58-95341a6134dc: 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:04c4ea7e-09e1-441b-a5f2-29f663b5cf47 = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:04c4ea7e-09e1-441b-a5f2-29f663b5cf47 = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:04c4ea7e-09e1-441b-a5f2-29f663b5cf47: 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.393 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b7165833-2a7a-4345-ad28-e98a11116199,_:481141a9-7320-42f2-9253-c94e6cb9eaa0,_:65d2667b-c780-427c-8857-a8764eb74e99,_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2,_:8069d992-7b76-4696-93b7-09c40869ef3d,_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,_:b10d60f6-be20-4438-9f58-95341a6134dc,_:81900307-9331-4233-ba89-661b95ada7c7)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7165833-2a7a-4345-ad28-e98a11116199)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:481141a9-7320-42f2-9253-c94e6cb9eaa0)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65d2667b-c780-427c-8857-a8764eb74e99)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8069d992-7b76-4696-93b7-09c40869ef3d)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b10d60f6-be20-4438-9f58-95341a6134dc)
20:39:27.394 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81900307-9331-4233-ba89-661b95ada7c7)
20:39:27.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.398 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b7165833-2a7a-4345-ad28-e98a11116199],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.398 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7165833-2a7a-4345-ad28-e98a11116199=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b7165833-2a7a-4345-ad28-e98a11116199,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>)))))))
20:39:27.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.399 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:481141a9-7320-42f2-9253-c94e6cb9eaa0=ShapeTyping(TypingMap(Map()))
20:39:27.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.400 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65d2667b-c780-427c-8857-a8764eb74e99=ShapeTyping(TypingMap(Map()))
20:39:27.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.400 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2=ShapeTyping(TypingMap(Map()))
20:39:27.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.401 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8069d992-7b76-4696-93b7-09c40869ef3d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.402 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8069d992-7b76-4696-93b7-09c40869ef3d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8069d992-7b76-4696-93b7-09c40869ef3d,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>)))))))
20:39:27.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.403 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.303Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.405 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b10d60f6-be20-4438-9f58-95341a6134dc],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.406 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b10d60f6-be20-4438-9f58-95341a6134dc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b10d60f6-be20-4438-9f58-95341a6134dc,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.413 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:81900307-9331-4233-ba89-661b95ada7c7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:81900307-9331-4233-ba89-661b95ada7c7,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"))"))))))))
20:39:27.413 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b7165833-2a7a-4345-ad28-e98a11116199,_:481141a9-7320-42f2-9253-c94e6cb9eaa0,_:65d2667b-c780-427c-8857-a8764eb74e99,_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2,_:8069d992-7b76-4696-93b7-09c40869ef3d,_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,_:b10d60f6-be20-4438-9f58-95341a6134dc,_:81900307-9331-4233-ba89-661b95ada7c7)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:8069d992-7b76-4696-93b7-09c40869ef3d,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(_:b10d60f6-be20-4438-9f58-95341a6134dc,PredicatePath(<http://www.sampledomain.org/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(_:b7165833-2a7a-4345-ad28-e98a11116199,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(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:81900307-9331-4233-ba89-661b95ada7c7,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"))"))))))))
20:39:27.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(_:8069d992-7b76-4696-93b7-09c40869ef3d,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(_:b10d60f6-be20-4438-9f58-95341a6134dc,PredicatePath(<http://www.sampledomain.org/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(_:b7165833-2a7a-4345-ad28-e98a11116199,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(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:81900307-9331-4233-ba89-661b95ada7c7,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"))"))))))))
20:39:27.415 [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(_:8069d992-7b76-4696-93b7-09c40869ef3d,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(_:b10d60f6-be20-4438-9f58-95341a6134dc,PredicatePath(<http://www.sampledomain.org/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(_:b7165833-2a7a-4345-ad28-e98a11116199,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(_:b7165833-2a7a-4345-ad28-e98a11116199), ShapeRef(_:481141a9-7320-42f2-9253-c94e6cb9eaa0), ShapeRef(_:65d2667b-c780-427c-8857-a8764eb74e99), ShapeRef(_:f85ea1c3-cc5e-43a1-94f2-619a53812bf2), ShapeRef(_:8069d992-7b76-4696-93b7-09c40869ef3d), ShapeRef(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47), ShapeRef(_:b10d60f6-be20-4438-9f58-95341a6134dc), ShapeRef(_:81900307-9331-4233-ba89-661b95ada7c7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:04c4ea7e-09e1-441b-a5f2-29f663b5cf47,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:81900307-9331-4233-ba89-661b95ada7c7,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"))"))))))))
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8069d992-7b76-4696-93b7-09c40869ef3d = 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8069d992-7b76-4696-93b7-09c40869ef3d = 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8069d992-7b76-4696-93b7-09c40869ef3d: 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f85ea1c3-cc5e-43a1-94f2-619a53812bf2 = 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f85ea1c3-cc5e-43a1-94f2-619a53812bf2 = 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f85ea1c3-cc5e-43a1-94f2-619a53812bf2: 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:65d2667b-c780-427c-8857-a8764eb74e99 = 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:65d2667b-c780-427c-8857-a8764eb74e99 = 
20:39:27.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:65d2667b-c780-427c-8857-a8764eb74e99: 
20:39:27.416 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:481141a9-7320-42f2-9253-c94e6cb9eaa0 = 
20:39:27.416 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:481141a9-7320-42f2-9253-c94e6cb9eaa0 = 
20:39:27.416 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:481141a9-7320-42f2-9253-c94e6cb9eaa0: 
20:39:27.416 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b7165833-2a7a-4345-ad28-e98a11116199 = 
20:39:27.416 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b7165833-2a7a-4345-ad28-e98a11116199 = 
20:39:27.416 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b7165833-2a7a-4345-ad28-e98a11116199: 
20:39:27.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                  "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
               ]
] .

20:39:27.472 [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.286 sec
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix 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>
                "2019-07-12T20:39:27.476Z"^^<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 .
20:39:27.494 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.476Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.476Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.495 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {89816195-fa25-4c44-8175-33ec186b2bb6 @sh:path http://www.sampledomain.org/sam#integerProperty3; 89816195-fa25-4c44-8175-33ec186b2bb6 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 89816195-fa25-4c44-8175-33ec186b2bb6 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 89816195-fa25-4c44-8175-33ec186b2bb6 @rdf:type sh:Property; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:path http://www.sampledomain.org/sam#aStringProperty; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:pattern "^B"; c4de6fb0-a425-4322-920b-bcd73d47a879 @sh:description "a Simple Single String Property"; c4de6fb0-a425-4322-920b-bcd73d47a879 @rdf:type sh:Property; 8b1ef310-1378-432b-9a77-22b3e5fd3b4b @sh:path http://www.sampledomain.org/sam#integerProperty2; 8b1ef310-1378-432b-9a77-22b3e5fd3b4b @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 8b1ef310-1378-432b-9a77-22b3e5fd3b4b @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 8b1ef310-1378-432b-9a77-22b3e5fd3b4b @rdf:type sh:Property; 444e9b35-3ad0-47f4-b808-1801af11c6b3 @sh:path http://www.sampledomain.org/sam#aSetOfDates...} |  [89816195-fa25-4c44-8175-33ec186b2bb6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [89816195-fa25-4c44-8175-33ec186b2bb6, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [89816195-fa25-4c44-8175-33ec186b2bb6, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [89816195-fa25-4c44-8175-33ec186b2bb6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#pattern, "^B"] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c4de6fb0-a425-4322-920b-bcd73d47a879, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8b1ef310-1378-432b-9a77-22b3e5fd3b4b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [8b1ef310-1378-432b-9a77-22b3e5fd3b4b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8b1ef310-1378-432b-9a77-22b3e5fd3b4b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8b1ef310-1378-432b-9a77-22b3e5fd3b4b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [444e9b35-3ad0-47f4-b808-1801af11c6b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [444e9b35-3ad0-47f4-b808-1801af11c6b3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [444e9b35-3ad0-47f4-b808-1801af11c6b3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [444e9b35-3ad0-47f4-b808-1801af11c6b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a273d224-111d-4976-bb66-865937eb1aa9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a273d224-111d-4976-bb66-865937eb1aa9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [11a06d9f-efb2-4c41-b67f-997f1ef061ad, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 23d0ed93-4703-4259-9c05-30b452abe98b] [11a06d9f-efb2-4c41-b67f-997f1ef061ad, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [83e1fdf3-d781-4fde-9cb8-9f082810440a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [feb61740-251d-4e17-8dc8-102d5bbbc4d9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [feb61740-251d-4e17-8dc8-102d5bbbc4d9, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [feb61740-251d-4e17-8dc8-102d5bbbc4d9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [23d0ed93-4703-4259-9c05-30b452abe98b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a273d224-111d-4976-bb66-865937eb1aa9] [23d0ed93-4703-4259-9c05-30b452abe98b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [24a343b0-e2d1-4311-99eb-8d9445dea440, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [24a343b0-e2d1-4311-99eb-8d9445dea440, http://www.w3.org/ns/shacl#in, 11a06d9f-efb2-4c41-b67f-997f1ef061ad] [24a343b0-e2d1-4311-99eb-8d9445dea440, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13783339-8ad2-4325-bb78-1c73cc6dfa4e, 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, feb61740-251d-4e17-8dc8-102d5bbbc4d9] [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, 83e1fdf3-d781-4fde-9cb8-9f082810440a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 24a343b0-e2d1-4311-99eb-8d9445dea440] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c4de6fb0-a425-4322-920b-bcd73d47a879] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 13783339-8ad2-4325-bb78-1c73cc6dfa4e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8b1ef310-1378-432b-9a77-22b3e5fd3b4b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 444e9b35-3ad0-47f4-b808-1801af11c6b3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 89816195-fa25-4c44-8175-33ec186b2bb6]>
20:39:27.496 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.498 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:13783339-8ad2-4325-bb78-1c73cc6dfa4e,_:89816195-fa25-4c44-8175-33ec186b2bb6,_:c4de6fb0-a425-4322-920b-bcd73d47a879,_:444e9b35-3ad0-47f4-b808-1801af11c6b3,_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,_:24a343b0-e2d1-4311-99eb-8d9445dea440,_:feb61740-251d-4e17-8dc8-102d5bbbc4d9,_:83e1fdf3-d781-4fde-9cb8-9f082810440a. Pending nodes: 
20:39:27.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:13783339-8ad2-4325-bb78-1c73cc6dfa4e
20:39:27.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89816195-fa25-4c44-8175-33ec186b2bb6
20:39:27.507 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c4de6fb0-a425-4322-920b-bcd73d47a879
20:39:27.509 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:444e9b35-3ad0-47f4-b808-1801af11c6b3
20:39:27.511 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8b1ef310-1378-432b-9a77-22b3e5fd3b4b
20:39:27.513 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:24a343b0-e2d1-4311-99eb-8d9445dea440
20:39:27.514 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:feb61740-251d-4e17-8dc8-102d5bbbc4d9
20:39:27.515 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:83e1fdf3-d781-4fde-9cb8-9f082810440a
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:83e1fdf3-d781-4fde-9cb8-9f082810440a
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:feb61740-251d-4e17-8dc8-102d5bbbc4d9
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:24a343b0-e2d1-4311-99eb-8d9445dea440
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8b1ef310-1378-432b-9a77-22b3e5fd3b4b
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:444e9b35-3ad0-47f4-b808-1801af11c6b3
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c4de6fb0-a425-4322-920b-bcd73d47a879
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89816195-fa25-4c44-8175-33ec186b2bb6
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:13783339-8ad2-4325-bb78-1c73cc6dfa4e
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:83e1fdf3-d781-4fde-9cb8-9f082810440a = 
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:83e1fdf3-d781-4fde-9cb8-9f082810440a = 
20:39:27.518 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:83e1fdf3-d781-4fde-9cb8-9f082810440a: 
20:39:27.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:feb61740-251d-4e17-8dc8-102d5bbbc4d9 = 
20:39:27.519 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:feb61740-251d-4e17-8dc8-102d5bbbc4d9 = 
20:39:27.519 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:feb61740-251d-4e17-8dc8-102d5bbbc4d9: 
20:39:27.519 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.519 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.519 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:13783339-8ad2-4325-bb78-1c73cc6dfa4e,_:89816195-fa25-4c44-8175-33ec186b2bb6,_:c4de6fb0-a425-4322-920b-bcd73d47a879,_:444e9b35-3ad0-47f4-b808-1801af11c6b3,_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,_:24a343b0-e2d1-4311-99eb-8d9445dea440,_:feb61740-251d-4e17-8dc8-102d5bbbc4d9,_:83e1fdf3-d781-4fde-9cb8-9f082810440a)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13783339-8ad2-4325-bb78-1c73cc6dfa4e)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89816195-fa25-4c44-8175-33ec186b2bb6)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4de6fb0-a425-4322-920b-bcd73d47a879)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:444e9b35-3ad0-47f4-b808-1801af11c6b3)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24a343b0-e2d1-4311-99eb-8d9445dea440)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:feb61740-251d-4e17-8dc8-102d5bbbc4d9)
20:39:27.520 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83e1fdf3-d781-4fde-9cb8-9f082810440a)
20:39:27.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.523 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.524 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:13783339-8ad2-4325-bb78-1c73cc6dfa4e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.524 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.525 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13783339-8ad2-4325-bb78-1c73cc6dfa4e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.525 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.525 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89816195-fa25-4c44-8175-33ec186b2bb6=ShapeTyping(TypingMap(Map()))
20:39:27.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.526 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.527 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.527 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.527 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.527 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.528 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.528 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c4de6fb0-a425-4322-920b-bcd73d47a879],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.529 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4de6fb0-a425-4322-920b-bcd73d47a879=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c4de6fb0-a425-4322-920b-bcd73d47a879,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>)))))))
20:39:27.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.529 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.570 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.570 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.571 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.476Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:444e9b35-3ad0-47f4-b808-1801af11c6b3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.571 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:444e9b35-3ad0-47f4-b808-1801af11c6b3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:444e9b35-3ad0-47f4-b808-1801af11c6b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.571 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.571 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.572 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.572 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.573 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,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))))))))
20:39:27.573 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.573 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.573 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:24a343b0-e2d1-4311-99eb-8d9445dea440=ShapeTyping(TypingMap(Map()))
20:39:27.573 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.573 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.574 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:feb61740-251d-4e17-8dc8-102d5bbbc4d9=ShapeTyping(TypingMap(Map()))
20:39:27.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.574 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.575 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.575 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.575 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:83e1fdf3-d781-4fde-9cb8-9f082810440a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.575 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.575 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.576 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:83e1fdf3-d781-4fde-9cb8-9f082810440a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:83e1fdf3-d781-4fde-9cb8-9f082810440a,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>)))))))
20:39:27.577 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:13783339-8ad2-4325-bb78-1c73cc6dfa4e,_:89816195-fa25-4c44-8175-33ec186b2bb6,_:c4de6fb0-a425-4322-920b-bcd73d47a879,_:444e9b35-3ad0-47f4-b808-1801af11c6b3,_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,_:24a343b0-e2d1-4311-99eb-8d9445dea440,_:feb61740-251d-4e17-8dc8-102d5bbbc4d9,_:83e1fdf3-d781-4fde-9cb8-9f082810440a)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:83e1fdf3-d781-4fde-9cb8-9f082810440a,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(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,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(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e,PredicatePath(<http://www.sampledomain.org/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(_:444e9b35-3ad0-47f4-b808-1801af11c6b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c4de6fb0-a425-4322-920b-bcd73d47a879,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(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.577 [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(_:83e1fdf3-d781-4fde-9cb8-9f082810440a,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(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,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(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e,PredicatePath(<http://www.sampledomain.org/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(_:444e9b35-3ad0-47f4-b808-1801af11c6b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c4de6fb0-a425-4322-920b-bcd73d47a879,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(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.578 [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(_:83e1fdf3-d781-4fde-9cb8-9f082810440a,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(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b,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(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e,PredicatePath(<http://www.sampledomain.org/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(_:444e9b35-3ad0-47f4-b808-1801af11c6b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c4de6fb0-a425-4322-920b-bcd73d47a879,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(_:13783339-8ad2-4325-bb78-1c73cc6dfa4e), ShapeRef(_:89816195-fa25-4c44-8175-33ec186b2bb6), ShapeRef(_:c4de6fb0-a425-4322-920b-bcd73d47a879), ShapeRef(_:444e9b35-3ad0-47f4-b808-1801af11c6b3), ShapeRef(_:8b1ef310-1378-432b-9a77-22b3e5fd3b4b), ShapeRef(_:24a343b0-e2d1-4311-99eb-8d9445dea440), ShapeRef(_:feb61740-251d-4e17-8dc8-102d5bbbc4d9), ShapeRef(_:83e1fdf3-d781-4fde-9cb8-9f082810440a)),false,List()) -> TypingResult(Valid(List()))))))
20:39:27.578 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:24a343b0-e2d1-4311-99eb-8d9445dea440 = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:24a343b0-e2d1-4311-99eb-8d9445dea440 = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:24a343b0-e2d1-4311-99eb-8d9445dea440: 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8b1ef310-1378-432b-9a77-22b3e5fd3b4b = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8b1ef310-1378-432b-9a77-22b3e5fd3b4b = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8b1ef310-1378-432b-9a77-22b3e5fd3b4b: 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:444e9b35-3ad0-47f4-b808-1801af11c6b3 = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:444e9b35-3ad0-47f4-b808-1801af11c6b3 = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:444e9b35-3ad0-47f4-b808-1801af11c6b3: 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c4de6fb0-a425-4322-920b-bcd73d47a879 = 
20:39:27.579 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c4de6fb0-a425-4322-920b-bcd73d47a879 = 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c4de6fb0-a425-4322-920b-bcd73d47a879: 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89816195-fa25-4c44-8175-33ec186b2bb6 = 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89816195-fa25-4c44-8175-33ec186b2bb6 = 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89816195-fa25-4c44-8175-33ec186b2bb6: 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:13783339-8ad2-4325-bb78-1c73cc6dfa4e = 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:13783339-8ad2-4325-bb78-1c73cc6dfa4e = 
20:39:27.580 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:13783339-8ad2-4325-bb78-1c73cc6dfa4e: 
20:39:27.583 [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
] .

20:39:27.585 [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>
                "2019-07-12T20:39:27.588Z"^^<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 .
20:39:27.607 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.588Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.588Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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: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: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> .
20:39:27.609 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {173e5654-9b4d-4a0d-9bee-5444d755f691 @rdf:rest 2a7e2eb3-ed4f-4fc8-99d9-759636e7b546; 173e5654-9b4d-4a0d-9bee-5444d755f691 @rdf:first "B"; 0aa95a44-09dd-4bea-9bbc-1f8168bd26c4 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 0aa95a44-09dd-4bea-9bbc-1f8168bd26c4 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 0aa95a44-09dd-4bea-9bbc-1f8168bd26c4 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0aa95a44-09dd-4bea-9bbc-1f8168bd26c4 @rdf:type sh:Property; fafab0d9-6b31-41c3-a850-e19fcbbab596 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; fafab0d9-6b31-41c3-a850-e19fcbbab596 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; fafab0d9-6b31-41c3-a850-e19fcbbab596 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; fafab0d9-6b31-41c3-a850-e19fcbbab596 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; fafab0d9-6b31-41c3-a850-e19fcbbab596 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; fafab0d9-6b31-41c3-a850-e19fcbbab596 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; fafab0d9-6b31-41c3-a850-e19fcbbab596 @rdf:type sh:Property; cfa92458-19ed-4a5e-be56-a75686ad521d @sh:path http://www.sampledomain.org/sam#aStringProperty; cfa92458-19ed-4a5e-be56-a75686ad521d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cfa92458-19ed-4a5e-be56-a75686ad521d @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cfa92458-19ed-4a5e-be56-a75686ad521d @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [173e5654-9b4d-4a0d-9bee-5444d755f691, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2a7e2eb3-ed4f-4fc8-99d9-759636e7b546] [173e5654-9b4d-4a0d-9bee-5444d755f691, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0aa95a44-09dd-4bea-9bbc-1f8168bd26c4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0aa95a44-09dd-4bea-9bbc-1f8168bd26c4, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0aa95a44-09dd-4bea-9bbc-1f8168bd26c4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0aa95a44-09dd-4bea-9bbc-1f8168bd26c4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fafab0d9-6b31-41c3-a850-e19fcbbab596, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#pattern, "^B"] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cfa92458-19ed-4a5e-be56-a75686ad521d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb6244b2-045e-480b-9ad8-4bd383d366f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [bb6244b2-045e-480b-9ad8-4bd383d366f1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [bb6244b2-045e-480b-9ad8-4bd383d366f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7fc393b-9843-4eb7-a815-3e6282ba0be8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [94b01745-b48c-4df0-9049-3e0f7d407248, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 173e5654-9b4d-4a0d-9bee-5444d755f691] [94b01745-b48c-4df0-9049-3e0f7d407248, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [67f6207f-9496-44a2-aae9-c49ed733e416, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [67f6207f-9496-44a2-aae9-c49ed733e416, http://www.w3.org/ns/shacl#in, 94b01745-b48c-4df0-9049-3e0f7d407248] [67f6207f-9496-44a2-aae9-c49ed733e416, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d84041b3-da6b-45ce-a604-3bfeb932d046, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d84041b3-da6b-45ce-a604-3bfeb932d046, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d84041b3-da6b-45ce-a604-3bfeb932d046, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d84041b3-da6b-45ce-a604-3bfeb932d046, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [32541d84-23c8-4c48-a407-1ccd2c31d01e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [32541d84-23c8-4c48-a407-1ccd2c31d01e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [32541d84-23c8-4c48-a407-1ccd2c31d01e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [32541d84-23c8-4c48-a407-1ccd2c31d01e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2a7e2eb3-ed4f-4fc8-99d9-759636e7b546, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [2a7e2eb3-ed4f-4fc8-99d9-759636e7b546, 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, d84041b3-da6b-45ce-a604-3bfeb932d046] [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, fafab0d9-6b31-41c3-a850-e19fcbbab596] [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, f7fc393b-9843-4eb7-a815-3e6282ba0be8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 32541d84-23c8-4c48-a407-1ccd2c31d01e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 67f6207f-9496-44a2-aae9-c49ed733e416] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0aa95a44-09dd-4bea-9bbc-1f8168bd26c4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cfa92458-19ed-4a5e-be56-a75686ad521d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bb6244b2-045e-480b-9ad8-4bd383d366f1]>
20:39:27.610 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.612 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,_:fafab0d9-6b31-41c3-a850-e19fcbbab596,_:bb6244b2-045e-480b-9ad8-4bd383d366f1,_:32541d84-23c8-4c48-a407-1ccd2c31d01e,_:67f6207f-9496-44a2-aae9-c49ed733e416,_:cfa92458-19ed-4a5e-be56-a75686ad521d,_:d84041b3-da6b-45ce-a604-3bfeb932d046. Pending nodes: 
20:39:27.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4
20:39:27.616 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f7fc393b-9843-4eb7-a815-3e6282ba0be8
20:39:27.618 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fafab0d9-6b31-41c3-a850-e19fcbbab596
20:39:27.620 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bb6244b2-045e-480b-9ad8-4bd383d366f1
20:39:27.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:32541d84-23c8-4c48-a407-1ccd2c31d01e
20:39:27.623 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:67f6207f-9496-44a2-aae9-c49ed733e416
20:39:27.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cfa92458-19ed-4a5e-be56-a75686ad521d
20:39:27.626 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d84041b3-da6b-45ce-a604-3bfeb932d046
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d84041b3-da6b-45ce-a604-3bfeb932d046
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cfa92458-19ed-4a5e-be56-a75686ad521d
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:67f6207f-9496-44a2-aae9-c49ed733e416
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:32541d84-23c8-4c48-a407-1ccd2c31d01e
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bb6244b2-045e-480b-9ad8-4bd383d366f1
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fafab0d9-6b31-41c3-a850-e19fcbbab596
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f7fc393b-9843-4eb7-a815-3e6282ba0be8
20:39:27.627 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d84041b3-da6b-45ce-a604-3bfeb932d046 = 
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d84041b3-da6b-45ce-a604-3bfeb932d046 = 
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d84041b3-da6b-45ce-a604-3bfeb932d046: 
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.628 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,_:fafab0d9-6b31-41c3-a850-e19fcbbab596,_:bb6244b2-045e-480b-9ad8-4bd383d366f1,_:32541d84-23c8-4c48-a407-1ccd2c31d01e,_:67f6207f-9496-44a2-aae9-c49ed733e416,_:cfa92458-19ed-4a5e-be56-a75686ad521d,_:d84041b3-da6b-45ce-a604-3bfeb932d046)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7fc393b-9843-4eb7-a815-3e6282ba0be8)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fafab0d9-6b31-41c3-a850-e19fcbbab596)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bb6244b2-045e-480b-9ad8-4bd383d366f1)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32541d84-23c8-4c48-a407-1ccd2c31d01e)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67f6207f-9496-44a2-aae9-c49ed733e416)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfa92458-19ed-4a5e-be56-a75686ad521d)
20:39:27.629 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d84041b3-da6b-45ce-a604-3bfeb932d046)
20:39:27.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.630 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.588Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.631 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.672 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f7fc393b-9843-4eb7-a815-3e6282ba0be8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.673 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7fc393b-9843-4eb7-a815-3e6282ba0be8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.673 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.674 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fafab0d9-6b31-41c3-a850-e19fcbbab596],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.675 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fafab0d9-6b31-41c3-a850-e19fcbbab596=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fafab0d9-6b31-41c3-a850-e19fcbbab596,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>)))))))
20:39:27.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.675 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bb6244b2-045e-480b-9ad8-4bd383d366f1=ShapeTyping(TypingMap(Map()))
20:39:27.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.676 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:32541d84-23c8-4c48-a407-1ccd2c31d01e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32541d84-23c8-4c48-a407-1ccd2c31d01e,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"))))))))
20:39:27.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.676 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.677 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67f6207f-9496-44a2-aae9-c49ed733e416=ShapeTyping(TypingMap(Map()))
20:39:27.677 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.677 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.679 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cfa92458-19ed-4a5e-be56-a75686ad521d],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.680 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfa92458-19ed-4a5e-be56-a75686ad521d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cfa92458-19ed-4a5e-be56-a75686ad521d,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>)))))))
20:39:27.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.681 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d84041b3-da6b-45ce-a604-3bfeb932d046=ShapeTyping(TypingMap(Map()))
20:39:27.681 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,_:fafab0d9-6b31-41c3-a850-e19fcbbab596,_:bb6244b2-045e-480b-9ad8-4bd383d366f1,_:32541d84-23c8-4c48-a407-1ccd2c31d01e,_:67f6207f-9496-44a2-aae9-c49ed733e416,_:cfa92458-19ed-4a5e-be56-a75686ad521d,_:d84041b3-da6b-45ce-a604-3bfeb932d046)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32541d84-23c8-4c48-a407-1ccd2c31d01e,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(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,PredicatePath(<http://www.sampledomain.org/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(_:fafab0d9-6b31-41c3-a850-e19fcbbab596,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(_:cfa92458-19ed-4a5e-be56-a75686ad521d,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>)))))))
20:39:27.682 [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(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32541d84-23c8-4c48-a407-1ccd2c31d01e,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(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,PredicatePath(<http://www.sampledomain.org/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(_:fafab0d9-6b31-41c3-a850-e19fcbbab596,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(_:cfa92458-19ed-4a5e-be56-a75686ad521d,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>)))))))
20:39:27.683 [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(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4), ShapeRef(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8), ShapeRef(_:fafab0d9-6b31-41c3-a850-e19fcbbab596), ShapeRef(_:bb6244b2-045e-480b-9ad8-4bd383d366f1), ShapeRef(_:32541d84-23c8-4c48-a407-1ccd2c31d01e), ShapeRef(_:67f6207f-9496-44a2-aae9-c49ed733e416), ShapeRef(_:cfa92458-19ed-4a5e-be56-a75686ad521d), ShapeRef(_:d84041b3-da6b-45ce-a604-3bfeb932d046)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:32541d84-23c8-4c48-a407-1ccd2c31d01e,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(_:f7fc393b-9843-4eb7-a815-3e6282ba0be8,PredicatePath(<http://www.sampledomain.org/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(_:fafab0d9-6b31-41c3-a850-e19fcbbab596,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(_:cfa92458-19ed-4a5e-be56-a75686ad521d,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>)))))))
20:39:27.683 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cfa92458-19ed-4a5e-be56-a75686ad521d = 
20:39:27.683 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cfa92458-19ed-4a5e-be56-a75686ad521d = 
20:39:27.683 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cfa92458-19ed-4a5e-be56-a75686ad521d: 
20:39:27.683 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:67f6207f-9496-44a2-aae9-c49ed733e416 = 
20:39:27.683 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:67f6207f-9496-44a2-aae9-c49ed733e416 = 
20:39:27.683 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:67f6207f-9496-44a2-aae9-c49ed733e416: 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:32541d84-23c8-4c48-a407-1ccd2c31d01e = 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:32541d84-23c8-4c48-a407-1ccd2c31d01e = 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:32541d84-23c8-4c48-a407-1ccd2c31d01e: 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bb6244b2-045e-480b-9ad8-4bd383d366f1 = 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bb6244b2-045e-480b-9ad8-4bd383d366f1 = 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bb6244b2-045e-480b-9ad8-4bd383d366f1: 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fafab0d9-6b31-41c3-a850-e19fcbbab596 = 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fafab0d9-6b31-41c3-a850-e19fcbbab596 = 
20:39:27.684 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fafab0d9-6b31-41c3-a850-e19fcbbab596: 
20:39:27.685 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f7fc393b-9843-4eb7-a815-3e6282ba0be8 = 
20:39:27.685 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f7fc393b-9843-4eb7-a815-3e6282ba0be8 = 
20:39:27.685 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f7fc393b-9843-4eb7-a815-3e6282ba0be8: 
20:39:27.685 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4 = 
20:39:27.685 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4 = 
20:39:27.685 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0aa95a44-09dd-4bea-9bbc-1f8168bd26c4: 
20:39:27.688 [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
               ]
] .

20:39:27.691 [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: 0.218 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>
                "2019-07-12T20:39:27.695Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:27.712 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.695Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.695Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.713 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {522dad44-2a55-4033-983c-cbb9c69045ab @sh:path http://www.sampledomain.org/sam#aSetOfDates; 522dad44-2a55-4033-983c-cbb9c69045ab @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 522dad44-2a55-4033-983c-cbb9c69045ab @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 522dad44-2a55-4033-983c-cbb9c69045ab @rdf:type sh:Property; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 285b5341-ecfa-4dcc-b58d-a5a40dc882a9 @rdf:type sh:Property; 1f6942ea-d2e6-41f3-aa41-7beecd30425b @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 1f6942ea-d2e6-41f3-aa41-7beecd30425b @sh:in e8a6fa7a-af90-4561-8f1c-ae957a5d228e; 1f6942ea-d2e6-41f3-aa41-7beecd30425b @rdf:type sh:Property; e8a6fa7a-af90-4561-8f1c-ae957a5d228e @rdf:rest 0f447049-4ce8-403a-b656-2d2f678ebb86; e8a6fa7a-af90-4561-8f1c-ae957a5d228e @rdf:first "A"; 3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e @sh:path http://www.sampledomain.org/sam#aReferenceProperty...} |  [522dad44-2a55-4033-983c-cbb9c69045ab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [522dad44-2a55-4033-983c-cbb9c69045ab, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [522dad44-2a55-4033-983c-cbb9c69045ab, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [522dad44-2a55-4033-983c-cbb9c69045ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [285b5341-ecfa-4dcc-b58d-a5a40dc882a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f6942ea-d2e6-41f3-aa41-7beecd30425b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1f6942ea-d2e6-41f3-aa41-7beecd30425b, http://www.w3.org/ns/shacl#in, e8a6fa7a-af90-4561-8f1c-ae957a5d228e] [1f6942ea-d2e6-41f3-aa41-7beecd30425b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e8a6fa7a-af90-4561-8f1c-ae957a5d228e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0f447049-4ce8-403a-b656-2d2f678ebb86] [e8a6fa7a-af90-4561-8f1c-ae957a5d228e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f447049-4ce8-403a-b656-2d2f678ebb86, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b19fe501-27b7-4ea4-8ad4-5dc17f922f7f] [0f447049-4ce8-403a-b656-2d2f678ebb86, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [504b2430-b7b9-4960-b862-8325686cc87c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [504b2430-b7b9-4960-b862-8325686cc87c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [504b2430-b7b9-4960-b862-8325686cc87c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [504b2430-b7b9-4960-b862-8325686cc87c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#pattern, "^B"] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [194121c8-38cd-40ec-83be-5989fca2bcd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [186e9271-7367-46c0-88c5-12bcf098049e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [186e9271-7367-46c0-88c5-12bcf098049e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [186e9271-7367-46c0-88c5-12bcf098049e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [186e9271-7367-46c0-88c5-12bcf098049e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b19fe501-27b7-4ea4-8ad4-5dc17f922f7f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b19fe501-27b7-4ea4-8ad4-5dc17f922f7f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0b037b93-e9ef-4839-ae5b-da7a74471fdc, 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, 0b037b93-e9ef-4839-ae5b-da7a74471fdc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 186e9271-7367-46c0-88c5-12bcf098049e] [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, 194121c8-38cd-40ec-83be-5989fca2bcd8] [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, 522dad44-2a55-4033-983c-cbb9c69045ab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 285b5341-ecfa-4dcc-b58d-a5a40dc882a9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 504b2430-b7b9-4960-b862-8325686cc87c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1f6942ea-d2e6-41f3-aa41-7beecd30425b]>
20:39:27.714 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.771 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e,_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,_:194121c8-38cd-40ec-83be-5989fca2bcd8,_:186e9271-7367-46c0-88c5-12bcf098049e,_:504b2430-b7b9-4960-b862-8325686cc87c,_:522dad44-2a55-4033-983c-cbb9c69045ab,_:1f6942ea-d2e6-41f3-aa41-7beecd30425b. Pending nodes: 
20:39:27.771 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e
20:39:27.772 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:285b5341-ecfa-4dcc-b58d-a5a40dc882a9
20:39:27.774 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0b037b93-e9ef-4839-ae5b-da7a74471fdc
20:39:27.776 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:194121c8-38cd-40ec-83be-5989fca2bcd8
20:39:27.779 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:186e9271-7367-46c0-88c5-12bcf098049e
20:39:27.780 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:504b2430-b7b9-4960-b862-8325686cc87c
20:39:27.781 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:522dad44-2a55-4033-983c-cbb9c69045ab
20:39:27.783 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1f6942ea-d2e6-41f3-aa41-7beecd30425b
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1f6942ea-d2e6-41f3-aa41-7beecd30425b
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:522dad44-2a55-4033-983c-cbb9c69045ab
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:504b2430-b7b9-4960-b862-8325686cc87c
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:186e9271-7367-46c0-88c5-12bcf098049e
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:194121c8-38cd-40ec-83be-5989fca2bcd8
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0b037b93-e9ef-4839-ae5b-da7a74471fdc
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:285b5341-ecfa-4dcc-b58d-a5a40dc882a9
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e
20:39:27.784 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1f6942ea-d2e6-41f3-aa41-7beecd30425b = 
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1f6942ea-d2e6-41f3-aa41-7beecd30425b = 
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1f6942ea-d2e6-41f3-aa41-7beecd30425b: 
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.785 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e,_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,_:194121c8-38cd-40ec-83be-5989fca2bcd8,_:186e9271-7367-46c0-88c5-12bcf098049e,_:504b2430-b7b9-4960-b862-8325686cc87c,_:522dad44-2a55-4033-983c-cbb9c69045ab,_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b037b93-e9ef-4839-ae5b-da7a74471fdc)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:194121c8-38cd-40ec-83be-5989fca2bcd8)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:186e9271-7367-46c0-88c5-12bcf098049e)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:504b2430-b7b9-4960-b862-8325686cc87c)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:522dad44-2a55-4033-983c-cbb9c69045ab)
20:39:27.786 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)
20:39:27.786 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.786 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.787 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e=ShapeTyping(TypingMap(Map()))
20:39:27.787 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.787 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.787 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.787 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.788 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.789 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.790 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.791 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0b037b93-e9ef-4839-ae5b-da7a74471fdc],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.791 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.792 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b037b93-e9ef-4839-ae5b-da7a74471fdc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,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>)))))))
20:39:27.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.794 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:194121c8-38cd-40ec-83be-5989fca2bcd8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.795 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:194121c8-38cd-40ec-83be-5989fca2bcd8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:194121c8-38cd-40ec-83be-5989fca2bcd8,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>)))))))
20:39:27.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.795 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:186e9271-7367-46c0-88c5-12bcf098049e=ShapeTyping(TypingMap(Map()))
20:39:27.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.796 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:504b2430-b7b9-4960-b862-8325686cc87c=ShapeTyping(TypingMap(Map()))
20:39:27.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.797 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.695Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:522dad44-2a55-4033-983c-cbb9c69045ab],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.797 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:522dad44-2a55-4033-983c-cbb9c69045ab=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:522dad44-2a55-4033-983c-cbb9c69045ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.798 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f6942ea-d2e6-41f3-aa41-7beecd30425b=ShapeTyping(TypingMap(Map()))
20:39:27.802 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e,_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,_:194121c8-38cd-40ec-83be-5989fca2bcd8,_:186e9271-7367-46c0-88c5-12bcf098049e,_:504b2430-b7b9-4960-b862-8325686cc87c,_:522dad44-2a55-4033-983c-cbb9c69045ab,_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,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(_:522dad44-2a55-4033-983c-cbb9c69045ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,PredicatePath(<http://www.sampledomain.org/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(_:194121c8-38cd-40ec-83be-5989fca2bcd8,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>)))))))
20:39:27.803 [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(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,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(_:522dad44-2a55-4033-983c-cbb9c69045ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,PredicatePath(<http://www.sampledomain.org/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(_:194121c8-38cd-40ec-83be-5989fca2bcd8,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>)))))))
20:39:27.803 [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(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc,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(_:522dad44-2a55-4033-983c-cbb9c69045ab,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e), ShapeRef(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9), ShapeRef(_:0b037b93-e9ef-4839-ae5b-da7a74471fdc), ShapeRef(_:194121c8-38cd-40ec-83be-5989fca2bcd8), ShapeRef(_:186e9271-7367-46c0-88c5-12bcf098049e), ShapeRef(_:504b2430-b7b9-4960-b862-8325686cc87c), ShapeRef(_:522dad44-2a55-4033-983c-cbb9c69045ab), ShapeRef(_:1f6942ea-d2e6-41f3-aa41-7beecd30425b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:285b5341-ecfa-4dcc-b58d-a5a40dc882a9,PredicatePath(<http://www.sampledomain.org/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(_:194121c8-38cd-40ec-83be-5989fca2bcd8,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>)))))))
20:39:27.804 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:522dad44-2a55-4033-983c-cbb9c69045ab = 
20:39:27.804 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:522dad44-2a55-4033-983c-cbb9c69045ab = 
20:39:27.804 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:522dad44-2a55-4033-983c-cbb9c69045ab: 
20:39:27.804 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:504b2430-b7b9-4960-b862-8325686cc87c = 
20:39:27.804 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:504b2430-b7b9-4960-b862-8325686cc87c = 
20:39:27.805 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:504b2430-b7b9-4960-b862-8325686cc87c: 
20:39:27.805 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:186e9271-7367-46c0-88c5-12bcf098049e = 
20:39:27.805 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:186e9271-7367-46c0-88c5-12bcf098049e = 
20:39:27.805 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:186e9271-7367-46c0-88c5-12bcf098049e: 
20:39:27.805 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:194121c8-38cd-40ec-83be-5989fca2bcd8 = 
20:39:27.805 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:194121c8-38cd-40ec-83be-5989fca2bcd8 = 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:194121c8-38cd-40ec-83be-5989fca2bcd8: 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0b037b93-e9ef-4839-ae5b-da7a74471fdc = 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0b037b93-e9ef-4839-ae5b-da7a74471fdc = 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0b037b93-e9ef-4839-ae5b-da7a74471fdc: 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:285b5341-ecfa-4dcc-b58d-a5a40dc882a9 = 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:285b5341-ecfa-4dcc-b58d-a5a40dc882a9 = 
20:39:27.806 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:285b5341-ecfa-4dcc-b58d-a5a40dc882a9: 
20:39:27.807 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e = 
20:39:27.807 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e = 
20:39:27.807 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3e2b31dc-9a56-49e2-ae3d-26ea0c60e62e: 
20:39:27.810 [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
] .

20:39:27.811 [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>
                "2019-07-12T20:39:27.813Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:27.880 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.813Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.813Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.881 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b3024d0b-144a-40eb-9459-e11aa6a0f5d7 @rdf:rest rdf:nil; b3024d0b-144a-40eb-9459-e11aa6a0f5d7 @rdf:first "C"; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b1ce21dd-e249-4c1d-8140-e0c10ed62d8b @rdf:type sh:Property; bb812c42-d1b5-4da1-ac0a-d9134b66f97a @sh:path http://www.sampledomain.org/sam#anotherStringProperty; bb812c42-d1b5-4da1-ac0a-d9134b66f97a @sh:in 36e726bf-d9e0-4410-850f-3eec479072a5; bb812c42-d1b5-4da1-ac0a-d9134b66f97a @rdf:type sh:Property; a0af1be1-0e94-4ea0-914e-d5391b26fb83 @sh:path http://www.sampledomain.org/sam#integerProperty2; a0af1be1-0e94-4ea0-914e-d5391b26fb83 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a0af1be1-0e94-4ea0-914e-d5391b26fb83 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a0af1be1-0e94-4ea0-914e-d5391b26fb83 @rdf:type sh:Property; e314a876-2230-486c-813e-dc2765c04f89 @rdf:rest b3024d0b-144a-40eb-9459-e11aa6a0f5d7...} |  [b3024d0b-144a-40eb-9459-e11aa6a0f5d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b3024d0b-144a-40eb-9459-e11aa6a0f5d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b1ce21dd-e249-4c1d-8140-e0c10ed62d8b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb812c42-d1b5-4da1-ac0a-d9134b66f97a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [bb812c42-d1b5-4da1-ac0a-d9134b66f97a, http://www.w3.org/ns/shacl#in, 36e726bf-d9e0-4410-850f-3eec479072a5] [bb812c42-d1b5-4da1-ac0a-d9134b66f97a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0af1be1-0e94-4ea0-914e-d5391b26fb83, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a0af1be1-0e94-4ea0-914e-d5391b26fb83, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a0af1be1-0e94-4ea0-914e-d5391b26fb83, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a0af1be1-0e94-4ea0-914e-d5391b26fb83, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e314a876-2230-486c-813e-dc2765c04f89, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b3024d0b-144a-40eb-9459-e11aa6a0f5d7] [e314a876-2230-486c-813e-dc2765c04f89, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2ddca5ee-122c-43bf-bfc1-67d7c92b7d08, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [2ddca5ee-122c-43bf-bfc1-67d7c92b7d08, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2ddca5ee-122c-43bf-bfc1-67d7c92b7d08, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2ddca5ee-122c-43bf-bfc1-67d7c92b7d08, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4ac5e0f7-b89d-433f-8339-c8e7381ffb52, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#pattern, "^B"] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [3996b189-619a-4370-b44a-77db6227940f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9921befe-0652-43a8-882d-a893df12ad63, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9921befe-0652-43a8-882d-a893df12ad63, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9921befe-0652-43a8-882d-a893df12ad63, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9921befe-0652-43a8-882d-a893df12ad63, 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, 4ac5e0f7-b89d-433f-8339-c8e7381ffb52] [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, 3996b189-619a-4370-b44a-77db6227940f] [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, 9921befe-0652-43a8-882d-a893df12ad63] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b1ce21dd-e249-4c1d-8140-e0c10ed62d8b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bb812c42-d1b5-4da1-ac0a-d9134b66f97a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a0af1be1-0e94-4ea0-914e-d5391b26fb83] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a21e2c0d-c378-4475-9a9f-73bac3d85e63] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2ddca5ee-122c-43bf-bfc1-67d7c92b7d08] [a21e2c0d-c378-4475-9a9f-73bac3d85e63, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a21e2c0d-c378-4475-9a9f-73bac3d85e63, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a21e2c0d-c378-4475-9a9f-73bac3d85e63, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [36e726bf-d9e0-4410-850f-3eec479072a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e314a876-2230-486c-813e-dc2765c04f89] [36e726bf-d9e0-4410-850f-3eec479072a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
20:39:27.882 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.884 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.886 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a21e2c0d-c378-4475-9a9f-73bac3d85e63,_:9921befe-0652-43a8-882d-a893df12ad63,_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08,_:3996b189-619a-4370-b44a-77db6227940f,_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a,_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,_:a0af1be1-0e94-4ea0-914e-d5391b26fb83,_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52. Pending nodes: 
20:39:27.887 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a21e2c0d-c378-4475-9a9f-73bac3d85e63
20:39:27.888 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9921befe-0652-43a8-882d-a893df12ad63
20:39:27.889 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08
20:39:27.891 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3996b189-619a-4370-b44a-77db6227940f
20:39:27.892 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bb812c42-d1b5-4da1-ac0a-d9134b66f97a
20:39:27.894 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b
20:39:27.895 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a0af1be1-0e94-4ea0-914e-d5391b26fb83
20:39:27.897 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ac5e0f7-b89d-433f-8339-c8e7381ffb52
20:39:27.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ac5e0f7-b89d-433f-8339-c8e7381ffb52
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a0af1be1-0e94-4ea0-914e-d5391b26fb83
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bb812c42-d1b5-4da1-ac0a-d9134b66f97a
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3996b189-619a-4370-b44a-77db6227940f
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9921befe-0652-43a8-882d-a893df12ad63
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a21e2c0d-c378-4475-9a9f-73bac3d85e63
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:27.899 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a21e2c0d-c378-4475-9a9f-73bac3d85e63,_:9921befe-0652-43a8-882d-a893df12ad63,_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08,_:3996b189-619a-4370-b44a-77db6227940f,_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a,_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,_:a0af1be1-0e94-4ea0-914e-d5391b26fb83,_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a21e2c0d-c378-4475-9a9f-73bac3d85e63)
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9921befe-0652-43a8-882d-a893df12ad63)
20:39:27.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08)
20:39:27.901 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3996b189-619a-4370-b44a-77db6227940f)
20:39:27.901 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a)
20:39:27.901 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b)
20:39:27.901 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0af1be1-0e94-4ea0-914e-d5391b26fb83)
20:39:27.901 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)
20:39:27.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.902 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a21e2c0d-c378-4475-9a9f-73bac3d85e63=ShapeTyping(TypingMap(Map()))
20:39:27.902 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.902 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.903 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.813Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9921befe-0652-43a8-882d-a893df12ad63],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:27.904 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9921befe-0652-43a8-882d-a893df12ad63=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9921befe-0652-43a8-882d-a893df12ad63,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:27.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.904 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08=ShapeTyping(TypingMap(Map()))
20:39:27.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.907 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3996b189-619a-4370-b44a-77db6227940f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:27.908 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3996b189-619a-4370-b44a-77db6227940f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3996b189-619a-4370-b44a-77db6227940f,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"))))))))
20:39:27.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.909 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a=ShapeTyping(TypingMap(Map()))
20:39:27.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.910 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:27.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.911 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,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>)))))))
20:39:27.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.912 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0af1be1-0e94-4ea0-914e-d5391b26fb83=ShapeTyping(TypingMap(Map()))
20:39:27.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.912 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.913 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.914 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.914 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:27.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.915 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:27.915 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.916 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a21e2c0d-c378-4475-9a9f-73bac3d85e63,_:9921befe-0652-43a8-882d-a893df12ad63,_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08,_:3996b189-619a-4370-b44a-77db6227940f,_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a,_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,_:a0af1be1-0e94-4ea0-914e-d5391b26fb83,_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,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(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3996b189-619a-4370-b44a-77db6227940f,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(_:9921befe-0652-43a8-882d-a893df12ad63,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.917 [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(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,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(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3996b189-619a-4370-b44a-77db6227940f,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(_:9921befe-0652-43a8-882d-a893df12ad63,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.917 [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(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b,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(_:a21e2c0d-c378-4475-9a9f-73bac3d85e63), ShapeRef(_:9921befe-0652-43a8-882d-a893df12ad63), ShapeRef(_:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08), ShapeRef(_:3996b189-619a-4370-b44a-77db6227940f), ShapeRef(_:bb812c42-d1b5-4da1-ac0a-d9134b66f97a), ShapeRef(_:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b), ShapeRef(_:a0af1be1-0e94-4ea0-914e-d5391b26fb83), ShapeRef(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3996b189-619a-4370-b44a-77db6227940f,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(_:9921befe-0652-43a8-882d-a893df12ad63,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4ac5e0f7-b89d-433f-8339-c8e7381ffb52,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:27.918 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ac5e0f7-b89d-433f-8339-c8e7381ffb52 = 
20:39:27.918 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ac5e0f7-b89d-433f-8339-c8e7381ffb52 = 
20:39:27.918 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ac5e0f7-b89d-433f-8339-c8e7381ffb52: 
20:39:27.918 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a0af1be1-0e94-4ea0-914e-d5391b26fb83 = 
20:39:27.918 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a0af1be1-0e94-4ea0-914e-d5391b26fb83 = 
20:39:27.918 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a0af1be1-0e94-4ea0-914e-d5391b26fb83: 
20:39:27.919 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b = 
20:39:27.919 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b = 
20:39:27.919 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1ce21dd-e249-4c1d-8140-e0c10ed62d8b: 
20:39:27.919 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bb812c42-d1b5-4da1-ac0a-d9134b66f97a = 
20:39:27.919 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bb812c42-d1b5-4da1-ac0a-d9134b66f97a = 
20:39:27.919 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bb812c42-d1b5-4da1-ac0a-d9134b66f97a: 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3996b189-619a-4370-b44a-77db6227940f = 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3996b189-619a-4370-b44a-77db6227940f = 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3996b189-619a-4370-b44a-77db6227940f: 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08 = 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08 = 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2ddca5ee-122c-43bf-bfc1-67d7c92b7d08: 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9921befe-0652-43a8-882d-a893df12ad63 = 
20:39:27.920 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9921befe-0652-43a8-882d-a893df12ad63 = 
20:39:27.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9921befe-0652-43a8-882d-a893df12ad63: 
20:39:27.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a21e2c0d-c378-4475-9a9f-73bac3d85e63 = 
20:39:27.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a21e2c0d-c378-4475-9a9f-73bac3d85e63 = 
20:39:27.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a21e2c0d-c378-4475-9a9f-73bac3d85e63: 
20:39:27.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                  "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
               ]
] .

20:39:27.973 [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.28 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>
                "2019-07-12T20:39:27.977Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:27.992 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:27.977Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:27.977Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:27.993 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f7ec36be-6a12-4759-af10-e2e3c2891bae @rdf:rest 684b3bc5-1559-44d0-8921-348afcc64cee; f7ec36be-6a12-4759-af10-e2e3c2891bae @rdf:first "A"; 684b3bc5-1559-44d0-8921-348afcc64cee @rdf:rest e9d904ee-bd37-4fc5-a493-a124491bd3f5; 684b3bc5-1559-44d0-8921-348afcc64cee @rdf:first "B"; 19cff1f8-8335-4c4e-8247-6c7356a58015 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 19cff1f8-8335-4c4e-8247-6c7356a58015 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 19cff1f8-8335-4c4e-8247-6c7356a58015 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 19cff1f8-8335-4c4e-8247-6c7356a58015 @rdf:type sh:Property; c906bb22-a6e3-49d8-a8ba-3a16a706e2e3 @sh:path http://www.sampledomain.org/sam#integerProperty2; c906bb22-a6e3-49d8-a8ba-3a16a706e2e3 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c906bb22-a6e3-49d8-a8ba-3a16a706e2e3 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c906bb22-a6e3-49d8-a8ba-3a16a706e2e3 @rdf:type sh:Property; 19140c9c-caa4-41b8-a229-2ac86e126d10 @sh:path http://www.sampledomain.org/sam#aStringProperty; 19140c9c-caa4-41b8-a229-2ac86e126d10 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 19140c9c-caa4-41b8-a229-2ac86e126d10 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 19140c9c-caa4-41b8-a229-2ac86e126d10 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 19140c9c-caa4-41b8-a229-2ac86e126d10 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [f7ec36be-6a12-4759-af10-e2e3c2891bae, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 684b3bc5-1559-44d0-8921-348afcc64cee] [f7ec36be-6a12-4759-af10-e2e3c2891bae, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [684b3bc5-1559-44d0-8921-348afcc64cee, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e9d904ee-bd37-4fc5-a493-a124491bd3f5] [684b3bc5-1559-44d0-8921-348afcc64cee, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [19cff1f8-8335-4c4e-8247-6c7356a58015, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [19cff1f8-8335-4c4e-8247-6c7356a58015, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [19cff1f8-8335-4c4e-8247-6c7356a58015, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [19cff1f8-8335-4c4e-8247-6c7356a58015, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c906bb22-a6e3-49d8-a8ba-3a16a706e2e3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c906bb22-a6e3-49d8-a8ba-3a16a706e2e3, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c906bb22-a6e3-49d8-a8ba-3a16a706e2e3, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c906bb22-a6e3-49d8-a8ba-3a16a706e2e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#pattern, "^B"] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [19140c9c-caa4-41b8-a229-2ac86e126d10, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a040895c-1a5e-489f-a852-3b2fd186e977, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a040895c-1a5e-489f-a852-3b2fd186e977, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a040895c-1a5e-489f-a852-3b2fd186e977, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a040895c-1a5e-489f-a852-3b2fd186e977, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e2cb471b-191a-4578-a25c-b05319a327e3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e2cb471b-191a-4578-a25c-b05319a327e3, http://www.w3.org/ns/shacl#in, f7ec36be-6a12-4759-af10-e2e3c2891bae] [e2cb471b-191a-4578-a25c-b05319a327e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e9d904ee-bd37-4fc5-a493-a124491bd3f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [e9d904ee-bd37-4fc5-a493-a124491bd3f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c706b22d-2a9f-4aae-9d08-c121716875a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [488c936f-4932-4f45-ba21-edc7e118480d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [488c936f-4932-4f45-ba21-edc7e118480d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [488c936f-4932-4f45-ba21-edc7e118480d, 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, e2cb471b-191a-4578-a25c-b05319a327e3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c706b22d-2a9f-4aae-9d08-c121716875a6] [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, a040895c-1a5e-489f-a852-3b2fd186e977] [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, 19140c9c-caa4-41b8-a229-2ac86e126d10] [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, 488c936f-4932-4f45-ba21-edc7e118480d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d88b072a-0d9b-422e-a280-e46bb49ef9a4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c906bb22-a6e3-49d8-a8ba-3a16a706e2e3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 19cff1f8-8335-4c4e-8247-6c7356a58015] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d88b072a-0d9b-422e-a280-e46bb49ef9a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:27.994 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:27.996 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:27.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c706b22d-2a9f-4aae-9d08-c121716875a6,_:a040895c-1a5e-489f-a852-3b2fd186e977,_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3,_:19cff1f8-8335-4c4e-8247-6c7356a58015,_:488c936f-4932-4f45-ba21-edc7e118480d,_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,_:19140c9c-caa4-41b8-a229-2ac86e126d10,_:e2cb471b-191a-4578-a25c-b05319a327e3. Pending nodes: 
20:39:27.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c706b22d-2a9f-4aae-9d08-c121716875a6
20:39:28.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a040895c-1a5e-489f-a852-3b2fd186e977
20:39:28.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3
20:39:28.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:19cff1f8-8335-4c4e-8247-6c7356a58015
20:39:28.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:488c936f-4932-4f45-ba21-edc7e118480d
20:39:28.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d88b072a-0d9b-422e-a280-e46bb49ef9a4
20:39:28.007 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:19140c9c-caa4-41b8-a229-2ac86e126d10
20:39:28.009 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2cb471b-191a-4578-a25c-b05319a327e3
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2cb471b-191a-4578-a25c-b05319a327e3
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:19140c9c-caa4-41b8-a229-2ac86e126d10
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d88b072a-0d9b-422e-a280-e46bb49ef9a4
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:488c936f-4932-4f45-ba21-edc7e118480d
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:19cff1f8-8335-4c4e-8247-6c7356a58015
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a040895c-1a5e-489f-a852-3b2fd186e977
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c706b22d-2a9f-4aae-9d08-c121716875a6
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2cb471b-191a-4578-a25c-b05319a327e3 = 
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2cb471b-191a-4578-a25c-b05319a327e3 = 
20:39:28.011 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2cb471b-191a-4578-a25c-b05319a327e3: 
20:39:28.012 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:28.012 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:28.012 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:28.012 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:28.012 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:28.012 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c706b22d-2a9f-4aae-9d08-c121716875a6,_:a040895c-1a5e-489f-a852-3b2fd186e977,_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3,_:19cff1f8-8335-4c4e-8247-6c7356a58015,_:488c936f-4932-4f45-ba21-edc7e118480d,_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,_:19140c9c-caa4-41b8-a229-2ac86e126d10,_:e2cb471b-191a-4578-a25c-b05319a327e3)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c706b22d-2a9f-4aae-9d08-c121716875a6)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a040895c-1a5e-489f-a852-3b2fd186e977)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19cff1f8-8335-4c4e-8247-6c7356a58015)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:488c936f-4932-4f45-ba21-edc7e118480d)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d88b072a-0d9b-422e-a280-e46bb49ef9a4)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19140c9c-caa4-41b8-a229-2ac86e126d10)
20:39:28.013 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2cb471b-191a-4578-a25c-b05319a327e3)
20:39:28.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.016 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c706b22d-2a9f-4aae-9d08-c121716875a6],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:28.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.017 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c706b22d-2a9f-4aae-9d08-c121716875a6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c706b22d-2a9f-4aae-9d08-c121716875a6,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:28.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.018 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a040895c-1a5e-489f-a852-3b2fd186e977=ShapeTyping(TypingMap(Map()))
20:39:28.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.019 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3=ShapeTyping(TypingMap(Map()))
20:39:28.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.020 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:27.977Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:19cff1f8-8335-4c4e-8247-6c7356a58015],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:28.020 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19cff1f8-8335-4c4e-8247-6c7356a58015=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:19cff1f8-8335-4c4e-8247-6c7356a58015,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.021 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:488c936f-4932-4f45-ba21-edc7e118480d=ShapeTyping(TypingMap(Map()))
20:39:28.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.023 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d88b072a-0d9b-422e-a280-e46bb49ef9a4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:28.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.023 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d88b072a-0d9b-422e-a280-e46bb49ef9a4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,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>)))))))
20:39:28.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.026 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:19140c9c-caa4-41b8-a229-2ac86e126d10],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:28.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19140c9c-caa4-41b8-a229-2ac86e126d10=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:19140c9c-caa4-41b8-a229-2ac86e126d10,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>)))))))
20:39:28.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2cb471b-191a-4578-a25c-b05319a327e3=ShapeTyping(TypingMap(Map()))
20:39:28.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c706b22d-2a9f-4aae-9d08-c121716875a6,_:a040895c-1a5e-489f-a852-3b2fd186e977,_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3,_:19cff1f8-8335-4c4e-8247-6c7356a58015,_:488c936f-4932-4f45-ba21-edc7e118480d,_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,_:19140c9c-caa4-41b8-a229-2ac86e126d10,_:e2cb471b-191a-4578-a25c-b05319a327e3)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,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(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c706b22d-2a9f-4aae-9d08-c121716875a6,PredicatePath(<http://www.sampledomain.org/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(_:19cff1f8-8335-4c4e-8247-6c7356a58015,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:19140c9c-caa4-41b8-a229-2ac86e126d10,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>)))))))
20:39:28.071 [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(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,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(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c706b22d-2a9f-4aae-9d08-c121716875a6,PredicatePath(<http://www.sampledomain.org/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(_:19cff1f8-8335-4c4e-8247-6c7356a58015,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:19140c9c-caa4-41b8-a229-2ac86e126d10,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>)))))))
20:39:28.071 [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(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4,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(_:c706b22d-2a9f-4aae-9d08-c121716875a6), ShapeRef(_:a040895c-1a5e-489f-a852-3b2fd186e977), ShapeRef(_:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3), ShapeRef(_:19cff1f8-8335-4c4e-8247-6c7356a58015), ShapeRef(_:488c936f-4932-4f45-ba21-edc7e118480d), ShapeRef(_:d88b072a-0d9b-422e-a280-e46bb49ef9a4), ShapeRef(_:19140c9c-caa4-41b8-a229-2ac86e126d10), ShapeRef(_:e2cb471b-191a-4578-a25c-b05319a327e3)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c706b22d-2a9f-4aae-9d08-c121716875a6,PredicatePath(<http://www.sampledomain.org/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(_:19cff1f8-8335-4c4e-8247-6c7356a58015,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:19140c9c-caa4-41b8-a229-2ac86e126d10,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>)))))))
20:39:28.072 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:19140c9c-caa4-41b8-a229-2ac86e126d10 = 
20:39:28.072 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:19140c9c-caa4-41b8-a229-2ac86e126d10 = 
20:39:28.072 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:19140c9c-caa4-41b8-a229-2ac86e126d10: 
20:39:28.072 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d88b072a-0d9b-422e-a280-e46bb49ef9a4 = 
20:39:28.072 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d88b072a-0d9b-422e-a280-e46bb49ef9a4 = 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d88b072a-0d9b-422e-a280-e46bb49ef9a4: 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:488c936f-4932-4f45-ba21-edc7e118480d = 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:488c936f-4932-4f45-ba21-edc7e118480d = 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:488c936f-4932-4f45-ba21-edc7e118480d: 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:19cff1f8-8335-4c4e-8247-6c7356a58015 = 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:19cff1f8-8335-4c4e-8247-6c7356a58015 = 
20:39:28.073 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:19cff1f8-8335-4c4e-8247-6c7356a58015: 
20:39:28.074 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3 = 
20:39:28.074 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3 = 
20:39:28.074 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c906bb22-a6e3-49d8-a8ba-3a16a706e2e3: 
20:39:28.074 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a040895c-1a5e-489f-a852-3b2fd186e977 = 
20:39:28.074 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a040895c-1a5e-489f-a852-3b2fd186e977 = 
20:39:28.074 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a040895c-1a5e-489f-a852-3b2fd186e977: 
20:39:28.075 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c706b22d-2a9f-4aae-9d08-c121716875a6 = 
20:39:28.075 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c706b22d-2a9f-4aae-9d08-c121716875a6 = 
20:39:28.075 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c706b22d-2a9f-4aae-9d08-c121716875a6: 
20:39:28.077 [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
] .

20:39:28.078 [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>
                "2019-07-12T20:39:28.08Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
20:39:28.095 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:28.08Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:28.08Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:28.096 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {d0743b17-7482-4649-b358-b55beb2beb5b @rdf:rest 00e85cea-f153-4f9c-be95-d1c380b924b1; d0743b17-7482-4649-b358-b55beb2beb5b @rdf:first "A"; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:path http://www.sampledomain.org/sam#aStringProperty; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:pattern "^B"; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @sh:description "a Simple Single String Property"; fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 @rdf:type sh:Property; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec @rdf:type sh:Property...} |  [d0743b17-7482-4649-b358-b55beb2beb5b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 00e85cea-f153-4f9c-be95-d1c380b924b1] [d0743b17-7482-4649-b358-b55beb2beb5b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#pattern, "^B"] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8aa3687c-dfa5-41d6-9c17-15df78e2c4ec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2b1b107c-4dad-4f39-bad9-19dfe08115ec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2b1b107c-4dad-4f39-bad9-19dfe08115ec, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2b1b107c-4dad-4f39-bad9-19dfe08115ec, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2b1b107c-4dad-4f39-bad9-19dfe08115ec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4735494c-eef2-40b0-8dcc-093758ec7288, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4735494c-eef2-40b0-8dcc-093758ec7288, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4735494c-eef2-40b0-8dcc-093758ec7288, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4735494c-eef2-40b0-8dcc-093758ec7288, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [69ceda35-a44d-4c3d-8ec3-09391344a922, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [69ceda35-a44d-4c3d-8ec3-09391344a922, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [69ceda35-a44d-4c3d-8ec3-09391344a922, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [69ceda35-a44d-4c3d-8ec3-09391344a922, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8d4b43c1-0dfd-4157-b8b0-cb151d5eec01, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [8d4b43c1-0dfd-4157-b8b0-cb151d5eec01, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [8d4b43c1-0dfd-4157-b8b0-cb151d5eec01, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38226f65-bd51-4fc2-a778-907888a0c147, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [38226f65-bd51-4fc2-a778-907888a0c147, http://www.w3.org/ns/shacl#in, d0743b17-7482-4649-b358-b55beb2beb5b] [38226f65-bd51-4fc2-a778-907888a0c147, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ce3d3530-772e-417d-83cd-835d43229de4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [00e85cea-f153-4f9c-be95-d1c380b924b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3f731783-f53e-4ca2-827b-15b1f3c80e0b] [00e85cea-f153-4f9c-be95-d1c380b924b1, 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, 4735494c-eef2-40b0-8dcc-093758ec7288] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2b1b107c-4dad-4f39-bad9-19dfe08115ec] [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, 38226f65-bd51-4fc2-a778-907888a0c147] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ce3d3530-772e-417d-83cd-835d43229de4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8d4b43c1-0dfd-4157-b8b0-cb151d5eec01] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8aa3687c-dfa5-41d6-9c17-15df78e2c4ec] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 69ceda35-a44d-4c3d-8ec3-09391344a922] [3f731783-f53e-4ca2-827b-15b1f3c80e0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [3f731783-f53e-4ca2-827b-15b1f3c80e0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"]>
20:39:28.097 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:28.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:28.101 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,_:ce3d3530-772e-417d-83cd-835d43229de4,_:69ceda35-a44d-4c3d-8ec3-09391344a922,_:2b1b107c-4dad-4f39-bad9-19dfe08115ec,_:38226f65-bd51-4fc2-a778-907888a0c147,_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01,_:4735494c-eef2-40b0-8dcc-093758ec7288. Pending nodes: 
20:39:28.102 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25
20:39:28.103 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ce3d3530-772e-417d-83cd-835d43229de4
20:39:28.105 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:69ceda35-a44d-4c3d-8ec3-09391344a922
20:39:28.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2b1b107c-4dad-4f39-bad9-19dfe08115ec
20:39:28.108 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38226f65-bd51-4fc2-a778-907888a0c147
20:39:28.109 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec
20:39:28.111 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01
20:39:28.113 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4735494c-eef2-40b0-8dcc-093758ec7288
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4735494c-eef2-40b0-8dcc-093758ec7288
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38226f65-bd51-4fc2-a778-907888a0c147
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2b1b107c-4dad-4f39-bad9-19dfe08115ec
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:69ceda35-a44d-4c3d-8ec3-09391344a922
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ce3d3530-772e-417d-83cd-835d43229de4
20:39:28.114 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25
20:39:28.115 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:28.115 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:28.115 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:28.115 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:28.115 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:28.115 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,_:ce3d3530-772e-417d-83cd-835d43229de4,_:69ceda35-a44d-4c3d-8ec3-09391344a922,_:2b1b107c-4dad-4f39-bad9-19dfe08115ec,_:38226f65-bd51-4fc2-a778-907888a0c147,_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01,_:4735494c-eef2-40b0-8dcc-093758ec7288)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ce3d3530-772e-417d-83cd-835d43229de4)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69ceda35-a44d-4c3d-8ec3-09391344a922)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2b1b107c-4dad-4f39-bad9-19dfe08115ec)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38226f65-bd51-4fc2-a778-907888a0c147)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01)
20:39:28.116 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4735494c-eef2-40b0-8dcc-093758ec7288)
20:39:28.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.117 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.118 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.119 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.120 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:28.120 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,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>)))))))
20:39:28.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.120 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.121 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.121 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.121 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.121 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.122 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ce3d3530-772e-417d-83cd-835d43229de4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:28.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.122 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.123 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ce3d3530-772e-417d-83cd-835d43229de4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ce3d3530-772e-417d-83cd-835d43229de4,PredicatePath(<http://www.sampledomain.org/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"))))))))
20:39:28.123 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.123 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.123 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.123 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.124 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69ceda35-a44d-4c3d-8ec3-09391344a922=ShapeTyping(TypingMap(Map()))
20:39:28.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.125 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2b1b107c-4dad-4f39-bad9-19dfe08115ec=ShapeTyping(TypingMap(Map()))
20:39:28.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.126 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38226f65-bd51-4fc2-a778-907888a0c147=ShapeTyping(TypingMap(Map()))
20:39:28.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.170 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.170 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.171 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.171 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.171 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.171 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.171 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:28.172 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.172 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.172 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,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>)))))))
20:39:28.172 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.172 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.173 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01=ShapeTyping(TypingMap(Map()))
20:39:28.173 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.173 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.174 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.174 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.174 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:28.08Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4735494c-eef2-40b0-8dcc-093758ec7288],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:28.174 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4735494c-eef2-40b0-8dcc-093758ec7288=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4735494c-eef2-40b0-8dcc-093758ec7288,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.175 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,_:ce3d3530-772e-417d-83cd-835d43229de4,_:69ceda35-a44d-4c3d-8ec3-09391344a922,_:2b1b107c-4dad-4f39-bad9-19dfe08115ec,_:38226f65-bd51-4fc2-a778-907888a0c147,_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01,_:4735494c-eef2-40b0-8dcc-093758ec7288)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ce3d3530-772e-417d-83cd-835d43229de4,PredicatePath(<http://www.sampledomain.org/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(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,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(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,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(_:4735494c-eef2-40b0-8dcc-093758ec7288,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.176 [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(_:ce3d3530-772e-417d-83cd-835d43229de4,PredicatePath(<http://www.sampledomain.org/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(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,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(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,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(_:4735494c-eef2-40b0-8dcc-093758ec7288,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.176 [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(_:ce3d3530-772e-417d-83cd-835d43229de4,PredicatePath(<http://www.sampledomain.org/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(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25), ShapeRef(_:ce3d3530-772e-417d-83cd-835d43229de4), ShapeRef(_:69ceda35-a44d-4c3d-8ec3-09391344a922), ShapeRef(_:2b1b107c-4dad-4f39-bad9-19dfe08115ec), ShapeRef(_:38226f65-bd51-4fc2-a778-907888a0c147), ShapeRef(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec), ShapeRef(_:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01), ShapeRef(_:4735494c-eef2-40b0-8dcc-093758ec7288)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25,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(_:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec,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(_:4735494c-eef2-40b0-8dcc-093758ec7288,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.177 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4735494c-eef2-40b0-8dcc-093758ec7288 = 
20:39:28.177 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4735494c-eef2-40b0-8dcc-093758ec7288 = 
20:39:28.177 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4735494c-eef2-40b0-8dcc-093758ec7288: 
20:39:28.177 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01 = 
20:39:28.177 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01 = 
20:39:28.177 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d4b43c1-0dfd-4157-b8b0-cb151d5eec01: 
20:39:28.178 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec = 
20:39:28.178 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec = 
20:39:28.178 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8aa3687c-dfa5-41d6-9c17-15df78e2c4ec: 
20:39:28.178 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38226f65-bd51-4fc2-a778-907888a0c147 = 
20:39:28.178 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38226f65-bd51-4fc2-a778-907888a0c147 = 
20:39:28.178 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38226f65-bd51-4fc2-a778-907888a0c147: 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2b1b107c-4dad-4f39-bad9-19dfe08115ec = 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2b1b107c-4dad-4f39-bad9-19dfe08115ec = 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2b1b107c-4dad-4f39-bad9-19dfe08115ec: 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:69ceda35-a44d-4c3d-8ec3-09391344a922 = 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:69ceda35-a44d-4c3d-8ec3-09391344a922 = 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:69ceda35-a44d-4c3d-8ec3-09391344a922: 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ce3d3530-772e-417d-83cd-835d43229de4 = 
20:39:28.179 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ce3d3530-772e-417d-83cd-835d43229de4 = 
20:39:28.180 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ce3d3530-772e-417d-83cd-835d43229de4: 
20:39:28.180 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 = 
20:39:28.180 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25 = 
20:39:28.180 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fd0bdd6c-4ba0-4455-808d-ae85fc1d6d25: 
20:39:28.184 [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
               ]
] .

20:39:28.186 [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.212 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>
                "2019-07-12T20:39:28.19Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:28.204 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:28.19Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:28.19Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:28.206 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4462cb3d-3531-4243-b742-7d5d855e7783 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 4462cb3d-3531-4243-b742-7d5d855e7783 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4462cb3d-3531-4243-b742-7d5d855e7783 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4462cb3d-3531-4243-b742-7d5d855e7783 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4462cb3d-3531-4243-b742-7d5d855e7783 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4462cb3d-3531-4243-b742-7d5d855e7783 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4462cb3d-3531-4243-b742-7d5d855e7783 @rdf:type sh:Property; d9451b1e-167f-4176-a6cb-9b13234ba8b9 @sh:path http://www.sampledomain.org/sam#aSetOfDates; d9451b1e-167f-4176-a6cb-9b13234ba8b9 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; d9451b1e-167f-4176-a6cb-9b13234ba8b9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d9451b1e-167f-4176-a6cb-9b13234ba8b9 @rdf:type sh:Property; 04109f76-d9fd-4d84-a382-062c3b11de84 @rdf:rest 7754af72-3520-4400-869d-8f8dbd957b6f; 04109f76-d9fd-4d84-a382-062c3b11de84 @rdf:first "B"; 71d39aca-401e-46ea-9bea-405517bbb13d @sh:path http://www.sampledomain.org/sam#integerProperty3; 71d39aca-401e-46ea-9bea-405517bbb13d @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 71d39aca-401e-46ea-9bea-405517bbb13d @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 71d39aca-401e-46ea-9bea-405517bbb13d @rdf:type sh:Property...} |  [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4462cb3d-3531-4243-b742-7d5d855e7783, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d9451b1e-167f-4176-a6cb-9b13234ba8b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d9451b1e-167f-4176-a6cb-9b13234ba8b9, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d9451b1e-167f-4176-a6cb-9b13234ba8b9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d9451b1e-167f-4176-a6cb-9b13234ba8b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [04109f76-d9fd-4d84-a382-062c3b11de84, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7754af72-3520-4400-869d-8f8dbd957b6f] [04109f76-d9fd-4d84-a382-062c3b11de84, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [71d39aca-401e-46ea-9bea-405517bbb13d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [71d39aca-401e-46ea-9bea-405517bbb13d, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [71d39aca-401e-46ea-9bea-405517bbb13d, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [71d39aca-401e-46ea-9bea-405517bbb13d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a28d397e-7425-4e6d-8350-5190afc9cdea, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 04109f76-d9fd-4d84-a382-062c3b11de84] [a28d397e-7425-4e6d-8350-5190afc9cdea, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [2c34a44f-9970-4ffc-bd11-a437891e6f4b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2c34a44f-9970-4ffc-bd11-a437891e6f4b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2c34a44f-9970-4ffc-bd11-a437891e6f4b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2c34a44f-9970-4ffc-bd11-a437891e6f4b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#pattern, "^B"] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [52b37b47-139d-49ed-932a-2677fb00a8f8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [03c908c7-db4d-4fa1-9030-258a4e365120, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [03c908c7-db4d-4fa1-9030-258a4e365120, http://www.w3.org/ns/shacl#in, a28d397e-7425-4e6d-8350-5190afc9cdea] [03c908c7-db4d-4fa1-9030-258a4e365120, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2facda29-3e46-4423-beb9-b327930d6eaa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7754af72-3520-4400-869d-8f8dbd957b6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7754af72-3520-4400-869d-8f8dbd957b6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [074cb0cc-409e-4ebd-8274-e5c8b28eb280, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [074cb0cc-409e-4ebd-8274-e5c8b28eb280, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [074cb0cc-409e-4ebd-8274-e5c8b28eb280, 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, 2c34a44f-9970-4ffc-bd11-a437891e6f4b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 03c908c7-db4d-4fa1-9030-258a4e365120] [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, 52b37b47-139d-49ed-932a-2677fb00a8f8] [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, 4462cb3d-3531-4243-b742-7d5d855e7783] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d9451b1e-167f-4176-a6cb-9b13234ba8b9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 074cb0cc-409e-4ebd-8274-e5c8b28eb280] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2facda29-3e46-4423-beb9-b327930d6eaa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 71d39aca-401e-46ea-9bea-405517bbb13d]>
20:39:28.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:28.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:28.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2c34a44f-9970-4ffc-bd11-a437891e6f4b,_:03c908c7-db4d-4fa1-9030-258a4e365120,_:2facda29-3e46-4423-beb9-b327930d6eaa,_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,_:074cb0cc-409e-4ebd-8274-e5c8b28eb280,_:71d39aca-401e-46ea-9bea-405517bbb13d,_:4462cb3d-3531-4243-b742-7d5d855e7783,_:52b37b47-139d-49ed-932a-2677fb00a8f8. Pending nodes: 
20:39:28.211 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c34a44f-9970-4ffc-bd11-a437891e6f4b
20:39:28.212 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:03c908c7-db4d-4fa1-9030-258a4e365120
20:39:28.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2facda29-3e46-4423-beb9-b327930d6eaa
20:39:28.215 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d9451b1e-167f-4176-a6cb-9b13234ba8b9
20:39:28.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:074cb0cc-409e-4ebd-8274-e5c8b28eb280
20:39:28.217 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:71d39aca-401e-46ea-9bea-405517bbb13d
20:39:28.219 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4462cb3d-3531-4243-b742-7d5d855e7783
20:39:28.221 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:52b37b47-139d-49ed-932a-2677fb00a8f8
20:39:28.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:52b37b47-139d-49ed-932a-2677fb00a8f8
20:39:28.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:28.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4462cb3d-3531-4243-b742-7d5d855e7783
20:39:28.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:71d39aca-401e-46ea-9bea-405517bbb13d
20:39:28.222 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:074cb0cc-409e-4ebd-8274-e5c8b28eb280
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d9451b1e-167f-4176-a6cb-9b13234ba8b9
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2facda29-3e46-4423-beb9-b327930d6eaa
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:03c908c7-db4d-4fa1-9030-258a4e365120
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c34a44f-9970-4ffc-bd11-a437891e6f4b
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:52b37b47-139d-49ed-932a-2677fb00a8f8 = 
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:52b37b47-139d-49ed-932a-2677fb00a8f8 = 
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:52b37b47-139d-49ed-932a-2677fb00a8f8: 
20:39:28.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2c34a44f-9970-4ffc-bd11-a437891e6f4b,_:03c908c7-db4d-4fa1-9030-258a4e365120,_:2facda29-3e46-4423-beb9-b327930d6eaa,_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,_:074cb0cc-409e-4ebd-8274-e5c8b28eb280,_:71d39aca-401e-46ea-9bea-405517bbb13d,_:4462cb3d-3531-4243-b742-7d5d855e7783,_:52b37b47-139d-49ed-932a-2677fb00a8f8)
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c34a44f-9970-4ffc-bd11-a437891e6f4b)
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03c908c7-db4d-4fa1-9030-258a4e365120)
20:39:28.224 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2facda29-3e46-4423-beb9-b327930d6eaa)
20:39:28.225 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9451b1e-167f-4176-a6cb-9b13234ba8b9)
20:39:28.225 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:074cb0cc-409e-4ebd-8274-e5c8b28eb280)
20:39:28.225 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:71d39aca-401e-46ea-9bea-405517bbb13d)
20:39:28.225 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4462cb3d-3531-4243-b742-7d5d855e7783)
20:39:28.225 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:52b37b47-139d-49ed-932a-2677fb00a8f8)
20:39:28.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.226 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c34a44f-9970-4ffc-bd11-a437891e6f4b=ShapeTyping(TypingMap(Map()))
20:39:28.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.226 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03c908c7-db4d-4fa1-9030-258a4e365120=ShapeTyping(TypingMap(Map()))
20:39:28.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.270 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2facda29-3e46-4423-beb9-b327930d6eaa],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:28.271 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.271 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.272 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2facda29-3e46-4423-beb9-b327930d6eaa=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2facda29-3e46-4423-beb9-b327930d6eaa,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:28.272 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.272 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.272 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.272 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.273 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:28.19Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d9451b1e-167f-4176-a6cb-9b13234ba8b9],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:28.273 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9451b1e-167f-4176-a6cb-9b13234ba8b9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.273 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.273 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.274 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:074cb0cc-409e-4ebd-8274-e5c8b28eb280=ShapeTyping(TypingMap(Map()))
20:39:28.274 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.274 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.274 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.274 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.274 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:71d39aca-401e-46ea-9bea-405517bbb13d=ShapeTyping(TypingMap(Map()))
20:39:28.275 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.275 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.275 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.275 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.276 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4462cb3d-3531-4243-b742-7d5d855e7783],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:28.277 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.277 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.277 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4462cb3d-3531-4243-b742-7d5d855e7783=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4462cb3d-3531-4243-b742-7d5d855e7783,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>)))))))
20:39:28.277 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.277 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.278 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.278 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.279 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.279 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.279 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.279 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.280 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.280 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.280 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:52b37b47-139d-49ed-932a-2677fb00a8f8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:28.281 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:52b37b47-139d-49ed-932a-2677fb00a8f8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:52b37b47-139d-49ed-932a-2677fb00a8f8,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>)))))))
20:39:28.281 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2c34a44f-9970-4ffc-bd11-a437891e6f4b,_:03c908c7-db4d-4fa1-9030-258a4e365120,_:2facda29-3e46-4423-beb9-b327930d6eaa,_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,_:074cb0cc-409e-4ebd-8274-e5c8b28eb280,_:71d39aca-401e-46ea-9bea-405517bbb13d,_:4462cb3d-3531-4243-b742-7d5d855e7783,_:52b37b47-139d-49ed-932a-2677fb00a8f8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:52b37b47-139d-49ed-932a-2677fb00a8f8,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(_:2facda29-3e46-4423-beb9-b327930d6eaa,PredicatePath(<http://www.sampledomain.org/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(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4462cb3d-3531-4243-b742-7d5d855e7783,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>)))))))
20:39:28.282 [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(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:52b37b47-139d-49ed-932a-2677fb00a8f8,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(_:2facda29-3e46-4423-beb9-b327930d6eaa,PredicatePath(<http://www.sampledomain.org/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(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4462cb3d-3531-4243-b742-7d5d855e7783,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>)))))))
20:39:28.282 [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(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:52b37b47-139d-49ed-932a-2677fb00a8f8,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(_:2facda29-3e46-4423-beb9-b327930d6eaa,PredicatePath(<http://www.sampledomain.org/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(_:2c34a44f-9970-4ffc-bd11-a437891e6f4b), ShapeRef(_:03c908c7-db4d-4fa1-9030-258a4e365120), ShapeRef(_:2facda29-3e46-4423-beb9-b327930d6eaa), ShapeRef(_:d9451b1e-167f-4176-a6cb-9b13234ba8b9), ShapeRef(_:074cb0cc-409e-4ebd-8274-e5c8b28eb280), ShapeRef(_:71d39aca-401e-46ea-9bea-405517bbb13d), ShapeRef(_:4462cb3d-3531-4243-b742-7d5d855e7783), ShapeRef(_:52b37b47-139d-49ed-932a-2677fb00a8f8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4462cb3d-3531-4243-b742-7d5d855e7783,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>)))))))
20:39:28.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4462cb3d-3531-4243-b742-7d5d855e7783 = 
20:39:28.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4462cb3d-3531-4243-b742-7d5d855e7783 = 
20:39:28.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4462cb3d-3531-4243-b742-7d5d855e7783: 
20:39:28.283 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:71d39aca-401e-46ea-9bea-405517bbb13d = 
20:39:28.283 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:71d39aca-401e-46ea-9bea-405517bbb13d = 
20:39:28.283 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:71d39aca-401e-46ea-9bea-405517bbb13d: 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:074cb0cc-409e-4ebd-8274-e5c8b28eb280 = 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:074cb0cc-409e-4ebd-8274-e5c8b28eb280 = 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:074cb0cc-409e-4ebd-8274-e5c8b28eb280: 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d9451b1e-167f-4176-a6cb-9b13234ba8b9 = 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d9451b1e-167f-4176-a6cb-9b13234ba8b9 = 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d9451b1e-167f-4176-a6cb-9b13234ba8b9: 
20:39:28.284 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2facda29-3e46-4423-beb9-b327930d6eaa = 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2facda29-3e46-4423-beb9-b327930d6eaa = 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2facda29-3e46-4423-beb9-b327930d6eaa: 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:03c908c7-db4d-4fa1-9030-258a4e365120 = 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:03c908c7-db4d-4fa1-9030-258a4e365120 = 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:03c908c7-db4d-4fa1-9030-258a4e365120: 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c34a44f-9970-4ffc-bd11-a437891e6f4b = 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c34a44f-9970-4ffc-bd11-a437891e6f4b = 
20:39:28.285 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c34a44f-9970-4ffc-bd11-a437891e6f4b: 
20:39:28.287 [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
] .

20:39:28.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  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>
                "2019-07-12T20:39:28.29Z"^^<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 .
20:39:28.304 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anIntegerProperty "2"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:28.29Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anIntegerProperty, "2"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:28.29Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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   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: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> .
20:39:28.305 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6e74044d-830a-4efd-a7da-23dbfcf9451b @rdf:rest b3160685-a002-46c1-9341-8745d4217517; 6e74044d-830a-4efd-a7da-23dbfcf9451b @rdf:first "B"; 5538ec00-a67a-4728-9fd8-1d68fef21648 @rdf:rest 6e74044d-830a-4efd-a7da-23dbfcf9451b; 5538ec00-a67a-4728-9fd8-1d68fef21648 @rdf:first "A"; 14d7e3c7-becb-4d77-b165-81434756ae9e @sh:path http://www.sampledomain.org/sam#aSetOfDates; 14d7e3c7-becb-4d77-b165-81434756ae9e @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 14d7e3c7-becb-4d77-b165-81434756ae9e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 14d7e3c7-becb-4d77-b165-81434756ae9e @rdf:type sh:Property; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:path http://www.sampledomain.org/sam#aStringProperty; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:pattern "^B"; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @sh:description "a Simple Single String Property"; 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a @rdf:type sh:Property; 5be7a383-a6b5-4225-8b9a-877558d4ffc8 @sh:path http://www.sampledomain.org/sam#anotherStringProperty...} |  [6e74044d-830a-4efd-a7da-23dbfcf9451b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b3160685-a002-46c1-9341-8745d4217517] [6e74044d-830a-4efd-a7da-23dbfcf9451b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [5538ec00-a67a-4728-9fd8-1d68fef21648, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6e74044d-830a-4efd-a7da-23dbfcf9451b] [5538ec00-a67a-4728-9fd8-1d68fef21648, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [14d7e3c7-becb-4d77-b165-81434756ae9e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [14d7e3c7-becb-4d77-b165-81434756ae9e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [14d7e3c7-becb-4d77-b165-81434756ae9e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [14d7e3c7-becb-4d77-b165-81434756ae9e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#pattern, "^B"] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [504e1bef-e5db-44ae-b2e1-e7a7c8b7079a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5be7a383-a6b5-4225-8b9a-877558d4ffc8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5be7a383-a6b5-4225-8b9a-877558d4ffc8, http://www.w3.org/ns/shacl#in, 5538ec00-a67a-4728-9fd8-1d68fef21648] [5be7a383-a6b5-4225-8b9a-877558d4ffc8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0881cd5-7350-43e9-8f7a-154398719784, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c0881cd5-7350-43e9-8f7a-154398719784, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c0881cd5-7350-43e9-8f7a-154398719784, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c0881cd5-7350-43e9-8f7a-154398719784, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b3160685-a002-46c1-9341-8745d4217517, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b3160685-a002-46c1-9341-8745d4217517, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [65b06431-d887-43d4-b761-c6f7e8b8f6d1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [65b06431-d887-43d4-b761-c6f7e8b8f6d1, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [65b06431-d887-43d4-b761-c6f7e8b8f6d1, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [65b06431-d887-43d4-b761-c6f7e8b8f6d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4c2c4d5f-cb20-4aff-8535-56a5d8c37313, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 65b06431-d887-43d4-b761-c6f7e8b8f6d1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5be7a383-a6b5-4225-8b9a-877558d4ffc8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4c2c4d5f-cb20-4aff-8535-56a5d8c37313] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 504e1bef-e5db-44ae-b2e1-e7a7c8b7079a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 14d7e3c7-becb-4d77-b165-81434756ae9e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0881cd5-7350-43e9-8f7a-154398719784]>
20:39:28.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:28.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:28.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5be7a383-a6b5-4225-8b9a-877558d4ffc8,_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0,_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313,_:14d7e3c7-becb-4d77-b165-81434756ae9e,_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a,_:c0881cd5-7350-43e9-8f7a-154398719784,_:65b06431-d887-43d4-b761-c6f7e8b8f6d1. Pending nodes: 
20:39:28.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5be7a383-a6b5-4225-8b9a-877558d4ffc8
20:39:28.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0
20:39:28.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4c2c4d5f-cb20-4aff-8535-56a5d8c37313
20:39:28.314 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:14d7e3c7-becb-4d77-b165-81434756ae9e
20:39:28.315 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a
20:39:28.317 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0881cd5-7350-43e9-8f7a-154398719784
20:39:28.318 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:65b06431-d887-43d4-b761-c6f7e8b8f6d1
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:65b06431-d887-43d4-b761-c6f7e8b8f6d1
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0881cd5-7350-43e9-8f7a-154398719784
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:14d7e3c7-becb-4d77-b165-81434756ae9e
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4c2c4d5f-cb20-4aff-8535-56a5d8c37313
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0
20:39:28.319 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5be7a383-a6b5-4225-8b9a-877558d4ffc8
20:39:28.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:65b06431-d887-43d4-b761-c6f7e8b8f6d1 = 
20:39:28.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:65b06431-d887-43d4-b761-c6f7e8b8f6d1 = 
20:39:28.320 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:65b06431-d887-43d4-b761-c6f7e8b8f6d1: 
20:39:28.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:28.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5be7a383-a6b5-4225-8b9a-877558d4ffc8,_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0,_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313,_:14d7e3c7-becb-4d77-b165-81434756ae9e,_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a,_:c0881cd5-7350-43e9-8f7a-154398719784,_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5be7a383-a6b5-4225-8b9a-877558d4ffc8)
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0)
20:39:28.321 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313)
20:39:28.322 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14d7e3c7-becb-4d77-b165-81434756ae9e)
20:39:28.322 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a)
20:39:28.322 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0881cd5-7350-43e9-8f7a-154398719784)
20:39:28.322 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)
20:39:28.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.322 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.371 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5be7a383-a6b5-4225-8b9a-877558d4ffc8=ShapeTyping(TypingMap(Map()))
20:39:28.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.372 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0=ShapeTyping(TypingMap(Map()))
20:39:28.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.374 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:28.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.375 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5be7a383-a6b5-4225-8b9a-877558d4ffc8), ShapeRef(_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0), ShapeRef(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313), ShapeRef(_:14d7e3c7-becb-4d77-b165-81434756ae9e), ShapeRef(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a), ShapeRef(_:c0881cd5-7350-43e9-8f7a-154398719784), ShapeRef(_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:28.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.376 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:28.29Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:14d7e3c7-becb-4d77-b165-81434756ae9e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:28.376 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14d7e3c7-becb-4d77-b165-81434756ae9e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5be7a383-a6b5-4225-8b9a-877558d4ffc8), ShapeRef(_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0), ShapeRef(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313), ShapeRef(_:14d7e3c7-becb-4d77-b165-81434756ae9e), ShapeRef(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a), ShapeRef(_:c0881cd5-7350-43e9-8f7a-154398719784), ShapeRef(_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:14d7e3c7-becb-4d77-b165-81434756ae9e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:28.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.379 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:28.380 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5be7a383-a6b5-4225-8b9a-877558d4ffc8), ShapeRef(_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0), ShapeRef(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313), ShapeRef(_:14d7e3c7-becb-4d77-b165-81434756ae9e), ShapeRef(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a), ShapeRef(_:c0881cd5-7350-43e9-8f7a-154398719784), ShapeRef(_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a,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>)))))))
20:39:28.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.381 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0881cd5-7350-43e9-8f7a-154398719784=ShapeTyping(TypingMap(Map()))
20:39:28.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:28.382 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:65b06431-d887-43d4-b761-c6f7e8b8f6d1=ShapeTyping(TypingMap(Map()))
20:39:28.382 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5be7a383-a6b5-4225-8b9a-877558d4ffc8,_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0,_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313,_:14d7e3c7-becb-4d77-b165-81434756ae9e,_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a,_:c0881cd5-7350-43e9-8f7a-154398719784,_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5be7a383-a6b5-4225-8b9a-877558d4ffc8), ShapeRef(_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0), ShapeRef(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313), ShapeRef(_:14d7e3c7-becb-4d77-b165-81434756ae9e), ShapeRef(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a), ShapeRef(_:c0881cd5-7350-43e9-8f7a-154398719784), ShapeRef(_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:14d7e3c7-becb-4d77-b165-81434756ae9e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313,PredicatePath(<http://www.sampledomain.org/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(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a,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>)))))))
20:39:28.393 [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(_:5be7a383-a6b5-4225-8b9a-877558d4ffc8), ShapeRef(_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0), ShapeRef(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313), ShapeRef(_:14d7e3c7-becb-4d77-b165-81434756ae9e), ShapeRef(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a), ShapeRef(_:c0881cd5-7350-43e9-8f7a-154398719784), ShapeRef(_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#integerProperty3>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
20:39:28.393 [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(_:5be7a383-a6b5-4225-8b9a-877558d4ffc8), ShapeRef(_:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0), ShapeRef(_:4c2c4d5f-cb20-4aff-8535-56a5d8c37313), ShapeRef(_:14d7e3c7-becb-4d77-b165-81434756ae9e), ShapeRef(_:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a), ShapeRef(_:c0881cd5-7350-43e9-8f7a-154398719784), ShapeRef(_:65b06431-d887-43d4-b761-c6f7e8b8f6d1)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#integerProperty3>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
20:39:28.393 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0881cd5-7350-43e9-8f7a-154398719784 = 
20:39:28.393 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0881cd5-7350-43e9-8f7a-154398719784 = 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0881cd5-7350-43e9-8f7a-154398719784: 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a = 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a = 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:504e1bef-e5db-44ae-b2e1-e7a7c8b7079a: 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:14d7e3c7-becb-4d77-b165-81434756ae9e = 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:14d7e3c7-becb-4d77-b165-81434756ae9e = 
20:39:28.394 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:14d7e3c7-becb-4d77-b165-81434756ae9e: 
20:39:28.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4c2c4d5f-cb20-4aff-8535-56a5d8c37313 = 
20:39:28.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4c2c4d5f-cb20-4aff-8535-56a5d8c37313 = 
20:39:28.395 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4c2c4d5f-cb20-4aff-8535-56a5d8c37313: 
20:39:28.395 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0 = 
20:39:28.395 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0 = 
20:39:28.395 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:74cb80db-fd60-4ecf-a4f4-ad34f7a77fc0: 
20:39:28.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5be7a383-a6b5-4225-8b9a-877558d4ffc8 = 
20:39:28.396 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5be7a383-a6b5-4225-8b9a-877558d4ffc8 = 
20:39:28.396 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5be7a383-a6b5-4225-8b9a-877558d4ffc8: 
20:39:28.401 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#integerProperty3>). 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
               ]
] .

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

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#integerProperty3>). 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.216 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 435 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 532 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 620 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 496 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 988 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 3.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 806 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 500 kB/s)
[INFO] Building jar: /home/jenkins/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC.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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.pom (1.7 kB at 102 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.4/plexus-io-2.0.4.jar (58 kB at 2.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 1.9 MB/s)
[INFO] Building jar: /home/jenkins/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 64 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 58 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 205 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 70 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 170 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 375 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 570 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 643 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.pom (5.8 kB at 251 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 152 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 312 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 700 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 95 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 756 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 129 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 103 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 127 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 169 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 53 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom (2.3 kB at 79 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 341 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 599 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 160 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 538 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 71 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 115 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 329 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 295 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 485 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 8.2 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 166 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 525 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 120 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 97 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 47 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 117 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 953 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 874 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 877 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 649 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 338 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 439 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.pom (2.4 kB at 158 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom (19 kB at 884 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.pom (3.8 kB at 222 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.2/plexus-utils-3.0.2.pom (2.5 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 275 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 653 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 4.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 496 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 450 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 200 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 614 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 246 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 485 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 431 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 111 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 203 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 180 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 959 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 534 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 354 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 259 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 61 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 238 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 390 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 163 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 229 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.9/maven-invoker-2.0.9.jar (28 kB at 118 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 190 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 45 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 41 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 29 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 186 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 232 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 154 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 91 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 69 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 85 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 489 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 733 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 790 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 504 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar (180 kB at 463 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.14/log4j-1.2.14.jar (367 kB at 926 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 555 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.2/plexus-archiver-2.1.2.jar (185 kB at 423 kB/s)
[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_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/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/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/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/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/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 0.2.0.RC
[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_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/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/workspace/lyo-validation-master/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/site/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/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/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:  04:50 min
[INFO] Finished at: 2019-07-12T20:39:37Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B deploy -Prelease-profile
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.experimental:lyo-validation:jar:0.2.0.RC
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[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 0.2.0.RC
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 16 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 415 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 234 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 166 kB/s)
[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/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/workspace/lyo-validation-master/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
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]
20:39:43.412 [main] DEBUG Jena - Jena initialization
20:39:43.651 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
20:39:43.652 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
20:39:43.654 [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
20:39:43.654 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
20:39:43.655 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
20:39:43.655 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
20:39:43.662 [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
20:39:44.077 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
20:39:44.112 [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>
                "2019-07-12T20:39:43.114Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:44.478 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:43.114Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:43.114Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:44.491 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:path http://www.sampledomain.org/sam#aStringProperty; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:pattern "^B"; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @sh:description "a Simple Single String Property"; 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f @rdf:type sh:Property; 7cc3cdfd-cbdd-4acf-affe-c2945c3ffccc @rdf:rest 41ec236a-4191-429a-b2cb-f7dc89fafec1; 7cc3cdfd-cbdd-4acf-affe-c2945c3ffccc @rdf:first "A"; c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec @sh:path http://www.sampledomain.org/sam#aReferenceProperty; c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec @sh:class http://www.sampledomain.org/sam#AnotherResource; c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec @rdf:type sh:Property; 9abe0942-b1a5-45a4-948e-fc3065cf5fd9 @rdf:rest rdf:nil; 9abe0942-b1a5-45a4-948e-fc3065cf5fd9 @rdf:first "C"; 9a6dec4c-e968-4ea3-a4e6-ddc110de5901 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 9a6dec4c-e968-4ea3-a4e6-ddc110de5901 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#pattern, "^B"] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [46a2016d-ed96-47bd-89d7-a2ab8e21cc6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7cc3cdfd-cbdd-4acf-affe-c2945c3ffccc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 41ec236a-4191-429a-b2cb-f7dc89fafec1] [7cc3cdfd-cbdd-4acf-affe-c2945c3ffccc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9abe0942-b1a5-45a4-948e-fc3065cf5fd9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [9abe0942-b1a5-45a4-948e-fc3065cf5fd9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9a6dec4c-e968-4ea3-a4e6-ddc110de5901, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f8327e70-66db-43e8-b351-e71fe5bb49b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f8327e70-66db-43e8-b351-e71fe5bb49b3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f8327e70-66db-43e8-b351-e71fe5bb49b3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f8327e70-66db-43e8-b351-e71fe5bb49b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6c82369b-32a8-4b4f-9a3b-d73dc881ffe6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [6c82369b-32a8-4b4f-9a3b-d73dc881ffe6, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6c82369b-32a8-4b4f-9a3b-d73dc881ffe6, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6c82369b-32a8-4b4f-9a3b-d73dc881ffe6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [41ec236a-4191-429a-b2cb-f7dc89fafec1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9abe0942-b1a5-45a4-948e-fc3065cf5fd9] [41ec236a-4191-429a-b2cb-f7dc89fafec1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c1cd7ec5-ff53-4ec5-9665-61152578ac74, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c1cd7ec5-ff53-4ec5-9665-61152578ac74, http://www.w3.org/ns/shacl#in, 7cc3cdfd-cbdd-4acf-affe-c2945c3ffccc] [c1cd7ec5-ff53-4ec5-9665-61152578ac74, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d8f37d59-89fa-4e83-a8ba-af82013e568e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d8f37d59-89fa-4e83-a8ba-af82013e568e, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d8f37d59-89fa-4e83-a8ba-af82013e568e, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d8f37d59-89fa-4e83-a8ba-af82013e568e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [56488e44-d2f8-4d9a-812b-b2fa7e269259, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [56488e44-d2f8-4d9a-812b-b2fa7e269259, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [56488e44-d2f8-4d9a-812b-b2fa7e269259, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [56488e44-d2f8-4d9a-812b-b2fa7e269259, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [56488e44-d2f8-4d9a-812b-b2fa7e269259, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [56488e44-d2f8-4d9a-812b-b2fa7e269259, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [56488e44-d2f8-4d9a-812b-b2fa7e269259, 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, 9a6dec4c-e968-4ea3-a4e6-ddc110de5901] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 56488e44-d2f8-4d9a-812b-b2fa7e269259] [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, 46a2016d-ed96-47bd-89d7-a2ab8e21cc6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d8f37d59-89fa-4e83-a8ba-af82013e568e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6c82369b-32a8-4b4f-9a3b-d73dc881ffe6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c1cd7ec5-ff53-4ec5-9665-61152578ac74] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f8327e70-66db-43e8-b351-e71fe5bb49b3]>
20:39:45.224 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:45.587 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:45.640 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,_:f8327e70-66db-43e8-b351-e71fe5bb49b3,_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,_:d8f37d59-89fa-4e83-a8ba-af82013e568e,_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6,_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec,_:56488e44-d2f8-4d9a-812b-b2fa7e269259,_:c1cd7ec5-ff53-4ec5-9665-61152578ac74. Pending nodes: 
20:39:45.651 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901
20:39:45.685 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f8327e70-66db-43e8-b351-e71fe5bb49b3
20:39:45.697 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f
20:39:45.714 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d8f37d59-89fa-4e83-a8ba-af82013e568e
20:39:45.725 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6
20:39:45.734 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec
20:39:45.742 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:56488e44-d2f8-4d9a-812b-b2fa7e269259
20:39:45.759 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c1cd7ec5-ff53-4ec5-9665-61152578ac74
20:39:45.801 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c1cd7ec5-ff53-4ec5-9665-61152578ac74
20:39:45.885 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:56488e44-d2f8-4d9a-812b-b2fa7e269259
20:39:45.886 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:45.886 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec
20:39:45.886 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6
20:39:45.886 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d8f37d59-89fa-4e83-a8ba-af82013e568e
20:39:45.887 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f
20:39:45.887 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f8327e70-66db-43e8-b351-e71fe5bb49b3
20:39:45.887 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901
20:39:45.927 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c1cd7ec5-ff53-4ec5-9665-61152578ac74 = 
20:39:45.940 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c1cd7ec5-ff53-4ec5-9665-61152578ac74 = 
20:39:45.944 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c1cd7ec5-ff53-4ec5-9665-61152578ac74: 
20:39:45.967 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:56488e44-d2f8-4d9a-812b-b2fa7e269259 = 
20:39:45.968 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:56488e44-d2f8-4d9a-812b-b2fa7e269259 = 
20:39:45.970 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:56488e44-d2f8-4d9a-812b-b2fa7e269259: 
20:39:45.973 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:45.976 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:45.987 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:45.987 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:45.990 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:46.008 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,_:f8327e70-66db-43e8-b351-e71fe5bb49b3,_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,_:d8f37d59-89fa-4e83-a8ba-af82013e568e,_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6,_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec,_:56488e44-d2f8-4d9a-812b-b2fa7e269259,_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)
20:39:46.016 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901)
20:39:46.022 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8327e70-66db-43e8-b351-e71fe5bb49b3)
20:39:46.022 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f)
20:39:46.023 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8f37d59-89fa-4e83-a8ba-af82013e568e)
20:39:46.024 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6)
20:39:46.024 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec)
20:39:46.025 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56488e44-d2f8-4d9a-812b-b2fa7e269259)
20:39:46.025 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)
20:39:46.044 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.045 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.309 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:46.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.311 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.331 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:46.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.335 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:43.114Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f8327e70-66db-43e8-b351-e71fe5bb49b3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:46.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8327e70-66db-43e8-b351-e71fe5bb49b3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8327e70-66db-43e8-b351-e71fe5bb49b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:46.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.351 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.351 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.353 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.354 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.375 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:46.377 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,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>)))))))
20:39:46.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.380 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8f37d59-89fa-4e83-a8ba-af82013e568e=ShapeTyping(TypingMap(Map()))
20:39:46.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.382 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.382 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.383 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6=ShapeTyping(TypingMap(Map()))
20:39:46.384 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.384 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.385 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec=ShapeTyping(TypingMap(Map()))
20:39:46.385 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.385 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.386 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.387 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.387 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.388 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.389 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.390 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:56488e44-d2f8-4d9a-812b-b2fa7e269259],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:46.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.391 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.394 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56488e44-d2f8-4d9a-812b-b2fa7e269259=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:56488e44-d2f8-4d9a-812b-b2fa7e269259,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>)))))))
20:39:46.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.395 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c1cd7ec5-ff53-4ec5-9665-61152578ac74=ShapeTyping(TypingMap(Map()))
20:39:46.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,_:f8327e70-66db-43e8-b351-e71fe5bb49b3,_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,_:d8f37d59-89fa-4e83-a8ba-af82013e568e,_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6,_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec,_:56488e44-d2f8-4d9a-812b-b2fa7e269259,_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,PredicatePath(<http://www.sampledomain.org/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(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,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(_:56488e44-d2f8-4d9a-812b-b2fa7e269259,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(_:f8327e70-66db-43e8-b351-e71fe5bb49b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:46.411 [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(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,PredicatePath(<http://www.sampledomain.org/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(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,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(_:56488e44-d2f8-4d9a-812b-b2fa7e269259,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(_:f8327e70-66db-43e8-b351-e71fe5bb49b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:46.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(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901), ShapeRef(_:f8327e70-66db-43e8-b351-e71fe5bb49b3), ShapeRef(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f), ShapeRef(_:d8f37d59-89fa-4e83-a8ba-af82013e568e), ShapeRef(_:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6), ShapeRef(_:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec), ShapeRef(_:56488e44-d2f8-4d9a-812b-b2fa7e269259), ShapeRef(_:c1cd7ec5-ff53-4ec5-9665-61152578ac74)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a6dec4c-e968-4ea3-a4e6-ddc110de5901,PredicatePath(<http://www.sampledomain.org/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(_:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f,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(_:56488e44-d2f8-4d9a-812b-b2fa7e269259,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(_:f8327e70-66db-43e8-b351-e71fe5bb49b3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:46.414 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec = 
20:39:46.414 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec = 
20:39:46.415 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c4eaf6eb-4ecf-4721-8fa6-cfb477c809ec: 
20:39:46.415 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6 = 
20:39:46.416 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6 = 
20:39:46.416 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6c82369b-32a8-4b4f-9a3b-d73dc881ffe6: 
20:39:46.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d8f37d59-89fa-4e83-a8ba-af82013e568e = 
20:39:46.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d8f37d59-89fa-4e83-a8ba-af82013e568e = 
20:39:46.418 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d8f37d59-89fa-4e83-a8ba-af82013e568e: 
20:39:46.418 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f = 
20:39:46.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f = 
20:39:46.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:46a2016d-ed96-47bd-89d7-a2ab8e21cc6f: 
20:39:46.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f8327e70-66db-43e8-b351-e71fe5bb49b3 = 
20:39:46.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f8327e70-66db-43e8-b351-e71fe5bb49b3 = 
20:39:46.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f8327e70-66db-43e8-b351-e71fe5bb49b3: 
20:39:46.470 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901 = 
20:39:46.471 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901 = 
20:39:46.471 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a6dec4c-e968-4ea3-a4e6-ddc110de5901: 
20:39:46.563 [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
] .

20:39:46.593 [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>
                "2019-07-12T20:39:46.602Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:46.637 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:46.602Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:46.602Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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: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> .
20:39:46.641 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6090d6c4-7ba8-4570-a5ae-72850d15239a @rdf:rest rdf:nil; 6090d6c4-7ba8-4570-a5ae-72850d15239a @rdf:first "C"; 50e4d122-1ec1-4781-a8ac-61becbda703f @sh:path http://www.sampledomain.org/sam#integerProperty2; 50e4d122-1ec1-4781-a8ac-61becbda703f @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 50e4d122-1ec1-4781-a8ac-61becbda703f @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 50e4d122-1ec1-4781-a8ac-61becbda703f @rdf:type sh:Property; e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5 @sh:path http://www.sampledomain.org/sam#aSetOfDates; e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5 @rdf:type sh:Property; ff7b73f5-bad6-469a-b492-a56174d13e0b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; ff7b73f5-bad6-469a-b492-a56174d13e0b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ff7b73f5-bad6-469a-b492-a56174d13e0b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; ff7b73f5-bad6-469a-b492-a56174d13e0b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ff7b73f5-bad6-469a-b492-a56174d13e0b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ff7b73f5-bad6-469a-b492-a56174d13e0b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ff7b73f5-bad6-469a-b492-a56174d13e0b @rdf:type sh:Property...} |  [6090d6c4-7ba8-4570-a5ae-72850d15239a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6090d6c4-7ba8-4570-a5ae-72850d15239a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [50e4d122-1ec1-4781-a8ac-61becbda703f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [50e4d122-1ec1-4781-a8ac-61becbda703f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [50e4d122-1ec1-4781-a8ac-61becbda703f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [50e4d122-1ec1-4781-a8ac-61becbda703f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ff7b73f5-bad6-469a-b492-a56174d13e0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [19f43800-13ff-4174-b4c3-e86252b5eb91, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [19f43800-13ff-4174-b4c3-e86252b5eb91, http://www.w3.org/ns/shacl#in, 50926818-015e-4222-a9b6-b2fc55ce1e9a] [19f43800-13ff-4174-b4c3-e86252b5eb91, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [50926818-015e-4222-a9b6-b2fc55ce1e9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4b54dacb-ae83-48e1-925d-c32b1cd083cf] [50926818-015e-4222-a9b6-b2fc55ce1e9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [4892c001-103e-4dfa-9651-37740b6b0987, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4892c001-103e-4dfa-9651-37740b6b0987, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4892c001-103e-4dfa-9651-37740b6b0987, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#pattern, "^B"] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [dacd1a51-2309-4c1f-aba8-b97f20b1731b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4b54dacb-ae83-48e1-925d-c32b1cd083cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6090d6c4-7ba8-4570-a5ae-72850d15239a] [4b54dacb-ae83-48e1-925d-c32b1cd083cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [472d4953-0a68-42d0-8e7b-70eb094ff92a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [472d4953-0a68-42d0-8e7b-70eb094ff92a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [472d4953-0a68-42d0-8e7b-70eb094ff92a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [472d4953-0a68-42d0-8e7b-70eb094ff92a, 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, 4892c001-103e-4dfa-9651-37740b6b0987] [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, a91a06b1-2849-4b6c-b724-a010d7b7c699] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 472d4953-0a68-42d0-8e7b-70eb094ff92a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 50e4d122-1ec1-4781-a8ac-61becbda703f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 19f43800-13ff-4174-b4c3-e86252b5eb91] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dacd1a51-2309-4c1f-aba8-b97f20b1731b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ff7b73f5-bad6-469a-b492-a56174d13e0b] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a91a06b1-2849-4b6c-b724-a010d7b7c699, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:46.644 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:46.674 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:46.682 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ff7b73f5-bad6-469a-b492-a56174d13e0b,_:472d4953-0a68-42d0-8e7b-70eb094ff92a,_:4892c001-103e-4dfa-9651-37740b6b0987,_:a91a06b1-2849-4b6c-b724-a010d7b7c699,_:50e4d122-1ec1-4781-a8ac-61becbda703f,_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,_:19f43800-13ff-4174-b4c3-e86252b5eb91. Pending nodes: 
20:39:46.685 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ff7b73f5-bad6-469a-b492-a56174d13e0b
20:39:46.692 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:472d4953-0a68-42d0-8e7b-70eb094ff92a
20:39:46.697 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4892c001-103e-4dfa-9651-37740b6b0987
20:39:46.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a91a06b1-2849-4b6c-b724-a010d7b7c699
20:39:46.710 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:50e4d122-1ec1-4781-a8ac-61becbda703f
20:39:46.715 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5
20:39:46.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dacd1a51-2309-4c1f-aba8-b97f20b1731b
20:39:46.740 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:19f43800-13ff-4174-b4c3-e86252b5eb91
20:39:46.743 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:19f43800-13ff-4174-b4c3-e86252b5eb91
20:39:46.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dacd1a51-2309-4c1f-aba8-b97f20b1731b
20:39:46.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:46.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5
20:39:46.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:50e4d122-1ec1-4781-a8ac-61becbda703f
20:39:46.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a91a06b1-2849-4b6c-b724-a010d7b7c699
20:39:46.744 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4892c001-103e-4dfa-9651-37740b6b0987
20:39:46.773 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:472d4953-0a68-42d0-8e7b-70eb094ff92a
20:39:46.773 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ff7b73f5-bad6-469a-b492-a56174d13e0b
20:39:46.774 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:19f43800-13ff-4174-b4c3-e86252b5eb91 = 
20:39:46.775 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:19f43800-13ff-4174-b4c3-e86252b5eb91 = 
20:39:46.775 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:19f43800-13ff-4174-b4c3-e86252b5eb91: 
20:39:46.776 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dacd1a51-2309-4c1f-aba8-b97f20b1731b = 
20:39:46.776 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dacd1a51-2309-4c1f-aba8-b97f20b1731b = 
20:39:46.776 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dacd1a51-2309-4c1f-aba8-b97f20b1731b: 
20:39:46.777 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:46.777 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:46.778 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:46.778 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:46.778 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:46.779 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ff7b73f5-bad6-469a-b492-a56174d13e0b,_:472d4953-0a68-42d0-8e7b-70eb094ff92a,_:4892c001-103e-4dfa-9651-37740b6b0987,_:a91a06b1-2849-4b6c-b724-a010d7b7c699,_:50e4d122-1ec1-4781-a8ac-61becbda703f,_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,_:19f43800-13ff-4174-b4c3-e86252b5eb91)
20:39:46.780 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ff7b73f5-bad6-469a-b492-a56174d13e0b)
20:39:46.780 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:472d4953-0a68-42d0-8e7b-70eb094ff92a)
20:39:46.780 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4892c001-103e-4dfa-9651-37740b6b0987)
20:39:46.781 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a91a06b1-2849-4b6c-b724-a010d7b7c699)
20:39:46.781 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50e4d122-1ec1-4781-a8ac-61becbda703f)
20:39:46.781 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5)
20:39:46.781 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dacd1a51-2309-4c1f-aba8-b97f20b1731b)
20:39:46.782 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19f43800-13ff-4174-b4c3-e86252b5eb91)
20:39:46.782 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.782 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.784 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.784 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.784 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.784 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.786 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.786 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.786 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ff7b73f5-bad6-469a-b492-a56174d13e0b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:46.787 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.787 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.789 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ff7b73f5-bad6-469a-b492-a56174d13e0b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ff7b73f5-bad6-469a-b492-a56174d13e0b,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>)))))))
20:39:46.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.789 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.790 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.792 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:472d4953-0a68-42d0-8e7b-70eb094ff92a=ShapeTyping(TypingMap(Map()))
20:39:46.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.792 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.793 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4892c001-103e-4dfa-9651-37740b6b0987=ShapeTyping(TypingMap(Map()))
20:39:46.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.793 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.798 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a91a06b1-2849-4b6c-b724-a010d7b7c699],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:46.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.800 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a91a06b1-2849-4b6c-b724-a010d7b7c699=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a91a06b1-2849-4b6c-b724-a010d7b7c699,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:46.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.803 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50e4d122-1ec1-4781-a8ac-61becbda703f=ShapeTyping(TypingMap(Map()))
20:39:46.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.805 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:46.602Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:46.806 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:46.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.808 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.901 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dacd1a51-2309-4c1f-aba8-b97f20b1731b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:46.906 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dacd1a51-2309-4c1f-aba8-b97f20b1731b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,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"))))))))
20:39:46.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:46.907 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:19f43800-13ff-4174-b4c3-e86252b5eb91=ShapeTyping(TypingMap(Map()))
20:39:46.908 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ff7b73f5-bad6-469a-b492-a56174d13e0b,_:472d4953-0a68-42d0-8e7b-70eb094ff92a,_:4892c001-103e-4dfa-9651-37740b6b0987,_:a91a06b1-2849-4b6c-b724-a010d7b7c699,_:50e4d122-1ec1-4781-a8ac-61becbda703f,_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,_:19f43800-13ff-4174-b4c3-e86252b5eb91)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ff7b73f5-bad6-469a-b492-a56174d13e0b,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(_:a91a06b1-2849-4b6c-b724-a010d7b7c699,PredicatePath(<http://www.sampledomain.org/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(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,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"))))))))
20:39:46.910 [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(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ff7b73f5-bad6-469a-b492-a56174d13e0b,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(_:a91a06b1-2849-4b6c-b724-a010d7b7c699,PredicatePath(<http://www.sampledomain.org/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(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,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"))))))))
20:39:46.911 [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(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ff7b73f5-bad6-469a-b492-a56174d13e0b,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(_:a91a06b1-2849-4b6c-b724-a010d7b7c699,PredicatePath(<http://www.sampledomain.org/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(_:ff7b73f5-bad6-469a-b492-a56174d13e0b), ShapeRef(_:472d4953-0a68-42d0-8e7b-70eb094ff92a), ShapeRef(_:4892c001-103e-4dfa-9651-37740b6b0987), ShapeRef(_:a91a06b1-2849-4b6c-b724-a010d7b7c699), ShapeRef(_:50e4d122-1ec1-4781-a8ac-61becbda703f), ShapeRef(_:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5), ShapeRef(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b), ShapeRef(_:19f43800-13ff-4174-b4c3-e86252b5eb91)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dacd1a51-2309-4c1f-aba8-b97f20b1731b,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"))))))))
20:39:46.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5 = 
20:39:46.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5 = 
20:39:46.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e587bdb9-ea1d-450a-9d1e-4bcb930a4cd5: 
20:39:46.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:50e4d122-1ec1-4781-a8ac-61becbda703f = 
20:39:46.913 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:50e4d122-1ec1-4781-a8ac-61becbda703f = 
20:39:46.913 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:50e4d122-1ec1-4781-a8ac-61becbda703f: 
20:39:46.914 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a91a06b1-2849-4b6c-b724-a010d7b7c699 = 
20:39:46.914 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a91a06b1-2849-4b6c-b724-a010d7b7c699 = 
20:39:46.915 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a91a06b1-2849-4b6c-b724-a010d7b7c699: 
20:39:46.915 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4892c001-103e-4dfa-9651-37740b6b0987 = 
20:39:46.915 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4892c001-103e-4dfa-9651-37740b6b0987 = 
20:39:46.916 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4892c001-103e-4dfa-9651-37740b6b0987: 
20:39:46.916 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:472d4953-0a68-42d0-8e7b-70eb094ff92a = 
20:39:46.916 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:472d4953-0a68-42d0-8e7b-70eb094ff92a = 
20:39:46.917 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:472d4953-0a68-42d0-8e7b-70eb094ff92a: 
20:39:46.917 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ff7b73f5-bad6-469a-b492-a56174d13e0b = 
20:39:46.918 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ff7b73f5-bad6-469a-b492-a56174d13e0b = 
20:39:46.918 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ff7b73f5-bad6-469a-b492-a56174d13e0b: 
20:39:46.983 [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
               ]
] .

20:39:46.990 [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: 3.925 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>
                "2019-07-12T20:39:46.998Z"^^<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 .
20:39:47.081 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "15"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:46.998Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "15"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:46.998Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:47.084 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 @rdf:type sh:Property; a96a63aa-a9c7-4a21-ad6a-da3a0130a106 @rdf:rest rdf:nil; a96a63aa-a9c7-4a21-ad6a-da3a0130a106 @rdf:first "C"; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a4d5c201-bbed-4ae8-916f-cd5892a6ee28 @rdf:type sh:Property; ef97c70d-014a-423e-93a0-345045ce8d46 @rdf:rest 403094bf-8dd1-4ae2-aa5e-a7afe6513339...} |  [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4070a88e-36f8-4d7a-9a29-c0653cbb4aa4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a96a63aa-a9c7-4a21-ad6a-da3a0130a106, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [a96a63aa-a9c7-4a21-ad6a-da3a0130a106, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a4d5c201-bbed-4ae8-916f-cd5892a6ee28, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ef97c70d-014a-423e-93a0-345045ce8d46, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 403094bf-8dd1-4ae2-aa5e-a7afe6513339] [ef97c70d-014a-423e-93a0-345045ce8d46, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [36484fda-bdbe-487c-a456-f8b38776a6b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [36484fda-bdbe-487c-a456-f8b38776a6b7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [36484fda-bdbe-487c-a456-f8b38776a6b7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [36484fda-bdbe-487c-a456-f8b38776a6b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9b51f828-f218-47dd-8067-aa7796730728, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [9b51f828-f218-47dd-8067-aa7796730728, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9b51f828-f218-47dd-8067-aa7796730728, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9b51f828-f218-47dd-8067-aa7796730728, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [403094bf-8dd1-4ae2-aa5e-a7afe6513339, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a96a63aa-a9c7-4a21-ad6a-da3a0130a106] [403094bf-8dd1-4ae2-aa5e-a7afe6513339, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2c608825-6e0e-49d7-97f6-536ef71f87cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2c608825-6e0e-49d7-97f6-536ef71f87cb, http://www.w3.org/ns/shacl#in, ef97c70d-014a-423e-93a0-345045ce8d46] [2c608825-6e0e-49d7-97f6-536ef71f87cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac09a4ab-c022-4d1e-bbbc-fb51db048671, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ac09a4ab-c022-4d1e-bbbc-fb51db048671, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ac09a4ab-c022-4d1e-bbbc-fb51db048671, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ac09a4ab-c022-4d1e-bbbc-fb51db048671, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#pattern, "^B"] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0b8db163-feb8-4630-ad2d-e11f2b98bce1, 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, 36484fda-bdbe-487c-a456-f8b38776a6b7] [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, a4d5c201-bbed-4ae8-916f-cd5892a6ee28] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac09a4ab-c022-4d1e-bbbc-fb51db048671] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9b51f828-f218-47dd-8067-aa7796730728] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4070a88e-36f8-4d7a-9a29-c0653cbb4aa4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0b8db163-feb8-4630-ad2d-e11f2b98bce1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2c608825-6e0e-49d7-97f6-536ef71f87cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7]>
20:39:47.087 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:47.091 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:47.097 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,_:2c608825-6e0e-49d7-97f6-536ef71f87cb,_:9b51f828-f218-47dd-8067-aa7796730728,_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7,_:36484fda-bdbe-487c-a456-f8b38776a6b7. Pending nodes: 
20:39:47.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4
20:39:47.105 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0b8db163-feb8-4630-ad2d-e11f2b98bce1
20:39:47.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c608825-6e0e-49d7-97f6-536ef71f87cb
20:39:47.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9b51f828-f218-47dd-8067-aa7796730728
20:39:47.125 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4d5c201-bbed-4ae8-916f-cd5892a6ee28
20:39:47.131 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac09a4ab-c022-4d1e-bbbc-fb51db048671
20:39:47.135 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7
20:39:47.138 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36484fda-bdbe-487c-a456-f8b38776a6b7
20:39:47.171 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36484fda-bdbe-487c-a456-f8b38776a6b7
20:39:47.171 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7
20:39:47.171 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac09a4ab-c022-4d1e-bbbc-fb51db048671
20:39:47.171 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:47.171 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4d5c201-bbed-4ae8-916f-cd5892a6ee28
20:39:47.172 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9b51f828-f218-47dd-8067-aa7796730728
20:39:47.172 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c608825-6e0e-49d7-97f6-536ef71f87cb
20:39:47.172 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0b8db163-feb8-4630-ad2d-e11f2b98bce1
20:39:47.172 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4
20:39:47.173 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36484fda-bdbe-487c-a456-f8b38776a6b7 = 
20:39:47.173 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36484fda-bdbe-487c-a456-f8b38776a6b7 = 
20:39:47.173 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36484fda-bdbe-487c-a456-f8b38776a6b7: 
20:39:47.174 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7 = 
20:39:47.175 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7 = 
20:39:47.175 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7: 
20:39:47.175 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac09a4ab-c022-4d1e-bbbc-fb51db048671 = 
20:39:47.176 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac09a4ab-c022-4d1e-bbbc-fb51db048671 = 
20:39:47.176 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac09a4ab-c022-4d1e-bbbc-fb51db048671: 
20:39:47.176 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:47.177 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:47.178 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:47.178 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:47.178 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:47.178 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,_:2c608825-6e0e-49d7-97f6-536ef71f87cb,_:9b51f828-f218-47dd-8067-aa7796730728,_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7,_:36484fda-bdbe-487c-a456-f8b38776a6b7)
20:39:47.179 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4)
20:39:47.180 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b8db163-feb8-4630-ad2d-e11f2b98bce1)
20:39:47.180 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c608825-6e0e-49d7-97f6-536ef71f87cb)
20:39:47.180 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b51f828-f218-47dd-8067-aa7796730728)
20:39:47.181 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28)
20:39:47.181 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac09a4ab-c022-4d1e-bbbc-fb51db048671)
20:39:47.181 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7)
20:39:47.182 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36484fda-bdbe-487c-a456-f8b38776a6b7)
20:39:47.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.183 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.185 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.186 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.187 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.188 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:47.188 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.189 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.190 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,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>)))))))
20:39:47.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.191 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.193 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.195 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.199 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0b8db163-feb8-4630-ad2d-e11f2b98bce1],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:47.200 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0b8db163-feb8-4630-ad2d-e11f2b98bce1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,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>)))))))
20:39:47.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.201 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c608825-6e0e-49d7-97f6-536ef71f87cb=ShapeTyping(TypingMap(Map()))
20:39:47.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.203 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9b51f828-f218-47dd-8067-aa7796730728=ShapeTyping(TypingMap(Map()))
20:39:47.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.204 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.207 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:47.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.209 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:47.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.274 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.275 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.278 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac09a4ab-c022-4d1e-bbbc-fb51db048671=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,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))))))))
20:39:47.278 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.278 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.279 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7=ShapeTyping(TypingMap(Map()))
20:39:47.279 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.279 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.280 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.280 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.280 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:46.998Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:36484fda-bdbe-487c-a456-f8b38776a6b7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:47.281 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36484fda-bdbe-487c-a456-f8b38776a6b7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:36484fda-bdbe-487c-a456-f8b38776a6b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:47.282 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,_:2c608825-6e0e-49d7-97f6-536ef71f87cb,_:9b51f828-f218-47dd-8067-aa7796730728,_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7,_:36484fda-bdbe-487c-a456-f8b38776a6b7)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:36484fda-bdbe-487c-a456-f8b38776a6b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,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(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,PredicatePath(<http://www.sampledomain.org/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(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,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(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,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(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.284 [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(_:36484fda-bdbe-487c-a456-f8b38776a6b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,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(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,PredicatePath(<http://www.sampledomain.org/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(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,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(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,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(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.285 [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(_:36484fda-bdbe-487c-a456-f8b38776a6b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671,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(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28,PredicatePath(<http://www.sampledomain.org/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(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4,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(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1,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(_:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4), ShapeRef(_:0b8db163-feb8-4630-ad2d-e11f2b98bce1), ShapeRef(_:2c608825-6e0e-49d7-97f6-536ef71f87cb), ShapeRef(_:9b51f828-f218-47dd-8067-aa7796730728), ShapeRef(_:a4d5c201-bbed-4ae8-916f-cd5892a6ee28), ShapeRef(_:ac09a4ab-c022-4d1e-bbbc-fb51db048671), ShapeRef(_:90b1fa42-0d1d-4d7d-bf0b-4dd4c66029d7), ShapeRef(_:36484fda-bdbe-487c-a456-f8b38776a6b7)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.286 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4d5c201-bbed-4ae8-916f-cd5892a6ee28 = 
20:39:47.286 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4d5c201-bbed-4ae8-916f-cd5892a6ee28 = 
20:39:47.286 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4d5c201-bbed-4ae8-916f-cd5892a6ee28: 
20:39:47.287 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9b51f828-f218-47dd-8067-aa7796730728 = 
20:39:47.288 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9b51f828-f218-47dd-8067-aa7796730728 = 
20:39:47.288 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9b51f828-f218-47dd-8067-aa7796730728: 
20:39:47.289 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c608825-6e0e-49d7-97f6-536ef71f87cb = 
20:39:47.289 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c608825-6e0e-49d7-97f6-536ef71f87cb = 
20:39:47.289 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c608825-6e0e-49d7-97f6-536ef71f87cb: 
20:39:47.290 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0b8db163-feb8-4630-ad2d-e11f2b98bce1 = 
20:39:47.290 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0b8db163-feb8-4630-ad2d-e11f2b98bce1 = 
20:39:47.291 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0b8db163-feb8-4630-ad2d-e11f2b98bce1: 
20:39:47.291 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 = 
20:39:47.291 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4 = 
20:39:47.292 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4070a88e-36f8-4d7a-9a29-c0653cbb4aa4: 
20:39:47.297 [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
] .

20:39:47.301 [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>
                "2019-07-12T20:39:47.304Z"^^<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 .
20:39:47.327 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:47.304Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:47.304Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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> .
20:39:47.330 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {71fc8045-f364-4079-bac4-4a3e7c83886b @rdf:rest rdf:nil; 71fc8045-f364-4079-bac4-4a3e7c83886b @rdf:first "C"; 38267325-5924-4b15-9d5c-abeb75a8446e @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 38267325-5924-4b15-9d5c-abeb75a8446e @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 38267325-5924-4b15-9d5c-abeb75a8446e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 38267325-5924-4b15-9d5c-abeb75a8446e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 38267325-5924-4b15-9d5c-abeb75a8446e @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 38267325-5924-4b15-9d5c-abeb75a8446e @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 38267325-5924-4b15-9d5c-abeb75a8446e @rdf:type sh:Property; 9c3a46c1-90dd-4174-8cf0-738bbedbf3c5 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 9c3a46c1-90dd-4174-8cf0-738bbedbf3c5 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 9c3a46c1-90dd-4174-8cf0-738bbedbf3c5 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 9c3a46c1-90dd-4174-8cf0-738bbedbf3c5 @rdf:type sh:Property; b637bb7a-8f17-4573-bf88-ad033b0e9239 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; b637bb7a-8f17-4573-bf88-ad033b0e9239 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b637bb7a-8f17-4573-bf88-ad033b0e9239 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b637bb7a-8f17-4573-bf88-ad033b0e9239 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [71fc8045-f364-4079-bac4-4a3e7c83886b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [71fc8045-f364-4079-bac4-4a3e7c83886b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38267325-5924-4b15-9d5c-abeb75a8446e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c3a46c1-90dd-4174-8cf0-738bbedbf3c5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9c3a46c1-90dd-4174-8cf0-738bbedbf3c5, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9c3a46c1-90dd-4174-8cf0-738bbedbf3c5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9c3a46c1-90dd-4174-8cf0-738bbedbf3c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b637bb7a-8f17-4573-bf88-ad033b0e9239, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [30e2219b-92fa-4095-a4a0-37393c886ca6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c96da1e6-cfe3-4ea4-975f-f65d0310ab67] [30e2219b-92fa-4095-a4a0-37393c886ca6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c50cddcb-10b7-4c7e-a59b-dee65d19ed47, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c50cddcb-10b7-4c7e-a59b-dee65d19ed47, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c50cddcb-10b7-4c7e-a59b-dee65d19ed47, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9ffff324-279e-4fc1-b100-99a00d45d812, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9ffff324-279e-4fc1-b100-99a00d45d812, http://www.w3.org/ns/shacl#in, 30e2219b-92fa-4095-a4a0-37393c886ca6] [9ffff324-279e-4fc1-b100-99a00d45d812, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a70cfd5f-7207-4762-987a-7f25c876314a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [a70cfd5f-7207-4762-987a-7f25c876314a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a70cfd5f-7207-4762-987a-7f25c876314a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a70cfd5f-7207-4762-987a-7f25c876314a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5db0c186-5bb4-4cff-b81b-68bdd95d55f1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [5db0c186-5bb4-4cff-b81b-68bdd95d55f1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5db0c186-5bb4-4cff-b81b-68bdd95d55f1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5db0c186-5bb4-4cff-b81b-68bdd95d55f1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c96da1e6-cfe3-4ea4-975f-f65d0310ab67, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 71fc8045-f364-4079-bac4-4a3e7c83886b] [c96da1e6-cfe3-4ea4-975f-f65d0310ab67, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#pattern, "^B"] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [7bd848e5-caa5-4697-abc4-63e2f5fb44b9, 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, 9ffff324-279e-4fc1-b100-99a00d45d812] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7bd848e5-caa5-4697-abc4-63e2f5fb44b9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c3a46c1-90dd-4174-8cf0-738bbedbf3c5] [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, b637bb7a-8f17-4573-bf88-ad033b0e9239] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 38267325-5924-4b15-9d5c-abeb75a8446e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c50cddcb-10b7-4c7e-a59b-dee65d19ed47] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5db0c186-5bb4-4cff-b81b-68bdd95d55f1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a70cfd5f-7207-4762-987a-7f25c876314a]>
20:39:47.372 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:47.376 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:47.382 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,_:a70cfd5f-7207-4762-987a-7f25c876314a,_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1,_:9ffff324-279e-4fc1-b100-99a00d45d812,_:38267325-5924-4b15-9d5c-abeb75a8446e,_:b637bb7a-8f17-4573-bf88-ad033b0e9239,_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47. Pending nodes: 
20:39:47.383 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5
20:39:47.387 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7bd848e5-caa5-4697-abc4-63e2f5fb44b9
20:39:47.393 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a70cfd5f-7207-4762-987a-7f25c876314a
20:39:47.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5db0c186-5bb4-4cff-b81b-68bdd95d55f1
20:39:47.400 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9ffff324-279e-4fc1-b100-99a00d45d812
20:39:47.404 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38267325-5924-4b15-9d5c-abeb75a8446e
20:39:47.409 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b637bb7a-8f17-4573-bf88-ad033b0e9239
20:39:47.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c50cddcb-10b7-4c7e-a59b-dee65d19ed47
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c50cddcb-10b7-4c7e-a59b-dee65d19ed47
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b637bb7a-8f17-4573-bf88-ad033b0e9239
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38267325-5924-4b15-9d5c-abeb75a8446e
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9ffff324-279e-4fc1-b100-99a00d45d812
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5db0c186-5bb4-4cff-b81b-68bdd95d55f1
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a70cfd5f-7207-4762-987a-7f25c876314a
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7bd848e5-caa5-4697-abc4-63e2f5fb44b9
20:39:47.417 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5
20:39:47.418 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c50cddcb-10b7-4c7e-a59b-dee65d19ed47 = 
20:39:47.418 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c50cddcb-10b7-4c7e-a59b-dee65d19ed47 = 
20:39:47.418 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c50cddcb-10b7-4c7e-a59b-dee65d19ed47: 
20:39:47.419 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b637bb7a-8f17-4573-bf88-ad033b0e9239 = 
20:39:47.419 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b637bb7a-8f17-4573-bf88-ad033b0e9239 = 
20:39:47.419 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b637bb7a-8f17-4573-bf88-ad033b0e9239: 
20:39:47.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:47.420 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:47.420 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:47.420 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:47.421 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:47.421 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,_:a70cfd5f-7207-4762-987a-7f25c876314a,_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1,_:9ffff324-279e-4fc1-b100-99a00d45d812,_:38267325-5924-4b15-9d5c-abeb75a8446e,_:b637bb7a-8f17-4573-bf88-ad033b0e9239,_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)
20:39:47.421 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5)
20:39:47.422 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9)
20:39:47.422 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a70cfd5f-7207-4762-987a-7f25c876314a)
20:39:47.422 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1)
20:39:47.422 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9ffff324-279e-4fc1-b100-99a00d45d812)
20:39:47.422 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38267325-5924-4b15-9d5c-abeb75a8446e)
20:39:47.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b637bb7a-8f17-4573-bf88-ad033b0e9239)
20:39:47.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)
20:39:47.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.425 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:47.304Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:47.426 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:47.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.431 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:47.432 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,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>)))))))
20:39:47.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.435 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a70cfd5f-7207-4762-987a-7f25c876314a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a70cfd5f-7207-4762-987a-7f25c876314a,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"))))))))
20:39:47.435 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.435 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.437 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1=ShapeTyping(TypingMap(Map()))
20:39:47.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.471 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9ffff324-279e-4fc1-b100-99a00d45d812=ShapeTyping(TypingMap(Map()))
20:39:47.471 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.471 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.471 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.471 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.472 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.472 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.473 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.473 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.473 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:38267325-5924-4b15-9d5c-abeb75a8446e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:47.474 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.474 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.475 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38267325-5924-4b15-9d5c-abeb75a8446e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38267325-5924-4b15-9d5c-abeb75a8446e,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>)))))))
20:39:47.475 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.475 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.476 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.476 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.477 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.477 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.478 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.478 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.478 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b637bb7a-8f17-4573-bf88-ad033b0e9239],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:47.479 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.479 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.480 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b637bb7a-8f17-4573-bf88-ad033b0e9239=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b637bb7a-8f17-4573-bf88-ad033b0e9239,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:47.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.480 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.481 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47=ShapeTyping(TypingMap(Map()))
20:39:47.482 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,_:a70cfd5f-7207-4762-987a-7f25c876314a,_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1,_:9ffff324-279e-4fc1-b100-99a00d45d812,_:38267325-5924-4b15-9d5c-abeb75a8446e,_:b637bb7a-8f17-4573-bf88-ad033b0e9239,_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:38267325-5924-4b15-9d5c-abeb75a8446e,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(_:b637bb7a-8f17-4573-bf88-ad033b0e9239,PredicatePath(<http://www.sampledomain.org/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(_:a70cfd5f-7207-4762-987a-7f25c876314a,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,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(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.484 [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(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:38267325-5924-4b15-9d5c-abeb75a8446e,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(_:b637bb7a-8f17-4573-bf88-ad033b0e9239,PredicatePath(<http://www.sampledomain.org/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(_:a70cfd5f-7207-4762-987a-7f25c876314a,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,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(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.485 [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(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:38267325-5924-4b15-9d5c-abeb75a8446e,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(_:b637bb7a-8f17-4573-bf88-ad033b0e9239,PredicatePath(<http://www.sampledomain.org/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(_:a70cfd5f-7207-4762-987a-7f25c876314a,PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>),List(MaxInclusive(15), MinInclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxInclusive violation. Expected 16 <= 15")))), PropertyShape(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9,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(_:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5), ShapeRef(_:7bd848e5-caa5-4697-abc4-63e2f5fb44b9), ShapeRef(_:a70cfd5f-7207-4762-987a-7f25c876314a), ShapeRef(_:5db0c186-5bb4-4cff-b81b-68bdd95d55f1), ShapeRef(_:9ffff324-279e-4fc1-b100-99a00d45d812), ShapeRef(_:38267325-5924-4b15-9d5c-abeb75a8446e), ShapeRef(_:b637bb7a-8f17-4573-bf88-ad033b0e9239), ShapeRef(_:c50cddcb-10b7-4c7e-a59b-dee65d19ed47)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38267325-5924-4b15-9d5c-abeb75a8446e = 
20:39:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38267325-5924-4b15-9d5c-abeb75a8446e = 
20:39:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38267325-5924-4b15-9d5c-abeb75a8446e: 
20:39:47.486 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9ffff324-279e-4fc1-b100-99a00d45d812 = 
20:39:47.487 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9ffff324-279e-4fc1-b100-99a00d45d812 = 
20:39:47.487 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9ffff324-279e-4fc1-b100-99a00d45d812: 
20:39:47.487 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5db0c186-5bb4-4cff-b81b-68bdd95d55f1 = 
20:39:47.488 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5db0c186-5bb4-4cff-b81b-68bdd95d55f1 = 
20:39:47.488 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5db0c186-5bb4-4cff-b81b-68bdd95d55f1: 
20:39:47.488 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a70cfd5f-7207-4762-987a-7f25c876314a = 
20:39:47.488 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a70cfd5f-7207-4762-987a-7f25c876314a = 
20:39:47.488 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a70cfd5f-7207-4762-987a-7f25c876314a: 
20:39:47.489 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7bd848e5-caa5-4697-abc4-63e2f5fb44b9 = 
20:39:47.489 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7bd848e5-caa5-4697-abc4-63e2f5fb44b9 = 
20:39:47.489 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7bd848e5-caa5-4697-abc4-63e2f5fb44b9: 
20:39:47.490 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5 = 
20:39:47.490 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5 = 
20:39:47.490 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c3a46c1-90dd-4174-8cf0-738bbedbf3c5: 
20:39:47.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  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
               ]
] .

20:39:47.502 [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.496 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>
                "2019-07-12T20:39:47.509Z"^^<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 .
20:39:47.588 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#integerProperty2 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:47.509Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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 @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#integerProperty2, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:47.509Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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.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#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh: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:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#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> .
20:39:47.591 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1ff9b1d9-37b2-4817-86cb-dd5107fea493 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 1ff9b1d9-37b2-4817-86cb-dd5107fea493 @sh:name "anotherIntegerProperty"; 1ff9b1d9-37b2-4817-86cb-dd5107fea493 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1ff9b1d9-37b2-4817-86cb-dd5107fea493 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1ff9b1d9-37b2-4817-86cb-dd5107fea493 @rdf:type sh:Property; db4ddca4-f361-4115-8352-5a9e189a348e @sh:path http://www.sampledomain.org/sam#integerProperty2; db4ddca4-f361-4115-8352-5a9e189a348e @sh:name "integerProperty2"; db4ddca4-f361-4115-8352-5a9e189a348e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; db4ddca4-f361-4115-8352-5a9e189a348e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; db4ddca4-f361-4115-8352-5a9e189a348e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; db4ddca4-f361-4115-8352-5a9e189a348e @rdf:type sh:Property; cea08fdf-1dde-4868-81a5-c698e3c7ca41 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; cea08fdf-1dde-4868-81a5-c698e3c7ca41 @sh:name "aReferenceProperty"; cea08fdf-1dde-4868-81a5-c698e3c7ca41 @sh:class http://www.sampledomain.org/sam#AnotherResource; cea08fdf-1dde-4868-81a5-c698e3c7ca41 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cea08fdf-1dde-4868-81a5-c698e3c7ca41 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; cea08fdf-1dde-4868-81a5-c698e3c7ca41 @sh:datatype oslc:Resource...} |  [1ff9b1d9-37b2-4817-86cb-dd5107fea493, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1ff9b1d9-37b2-4817-86cb-dd5107fea493, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [1ff9b1d9-37b2-4817-86cb-dd5107fea493, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1ff9b1d9-37b2-4817-86cb-dd5107fea493, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1ff9b1d9-37b2-4817-86cb-dd5107fea493, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db4ddca4-f361-4115-8352-5a9e189a348e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [db4ddca4-f361-4115-8352-5a9e189a348e, http://www.w3.org/ns/shacl#name, "integerProperty2"] [db4ddca4-f361-4115-8352-5a9e189a348e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [db4ddca4-f361-4115-8352-5a9e189a348e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [db4ddca4-f361-4115-8352-5a9e189a348e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [db4ddca4-f361-4115-8352-5a9e189a348e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [cea08fdf-1dde-4868-81a5-c698e3c7ca41, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [418b8b79-1ca3-4501-b141-23daeb01ce77, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [418b8b79-1ca3-4501-b141-23daeb01ce77, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [418b8b79-1ca3-4501-b141-23daeb01ce77, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [418b8b79-1ca3-4501-b141-23daeb01ce77, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [418b8b79-1ca3-4501-b141-23daeb01ce77, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a9eed3a7-46cd-4563-8c20-7e0b870f8ae9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a9eed3a7-46cd-4563-8c20-7e0b870f8ae9, http://www.w3.org/ns/shacl#name, "aStringProperty"] [a9eed3a7-46cd-4563-8c20-7e0b870f8ae9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9eed3a7-46cd-4563-8c20-7e0b870f8ae9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [a9eed3a7-46cd-4563-8c20-7e0b870f8ae9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a9eed3a7-46cd-4563-8c20-7e0b870f8ae9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8597e024-e9f7-410d-89d7-31f248aca23d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [8597e024-e9f7-410d-89d7-31f248aca23d, http://www.w3.org/ns/shacl#name, "integerProperty3"] [8597e024-e9f7-410d-89d7-31f248aca23d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8597e024-e9f7-410d-89d7-31f248aca23d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8597e024-e9f7-410d-89d7-31f248aca23d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8597e024-e9f7-410d-89d7-31f248aca23d, 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, a9eed3a7-46cd-4563-8c20-7e0b870f8ae9] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, db4ddca4-f361-4115-8352-5a9e189a348e] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, cea08fdf-1dde-4868-81a5-c698e3c7ca41] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 8597e024-e9f7-410d-89d7-31f248aca23d] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 1ff9b1d9-37b2-4817-86cb-dd5107fea493] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AnOslcResource] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 418b8b79-1ca3-4501-b141-23daeb01ce77] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 35fbece8-8d55-463b-954e-6496e6faeef1] [35fbece8-8d55-463b-954e-6496e6faeef1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [35fbece8-8d55-463b-954e-6496e6faeef1, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [35fbece8-8d55-463b-954e-6496e6faeef1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [35fbece8-8d55-463b-954e-6496e6faeef1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [35fbece8-8d55-463b-954e-6496e6faeef1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [35fbece8-8d55-463b-954e-6496e6faeef1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:47.593 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
20:39:47.597 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
20:39:47.603 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:8597e024-e9f7-410d-89d7-31f248aca23d,_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,_:35fbece8-8d55-463b-954e-6496e6faeef1,_:418b8b79-1ca3-4501-b141-23daeb01ce77,_:db4ddca4-f361-4115-8352-5a9e189a348e,_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,_:cea08fdf-1dde-4868-81a5-c698e3c7ca41. Pending nodes: 
20:39:47.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8597e024-e9f7-410d-89d7-31f248aca23d
20:39:47.609 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9
20:39:47.613 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:35fbece8-8d55-463b-954e-6496e6faeef1
20:39:47.618 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:418b8b79-1ca3-4501-b141-23daeb01ce77
20:39:47.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:db4ddca4-f361-4115-8352-5a9e189a348e
20:39:47.627 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ff9b1d9-37b2-4817-86cb-dd5107fea493
20:39:47.632 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cea08fdf-1dde-4868-81a5-c698e3c7ca41
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cea08fdf-1dde-4868-81a5-c698e3c7ca41
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ff9b1d9-37b2-4817-86cb-dd5107fea493
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:db4ddca4-f361-4115-8352-5a9e189a348e
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:418b8b79-1ca3-4501-b141-23daeb01ce77
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:35fbece8-8d55-463b-954e-6496e6faeef1
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9
20:39:47.636 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8597e024-e9f7-410d-89d7-31f248aca23d
20:39:47.637 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cea08fdf-1dde-4868-81a5-c698e3c7ca41 = 
20:39:47.637 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cea08fdf-1dde-4868-81a5-c698e3c7ca41 = 
20:39:47.637 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cea08fdf-1dde-4868-81a5-c698e3c7ca41: 
20:39:47.638 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ff9b1d9-37b2-4817-86cb-dd5107fea493 = 
20:39:47.638 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ff9b1d9-37b2-4817-86cb-dd5107fea493 = 
20:39:47.638 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ff9b1d9-37b2-4817-86cb-dd5107fea493: 
20:39:47.638 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:db4ddca4-f361-4115-8352-5a9e189a348e = 
20:39:47.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:db4ddca4-f361-4115-8352-5a9e189a348e = 
20:39:47.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:db4ddca4-f361-4115-8352-5a9e189a348e: 
20:39:47.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:418b8b79-1ca3-4501-b141-23daeb01ce77 = 
20:39:47.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:418b8b79-1ca3-4501-b141-23daeb01ce77 = 
20:39:47.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:418b8b79-1ca3-4501-b141-23daeb01ce77: 
20:39:47.640 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:35fbece8-8d55-463b-954e-6496e6faeef1 = 
20:39:47.640 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:35fbece8-8d55-463b-954e-6496e6faeef1 = 
20:39:47.640 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:35fbece8-8d55-463b-954e-6496e6faeef1: 
20:39:47.641 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
20:39:47.641 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
20:39:47.641 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
20:39:47.641 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
20:39:47.641 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
20:39:47.641 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:8597e024-e9f7-410d-89d7-31f248aca23d,_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,_:35fbece8-8d55-463b-954e-6496e6faeef1,_:418b8b79-1ca3-4501-b141-23daeb01ce77,_:db4ddca4-f361-4115-8352-5a9e189a348e,_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)
20:39:47.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:8597e024-e9f7-410d-89d7-31f248aca23d)
20:39:47.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9)
20:39:47.642 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:35fbece8-8d55-463b-954e-6496e6faeef1)
20:39:47.643 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:418b8b79-1ca3-4501-b141-23daeb01ce77)
20:39:47.643 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:db4ddca4-f361-4115-8352-5a9e189a348e)
20:39:47.643 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:1ff9b1d9-37b2-4817-86cb-dd5107fea493)
20:39:47.643 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)
20:39:47.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.643 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.671 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.672 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:8597e024-e9f7-410d-89d7-31f248aca23d],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
20:39:47.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.672 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.674 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:8597e024-e9f7-410d-89d7-31f248aca23d=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8597e024-e9f7-410d-89d7-31f248aca23d,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>)))))))
20:39:47.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.674 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.675 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:47.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.675 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.676 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,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>)))))))
20:39:47.677 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.677 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.678 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:35fbece8-8d55-463b-954e-6496e6faeef1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:47.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.680 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:35fbece8-8d55-463b-954e-6496e6faeef1=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:35fbece8-8d55-463b-954e-6496e6faeef1,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>)))))))
20:39:47.681 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.681 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.681 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2019-07-12T20:39:47.509Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:418b8b79-1ca3-4501-b141-23daeb01ce77],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:47.682 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.682 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.683 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:418b8b79-1ca3-4501-b141-23daeb01ce77=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:418b8b79-1ca3-4501-b141-23daeb01ce77,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>, "2019-07-12T20:39:47.509Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
20:39:47.683 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.683 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.684 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:db4ddca4-f361-4115-8352-5a9e189a348e],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
20:39:47.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.686 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:db4ddca4-f361-4115-8352-5a9e189a348e=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:db4ddca4-f361-4115-8352-5a9e189a348e,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>)))))))
20:39:47.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.687 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:1ff9b1d9-37b2-4817-86cb-dd5107fea493],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:47.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.688 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:1ff9b1d9-37b2-4817-86cb-dd5107fea493=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,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>)))))))
20:39:47.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.690 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:cea08fdf-1dde-4868-81a5-c698e3c7ca41],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
20:39:47.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.691 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cea08fdf-1dde-4868-81a5-c698e3c7ca41=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(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41,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>)))))))
20:39:47.692 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:8597e024-e9f7-410d-89d7-31f248aca23d,_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,_:35fbece8-8d55-463b-954e-6496e6faeef1,_:418b8b79-1ca3-4501-b141-23daeb01ce77,_:db4ddca4-f361-4115-8352-5a9e189a348e,_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,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(_:35fbece8-8d55-463b-954e-6496e6faeef1,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(_:418b8b79-1ca3-4501-b141-23daeb01ce77,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>, "2019-07-12T20:39:47.509Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,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(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41,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(_:8597e024-e9f7-410d-89d7-31f248aca23d,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(_:db4ddca4-f361-4115-8352-5a9e189a348e,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.694 [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(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,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(_:35fbece8-8d55-463b-954e-6496e6faeef1,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(_:418b8b79-1ca3-4501-b141-23daeb01ce77,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>, "2019-07-12T20:39:47.509Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,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(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41,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(_:8597e024-e9f7-410d-89d7-31f248aca23d,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(_:db4ddca4-f361-4115-8352-5a9e189a348e,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.694 [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(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9,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(_:35fbece8-8d55-463b-954e-6496e6faeef1,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(_:418b8b79-1ca3-4501-b141-23daeb01ce77,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>, "2019-07-12T20:39:47.509Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493,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(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41,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(_:8597e024-e9f7-410d-89d7-31f248aca23d,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(_:db4ddca4-f361-4115-8352-5a9e189a348e,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:8597e024-e9f7-410d-89d7-31f248aca23d), ShapeRef(_:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9), ShapeRef(_:35fbece8-8d55-463b-954e-6496e6faeef1), ShapeRef(_:418b8b79-1ca3-4501-b141-23daeb01ce77), ShapeRef(_:db4ddca4-f361-4115-8352-5a9e189a348e), ShapeRef(_:1ff9b1d9-37b2-4817-86cb-dd5107fea493), ShapeRef(_:cea08fdf-1dde-4868-81a5-c698e3c7ca41)),false,List()) -> TypingResult(Valid(List()))))))
20:39:47.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9 = 
20:39:47.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9 = 
20:39:47.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9eed3a7-46cd-4563-8c20-7e0b870f8ae9: 
20:39:47.696 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8597e024-e9f7-410d-89d7-31f248aca23d = 
20:39:47.696 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8597e024-e9f7-410d-89d7-31f248aca23d = 
20:39:47.696 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8597e024-e9f7-410d-89d7-31f248aca23d: 
20:39:47.699 [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
] .

20:39:47.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  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>
                "2019-07-12T20:39:47.705Z"^^<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 .
20:39:47.771 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#integerProperty3 "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:47.705Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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 @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#integerProperty3, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:47.705Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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: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#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#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> .
20:39:47.774 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b @sh:path http://www.sampledomain.org/sam#integerProperty2; d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b @sh:name "integerProperty2"; d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b @rdf:type sh:Property; f2bb44e5-9dfb-4741-9428-d85241277181 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f2bb44e5-9dfb-4741-9428-d85241277181 @sh:name "anotherIntegerProperty"; f2bb44e5-9dfb-4741-9428-d85241277181 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f2bb44e5-9dfb-4741-9428-d85241277181 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f2bb44e5-9dfb-4741-9428-d85241277181 @rdf:type sh:Property; 7b7be531-476a-4c35-a1af-9184d72d5710 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 7b7be531-476a-4c35-a1af-9184d72d5710 @sh:name "aReferenceProperty"; 7b7be531-476a-4c35-a1af-9184d72d5710 @sh:class http://www.sampledomain.org/sam#AnotherResource; 7b7be531-476a-4c35-a1af-9184d72d5710 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7b7be531-476a-4c35-a1af-9184d72d5710 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7b7be531-476a-4c35-a1af-9184d72d5710 @sh:datatype oslc:Resource...} |  [d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b, http://www.w3.org/ns/shacl#name, "integerProperty2"] [d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2bb44e5-9dfb-4741-9428-d85241277181, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f2bb44e5-9dfb-4741-9428-d85241277181, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [f2bb44e5-9dfb-4741-9428-d85241277181, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f2bb44e5-9dfb-4741-9428-d85241277181, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f2bb44e5-9dfb-4741-9428-d85241277181, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [7b7be531-476a-4c35-a1af-9184d72d5710, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [af9f427f-8126-42b0-af9d-214538e13203, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [af9f427f-8126-42b0-af9d-214538e13203, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [af9f427f-8126-42b0-af9d-214538e13203, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [af9f427f-8126-42b0-af9d-214538e13203, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [af9f427f-8126-42b0-af9d-214538e13203, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [af9f427f-8126-42b0-af9d-214538e13203, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2e3c4029-3c3a-4f2f-8490-77f6380ada18, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2e3c4029-3c3a-4f2f-8490-77f6380ada18, http://www.w3.org/ns/shacl#name, "aStringProperty"] [2e3c4029-3c3a-4f2f-8490-77f6380ada18, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e3c4029-3c3a-4f2f-8490-77f6380ada18, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [2e3c4029-3c3a-4f2f-8490-77f6380ada18, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2e3c4029-3c3a-4f2f-8490-77f6380ada18, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d652c547-f89b-418f-bc00-bfa921133a75, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d652c547-f89b-418f-bc00-bfa921133a75, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [d652c547-f89b-418f-bc00-bfa921133a75, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d652c547-f89b-418f-bc00-bfa921133a75, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [d652c547-f89b-418f-bc00-bfa921133a75, 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, d652c547-f89b-418f-bc00-bfa921133a75] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 7b7be531-476a-4c35-a1af-9184d72d5710] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, f2bb44e5-9dfb-4741-9428-d85241277181] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 2e3c4029-3c3a-4f2f-8490-77f6380ada18] [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, d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b] [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, 67a1b5f8-3469-4766-8bc4-2c94e30a2868] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, af9f427f-8126-42b0-af9d-214538e13203] [67a1b5f8-3469-4766-8bc4-2c94e30a2868, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [67a1b5f8-3469-4766-8bc4-2c94e30a2868, http://www.w3.org/ns/shacl#name, "integerProperty3"] [67a1b5f8-3469-4766-8bc4-2c94e30a2868, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [67a1b5f8-3469-4766-8bc4-2c94e30a2868, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [67a1b5f8-3469-4766-8bc4-2c94e30a2868, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [67a1b5f8-3469-4766-8bc4-2c94e30a2868, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:47.776 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
20:39:47.780 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
20:39:47.785 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f2bb44e5-9dfb-4741-9428-d85241277181,_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,_:d652c547-f89b-418f-bc00-bfa921133a75,_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,_:af9f427f-8126-42b0-af9d-214538e13203,_:7b7be531-476a-4c35-a1af-9184d72d5710. Pending nodes: 
20:39:47.786 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2bb44e5-9dfb-4741-9428-d85241277181
20:39:47.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:67a1b5f8-3469-4766-8bc4-2c94e30a2868
20:39:47.796 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d652c547-f89b-418f-bc00-bfa921133a75
20:39:47.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2e3c4029-3c3a-4f2f-8490-77f6380ada18
20:39:47.805 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b
20:39:47.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:af9f427f-8126-42b0-af9d-214538e13203
20:39:47.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7b7be531-476a-4c35-a1af-9184d72d5710
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7b7be531-476a-4c35-a1af-9184d72d5710
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:af9f427f-8126-42b0-af9d-214538e13203
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2e3c4029-3c3a-4f2f-8490-77f6380ada18
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d652c547-f89b-418f-bc00-bfa921133a75
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:67a1b5f8-3469-4766-8bc4-2c94e30a2868
20:39:47.819 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2bb44e5-9dfb-4741-9428-d85241277181
20:39:47.820 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7b7be531-476a-4c35-a1af-9184d72d5710 = 
20:39:47.820 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7b7be531-476a-4c35-a1af-9184d72d5710 = 
20:39:47.820 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7b7be531-476a-4c35-a1af-9184d72d5710: 
20:39:47.820 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:af9f427f-8126-42b0-af9d-214538e13203 = 
20:39:47.821 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:af9f427f-8126-42b0-af9d-214538e13203 = 
20:39:47.821 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:af9f427f-8126-42b0-af9d-214538e13203: 
20:39:47.821 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b = 
20:39:47.821 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b = 
20:39:47.822 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b: 
20:39:47.822 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2e3c4029-3c3a-4f2f-8490-77f6380ada18 = 
20:39:47.823 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2e3c4029-3c3a-4f2f-8490-77f6380ada18 = 
20:39:47.823 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2e3c4029-3c3a-4f2f-8490-77f6380ada18: 
20:39:47.823 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d652c547-f89b-418f-bc00-bfa921133a75 = 
20:39:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d652c547-f89b-418f-bc00-bfa921133a75 = 
20:39:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d652c547-f89b-418f-bc00-bfa921133a75: 
20:39:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
20:39:47.824 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
20:39:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
20:39:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
20:39:47.825 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
20:39:47.825 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:f2bb44e5-9dfb-4741-9428-d85241277181,_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,_:d652c547-f89b-418f-bc00-bfa921133a75,_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,_:af9f427f-8126-42b0-af9d-214538e13203,_:7b7be531-476a-4c35-a1af-9184d72d5710)
20:39:47.826 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:f2bb44e5-9dfb-4741-9428-d85241277181)
20:39:47.826 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:67a1b5f8-3469-4766-8bc4-2c94e30a2868)
20:39:47.827 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d652c547-f89b-418f-bc00-bfa921133a75)
20:39:47.827 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:2e3c4029-3c3a-4f2f-8490-77f6380ada18)
20:39:47.827 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b)
20:39:47.827 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:af9f427f-8126-42b0-af9d-214538e13203)
20:39:47.827 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7b7be531-476a-4c35-a1af-9184d72d5710)
20:39:47.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.828 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.829 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:f2bb44e5-9dfb-4741-9428-d85241277181],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:47.829 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.830 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.831 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:f2bb44e5-9dfb-4741-9428-d85241277181=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f2bb44e5-9dfb-4741-9428-d85241277181,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>)))))))
20:39:47.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.831 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.832 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.833 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:67a1b5f8-3469-4766-8bc4-2c94e30a2868],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
20:39:47.833 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.833 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.871 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:67a1b5f8-3469-4766-8bc4-2c94e30a2868=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,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>)))))))
20:39:47.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.871 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.872 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2019-07-12T20:39:47.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:d652c547-f89b-418f-bc00-bfa921133a75],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:47.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.874 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d652c547-f89b-418f-bc00-bfa921133a75=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d652c547-f89b-418f-bc00-bfa921133a75,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>, "2019-07-12T20:39:47.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
20:39:47.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.875 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:2e3c4029-3c3a-4f2f-8490-77f6380ada18],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:47.875 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.877 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:2e3c4029-3c3a-4f2f-8490-77f6380ada18=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,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>)))))))
20:39:47.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.879 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.879 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.879 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
20:39:47.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.881 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,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"))))))))
20:39:47.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.883 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:af9f427f-8126-42b0-af9d-214538e13203],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:47.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.884 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.885 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:af9f427f-8126-42b0-af9d-214538e13203=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:af9f427f-8126-42b0-af9d-214538e13203,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>)))))))
20:39:47.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.885 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.886 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.887 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7b7be531-476a-4c35-a1af-9184d72d5710],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
20:39:47.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.887 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.888 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:47.889 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7b7be531-476a-4c35-a1af-9184d72d5710=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(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7b7be531-476a-4c35-a1af-9184d72d5710,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>)))))))
20:39:47.890 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:f2bb44e5-9dfb-4741-9428-d85241277181,_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,_:d652c547-f89b-418f-bc00-bfa921133a75,_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,_:af9f427f-8126-42b0-af9d-214538e13203,_:7b7be531-476a-4c35-a1af-9184d72d5710)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:7b7be531-476a-4c35-a1af-9184d72d5710,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(_:af9f427f-8126-42b0-af9d-214538e13203,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d652c547-f89b-418f-bc00-bfa921133a75,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>, "2019-07-12T20:39:47.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,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(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,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(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,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(_:f2bb44e5-9dfb-4741-9428-d85241277181,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>)))))))
20:39:47.891 [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(_:7b7be531-476a-4c35-a1af-9184d72d5710,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(_:af9f427f-8126-42b0-af9d-214538e13203,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d652c547-f89b-418f-bc00-bfa921133a75,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>, "2019-07-12T20:39:47.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,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(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,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(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,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(_:f2bb44e5-9dfb-4741-9428-d85241277181,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>)))))))
20:39:47.892 [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(_:7b7be531-476a-4c35-a1af-9184d72d5710,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(_:af9f427f-8126-42b0-af9d-214538e13203,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:f2bb44e5-9dfb-4741-9428-d85241277181), ShapeRef(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868), ShapeRef(_:d652c547-f89b-418f-bc00-bfa921133a75), ShapeRef(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18), ShapeRef(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b), ShapeRef(_:af9f427f-8126-42b0-af9d-214538e13203), ShapeRef(_:7b7be531-476a-4c35-a1af-9184d72d5710)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d652c547-f89b-418f-bc00-bfa921133a75,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>, "2019-07-12T20:39:47.705Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:d17d797b-8cca-44ad-9c8a-8ae29e8a5e9b,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(_:2e3c4029-3c3a-4f2f-8490-77f6380ada18,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(_:67a1b5f8-3469-4766-8bc4-2c94e30a2868,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(_:f2bb44e5-9dfb-4741-9428-d85241277181,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>)))))))
20:39:47.893 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:67a1b5f8-3469-4766-8bc4-2c94e30a2868 = 
20:39:47.893 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:67a1b5f8-3469-4766-8bc4-2c94e30a2868 = 
20:39:47.893 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:67a1b5f8-3469-4766-8bc4-2c94e30a2868: 
20:39:47.894 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2bb44e5-9dfb-4741-9428-d85241277181 = 
20:39:47.894 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2bb44e5-9dfb-4741-9428-d85241277181 = 
20:39:47.894 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2bb44e5-9dfb-4741-9428-d85241277181: 
20:39:47.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                  <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
               ]
] .

20:39:47.909 [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.405 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>
                "2019-07-12T20:39:47.915Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:47.983 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:47.915Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:47.915Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:47.986 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:path http://www.sampledomain.org/sam#aStringProperty; cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:pattern "^B"; cde30064-c35b-4abb-b3d6-cb770b941af7 @sh:description "a Simple Single String Property"; cde30064-c35b-4abb-b3d6-cb770b941af7 @rdf:type sh:Property; 3089ff9b-4b55-4ff9-af07-c7845150a399 @sh:path http://www.sampledomain.org/sam#integerProperty3; 3089ff9b-4b55-4ff9-af07-c7845150a399 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3089ff9b-4b55-4ff9-af07-c7845150a399 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3089ff9b-4b55-4ff9-af07-c7845150a399 @rdf:type sh:Property; 2425f37a-9ef4-4c30-b353-54d60ddb6c35 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 2425f37a-9ef4-4c30-b353-54d60ddb6c35 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 2425f37a-9ef4-4c30-b353-54d60ddb6c35 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2425f37a-9ef4-4c30-b353-54d60ddb6c35 @rdf:type sh:Property; c69b7047-5d10-484b-8361-0e51b20a62e7 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty...} |  [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#pattern, "^B"] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cde30064-c35b-4abb-b3d6-cb770b941af7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3089ff9b-4b55-4ff9-af07-c7845150a399, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3089ff9b-4b55-4ff9-af07-c7845150a399, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3089ff9b-4b55-4ff9-af07-c7845150a399, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3089ff9b-4b55-4ff9-af07-c7845150a399, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2425f37a-9ef4-4c30-b353-54d60ddb6c35, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [2425f37a-9ef4-4c30-b353-54d60ddb6c35, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2425f37a-9ef4-4c30-b353-54d60ddb6c35, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2425f37a-9ef4-4c30-b353-54d60ddb6c35, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c69b7047-5d10-484b-8361-0e51b20a62e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38c6f13e-d99a-416f-abba-626b129e1e57, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [38c6f13e-d99a-416f-abba-626b129e1e57, http://www.w3.org/ns/shacl#in, 890421c6-0078-4844-82a2-3c60b03f5b6c] [38c6f13e-d99a-416f-abba-626b129e1e57, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [db87b251-f5c2-4e38-a1e1-71c8aa6872d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [db87b251-f5c2-4e38-a1e1-71c8aa6872d0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [db87b251-f5c2-4e38-a1e1-71c8aa6872d0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [db87b251-f5c2-4e38-a1e1-71c8aa6872d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [890421c6-0078-4844-82a2-3c60b03f5b6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3e67193d-2a07-49f8-a44f-6bb4dbe6aa69] [890421c6-0078-4844-82a2-3c60b03f5b6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b2ba9e7c-b02d-4225-adad-aea0f3229b88, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b2ba9e7c-b02d-4225-adad-aea0f3229b88, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [097e5909-f413-4e2e-86a9-48769129aa51, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3e67193d-2a07-49f8-a44f-6bb4dbe6aa69, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b2ba9e7c-b02d-4225-adad-aea0f3229b88] [3e67193d-2a07-49f8-a44f-6bb4dbe6aa69, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd, 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, cde30064-c35b-4abb-b3d6-cb770b941af7] [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, 2425f37a-9ef4-4c30-b353-54d60ddb6c35] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 097e5909-f413-4e2e-86a9-48769129aa51] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3089ff9b-4b55-4ff9-af07-c7845150a399] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 38c6f13e-d99a-416f-abba-626b129e1e57] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c69b7047-5d10-484b-8361-0e51b20a62e7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, db87b251-f5c2-4e38-a1e1-71c8aa6872d0]>
20:39:47.988 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:47.992 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:47.997 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:097e5909-f413-4e2e-86a9-48769129aa51,_:3089ff9b-4b55-4ff9-af07-c7845150a399,_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd,_:c69b7047-5d10-484b-8361-0e51b20a62e7,_:cde30064-c35b-4abb-b3d6-cb770b941af7,_:38c6f13e-d99a-416f-abba-626b129e1e57,_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0. Pending nodes: 
20:39:47.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:097e5909-f413-4e2e-86a9-48769129aa51
20:39:48.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3089ff9b-4b55-4ff9-af07-c7845150a399
20:39:48.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd
20:39:48.009 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c69b7047-5d10-484b-8361-0e51b20a62e7
20:39:48.014 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cde30064-c35b-4abb-b3d6-cb770b941af7
20:39:48.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38c6f13e-d99a-416f-abba-626b129e1e57
20:39:48.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2425f37a-9ef4-4c30-b353-54d60ddb6c35
20:39:48.024 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:db87b251-f5c2-4e38-a1e1-71c8aa6872d0
20:39:48.027 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:db87b251-f5c2-4e38-a1e1-71c8aa6872d0
20:39:48.027 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:48.027 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2425f37a-9ef4-4c30-b353-54d60ddb6c35
20:39:48.027 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38c6f13e-d99a-416f-abba-626b129e1e57
20:39:48.027 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cde30064-c35b-4abb-b3d6-cb770b941af7
20:39:48.027 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c69b7047-5d10-484b-8361-0e51b20a62e7
20:39:48.033 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd
20:39:48.033 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3089ff9b-4b55-4ff9-af07-c7845150a399
20:39:48.033 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:097e5909-f413-4e2e-86a9-48769129aa51
20:39:48.034 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:db87b251-f5c2-4e38-a1e1-71c8aa6872d0 = 
20:39:48.034 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:db87b251-f5c2-4e38-a1e1-71c8aa6872d0 = 
20:39:48.034 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:db87b251-f5c2-4e38-a1e1-71c8aa6872d0: 
20:39:48.034 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:48.034 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:48.035 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:48.035 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:48.035 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:48.035 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:097e5909-f413-4e2e-86a9-48769129aa51,_:3089ff9b-4b55-4ff9-af07-c7845150a399,_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd,_:c69b7047-5d10-484b-8361-0e51b20a62e7,_:cde30064-c35b-4abb-b3d6-cb770b941af7,_:38c6f13e-d99a-416f-abba-626b129e1e57,_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)
20:39:48.036 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:097e5909-f413-4e2e-86a9-48769129aa51)
20:39:48.036 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3089ff9b-4b55-4ff9-af07-c7845150a399)
20:39:48.036 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd)
20:39:48.036 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c69b7047-5d10-484b-8361-0e51b20a62e7)
20:39:48.037 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cde30064-c35b-4abb-b3d6-cb770b941af7)
20:39:48.037 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38c6f13e-d99a-416f-abba-626b129e1e57)
20:39:48.037 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2425f37a-9ef4-4c30-b353-54d60ddb6c35)
20:39:48.037 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)
20:39:48.037 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.037 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.040 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:097e5909-f413-4e2e-86a9-48769129aa51],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:48.070 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.070 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.071 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:097e5909-f413-4e2e-86a9-48769129aa51=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:097e5909-f413-4e2e-86a9-48769129aa51,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>)))))))
20:39:48.071 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.071 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.072 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.072 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.072 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3089ff9b-4b55-4ff9-af07-c7845150a399=ShapeTyping(TypingMap(Map()))
20:39:48.073 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.073 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.073 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd=ShapeTyping(TypingMap(Map()))
20:39:48.073 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.073 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.074 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.074 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.075 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.075 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.076 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.076 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.076 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c69b7047-5d10-484b-8361-0e51b20a62e7],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:48.077 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.077 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.078 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c69b7047-5d10-484b-8361-0e51b20a62e7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c69b7047-5d10-484b-8361-0e51b20a62e7,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:48.078 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.078 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.079 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.079 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.080 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.080 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.082 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cde30064-c35b-4abb-b3d6-cb770b941af7],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:48.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cde30064-c35b-4abb-b3d6-cb770b941af7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cde30064-c35b-4abb-b3d6-cb770b941af7,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>)))))))
20:39:48.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.083 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38c6f13e-d99a-416f-abba-626b129e1e57=ShapeTyping(TypingMap(Map()))
20:39:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.085 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:47.915Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2425f37a-9ef4-4c30-b353-54d60ddb6c35],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:48.085 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2425f37a-9ef4-4c30-b353-54d60ddb6c35=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.087 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0=ShapeTyping(TypingMap(Map()))
20:39:48.087 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:097e5909-f413-4e2e-86a9-48769129aa51,_:3089ff9b-4b55-4ff9-af07-c7845150a399,_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd,_:c69b7047-5d10-484b-8361-0e51b20a62e7,_:cde30064-c35b-4abb-b3d6-cb770b941af7,_:38c6f13e-d99a-416f-abba-626b129e1e57,_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c69b7047-5d10-484b-8361-0e51b20a62e7,PredicatePath(<http://www.sampledomain.org/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(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:097e5909-f413-4e2e-86a9-48769129aa51,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(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:cde30064-c35b-4abb-b3d6-cb770b941af7,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>)))))))
20:39:48.089 [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(_:c69b7047-5d10-484b-8361-0e51b20a62e7,PredicatePath(<http://www.sampledomain.org/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(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:097e5909-f413-4e2e-86a9-48769129aa51,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(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:cde30064-c35b-4abb-b3d6-cb770b941af7,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>)))))))
20:39:48.089 [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(_:c69b7047-5d10-484b-8361-0e51b20a62e7,PredicatePath(<http://www.sampledomain.org/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(_:097e5909-f413-4e2e-86a9-48769129aa51), ShapeRef(_:3089ff9b-4b55-4ff9-af07-c7845150a399), ShapeRef(_:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd), ShapeRef(_:c69b7047-5d10-484b-8361-0e51b20a62e7), ShapeRef(_:cde30064-c35b-4abb-b3d6-cb770b941af7), ShapeRef(_:38c6f13e-d99a-416f-abba-626b129e1e57), ShapeRef(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35), ShapeRef(_:db87b251-f5c2-4e38-a1e1-71c8aa6872d0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:097e5909-f413-4e2e-86a9-48769129aa51,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(_:2425f37a-9ef4-4c30-b353-54d60ddb6c35,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:cde30064-c35b-4abb-b3d6-cb770b941af7,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>)))))))
20:39:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2425f37a-9ef4-4c30-b353-54d60ddb6c35 = 
20:39:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2425f37a-9ef4-4c30-b353-54d60ddb6c35 = 
20:39:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2425f37a-9ef4-4c30-b353-54d60ddb6c35: 
20:39:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38c6f13e-d99a-416f-abba-626b129e1e57 = 
20:39:48.090 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38c6f13e-d99a-416f-abba-626b129e1e57 = 
20:39:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38c6f13e-d99a-416f-abba-626b129e1e57: 
20:39:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cde30064-c35b-4abb-b3d6-cb770b941af7 = 
20:39:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cde30064-c35b-4abb-b3d6-cb770b941af7 = 
20:39:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cde30064-c35b-4abb-b3d6-cb770b941af7: 
20:39:48.091 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c69b7047-5d10-484b-8361-0e51b20a62e7 = 
20:39:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c69b7047-5d10-484b-8361-0e51b20a62e7 = 
20:39:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c69b7047-5d10-484b-8361-0e51b20a62e7: 
20:39:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd = 
20:39:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd = 
20:39:48.092 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:833aa3c1-6e1a-45e0-bfc5-f3ee158ca8bd: 
20:39:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3089ff9b-4b55-4ff9-af07-c7845150a399 = 
20:39:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3089ff9b-4b55-4ff9-af07-c7845150a399 = 
20:39:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3089ff9b-4b55-4ff9-af07-c7845150a399: 
20:39:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:097e5909-f413-4e2e-86a9-48769129aa51 = 
20:39:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:097e5909-f413-4e2e-86a9-48769129aa51 = 
20:39:48.093 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:097e5909-f413-4e2e-86a9-48769129aa51: 
20:39:48.096 [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
] .

20:39:48.099 [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>
                "2019-07-12T20:39:48.101Z"^^<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 .
20:39:48.122 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:48.101Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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 @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:48.101Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:48.124 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:path http://www.sampledomain.org/sam#aStringProperty; 6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:pattern "^B"; 6e9d17bb-23ec-4483-82d9-e1240132b47c @sh:description "a Simple Single String Property"; 6e9d17bb-23ec-4483-82d9-e1240132b47c @rdf:type sh:Property; a9b82cef-3a18-48b9-b833-a4f2598774c2 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; a9b82cef-3a18-48b9-b833-a4f2598774c2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a9b82cef-3a18-48b9-b833-a4f2598774c2 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a9b82cef-3a18-48b9-b833-a4f2598774c2 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a9b82cef-3a18-48b9-b833-a4f2598774c2 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a9b82cef-3a18-48b9-b833-a4f2598774c2 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a9b82cef-3a18-48b9-b833-a4f2598774c2 @rdf:type sh:Property; 8b825252-bc6c-475e-955f-cfc06ddc7995 @rdf:rest rdf:nil; 8b825252-bc6c-475e-955f-cfc06ddc7995 @rdf:first "C"...} |  [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#pattern, "^B"] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [6e9d17bb-23ec-4483-82d9-e1240132b47c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9b82cef-3a18-48b9-b833-a4f2598774c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8b825252-bc6c-475e-955f-cfc06ddc7995, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8b825252-bc6c-475e-955f-cfc06ddc7995, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4a9c74e5-6efe-446a-ade5-4e4b8e66429c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4a9c74e5-6efe-446a-ade5-4e4b8e66429c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4a9c74e5-6efe-446a-ade5-4e4b8e66429c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4a9c74e5-6efe-446a-ade5-4e4b8e66429c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b80658f0-581a-4da0-afad-fe82c70cfec8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b80658f0-581a-4da0-afad-fe82c70cfec8, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b80658f0-581a-4da0-afad-fe82c70cfec8, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b80658f0-581a-4da0-afad-fe82c70cfec8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e4032b54-fb22-4c07-ac06-62d382d20612, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5920980e-ac0b-43c0-954f-f422d05504bf] [e4032b54-fb22-4c07-ac06-62d382d20612, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b7128bd5-d0db-4404-bdb4-341c9627e5ce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b7128bd5-d0db-4404-bdb4-341c9627e5ce, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b7128bd5-d0db-4404-bdb4-341c9627e5ce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e514fc42-c8f6-4868-ad98-896bd3c5ae59, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5920980e-ac0b-43c0-954f-f422d05504bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8b825252-bc6c-475e-955f-cfc06ddc7995] [5920980e-ac0b-43c0-954f-f422d05504bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d3eabce6-7857-42ec-89f6-e6f17737a180, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d3eabce6-7857-42ec-89f6-e6f17737a180, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d3eabce6-7857-42ec-89f6-e6f17737a180, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d3eabce6-7857-42ec-89f6-e6f17737a180, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [295349b2-e5b9-4fc1-b0e8-29ab953e3a28, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [295349b2-e5b9-4fc1-b0e8-29ab953e3a28, http://www.w3.org/ns/shacl#in, e4032b54-fb22-4c07-ac06-62d382d20612] [295349b2-e5b9-4fc1-b0e8-29ab953e3a28, 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, d3eabce6-7857-42ec-89f6-e6f17737a180] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a9b82cef-3a18-48b9-b833-a4f2598774c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b7128bd5-d0db-4404-bdb4-341c9627e5ce] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 295349b2-e5b9-4fc1-b0e8-29ab953e3a28] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e9d17bb-23ec-4483-82d9-e1240132b47c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a9c74e5-6efe-446a-ade5-4e4b8e66429c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e514fc42-c8f6-4868-ad98-896bd3c5ae59] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b80658f0-581a-4da0-afad-fe82c70cfec8]>
20:39:48.126 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:48.130 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:48.174 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6e9d17bb-23ec-4483-82d9-e1240132b47c,_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28,_:b80658f0-581a-4da0-afad-fe82c70cfec8,_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,_:b7128bd5-d0db-4404-bdb4-341c9627e5ce,_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,_:d3eabce6-7857-42ec-89f6-e6f17737a180,_:a9b82cef-3a18-48b9-b833-a4f2598774c2. Pending nodes: 
20:39:48.176 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e9d17bb-23ec-4483-82d9-e1240132b47c
20:39:48.181 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:295349b2-e5b9-4fc1-b0e8-29ab953e3a28
20:39:48.183 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b80658f0-581a-4da0-afad-fe82c70cfec8
20:39:48.186 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e514fc42-c8f6-4868-ad98-896bd3c5ae59
20:39:48.190 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b7128bd5-d0db-4404-bdb4-341c9627e5ce
20:39:48.193 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a9c74e5-6efe-446a-ade5-4e4b8e66429c
20:39:48.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d3eabce6-7857-42ec-89f6-e6f17737a180
20:39:48.199 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9b82cef-3a18-48b9-b833-a4f2598774c2
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9b82cef-3a18-48b9-b833-a4f2598774c2
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d3eabce6-7857-42ec-89f6-e6f17737a180
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a9c74e5-6efe-446a-ade5-4e4b8e66429c
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b7128bd5-d0db-4404-bdb4-341c9627e5ce
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e514fc42-c8f6-4868-ad98-896bd3c5ae59
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b80658f0-581a-4da0-afad-fe82c70cfec8
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:295349b2-e5b9-4fc1-b0e8-29ab953e3a28
20:39:48.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e9d17bb-23ec-4483-82d9-e1240132b47c
20:39:48.204 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9b82cef-3a18-48b9-b833-a4f2598774c2 = 
20:39:48.204 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9b82cef-3a18-48b9-b833-a4f2598774c2 = 
20:39:48.204 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9b82cef-3a18-48b9-b833-a4f2598774c2: 
20:39:48.204 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d3eabce6-7857-42ec-89f6-e6f17737a180 = 
20:39:48.204 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d3eabce6-7857-42ec-89f6-e6f17737a180 = 
20:39:48.204 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d3eabce6-7857-42ec-89f6-e6f17737a180: 
20:39:48.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a9c74e5-6efe-446a-ade5-4e4b8e66429c = 
20:39:48.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a9c74e5-6efe-446a-ade5-4e4b8e66429c = 
20:39:48.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a9c74e5-6efe-446a-ade5-4e4b8e66429c: 
20:39:48.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b7128bd5-d0db-4404-bdb4-341c9627e5ce = 
20:39:48.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b7128bd5-d0db-4404-bdb4-341c9627e5ce = 
20:39:48.206 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b7128bd5-d0db-4404-bdb4-341c9627e5ce: 
20:39:48.206 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:48.206 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:48.207 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:48.207 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:48.207 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:48.207 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e9d17bb-23ec-4483-82d9-e1240132b47c,_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28,_:b80658f0-581a-4da0-afad-fe82c70cfec8,_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,_:b7128bd5-d0db-4404-bdb4-341c9627e5ce,_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,_:d3eabce6-7857-42ec-89f6-e6f17737a180,_:a9b82cef-3a18-48b9-b833-a4f2598774c2)
20:39:48.207 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e9d17bb-23ec-4483-82d9-e1240132b47c)
20:39:48.207 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28)
20:39:48.208 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b80658f0-581a-4da0-afad-fe82c70cfec8)
20:39:48.208 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e514fc42-c8f6-4868-ad98-896bd3c5ae59)
20:39:48.208 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7128bd5-d0db-4404-bdb4-341c9627e5ce)
20:39:48.208 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c)
20:39:48.208 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3eabce6-7857-42ec-89f6-e6f17737a180)
20:39:48.208 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9b82cef-3a18-48b9-b833-a4f2598774c2)
20:39:48.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.213 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e9d17bb-23ec-4483-82d9-e1240132b47c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:48.213 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e9d17bb-23ec-4483-82d9-e1240132b47c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e9d17bb-23ec-4483-82d9-e1240132b47c,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>)))))))
20:39:48.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28=ShapeTyping(TypingMap(Map()))
20:39:48.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b80658f0-581a-4da0-afad-fe82c70cfec8=ShapeTyping(TypingMap(Map()))
20:39:48.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.218 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e514fc42-c8f6-4868-ad98-896bd3c5ae59],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:48.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e514fc42-c8f6-4868-ad98-896bd3c5ae59=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,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"))))))))
20:39:48.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7128bd5-d0db-4404-bdb4-341c9627e5ce=ShapeTyping(TypingMap(Map()))
20:39:48.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.220 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.221 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.222 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:48.101Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:48.222 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.222 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.223 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d3eabce6-7857-42ec-89f6-e6f17737a180=ShapeTyping(TypingMap(Map()))
20:39:48.223 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.224 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.225 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.226 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a9b82cef-3a18-48b9-b833-a4f2598774c2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:48.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.228 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9b82cef-3a18-48b9-b833-a4f2598774c2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9b82cef-3a18-48b9-b833-a4f2598774c2,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:48.271 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e9d17bb-23ec-4483-82d9-e1240132b47c,_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28,_:b80658f0-581a-4da0-afad-fe82c70cfec8,_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,_:b7128bd5-d0db-4404-bdb4-341c9627e5ce,_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,_:d3eabce6-7857-42ec-89f6-e6f17737a180,_:a9b82cef-3a18-48b9-b833-a4f2598774c2)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a9b82cef-3a18-48b9-b833-a4f2598774c2,PredicatePath(<http://www.sampledomain.org/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(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,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(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e9d17bb-23ec-4483-82d9-e1240132b47c,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>)))))))
20:39:48.272 [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(_:a9b82cef-3a18-48b9-b833-a4f2598774c2,PredicatePath(<http://www.sampledomain.org/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(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,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(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e9d17bb-23ec-4483-82d9-e1240132b47c,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>)))))))
20:39:48.272 [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(_:a9b82cef-3a18-48b9-b833-a4f2598774c2,PredicatePath(<http://www.sampledomain.org/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(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59,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(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6e9d17bb-23ec-4483-82d9-e1240132b47c), ShapeRef(_:295349b2-e5b9-4fc1-b0e8-29ab953e3a28), ShapeRef(_:b80658f0-581a-4da0-afad-fe82c70cfec8), ShapeRef(_:e514fc42-c8f6-4868-ad98-896bd3c5ae59), ShapeRef(_:b7128bd5-d0db-4404-bdb4-341c9627e5ce), ShapeRef(_:4a9c74e5-6efe-446a-ade5-4e4b8e66429c), ShapeRef(_:d3eabce6-7857-42ec-89f6-e6f17737a180), ShapeRef(_:a9b82cef-3a18-48b9-b833-a4f2598774c2)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e9d17bb-23ec-4483-82d9-e1240132b47c,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>)))))))
20:39:48.273 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e514fc42-c8f6-4868-ad98-896bd3c5ae59 = 
20:39:48.273 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e514fc42-c8f6-4868-ad98-896bd3c5ae59 = 
20:39:48.273 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e514fc42-c8f6-4868-ad98-896bd3c5ae59: 
20:39:48.274 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b80658f0-581a-4da0-afad-fe82c70cfec8 = 
20:39:48.274 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b80658f0-581a-4da0-afad-fe82c70cfec8 = 
20:39:48.274 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b80658f0-581a-4da0-afad-fe82c70cfec8: 
20:39:48.274 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:295349b2-e5b9-4fc1-b0e8-29ab953e3a28 = 
20:39:48.274 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:295349b2-e5b9-4fc1-b0e8-29ab953e3a28 = 
20:39:48.274 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:295349b2-e5b9-4fc1-b0e8-29ab953e3a28: 
20:39:48.275 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e9d17bb-23ec-4483-82d9-e1240132b47c = 
20:39:48.275 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e9d17bb-23ec-4483-82d9-e1240132b47c = 
20:39:48.275 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e9d17bb-23ec-4483-82d9-e1240132b47c: 
20:39:48.280 [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
               ]
] .

20:39:48.284 [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.373 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>
                "2019-07-12T20:39:48.289Z"^^<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 .
20:39:48.309 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "14"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:48.289Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "14"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:48.289Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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   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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:48.312 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6042aaea-be5e-4219-93ab-c86157481efb @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 6042aaea-be5e-4219-93ab-c86157481efb @sh:in b59c6d83-6f51-4d6b-b8cb-e3c04dd86239; 6042aaea-be5e-4219-93ab-c86157481efb @rdf:type sh:Property; 0dc01f3a-2298-40af-8d4c-55b225785653 @sh:path http://www.sampledomain.org/sam#integerProperty3; 0dc01f3a-2298-40af-8d4c-55b225785653 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 0dc01f3a-2298-40af-8d4c-55b225785653 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 0dc01f3a-2298-40af-8d4c-55b225785653 @rdf:type sh:Property; d5d72330-b215-4522-9bb6-40704e124f0a @sh:path http://www.sampledomain.org/sam#integerProperty2; d5d72330-b215-4522-9bb6-40704e124f0a @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d5d72330-b215-4522-9bb6-40704e124f0a @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d5d72330-b215-4522-9bb6-40704e124f0a @rdf:type sh:Property; 04140038-01b7-477a-a525-082ad96327b7 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 04140038-01b7-477a-a525-082ad96327b7 @sh:class http://www.sampledomain.org/sam#AnotherResource; 04140038-01b7-477a-a525-082ad96327b7 @rdf:type sh:Property; 82a67c6b-88d2-4c68-a02e-d20daec605b2 @sh:path http://www.sampledomain.org/sam#aStringProperty; 82a67c6b-88d2-4c68-a02e-d20daec605b2 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 82a67c6b-88d2-4c68-a02e-d20daec605b2 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6042aaea-be5e-4219-93ab-c86157481efb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [6042aaea-be5e-4219-93ab-c86157481efb, http://www.w3.org/ns/shacl#in, b59c6d83-6f51-4d6b-b8cb-e3c04dd86239] [6042aaea-be5e-4219-93ab-c86157481efb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0dc01f3a-2298-40af-8d4c-55b225785653, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0dc01f3a-2298-40af-8d4c-55b225785653, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0dc01f3a-2298-40af-8d4c-55b225785653, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0dc01f3a-2298-40af-8d4c-55b225785653, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d5d72330-b215-4522-9bb6-40704e124f0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d5d72330-b215-4522-9bb6-40704e124f0a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d5d72330-b215-4522-9bb6-40704e124f0a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d5d72330-b215-4522-9bb6-40704e124f0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [04140038-01b7-477a-a525-082ad96327b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [04140038-01b7-477a-a525-082ad96327b7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [04140038-01b7-477a-a525-082ad96327b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#pattern, "^B"] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [82a67c6b-88d2-4c68-a02e-d20daec605b2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b943466-0340-4aa5-9bf7-9524d5e98671, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [5b943466-0340-4aa5-9bf7-9524d5e98671, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5b943466-0340-4aa5-9bf7-9524d5e98671, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5b943466-0340-4aa5-9bf7-9524d5e98671, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0928e07d-287d-48a1-ba5a-153cd793b795, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0928e07d-287d-48a1-ba5a-153cd793b795, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [2eccb9ea-3679-4c19-876e-2befb9307ba6, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0928e07d-287d-48a1-ba5a-153cd793b795] [2eccb9ea-3679-4c19-876e-2befb9307ba6, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b59c6d83-6f51-4d6b-b8cb-e3c04dd86239, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2eccb9ea-3679-4c19-876e-2befb9307ba6] [b59c6d83-6f51-4d6b-b8cb-e3c04dd86239, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b2646920-a6fe-4939-b655-469724493d15, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b2646920-a6fe-4939-b655-469724493d15, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b2646920-a6fe-4939-b655-469724493d15, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b2646920-a6fe-4939-b655-469724493d15, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b2646920-a6fe-4939-b655-469724493d15, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b2646920-a6fe-4939-b655-469724493d15, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b2646920-a6fe-4939-b655-469724493d15, 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, 6042aaea-be5e-4219-93ab-c86157481efb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 04140038-01b7-477a-a525-082ad96327b7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6920f3cf-68a7-4903-a2cb-ef9e088803e6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d5d72330-b215-4522-9bb6-40704e124f0a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0dc01f3a-2298-40af-8d4c-55b225785653] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5b943466-0340-4aa5-9bf7-9524d5e98671] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b2646920-a6fe-4939-b655-469724493d15] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 82a67c6b-88d2-4c68-a02e-d20daec605b2] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6920f3cf-68a7-4903-a2cb-ef9e088803e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:48.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:48.316 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:48.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:82a67c6b-88d2-4c68-a02e-d20daec605b2,_:0dc01f3a-2298-40af-8d4c-55b225785653,_:d5d72330-b215-4522-9bb6-40704e124f0a,_:6042aaea-be5e-4219-93ab-c86157481efb,_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,_:5b943466-0340-4aa5-9bf7-9524d5e98671,_:04140038-01b7-477a-a525-082ad96327b7,_:b2646920-a6fe-4939-b655-469724493d15. Pending nodes: 
20:39:48.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:82a67c6b-88d2-4c68-a02e-d20daec605b2
20:39:48.372 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0dc01f3a-2298-40af-8d4c-55b225785653
20:39:48.375 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d5d72330-b215-4522-9bb6-40704e124f0a
20:39:48.378 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6042aaea-be5e-4219-93ab-c86157481efb
20:39:48.381 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6920f3cf-68a7-4903-a2cb-ef9e088803e6
20:39:48.386 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b943466-0340-4aa5-9bf7-9524d5e98671
20:39:48.389 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:04140038-01b7-477a-a525-082ad96327b7
20:39:48.392 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b2646920-a6fe-4939-b655-469724493d15
20:39:48.395 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b2646920-a6fe-4939-b655-469724493d15
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:04140038-01b7-477a-a525-082ad96327b7
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b943466-0340-4aa5-9bf7-9524d5e98671
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6920f3cf-68a7-4903-a2cb-ef9e088803e6
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6042aaea-be5e-4219-93ab-c86157481efb
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d5d72330-b215-4522-9bb6-40704e124f0a
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0dc01f3a-2298-40af-8d4c-55b225785653
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:82a67c6b-88d2-4c68-a02e-d20daec605b2
20:39:48.396 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b2646920-a6fe-4939-b655-469724493d15 = 
20:39:48.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b2646920-a6fe-4939-b655-469724493d15 = 
20:39:48.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b2646920-a6fe-4939-b655-469724493d15: 
20:39:48.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:48.398 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:48.398 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:48.398 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:48.398 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:48.399 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:82a67c6b-88d2-4c68-a02e-d20daec605b2,_:0dc01f3a-2298-40af-8d4c-55b225785653,_:d5d72330-b215-4522-9bb6-40704e124f0a,_:6042aaea-be5e-4219-93ab-c86157481efb,_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,_:5b943466-0340-4aa5-9bf7-9524d5e98671,_:04140038-01b7-477a-a525-082ad96327b7,_:b2646920-a6fe-4939-b655-469724493d15)
20:39:48.399 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:82a67c6b-88d2-4c68-a02e-d20daec605b2)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0dc01f3a-2298-40af-8d4c-55b225785653)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5d72330-b215-4522-9bb6-40704e124f0a)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6042aaea-be5e-4219-93ab-c86157481efb)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6920f3cf-68a7-4903-a2cb-ef9e088803e6)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b943466-0340-4aa5-9bf7-9524d5e98671)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04140038-01b7-477a-a525-082ad96327b7)
20:39:48.400 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2646920-a6fe-4939-b655-469724493d15)
20:39:48.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.405 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.406 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.407 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:82a67c6b-88d2-4c68-a02e-d20daec605b2],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:48.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:82a67c6b-88d2-4c68-a02e-d20daec605b2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:82a67c6b-88d2-4c68-a02e-d20daec605b2,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>)))))))
20:39:48.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.408 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.409 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0dc01f3a-2298-40af-8d4c-55b225785653=ShapeTyping(TypingMap(Map()))
20:39:48.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.409 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.415 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5d72330-b215-4522-9bb6-40704e124f0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d5d72330-b215-4522-9bb6-40704e124f0a,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))))))))
20:39:48.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.415 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6042aaea-be5e-4219-93ab-c86157481efb=ShapeTyping(TypingMap(Map()))
20:39:48.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.417 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.418 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6920f3cf-68a7-4903-a2cb-ef9e088803e6],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:48.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.418 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.419 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6920f3cf-68a7-4903-a2cb-ef9e088803e6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,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>)))))))
20:39:48.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.419 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.421 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.421 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:48.289Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5b943466-0340-4aa5-9bf7-9524d5e98671],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:48.422 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b943466-0340-4aa5-9bf7-9524d5e98671=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b943466-0340-4aa5-9bf7-9524d5e98671,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.422 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.423 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04140038-01b7-477a-a525-082ad96327b7=ShapeTyping(TypingMap(Map()))
20:39:48.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.426 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b2646920-a6fe-4939-b655-469724493d15],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:48.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.471 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2646920-a6fe-4939-b655-469724493d15=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b2646920-a6fe-4939-b655-469724493d15,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:48.471 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:82a67c6b-88d2-4c68-a02e-d20daec605b2,_:0dc01f3a-2298-40af-8d4c-55b225785653,_:d5d72330-b215-4522-9bb6-40704e124f0a,_:6042aaea-be5e-4219-93ab-c86157481efb,_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,_:5b943466-0340-4aa5-9bf7-9524d5e98671,_:04140038-01b7-477a-a525-082ad96327b7,_:b2646920-a6fe-4939-b655-469724493d15)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b2646920-a6fe-4939-b655-469724493d15,PredicatePath(<http://www.sampledomain.org/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(_:82a67c6b-88d2-4c68-a02e-d20daec605b2,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(_:5b943466-0340-4aa5-9bf7-9524d5e98671,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,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(_:d5d72330-b215-4522-9bb6-40704e124f0a,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List()))))))
20:39:48.473 [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(_:b2646920-a6fe-4939-b655-469724493d15,PredicatePath(<http://www.sampledomain.org/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(_:82a67c6b-88d2-4c68-a02e-d20daec605b2,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(_:5b943466-0340-4aa5-9bf7-9524d5e98671,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,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(_:d5d72330-b215-4522-9bb6-40704e124f0a,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List()))))))
20:39:48.473 [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(_:b2646920-a6fe-4939-b655-469724493d15,PredicatePath(<http://www.sampledomain.org/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(_:82a67c6b-88d2-4c68-a02e-d20daec605b2,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(_:5b943466-0340-4aa5-9bf7-9524d5e98671,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6,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(_:d5d72330-b215-4522-9bb6-40704e124f0a,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:82a67c6b-88d2-4c68-a02e-d20daec605b2), ShapeRef(_:0dc01f3a-2298-40af-8d4c-55b225785653), ShapeRef(_:d5d72330-b215-4522-9bb6-40704e124f0a), ShapeRef(_:6042aaea-be5e-4219-93ab-c86157481efb), ShapeRef(_:6920f3cf-68a7-4903-a2cb-ef9e088803e6), ShapeRef(_:5b943466-0340-4aa5-9bf7-9524d5e98671), ShapeRef(_:04140038-01b7-477a-a525-082ad96327b7), ShapeRef(_:b2646920-a6fe-4939-b655-469724493d15)),false,List()) -> TypingResult(Valid(List()))))))
20:39:48.473 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:04140038-01b7-477a-a525-082ad96327b7 = 
20:39:48.474 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:04140038-01b7-477a-a525-082ad96327b7 = 
20:39:48.474 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:04140038-01b7-477a-a525-082ad96327b7: 
20:39:48.474 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b943466-0340-4aa5-9bf7-9524d5e98671 = 
20:39:48.474 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b943466-0340-4aa5-9bf7-9524d5e98671 = 
20:39:48.474 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b943466-0340-4aa5-9bf7-9524d5e98671: 
20:39:48.474 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6920f3cf-68a7-4903-a2cb-ef9e088803e6 = 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6920f3cf-68a7-4903-a2cb-ef9e088803e6 = 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6920f3cf-68a7-4903-a2cb-ef9e088803e6: 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6042aaea-be5e-4219-93ab-c86157481efb = 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6042aaea-be5e-4219-93ab-c86157481efb = 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6042aaea-be5e-4219-93ab-c86157481efb: 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d5d72330-b215-4522-9bb6-40704e124f0a = 
20:39:48.475 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d5d72330-b215-4522-9bb6-40704e124f0a = 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d5d72330-b215-4522-9bb6-40704e124f0a: 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0dc01f3a-2298-40af-8d4c-55b225785653 = 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0dc01f3a-2298-40af-8d4c-55b225785653 = 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0dc01f3a-2298-40af-8d4c-55b225785653: 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:82a67c6b-88d2-4c68-a02e-d20daec605b2 = 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:82a67c6b-88d2-4c68-a02e-d20daec605b2 = 
20:39:48.476 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:82a67c6b-88d2-4c68-a02e-d20daec605b2: 
20:39:48.480 [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
] .

20:39:48.483 [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>
                "2019-07-12T20:39:48.486Z"^^<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 .
20:39:48.508 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "16"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:48.486Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "16"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:48.486Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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: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> .
20:39:48.511 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a3a808bc-aada-4a3b-97e4-8d80263abfb5 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; a3a808bc-aada-4a3b-97e4-8d80263abfb5 @sh:in 30392187-0eb1-45e1-9d06-d64a062137e0; a3a808bc-aada-4a3b-97e4-8d80263abfb5 @rdf:type sh:Property; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:path http://www.sampledomain.org/sam#aStringProperty; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:pattern "^B"; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @sh:description "a Simple Single String Property"; 753d2994-b8f8-4e44-a1f3-84d135d16cbb @rdf:type sh:Property; 27009b0a-efa8-428c-919d-ae7ee0d981bf @sh:path http://www.sampledomain.org/sam#integerProperty2; 27009b0a-efa8-428c-919d-ae7ee0d981bf @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 27009b0a-efa8-428c-919d-ae7ee0d981bf @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 27009b0a-efa8-428c-919d-ae7ee0d981bf @rdf:type sh:Property; ff31818a-1c0f-481b-bbbf-d7ea5c3390c5 @rdf:rest rdf:nil; ff31818a-1c0f-481b-bbbf-d7ea5c3390c5 @rdf:first "C"...} |  [a3a808bc-aada-4a3b-97e4-8d80263abfb5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a3a808bc-aada-4a3b-97e4-8d80263abfb5, http://www.w3.org/ns/shacl#in, 30392187-0eb1-45e1-9d06-d64a062137e0] [a3a808bc-aada-4a3b-97e4-8d80263abfb5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#pattern, "^B"] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [753d2994-b8f8-4e44-a1f3-84d135d16cbb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [27009b0a-efa8-428c-919d-ae7ee0d981bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [27009b0a-efa8-428c-919d-ae7ee0d981bf, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [27009b0a-efa8-428c-919d-ae7ee0d981bf, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [27009b0a-efa8-428c-919d-ae7ee0d981bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ff31818a-1c0f-481b-bbbf-d7ea5c3390c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ff31818a-1c0f-481b-bbbf-d7ea5c3390c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [38977536-8b94-49a4-9f79-0dfe7f8bb295, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ff31818a-1c0f-481b-bbbf-d7ea5c3390c5] [38977536-8b94-49a4-9f79-0dfe7f8bb295, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [370ecf19-a767-4ddd-84ca-88be8d43de30, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [370ecf19-a767-4ddd-84ca-88be8d43de30, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [370ecf19-a767-4ddd-84ca-88be8d43de30, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [370ecf19-a767-4ddd-84ca-88be8d43de30, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [30392187-0eb1-45e1-9d06-d64a062137e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 38977536-8b94-49a4-9f79-0dfe7f8bb295] [30392187-0eb1-45e1-9d06-d64a062137e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4fe588ed-bddb-4d87-b86a-41f20c1188e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [62edf9af-094d-4862-ace0-50e6d78685f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [68e5fde8-c074-4b84-93ce-2500335375b8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [68e5fde8-c074-4b84-93ce-2500335375b8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [68e5fde8-c074-4b84-93ce-2500335375b8, 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, 4fe588ed-bddb-4d87-b86a-41f20c1188e4] [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, a3a808bc-aada-4a3b-97e4-8d80263abfb5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 62edf9af-094d-4862-ace0-50e6d78685f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27009b0a-efa8-428c-919d-ae7ee0d981bf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 370ecf19-a767-4ddd-84ca-88be8d43de30] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 68e5fde8-c074-4b84-93ce-2500335375b8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 753d2994-b8f8-4e44-a1f3-84d135d16cbb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 13bc8856-35c5-4acf-ab1d-17e22ed64ba9] [13bc8856-35c5-4acf-ab1d-17e22ed64ba9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [13bc8856-35c5-4acf-ab1d-17e22ed64ba9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [13bc8856-35c5-4acf-ab1d-17e22ed64ba9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [13bc8856-35c5-4acf-ab1d-17e22ed64ba9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:48.513 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:48.517 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:48.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:62edf9af-094d-4862-ace0-50e6d78685f2,_:27009b0a-efa8-428c-919d-ae7ee0d981bf,_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9,_:a3a808bc-aada-4a3b-97e4-8d80263abfb5,_:370ecf19-a767-4ddd-84ca-88be8d43de30,_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,_:68e5fde8-c074-4b84-93ce-2500335375b8. Pending nodes: 
20:39:48.523 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:62edf9af-094d-4862-ace0-50e6d78685f2
20:39:48.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27009b0a-efa8-428c-919d-ae7ee0d981bf
20:39:48.530 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4fe588ed-bddb-4d87-b86a-41f20c1188e4
20:39:48.534 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:13bc8856-35c5-4acf-ab1d-17e22ed64ba9
20:39:48.572 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a3a808bc-aada-4a3b-97e4-8d80263abfb5
20:39:48.574 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:370ecf19-a767-4ddd-84ca-88be8d43de30
20:39:48.577 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:753d2994-b8f8-4e44-a1f3-84d135d16cbb
20:39:48.581 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:68e5fde8-c074-4b84-93ce-2500335375b8
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:68e5fde8-c074-4b84-93ce-2500335375b8
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:753d2994-b8f8-4e44-a1f3-84d135d16cbb
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:370ecf19-a767-4ddd-84ca-88be8d43de30
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a3a808bc-aada-4a3b-97e4-8d80263abfb5
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:13bc8856-35c5-4acf-ab1d-17e22ed64ba9
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4fe588ed-bddb-4d87-b86a-41f20c1188e4
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27009b0a-efa8-428c-919d-ae7ee0d981bf
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:62edf9af-094d-4862-ace0-50e6d78685f2
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:68e5fde8-c074-4b84-93ce-2500335375b8 = 
20:39:48.583 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:68e5fde8-c074-4b84-93ce-2500335375b8 = 
20:39:48.584 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:68e5fde8-c074-4b84-93ce-2500335375b8: 
20:39:48.584 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:48.584 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:48.584 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:48.584 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:48.584 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:62edf9af-094d-4862-ace0-50e6d78685f2,_:27009b0a-efa8-428c-919d-ae7ee0d981bf,_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9,_:a3a808bc-aada-4a3b-97e4-8d80263abfb5,_:370ecf19-a767-4ddd-84ca-88be8d43de30,_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,_:68e5fde8-c074-4b84-93ce-2500335375b8)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:62edf9af-094d-4862-ace0-50e6d78685f2)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27009b0a-efa8-428c-919d-ae7ee0d981bf)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4fe588ed-bddb-4d87-b86a-41f20c1188e4)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3a808bc-aada-4a3b-97e4-8d80263abfb5)
20:39:48.585 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:370ecf19-a767-4ddd-84ca-88be8d43de30)
20:39:48.586 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:753d2994-b8f8-4e44-a1f3-84d135d16cbb)
20:39:48.586 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68e5fde8-c074-4b84-93ce-2500335375b8)
20:39:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.586 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.587 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.587 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.588 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.589 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:62edf9af-094d-4862-ace0-50e6d78685f2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:48.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.589 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.590 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:62edf9af-094d-4862-ace0-50e6d78685f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:62edf9af-094d-4862-ace0-50e6d78685f2,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:48.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.590 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.591 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.592 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27009b0a-efa8-428c-919d-ae7ee0d981bf=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:27009b0a-efa8-428c-919d-ae7ee0d981bf,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"))))))))
20:39:48.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.592 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.593 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.594 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4fe588ed-bddb-4d87-b86a-41f20c1188e4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:48.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.595 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4fe588ed-bddb-4d87-b86a-41f20c1188e4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,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>)))))))
20:39:48.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.596 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9=ShapeTyping(TypingMap(Map()))
20:39:48.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.597 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3a808bc-aada-4a3b-97e4-8d80263abfb5=ShapeTyping(TypingMap(Map()))
20:39:48.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.598 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:48.486Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:370ecf19-a767-4ddd-84ca-88be8d43de30],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:48.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:370ecf19-a767-4ddd-84ca-88be8d43de30=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:370ecf19-a767-4ddd-84ca-88be8d43de30,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.600 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.602 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:753d2994-b8f8-4e44-a1f3-84d135d16cbb],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:48.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:753d2994-b8f8-4e44-a1f3-84d135d16cbb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,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>)))))))
20:39:48.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68e5fde8-c074-4b84-93ce-2500335375b8=ShapeTyping(TypingMap(Map()))
20:39:48.604 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:62edf9af-094d-4862-ace0-50e6d78685f2,_:27009b0a-efa8-428c-919d-ae7ee0d981bf,_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9,_:a3a808bc-aada-4a3b-97e4-8d80263abfb5,_:370ecf19-a767-4ddd-84ca-88be8d43de30,_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,_:68e5fde8-c074-4b84-93ce-2500335375b8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,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(_:370ecf19-a767-4ddd-84ca-88be8d43de30,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:27009b0a-efa8-428c-919d-ae7ee0d981bf,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:62edf9af-094d-4862-ace0-50e6d78685f2,PredicatePath(<http://www.sampledomain.org/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(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,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>)))))))
20:39:48.605 [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(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,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(_:370ecf19-a767-4ddd-84ca-88be8d43de30,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:27009b0a-efa8-428c-919d-ae7ee0d981bf,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:62edf9af-094d-4862-ace0-50e6d78685f2,PredicatePath(<http://www.sampledomain.org/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(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,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>)))))))
20:39:48.605 [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(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb,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(_:370ecf19-a767-4ddd-84ca-88be8d43de30,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:27009b0a-efa8-428c-919d-ae7ee0d981bf,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on 16: LiteralValue("maxExclusive violation. Expected 16 < 15")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:62edf9af-094d-4862-ace0-50e6d78685f2), ShapeRef(_:27009b0a-efa8-428c-919d-ae7ee0d981bf), ShapeRef(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4), ShapeRef(_:13bc8856-35c5-4acf-ab1d-17e22ed64ba9), ShapeRef(_:a3a808bc-aada-4a3b-97e4-8d80263abfb5), ShapeRef(_:370ecf19-a767-4ddd-84ca-88be8d43de30), ShapeRef(_:753d2994-b8f8-4e44-a1f3-84d135d16cbb), ShapeRef(_:68e5fde8-c074-4b84-93ce-2500335375b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:62edf9af-094d-4862-ace0-50e6d78685f2,PredicatePath(<http://www.sampledomain.org/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(_:4fe588ed-bddb-4d87-b86a-41f20c1188e4,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>)))))))
20:39:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:753d2994-b8f8-4e44-a1f3-84d135d16cbb = 
20:39:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:753d2994-b8f8-4e44-a1f3-84d135d16cbb = 
20:39:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:753d2994-b8f8-4e44-a1f3-84d135d16cbb: 
20:39:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:370ecf19-a767-4ddd-84ca-88be8d43de30 = 
20:39:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:370ecf19-a767-4ddd-84ca-88be8d43de30 = 
20:39:48.606 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:370ecf19-a767-4ddd-84ca-88be8d43de30: 
20:39:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a3a808bc-aada-4a3b-97e4-8d80263abfb5 = 
20:39:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a3a808bc-aada-4a3b-97e4-8d80263abfb5 = 
20:39:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a3a808bc-aada-4a3b-97e4-8d80263abfb5: 
20:39:48.607 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:13bc8856-35c5-4acf-ab1d-17e22ed64ba9 = 
20:39:48.608 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:13bc8856-35c5-4acf-ab1d-17e22ed64ba9 = 
20:39:48.608 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:13bc8856-35c5-4acf-ab1d-17e22ed64ba9: 
20:39:48.608 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4fe588ed-bddb-4d87-b86a-41f20c1188e4 = 
20:39:48.608 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4fe588ed-bddb-4d87-b86a-41f20c1188e4 = 
20:39:48.608 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4fe588ed-bddb-4d87-b86a-41f20c1188e4: 
20:39:48.609 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27009b0a-efa8-428c-919d-ae7ee0d981bf = 
20:39:48.609 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27009b0a-efa8-428c-919d-ae7ee0d981bf = 
20:39:48.609 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27009b0a-efa8-428c-919d-ae7ee0d981bf: 
20:39:48.609 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:62edf9af-094d-4862-ace0-50e6d78685f2 = 
20:39:48.609 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:62edf9af-094d-4862-ace0-50e6d78685f2 = 
20:39:48.609 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:62edf9af-094d-4862-ace0-50e6d78685f2: 
20:39:48.614 [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
               ]
] .

20:39:48.732 [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.448 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>
                "2019-07-12T20:39:48.739Z"^^<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 .
20:39:48.771 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:48.739Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:48.739Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:48.774 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {fe47ce06-16b2-4845-9d38-3176c1429531 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; fe47ce06-16b2-4845-9d38-3176c1429531 @sh:in 2722af62-020b-4b84-91b6-436b41be2e8a; fe47ce06-16b2-4845-9d38-3176c1429531 @rdf:type sh:Property; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a0962f07-efdd-4f74-b6fd-5c0fefbf8875 @rdf:type sh:Property; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; e78889a8-fe4e-48a3-811e-20e87fa3ed84 @rdf:type sh:Property...} |  [fe47ce06-16b2-4845-9d38-3176c1429531, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fe47ce06-16b2-4845-9d38-3176c1429531, http://www.w3.org/ns/shacl#in, 2722af62-020b-4b84-91b6-436b41be2e8a] [fe47ce06-16b2-4845-9d38-3176c1429531, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a0962f07-efdd-4f74-b6fd-5c0fefbf8875, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e78889a8-fe4e-48a3-811e-20e87fa3ed84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c7b2d654-9d8a-46d6-9436-eda29b4ac6ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c7b2d654-9d8a-46d6-9436-eda29b4ac6ef, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c7b2d654-9d8a-46d6-9436-eda29b4ac6ef, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c7b2d654-9d8a-46d6-9436-eda29b4ac6ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#pattern, "^B"] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [944d2c75-9aa4-45a4-9d3f-d9f38e20faef, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [944d2c75-9aa4-45a4-9d3f-d9f38e20faef, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [431af569-4a06-48b4-b147-6de6971bbbec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [431af569-4a06-48b4-b147-6de6971bbbec, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [431af569-4a06-48b4-b147-6de6971bbbec, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [431af569-4a06-48b4-b147-6de6971bbbec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cb4b2cd9-c581-4585-b186-8b739023da73, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [cb4b2cd9-c581-4585-b186-8b739023da73, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [cb4b2cd9-c581-4585-b186-8b739023da73, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cb4b2cd9-c581-4585-b186-8b739023da73, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cf74301b-983f-4565-b78f-f3e1fc48303a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 944d2c75-9aa4-45a4-9d3f-d9f38e20faef] [cf74301b-983f-4565-b78f-f3e1fc48303a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2722af62-020b-4b84-91b6-436b41be2e8a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cf74301b-983f-4565-b78f-f3e1fc48303a] [2722af62-020b-4b84-91b6-436b41be2e8a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 431af569-4a06-48b4-b147-6de6971bbbec] [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, cb4b2cd9-c581-4585-b186-8b739023da73] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c7b2d654-9d8a-46d6-9436-eda29b4ac6ef] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e78889a8-fe4e-48a3-811e-20e87fa3ed84] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a0962f07-efdd-4f74-b6fd-5c0fefbf8875] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fe47ce06-16b2-4845-9d38-3176c1429531]>
20:39:48.775 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:48.778 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:48.782 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b,_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,_:cb4b2cd9-c581-4585-b186-8b739023da73,_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,_:fe47ce06-16b2-4845-9d38-3176c1429531,_:431af569-4a06-48b4-b147-6de6971bbbec. Pending nodes: 
20:39:48.783 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1
20:39:48.788 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a0962f07-efdd-4f74-b6fd-5c0fefbf8875
20:39:48.792 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b
20:39:48.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef
20:39:48.797 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cb4b2cd9-c581-4585-b186-8b739023da73
20:39:48.800 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e78889a8-fe4e-48a3-811e-20e87fa3ed84
20:39:48.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe47ce06-16b2-4845-9d38-3176c1429531
20:39:48.808 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:431af569-4a06-48b4-b147-6de6971bbbec
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:431af569-4a06-48b4-b147-6de6971bbbec
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe47ce06-16b2-4845-9d38-3176c1429531
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e78889a8-fe4e-48a3-811e-20e87fa3ed84
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cb4b2cd9-c581-4585-b186-8b739023da73
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a0962f07-efdd-4f74-b6fd-5c0fefbf8875
20:39:48.811 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1
20:39:48.812 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:431af569-4a06-48b4-b147-6de6971bbbec = 
20:39:48.812 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:431af569-4a06-48b4-b147-6de6971bbbec = 
20:39:48.812 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:431af569-4a06-48b4-b147-6de6971bbbec: 
20:39:48.812 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe47ce06-16b2-4845-9d38-3176c1429531 = 
20:39:48.813 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe47ce06-16b2-4845-9d38-3176c1429531 = 
20:39:48.813 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe47ce06-16b2-4845-9d38-3176c1429531: 
20:39:48.813 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e78889a8-fe4e-48a3-811e-20e87fa3ed84 = 
20:39:48.813 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e78889a8-fe4e-48a3-811e-20e87fa3ed84 = 
20:39:48.813 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e78889a8-fe4e-48a3-811e-20e87fa3ed84: 
20:39:48.814 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:48.814 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:48.815 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:48.815 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:48.815 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:48.815 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b,_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,_:cb4b2cd9-c581-4585-b186-8b739023da73,_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,_:fe47ce06-16b2-4845-9d38-3176c1429531,_:431af569-4a06-48b4-b147-6de6971bbbec)
20:39:48.815 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb4b2cd9-c581-4585-b186-8b739023da73)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e78889a8-fe4e-48a3-811e-20e87fa3ed84)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe47ce06-16b2-4845-9d38-3176c1429531)
20:39:48.816 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:431af569-4a06-48b4-b147-6de6971bbbec)
20:39:48.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.822 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:48.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,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>)))))))
20:39:48.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.825 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:48.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,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>)))))))
20:39:48.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.827 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b=ShapeTyping(TypingMap(Map()))
20:39:48.870 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.870 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.872 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.873 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,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))))))))
20:39:48.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.873 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.874 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.875 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:48.739Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cb4b2cd9-c581-4585-b186-8b739023da73],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:48.876 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb4b2cd9-c581-4585-b186-8b739023da73=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cb4b2cd9-c581-4585-b186-8b739023da73,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.876 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.877 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.878 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.878 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.879 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.879 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.880 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e78889a8-fe4e-48a3-811e-20e87fa3ed84],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:48.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.880 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.881 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e78889a8-fe4e-48a3-811e-20e87fa3ed84=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:48.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.881 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.882 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe47ce06-16b2-4845-9d38-3176c1429531=ShapeTyping(TypingMap(Map()))
20:39:48.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.882 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.883 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.883 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:48.883 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:431af569-4a06-48b4-b147-6de6971bbbec=ShapeTyping(TypingMap(Map()))
20:39:48.884 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b,_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,_:cb4b2cd9-c581-4585-b186-8b739023da73,_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,_:fe47ce06-16b2-4845-9d38-3176c1429531,_:431af569-4a06-48b4-b147-6de6971bbbec)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,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(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,PredicatePath(<http://www.sampledomain.org/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(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,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(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,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(_:cb4b2cd9-c581-4585-b186-8b739023da73,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.886 [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(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,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(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,PredicatePath(<http://www.sampledomain.org/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(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,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(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,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(_:cb4b2cd9-c581-4585-b186-8b739023da73,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.886 [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(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1,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(_:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1), ShapeRef(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875), ShapeRef(_:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b), ShapeRef(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef), ShapeRef(_:cb4b2cd9-c581-4585-b186-8b739023da73), ShapeRef(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84), ShapeRef(_:fe47ce06-16b2-4845-9d38-3176c1429531), ShapeRef(_:431af569-4a06-48b4-b147-6de6971bbbec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e78889a8-fe4e-48a3-811e-20e87fa3ed84,PredicatePath(<http://www.sampledomain.org/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(_:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef,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(_:a0962f07-efdd-4f74-b6fd-5c0fefbf8875,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(_:cb4b2cd9-c581-4585-b186-8b739023da73,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:48.887 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cb4b2cd9-c581-4585-b186-8b739023da73 = 
20:39:48.887 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cb4b2cd9-c581-4585-b186-8b739023da73 = 
20:39:48.887 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cb4b2cd9-c581-4585-b186-8b739023da73: 
20:39:48.888 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef = 
20:39:48.888 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef = 
20:39:48.888 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c7b2d654-9d8a-46d6-9436-eda29b4ac6ef: 
20:39:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b = 
20:39:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b = 
20:39:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f3bcd7b6-fd2c-4c0a-90df-29a07d2cd13b: 
20:39:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a0962f07-efdd-4f74-b6fd-5c0fefbf8875 = 
20:39:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a0962f07-efdd-4f74-b6fd-5c0fefbf8875 = 
20:39:48.889 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a0962f07-efdd-4f74-b6fd-5c0fefbf8875: 
20:39:48.890 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1 = 
20:39:48.890 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1 = 
20:39:48.890 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2cf1862-4c6a-4b3f-9856-d8a536a3fcf1: 
20:39:48.893 [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
] .

20:39:48.895 [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>
                "2019-07-12T20:39:48.897Z"^^<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 .
20:39:48.977 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "4"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:48.897Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "4"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:48.897Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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> .
20:39:48.980 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8e55c4f3-adc2-40e4-a30f-ca838a54a12f @rdf:rest rdf:nil; 8e55c4f3-adc2-40e4-a30f-ca838a54a12f @rdf:first "C"; c91cfdd1-ae93-4dea-9e41-9a3e9e817aab @sh:path http://www.sampledomain.org/sam#aReferenceProperty; c91cfdd1-ae93-4dea-9e41-9a3e9e817aab @sh:class http://www.sampledomain.org/sam#AnotherResource; c91cfdd1-ae93-4dea-9e41-9a3e9e817aab @rdf:type sh:Property; 093147d3-44a2-4086-9f94-420907ed4efb @sh:path http://www.sampledomain.org/sam#aSetOfDates; 093147d3-44a2-4086-9f94-420907ed4efb @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 093147d3-44a2-4086-9f94-420907ed4efb @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 093147d3-44a2-4086-9f94-420907ed4efb @rdf:type sh:Property; 51e5b8b3-5b22-4afd-8174-ff5799693255 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 51e5b8b3-5b22-4afd-8174-ff5799693255 @sh:in 57442577-01eb-460f-aa86-6063a74dfd26; 51e5b8b3-5b22-4afd-8174-ff5799693255 @rdf:type sh:Property; 597c8e4b-392d-4beb-86cd-6e2b92dbb1bf @sh:path http://www.sampledomain.org/sam#integerProperty3; 597c8e4b-392d-4beb-86cd-6e2b92dbb1bf @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 597c8e4b-392d-4beb-86cd-6e2b92dbb1bf @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 597c8e4b-392d-4beb-86cd-6e2b92dbb1bf @rdf:type sh:Property; 57442577-01eb-460f-aa86-6063a74dfd26 @rdf:rest b6d8894a-65a0-4983-8720-a1f84daa3446...} |  [8e55c4f3-adc2-40e4-a30f-ca838a54a12f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8e55c4f3-adc2-40e4-a30f-ca838a54a12f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c91cfdd1-ae93-4dea-9e41-9a3e9e817aab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c91cfdd1-ae93-4dea-9e41-9a3e9e817aab, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c91cfdd1-ae93-4dea-9e41-9a3e9e817aab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [093147d3-44a2-4086-9f94-420907ed4efb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [093147d3-44a2-4086-9f94-420907ed4efb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [093147d3-44a2-4086-9f94-420907ed4efb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [093147d3-44a2-4086-9f94-420907ed4efb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [51e5b8b3-5b22-4afd-8174-ff5799693255, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [51e5b8b3-5b22-4afd-8174-ff5799693255, http://www.w3.org/ns/shacl#in, 57442577-01eb-460f-aa86-6063a74dfd26] [51e5b8b3-5b22-4afd-8174-ff5799693255, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [597c8e4b-392d-4beb-86cd-6e2b92dbb1bf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [597c8e4b-392d-4beb-86cd-6e2b92dbb1bf, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [597c8e4b-392d-4beb-86cd-6e2b92dbb1bf, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [597c8e4b-392d-4beb-86cd-6e2b92dbb1bf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [57442577-01eb-460f-aa86-6063a74dfd26, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b6d8894a-65a0-4983-8720-a1f84daa3446] [57442577-01eb-460f-aa86-6063a74dfd26, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b053525f-694e-4289-84a3-9b747fe884e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b053525f-694e-4289-84a3-9b747fe884e5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b053525f-694e-4289-84a3-9b747fe884e5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b053525f-694e-4289-84a3-9b747fe884e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#pattern, "^B"] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cb753d10-6130-4e78-9de3-b9c8d1d0378a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b6d8894a-65a0-4983-8720-a1f84daa3446, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8e55c4f3-adc2-40e4-a30f-ca838a54a12f] [b6d8894a-65a0-4983-8720-a1f84daa3446, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [64729a57-fa3d-443e-a63d-1be37695f2d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e4fea857-134c-4197-820c-9c6a580c18d9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e4fea857-134c-4197-820c-9c6a580c18d9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e4fea857-134c-4197-820c-9c6a580c18d9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e4fea857-134c-4197-820c-9c6a580c18d9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e4fea857-134c-4197-820c-9c6a580c18d9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e4fea857-134c-4197-820c-9c6a580c18d9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e4fea857-134c-4197-820c-9c6a580c18d9, 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, b053525f-694e-4289-84a3-9b747fe884e5] [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, cb753d10-6130-4e78-9de3-b9c8d1d0378a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 597c8e4b-392d-4beb-86cd-6e2b92dbb1bf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 51e5b8b3-5b22-4afd-8174-ff5799693255] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 093147d3-44a2-4086-9f94-420907ed4efb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e4fea857-134c-4197-820c-9c6a580c18d9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 64729a57-fa3d-443e-a63d-1be37695f2d0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c91cfdd1-ae93-4dea-9e41-9a3e9e817aab]>
20:39:48.981 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:48.984 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:48.988 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:64729a57-fa3d-443e-a63d-1be37695f2d0,_:093147d3-44a2-4086-9f94-420907ed4efb,_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,_:e4fea857-134c-4197-820c-9c6a580c18d9,_:51e5b8b3-5b22-4afd-8174-ff5799693255,_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,_:b053525f-694e-4289-84a3-9b747fe884e5,_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab. Pending nodes: 
20:39:48.989 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:64729a57-fa3d-443e-a63d-1be37695f2d0
20:39:48.992 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:093147d3-44a2-4086-9f94-420907ed4efb
20:39:48.995 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cb753d10-6130-4e78-9de3-b9c8d1d0378a
20:39:48.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e4fea857-134c-4197-820c-9c6a580c18d9
20:39:49.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:51e5b8b3-5b22-4afd-8174-ff5799693255
20:39:49.005 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf
20:39:49.007 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b053525f-694e-4289-84a3-9b747fe884e5
20:39:49.009 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab
20:39:49.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab
20:39:49.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b053525f-694e-4289-84a3-9b747fe884e5
20:39:49.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf
20:39:49.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:51e5b8b3-5b22-4afd-8174-ff5799693255
20:39:49.011 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e4fea857-134c-4197-820c-9c6a580c18d9
20:39:49.012 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cb753d10-6130-4e78-9de3-b9c8d1d0378a
20:39:49.012 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:093147d3-44a2-4086-9f94-420907ed4efb
20:39:49.012 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:64729a57-fa3d-443e-a63d-1be37695f2d0
20:39:49.012 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab = 
20:39:49.012 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab = 
20:39:49.012 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab: 
20:39:49.013 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.013 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.014 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:49.014 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.014 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.014 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:64729a57-fa3d-443e-a63d-1be37695f2d0,_:093147d3-44a2-4086-9f94-420907ed4efb,_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,_:e4fea857-134c-4197-820c-9c6a580c18d9,_:51e5b8b3-5b22-4afd-8174-ff5799693255,_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,_:b053525f-694e-4289-84a3-9b747fe884e5,_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)
20:39:49.014 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:64729a57-fa3d-443e-a63d-1be37695f2d0)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:093147d3-44a2-4086-9f94-420907ed4efb)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb753d10-6130-4e78-9de3-b9c8d1d0378a)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e4fea857-134c-4197-820c-9c6a580c18d9)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51e5b8b3-5b22-4afd-8174-ff5799693255)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b053525f-694e-4289-84a3-9b747fe884e5)
20:39:49.015 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)
20:39:49.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.016 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.017 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.018 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.018 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:64729a57-fa3d-443e-a63d-1be37695f2d0],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.019 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.020 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:64729a57-fa3d-443e-a63d-1be37695f2d0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:64729a57-fa3d-443e-a63d-1be37695f2d0,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>)))))))
20:39:49.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.020 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.021 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.021 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:48.897Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:093147d3-44a2-4086-9f94-420907ed4efb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.022 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:093147d3-44a2-4086-9f94-420907ed4efb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:093147d3-44a2-4086-9f94-420907ed4efb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.022 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.023 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.024 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.025 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.026 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cb753d10-6130-4e78-9de3-b9c8d1d0378a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cb753d10-6130-4e78-9de3-b9c8d1d0378a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,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>)))))))
20:39:49.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.030 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e4fea857-134c-4197-820c-9c6a580c18d9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.031 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e4fea857-134c-4197-820c-9c6a580c18d9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e4fea857-134c-4197-820c-9c6a580c18d9,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.031 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:51e5b8b3-5b22-4afd-8174-ff5799693255=ShapeTyping(TypingMap(Map()))
20:39:49.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.070 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,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"))))))))
20:39:49.070 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.070 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.071 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.071 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.071 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b053525f-694e-4289-84a3-9b747fe884e5=ShapeTyping(TypingMap(Map()))
20:39:49.071 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.071 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.072 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab=ShapeTyping(TypingMap(Map()))
20:39:49.073 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:64729a57-fa3d-443e-a63d-1be37695f2d0,_:093147d3-44a2-4086-9f94-420907ed4efb,_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,_:e4fea857-134c-4197-820c-9c6a580c18d9,_:51e5b8b3-5b22-4afd-8174-ff5799693255,_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,_:b053525f-694e-4289-84a3-9b747fe884e5,_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,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(_:093147d3-44a2-4086-9f94-420907ed4efb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,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(_:e4fea857-134c-4197-820c-9c6a580c18d9,PredicatePath(<http://www.sampledomain.org/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(_:64729a57-fa3d-443e-a63d-1be37695f2d0,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(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.074 [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(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,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(_:093147d3-44a2-4086-9f94-420907ed4efb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,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(_:e4fea857-134c-4197-820c-9c6a580c18d9,PredicatePath(<http://www.sampledomain.org/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(_:64729a57-fa3d-443e-a63d-1be37695f2d0,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(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.074 [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(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a,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(_:093147d3-44a2-4086-9f94-420907ed4efb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf,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(_:e4fea857-134c-4197-820c-9c6a580c18d9,PredicatePath(<http://www.sampledomain.org/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(_:64729a57-fa3d-443e-a63d-1be37695f2d0,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(_:64729a57-fa3d-443e-a63d-1be37695f2d0), ShapeRef(_:093147d3-44a2-4086-9f94-420907ed4efb), ShapeRef(_:cb753d10-6130-4e78-9de3-b9c8d1d0378a), ShapeRef(_:e4fea857-134c-4197-820c-9c6a580c18d9), ShapeRef(_:51e5b8b3-5b22-4afd-8174-ff5799693255), ShapeRef(_:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf), ShapeRef(_:b053525f-694e-4289-84a3-9b747fe884e5), ShapeRef(_:c91cfdd1-ae93-4dea-9e41-9a3e9e817aab)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.075 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b053525f-694e-4289-84a3-9b747fe884e5 = 
20:39:49.075 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b053525f-694e-4289-84a3-9b747fe884e5 = 
20:39:49.075 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b053525f-694e-4289-84a3-9b747fe884e5: 
20:39:49.076 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf = 
20:39:49.076 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf = 
20:39:49.076 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:597c8e4b-392d-4beb-86cd-6e2b92dbb1bf: 
20:39:49.076 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:51e5b8b3-5b22-4afd-8174-ff5799693255 = 
20:39:49.077 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:51e5b8b3-5b22-4afd-8174-ff5799693255 = 
20:39:49.077 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:51e5b8b3-5b22-4afd-8174-ff5799693255: 
20:39:49.077 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e4fea857-134c-4197-820c-9c6a580c18d9 = 
20:39:49.077 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e4fea857-134c-4197-820c-9c6a580c18d9 = 
20:39:49.077 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e4fea857-134c-4197-820c-9c6a580c18d9: 
20:39:49.078 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cb753d10-6130-4e78-9de3-b9c8d1d0378a = 
20:39:49.078 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cb753d10-6130-4e78-9de3-b9c8d1d0378a = 
20:39:49.078 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cb753d10-6130-4e78-9de3-b9c8d1d0378a: 
20:39:49.078 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:093147d3-44a2-4086-9f94-420907ed4efb = 
20:39:49.078 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:093147d3-44a2-4086-9f94-420907ed4efb = 
20:39:49.079 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:093147d3-44a2-4086-9f94-420907ed4efb: 
20:39:49.079 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:64729a57-fa3d-443e-a63d-1be37695f2d0 = 
20:39:49.079 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:64729a57-fa3d-443e-a63d-1be37695f2d0 = 
20:39:49.079 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:64729a57-fa3d-443e-a63d-1be37695f2d0: 
20:39:49.083 [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
               ]
] .

20:39:49.087 [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.35 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>
                "2019-07-12T20:39:49.091Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:49.111 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.091Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.091Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:49.113 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {95a279a6-73bf-4be5-acf3-bed517152595 @sh:path http://www.sampledomain.org/sam#aStringProperty; 95a279a6-73bf-4be5-acf3-bed517152595 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 95a279a6-73bf-4be5-acf3-bed517152595 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 95a279a6-73bf-4be5-acf3-bed517152595 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 95a279a6-73bf-4be5-acf3-bed517152595 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 95a279a6-73bf-4be5-acf3-bed517152595 @sh:pattern "^B"; 95a279a6-73bf-4be5-acf3-bed517152595 @sh:description "a Simple Single String Property"; 95a279a6-73bf-4be5-acf3-bed517152595 @rdf:type sh:Property; 54e6dd3b-39e5-480c-a51c-17f40a1eb7f5 @rdf:rest ff456f61-741b-4bd5-842f-48a4b3fb0e29; 54e6dd3b-39e5-480c-a51c-17f40a1eb7f5 @rdf:first "A"; d5407325-56a9-4da2-bb40-202a10df546e @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; d5407325-56a9-4da2-bb40-202a10df546e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d5407325-56a9-4da2-bb40-202a10df546e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d5407325-56a9-4da2-bb40-202a10df546e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; d5407325-56a9-4da2-bb40-202a10df546e @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; d5407325-56a9-4da2-bb40-202a10df546e @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; d5407325-56a9-4da2-bb40-202a10df546e @rdf:type sh:Property...} |  [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#pattern, "^B"] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [95a279a6-73bf-4be5-acf3-bed517152595, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [54e6dd3b-39e5-480c-a51c-17f40a1eb7f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ff456f61-741b-4bd5-842f-48a4b3fb0e29] [54e6dd3b-39e5-480c-a51c-17f40a1eb7f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d5407325-56a9-4da2-bb40-202a10df546e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ff456f61-741b-4bd5-842f-48a4b3fb0e29, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, aeed5699-c822-49f4-a750-b9a339c2ec2a] [ff456f61-741b-4bd5-842f-48a4b3fb0e29, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0fd46e78-8257-43ce-949a-d07e33924760, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0fd46e78-8257-43ce-949a-d07e33924760, http://www.w3.org/ns/shacl#in, 54e6dd3b-39e5-480c-a51c-17f40a1eb7f5] [0fd46e78-8257-43ce-949a-d07e33924760, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [259d0b40-c65f-49df-a037-176aa0a46a85, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [259d0b40-c65f-49df-a037-176aa0a46a85, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [259d0b40-c65f-49df-a037-176aa0a46a85, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [259d0b40-c65f-49df-a037-176aa0a46a85, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7ff72718-b447-45e9-915c-f163aec89dbd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [aeed5699-c822-49f4-a750-b9a339c2ec2a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [aeed5699-c822-49f4-a750-b9a339c2ec2a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7c0ffba8-49e8-425e-96af-a59f835b6572, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [7c0ffba8-49e8-425e-96af-a59f835b6572, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7c0ffba8-49e8-425e-96af-a59f835b6572, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7c0ffba8-49e8-425e-96af-a59f835b6572, 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, 85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d5407325-56a9-4da2-bb40-202a10df546e] [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, 95a279a6-73bf-4be5-acf3-bed517152595] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7ff72718-b447-45e9-915c-f163aec89dbd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0fd46e78-8257-43ce-949a-d07e33924760] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7c0ffba8-49e8-425e-96af-a59f835b6572] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 259d0b40-c65f-49df-a037-176aa0a46a85] [85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:49.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:49.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:49.171 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2,_:0fd46e78-8257-43ce-949a-d07e33924760,_:7ff72718-b447-45e9-915c-f163aec89dbd,_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,_:259d0b40-c65f-49df-a037-176aa0a46a85,_:7c0ffba8-49e8-425e-96af-a59f835b6572,_:95a279a6-73bf-4be5-acf3-bed517152595,_:d5407325-56a9-4da2-bb40-202a10df546e. Pending nodes: 
20:39:49.172 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2
20:39:49.175 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0fd46e78-8257-43ce-949a-d07e33924760
20:39:49.179 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7ff72718-b447-45e9-915c-f163aec89dbd
20:39:49.184 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7
20:39:49.187 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:259d0b40-c65f-49df-a037-176aa0a46a85
20:39:49.190 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7c0ffba8-49e8-425e-96af-a59f835b6572
20:39:49.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:95a279a6-73bf-4be5-acf3-bed517152595
20:39:49.198 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d5407325-56a9-4da2-bb40-202a10df546e
20:39:49.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d5407325-56a9-4da2-bb40-202a10df546e
20:39:49.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:95a279a6-73bf-4be5-acf3-bed517152595
20:39:49.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7c0ffba8-49e8-425e-96af-a59f835b6572
20:39:49.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:259d0b40-c65f-49df-a037-176aa0a46a85
20:39:49.201 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7
20:39:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7ff72718-b447-45e9-915c-f163aec89dbd
20:39:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0fd46e78-8257-43ce-949a-d07e33924760
20:39:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2
20:39:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d5407325-56a9-4da2-bb40-202a10df546e = 
20:39:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d5407325-56a9-4da2-bb40-202a10df546e = 
20:39:49.202 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d5407325-56a9-4da2-bb40-202a10df546e: 
20:39:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:95a279a6-73bf-4be5-acf3-bed517152595 = 
20:39:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:95a279a6-73bf-4be5-acf3-bed517152595 = 
20:39:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:95a279a6-73bf-4be5-acf3-bed517152595: 
20:39:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.203 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2,_:0fd46e78-8257-43ce-949a-d07e33924760,_:7ff72718-b447-45e9-915c-f163aec89dbd,_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,_:259d0b40-c65f-49df-a037-176aa0a46a85,_:7c0ffba8-49e8-425e-96af-a59f835b6572,_:95a279a6-73bf-4be5-acf3-bed517152595,_:d5407325-56a9-4da2-bb40-202a10df546e)
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2)
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fd46e78-8257-43ce-949a-d07e33924760)
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ff72718-b447-45e9-915c-f163aec89dbd)
20:39:49.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7)
20:39:49.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:259d0b40-c65f-49df-a037-176aa0a46a85)
20:39:49.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c0ffba8-49e8-425e-96af-a59f835b6572)
20:39:49.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95a279a6-73bf-4be5-acf3-bed517152595)
20:39:49.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5407325-56a9-4da2-bb40-202a10df546e)
20:39:49.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.206 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2=ShapeTyping(TypingMap(Map()))
20:39:49.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.207 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0fd46e78-8257-43ce-949a-d07e33924760=ShapeTyping(TypingMap(Map()))
20:39:49.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.208 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7ff72718-b447-45e9-915c-f163aec89dbd],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.209 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7ff72718-b447-45e9-915c-f163aec89dbd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7ff72718-b447-45e9-915c-f163aec89dbd,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>)))))))
20:39:49.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.211 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.091Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.211 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.212 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:259d0b40-c65f-49df-a037-176aa0a46a85=ShapeTyping(TypingMap(Map()))
20:39:49.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.213 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7c0ffba8-49e8-425e-96af-a59f835b6572=ShapeTyping(TypingMap(Map()))
20:39:49.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.216 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:95a279a6-73bf-4be5-acf3-bed517152595],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95a279a6-73bf-4be5-acf3-bed517152595=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:95a279a6-73bf-4be5-acf3-bed517152595,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>)))))))
20:39:49.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.219 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d5407325-56a9-4da2-bb40-202a10df546e],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5407325-56a9-4da2-bb40-202a10df546e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d5407325-56a9-4da2-bb40-202a10df546e,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.221 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2,_:0fd46e78-8257-43ce-949a-d07e33924760,_:7ff72718-b447-45e9-915c-f163aec89dbd,_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,_:259d0b40-c65f-49df-a037-176aa0a46a85,_:7c0ffba8-49e8-425e-96af-a59f835b6572,_:95a279a6-73bf-4be5-acf3-bed517152595,_:d5407325-56a9-4da2-bb40-202a10df546e)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d5407325-56a9-4da2-bb40-202a10df546e,PredicatePath(<http://www.sampledomain.org/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(_:7ff72718-b447-45e9-915c-f163aec89dbd,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(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:95a279a6-73bf-4be5-acf3-bed517152595,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>)))))))
20:39:49.221 [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(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d5407325-56a9-4da2-bb40-202a10df546e,PredicatePath(<http://www.sampledomain.org/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(_:7ff72718-b447-45e9-915c-f163aec89dbd,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(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:95a279a6-73bf-4be5-acf3-bed517152595,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>)))))))
20:39:49.222 [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(_:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2), ShapeRef(_:0fd46e78-8257-43ce-949a-d07e33924760), ShapeRef(_:7ff72718-b447-45e9-915c-f163aec89dbd), ShapeRef(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7), ShapeRef(_:259d0b40-c65f-49df-a037-176aa0a46a85), ShapeRef(_:7c0ffba8-49e8-425e-96af-a59f835b6572), ShapeRef(_:95a279a6-73bf-4be5-acf3-bed517152595), ShapeRef(_:d5407325-56a9-4da2-bb40-202a10df546e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d5407325-56a9-4da2-bb40-202a10df546e,PredicatePath(<http://www.sampledomain.org/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(_:7ff72718-b447-45e9-915c-f163aec89dbd,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(_:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:95a279a6-73bf-4be5-acf3-bed517152595,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>)))))))
20:39:49.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7c0ffba8-49e8-425e-96af-a59f835b6572 = 
20:39:49.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7c0ffba8-49e8-425e-96af-a59f835b6572 = 
20:39:49.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7c0ffba8-49e8-425e-96af-a59f835b6572: 
20:39:49.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:259d0b40-c65f-49df-a037-176aa0a46a85 = 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:259d0b40-c65f-49df-a037-176aa0a46a85 = 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:259d0b40-c65f-49df-a037-176aa0a46a85: 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7 = 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7 = 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:85c4dba9-ce4a-4ccc-9f92-2db96a1bfde7: 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7ff72718-b447-45e9-915c-f163aec89dbd = 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7ff72718-b447-45e9-915c-f163aec89dbd = 
20:39:49.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7ff72718-b447-45e9-915c-f163aec89dbd: 
20:39:49.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0fd46e78-8257-43ce-949a-d07e33924760 = 
20:39:49.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0fd46e78-8257-43ce-949a-d07e33924760 = 
20:39:49.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0fd46e78-8257-43ce-949a-d07e33924760: 
20:39:49.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2 = 
20:39:49.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2 = 
20:39:49.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a3bc42d0-ff89-42cb-bb38-a3b2e58ed8c2: 
20:39:49.272 [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
] .

20:39:49.274 [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>
                "2019-07-12T20:39:49.276Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:49.295 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.276Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.276Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:49.296 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {9272ed43-69ed-4df8-8938-cefd0507e822 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 9272ed43-69ed-4df8-8938-cefd0507e822 @sh:class http://www.sampledomain.org/sam#AnotherResource; 9272ed43-69ed-4df8-8938-cefd0507e822 @rdf:type sh:Property; c55bd1eb-dd73-4391-b584-d966337997cb @sh:path http://www.sampledomain.org/sam#aSetOfDates; c55bd1eb-dd73-4391-b584-d966337997cb @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; c55bd1eb-dd73-4391-b584-d966337997cb @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c55bd1eb-dd73-4391-b584-d966337997cb @rdf:type sh:Property; 5e034980-cecb-47d0-b76e-2611431d7112 @sh:path http://www.sampledomain.org/sam#integerProperty3; 5e034980-cecb-47d0-b76e-2611431d7112 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 5e034980-cecb-47d0-b76e-2611431d7112 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 5e034980-cecb-47d0-b76e-2611431d7112 @rdf:type sh:Property; 9472d5e7-ec16-4995-9fa0-f9ecae027a60 @rdf:rest 0c4061a0-de9d-41e0-9b2f-279d0884cf8f; 9472d5e7-ec16-4995-9fa0-f9ecae027a60 @rdf:first "B"; 2421094c-3886-4545-a9db-237b1f3db61e @sh:path http://www.sampledomain.org/sam#aStringProperty; 2421094c-3886-4545-a9db-237b1f3db61e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2421094c-3886-4545-a9db-237b1f3db61e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 2421094c-3886-4545-a9db-237b1f3db61e @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [9272ed43-69ed-4df8-8938-cefd0507e822, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9272ed43-69ed-4df8-8938-cefd0507e822, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9272ed43-69ed-4df8-8938-cefd0507e822, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c55bd1eb-dd73-4391-b584-d966337997cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c55bd1eb-dd73-4391-b584-d966337997cb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c55bd1eb-dd73-4391-b584-d966337997cb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c55bd1eb-dd73-4391-b584-d966337997cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5e034980-cecb-47d0-b76e-2611431d7112, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [5e034980-cecb-47d0-b76e-2611431d7112, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5e034980-cecb-47d0-b76e-2611431d7112, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5e034980-cecb-47d0-b76e-2611431d7112, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9472d5e7-ec16-4995-9fa0-f9ecae027a60, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0c4061a0-de9d-41e0-9b2f-279d0884cf8f] [9472d5e7-ec16-4995-9fa0-f9ecae027a60, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#pattern, "^B"] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [2421094c-3886-4545-a9db-237b1f3db61e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0c4061a0-de9d-41e0-9b2f-279d0884cf8f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0c4061a0-de9d-41e0-9b2f-279d0884cf8f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [36bd9f66-69e2-41bc-ae0c-e7f001a3425c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [36bd9f66-69e2-41bc-ae0c-e7f001a3425c, http://www.w3.org/ns/shacl#in, 21e407b6-ad31-4003-83ca-bddaaceb019f] [36bd9f66-69e2-41bc-ae0c-e7f001a3425c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [60624716-35a0-44dc-b766-7acc193ee8d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21e407b6-ad31-4003-83ca-bddaaceb019f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9472d5e7-ec16-4995-9fa0-f9ecae027a60] [21e407b6-ad31-4003-83ca-bddaaceb019f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [43dab2aa-9b30-454f-905e-a6148514fad5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f3f2aaa3-1466-4129-b399-a6983d6adb63, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f3f2aaa3-1466-4129-b399-a6983d6adb63, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f3f2aaa3-1466-4129-b399-a6983d6adb63, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f3f2aaa3-1466-4129-b399-a6983d6adb63, 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, 60624716-35a0-44dc-b766-7acc193ee8d2] [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, 9272ed43-69ed-4df8-8938-cefd0507e822] [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, 43dab2aa-9b30-454f-905e-a6148514fad5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5e034980-cecb-47d0-b76e-2611431d7112] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 36bd9f66-69e2-41bc-ae0c-e7f001a3425c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2421094c-3886-4545-a9db-237b1f3db61e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c55bd1eb-dd73-4391-b584-d966337997cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f3f2aaa3-1466-4129-b399-a6983d6adb63]>
20:39:49.298 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:49.300 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:49.303 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2421094c-3886-4545-a9db-237b1f3db61e,_:43dab2aa-9b30-454f-905e-a6148514fad5,_:9272ed43-69ed-4df8-8938-cefd0507e822,_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c,_:f3f2aaa3-1466-4129-b399-a6983d6adb63,_:c55bd1eb-dd73-4391-b584-d966337997cb,_:60624716-35a0-44dc-b766-7acc193ee8d2,_:5e034980-cecb-47d0-b76e-2611431d7112. Pending nodes: 
20:39:49.304 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2421094c-3886-4545-a9db-237b1f3db61e
20:39:49.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:43dab2aa-9b30-454f-905e-a6148514fad5
20:39:49.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9272ed43-69ed-4df8-8938-cefd0507e822
20:39:49.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36bd9f66-69e2-41bc-ae0c-e7f001a3425c
20:39:49.314 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f3f2aaa3-1466-4129-b399-a6983d6adb63
20:39:49.316 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c55bd1eb-dd73-4391-b584-d966337997cb
20:39:49.319 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:60624716-35a0-44dc-b766-7acc193ee8d2
20:39:49.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e034980-cecb-47d0-b76e-2611431d7112
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e034980-cecb-47d0-b76e-2611431d7112
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:60624716-35a0-44dc-b766-7acc193ee8d2
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c55bd1eb-dd73-4391-b584-d966337997cb
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f3f2aaa3-1466-4129-b399-a6983d6adb63
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36bd9f66-69e2-41bc-ae0c-e7f001a3425c
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9272ed43-69ed-4df8-8938-cefd0507e822
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:43dab2aa-9b30-454f-905e-a6148514fad5
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2421094c-3886-4545-a9db-237b1f3db61e
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e034980-cecb-47d0-b76e-2611431d7112 = 
20:39:49.324 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e034980-cecb-47d0-b76e-2611431d7112 = 
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e034980-cecb-47d0-b76e-2611431d7112: 
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.325 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2421094c-3886-4545-a9db-237b1f3db61e,_:43dab2aa-9b30-454f-905e-a6148514fad5,_:9272ed43-69ed-4df8-8938-cefd0507e822,_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c,_:f3f2aaa3-1466-4129-b399-a6983d6adb63,_:c55bd1eb-dd73-4391-b584-d966337997cb,_:60624716-35a0-44dc-b766-7acc193ee8d2,_:5e034980-cecb-47d0-b76e-2611431d7112)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2421094c-3886-4545-a9db-237b1f3db61e)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:43dab2aa-9b30-454f-905e-a6148514fad5)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9272ed43-69ed-4df8-8938-cefd0507e822)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3f2aaa3-1466-4129-b399-a6983d6adb63)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c55bd1eb-dd73-4391-b584-d966337997cb)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60624716-35a0-44dc-b766-7acc193ee8d2)
20:39:49.326 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e034980-cecb-47d0-b76e-2611431d7112)
20:39:49.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.326 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.327 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.327 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.328 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.330 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2421094c-3886-4545-a9db-237b1f3db61e],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.330 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2421094c-3886-4545-a9db-237b1f3db61e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2421094c-3886-4545-a9db-237b1f3db61e,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'"))))))))
20:39:49.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.332 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:43dab2aa-9b30-454f-905e-a6148514fad5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.333 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:43dab2aa-9b30-454f-905e-a6148514fad5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:43dab2aa-9b30-454f-905e-a6148514fad5,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>)))))))
20:39:49.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.333 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9272ed43-69ed-4df8-8938-cefd0507e822=ShapeTyping(TypingMap(Map()))
20:39:49.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.334 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c=ShapeTyping(TypingMap(Map()))
20:39:49.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.335 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f3f2aaa3-1466-4129-b399-a6983d6adb63=ShapeTyping(TypingMap(Map()))
20:39:49.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.370 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.370 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.371 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.276Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c55bd1eb-dd73-4391-b584-d966337997cb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.372 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c55bd1eb-dd73-4391-b584-d966337997cb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c55bd1eb-dd73-4391-b584-d966337997cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.374 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:60624716-35a0-44dc-b766-7acc193ee8d2],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.375 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:60624716-35a0-44dc-b766-7acc193ee8d2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:60624716-35a0-44dc-b766-7acc193ee8d2,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.376 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e034980-cecb-47d0-b76e-2611431d7112=ShapeTyping(TypingMap(Map()))
20:39:49.377 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2421094c-3886-4545-a9db-237b1f3db61e,_:43dab2aa-9b30-454f-905e-a6148514fad5,_:9272ed43-69ed-4df8-8938-cefd0507e822,_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c,_:f3f2aaa3-1466-4129-b399-a6983d6adb63,_:c55bd1eb-dd73-4391-b584-d966337997cb,_:60624716-35a0-44dc-b766-7acc193ee8d2,_:5e034980-cecb-47d0-b76e-2611431d7112)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:43dab2aa-9b30-454f-905e-a6148514fad5,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(_:60624716-35a0-44dc-b766-7acc193ee8d2,PredicatePath(<http://www.sampledomain.org/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(_:2421094c-3886-4545-a9db-237b1f3db61e,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(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c55bd1eb-dd73-4391-b584-d966337997cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.378 [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(_:43dab2aa-9b30-454f-905e-a6148514fad5,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(_:60624716-35a0-44dc-b766-7acc193ee8d2,PredicatePath(<http://www.sampledomain.org/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(_:2421094c-3886-4545-a9db-237b1f3db61e,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(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c55bd1eb-dd73-4391-b584-d966337997cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.378 [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(_:43dab2aa-9b30-454f-905e-a6148514fad5,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(_:60624716-35a0-44dc-b766-7acc193ee8d2,PredicatePath(<http://www.sampledomain.org/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(_:2421094c-3886-4545-a9db-237b1f3db61e,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(_:2421094c-3886-4545-a9db-237b1f3db61e), ShapeRef(_:43dab2aa-9b30-454f-905e-a6148514fad5), ShapeRef(_:9272ed43-69ed-4df8-8938-cefd0507e822), ShapeRef(_:36bd9f66-69e2-41bc-ae0c-e7f001a3425c), ShapeRef(_:f3f2aaa3-1466-4129-b399-a6983d6adb63), ShapeRef(_:c55bd1eb-dd73-4391-b584-d966337997cb), ShapeRef(_:60624716-35a0-44dc-b766-7acc193ee8d2), ShapeRef(_:5e034980-cecb-47d0-b76e-2611431d7112)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c55bd1eb-dd73-4391-b584-d966337997cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.378 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:60624716-35a0-44dc-b766-7acc193ee8d2 = 
20:39:49.378 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:60624716-35a0-44dc-b766-7acc193ee8d2 = 
20:39:49.378 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:60624716-35a0-44dc-b766-7acc193ee8d2: 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c55bd1eb-dd73-4391-b584-d966337997cb = 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c55bd1eb-dd73-4391-b584-d966337997cb = 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c55bd1eb-dd73-4391-b584-d966337997cb: 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f3f2aaa3-1466-4129-b399-a6983d6adb63 = 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f3f2aaa3-1466-4129-b399-a6983d6adb63 = 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f3f2aaa3-1466-4129-b399-a6983d6adb63: 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36bd9f66-69e2-41bc-ae0c-e7f001a3425c = 
20:39:49.379 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36bd9f66-69e2-41bc-ae0c-e7f001a3425c = 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36bd9f66-69e2-41bc-ae0c-e7f001a3425c: 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9272ed43-69ed-4df8-8938-cefd0507e822 = 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9272ed43-69ed-4df8-8938-cefd0507e822 = 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9272ed43-69ed-4df8-8938-cefd0507e822: 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:43dab2aa-9b30-454f-905e-a6148514fad5 = 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:43dab2aa-9b30-454f-905e-a6148514fad5 = 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:43dab2aa-9b30-454f-905e-a6148514fad5: 
20:39:49.380 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2421094c-3886-4545-a9db-237b1f3db61e = 
20:39:49.381 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2421094c-3886-4545-a9db-237b1f3db61e = 
20:39:49.381 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2421094c-3886-4545-a9db-237b1f3db61e: 
20:39:49.384 [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
               ]
] .

20:39:49.387 [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.297 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>
                "2019-07-12T20:39:49.391Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:49.473 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.391Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.391Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:49.475 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6eef0bc3-8c6b-4170-9b0d-103c61149681 @sh:path http://www.sampledomain.org/sam#integerProperty3; 6eef0bc3-8c6b-4170-9b0d-103c61149681 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 6eef0bc3-8c6b-4170-9b0d-103c61149681 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 6eef0bc3-8c6b-4170-9b0d-103c61149681 @rdf:type sh:Property; 2abeb267-3c9d-4880-a902-e87b5af0d3aa @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 2abeb267-3c9d-4880-a902-e87b5af0d3aa @sh:in 34ec43f3-d3ec-4498-baa8-b6ae1448fb6e; 2abeb267-3c9d-4880-a902-e87b5af0d3aa @rdf:type sh:Property; 09dbe103-a9aa-49fe-812b-484270fd3d7a @sh:path http://www.sampledomain.org/sam#aSetOfDates; 09dbe103-a9aa-49fe-812b-484270fd3d7a @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 09dbe103-a9aa-49fe-812b-484270fd3d7a @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 09dbe103-a9aa-49fe-812b-484270fd3d7a @rdf:type sh:Property; a059f273-5303-4ecf-b8ef-f465f9342a0a @sh:path http://www.sampledomain.org/sam#aStringProperty; a059f273-5303-4ecf-b8ef-f465f9342a0a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a059f273-5303-4ecf-b8ef-f465f9342a0a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a059f273-5303-4ecf-b8ef-f465f9342a0a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; a059f273-5303-4ecf-b8ef-f465f9342a0a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; a059f273-5303-4ecf-b8ef-f465f9342a0a @sh:pattern "^B"...} |  [6eef0bc3-8c6b-4170-9b0d-103c61149681, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6eef0bc3-8c6b-4170-9b0d-103c61149681, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6eef0bc3-8c6b-4170-9b0d-103c61149681, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6eef0bc3-8c6b-4170-9b0d-103c61149681, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2abeb267-3c9d-4880-a902-e87b5af0d3aa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2abeb267-3c9d-4880-a902-e87b5af0d3aa, http://www.w3.org/ns/shacl#in, 34ec43f3-d3ec-4498-baa8-b6ae1448fb6e] [2abeb267-3c9d-4880-a902-e87b5af0d3aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [09dbe103-a9aa-49fe-812b-484270fd3d7a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [09dbe103-a9aa-49fe-812b-484270fd3d7a, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [09dbe103-a9aa-49fe-812b-484270fd3d7a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [09dbe103-a9aa-49fe-812b-484270fd3d7a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#pattern, "^B"] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a059f273-5303-4ecf-b8ef-f465f9342a0a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34ec43f3-d3ec-4498-baa8-b6ae1448fb6e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 042b4147-504b-4cd5-af1a-2b95d52f69ac] [34ec43f3-d3ec-4498-baa8-b6ae1448fb6e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [77166396-ae59-460a-9f46-14208647ba6c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [77166396-ae59-460a-9f46-14208647ba6c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [77166396-ae59-460a-9f46-14208647ba6c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [77166396-ae59-460a-9f46-14208647ba6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cdc0ceb4-7228-4a5d-b0c1-23a851278f7e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [cdc0ceb4-7228-4a5d-b0c1-23a851278f7e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [28b37112-cd56-4d28-9bf1-bba7654710cc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [042b4147-504b-4cd5-af1a-2b95d52f69ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cdc0ceb4-7228-4a5d-b0c1-23a851278f7e] [042b4147-504b-4cd5-af1a-2b95d52f69ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [cf3e80f1-cda0-4989-9d30-772b8d3bb71c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cf3e80f1-cda0-4989-9d30-772b8d3bb71c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cf3e80f1-cda0-4989-9d30-772b8d3bb71c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bdbf1054-0e48-4eb7-9ce4-b975c913c670, 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, 77166396-ae59-460a-9f46-14208647ba6c] [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, bdbf1054-0e48-4eb7-9ce4-b975c913c670] [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, a059f273-5303-4ecf-b8ef-f465f9342a0a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 09dbe103-a9aa-49fe-812b-484270fd3d7a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 28b37112-cd56-4d28-9bf1-bba7654710cc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6eef0bc3-8c6b-4170-9b0d-103c61149681] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cf3e80f1-cda0-4989-9d30-772b8d3bb71c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2abeb267-3c9d-4880-a902-e87b5af0d3aa]>
20:39:49.477 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:49.479 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:49.482 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2abeb267-3c9d-4880-a902-e87b5af0d3aa,_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,_:6eef0bc3-8c6b-4170-9b0d-103c61149681,_:77166396-ae59-460a-9f46-14208647ba6c,_:28b37112-cd56-4d28-9bf1-bba7654710cc,_:a059f273-5303-4ecf-b8ef-f465f9342a0a,_:09dbe103-a9aa-49fe-812b-484270fd3d7a,_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c. Pending nodes: 
20:39:49.484 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2abeb267-3c9d-4880-a902-e87b5af0d3aa
20:39:49.486 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bdbf1054-0e48-4eb7-9ce4-b975c913c670
20:39:49.489 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6eef0bc3-8c6b-4170-9b0d-103c61149681
20:39:49.491 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:77166396-ae59-460a-9f46-14208647ba6c
20:39:49.494 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:28b37112-cd56-4d28-9bf1-bba7654710cc
20:39:49.497 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a059f273-5303-4ecf-b8ef-f465f9342a0a
20:39:49.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:09dbe103-a9aa-49fe-812b-484270fd3d7a
20:39:49.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cf3e80f1-cda0-4989-9d30-772b8d3bb71c
20:39:49.504 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cf3e80f1-cda0-4989-9d30-772b8d3bb71c
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:09dbe103-a9aa-49fe-812b-484270fd3d7a
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a059f273-5303-4ecf-b8ef-f465f9342a0a
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:28b37112-cd56-4d28-9bf1-bba7654710cc
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:77166396-ae59-460a-9f46-14208647ba6c
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6eef0bc3-8c6b-4170-9b0d-103c61149681
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bdbf1054-0e48-4eb7-9ce4-b975c913c670
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2abeb267-3c9d-4880-a902-e87b5af0d3aa
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cf3e80f1-cda0-4989-9d30-772b8d3bb71c = 
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cf3e80f1-cda0-4989-9d30-772b8d3bb71c = 
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cf3e80f1-cda0-4989-9d30-772b8d3bb71c: 
20:39:49.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:09dbe103-a9aa-49fe-812b-484270fd3d7a = 
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:09dbe103-a9aa-49fe-812b-484270fd3d7a = 
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:09dbe103-a9aa-49fe-812b-484270fd3d7a: 
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.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>
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.506 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2abeb267-3c9d-4880-a902-e87b5af0d3aa,_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,_:6eef0bc3-8c6b-4170-9b0d-103c61149681,_:77166396-ae59-460a-9f46-14208647ba6c,_:28b37112-cd56-4d28-9bf1-bba7654710cc,_:a059f273-5303-4ecf-b8ef-f465f9342a0a,_:09dbe103-a9aa-49fe-812b-484270fd3d7a,_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2abeb267-3c9d-4880-a902-e87b5af0d3aa)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bdbf1054-0e48-4eb7-9ce4-b975c913c670)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6eef0bc3-8c6b-4170-9b0d-103c61149681)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:77166396-ae59-460a-9f46-14208647ba6c)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:28b37112-cd56-4d28-9bf1-bba7654710cc)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a059f273-5303-4ecf-b8ef-f465f9342a0a)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09dbe103-a9aa-49fe-812b-484270fd3d7a)
20:39:49.507 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)
20:39:49.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2abeb267-3c9d-4880-a902-e87b5af0d3aa=ShapeTyping(TypingMap(Map()))
20:39:49.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.510 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bdbf1054-0e48-4eb7-9ce4-b975c913c670],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.512 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bdbf1054-0e48-4eb7-9ce4-b975c913c670=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.512 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.513 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6eef0bc3-8c6b-4170-9b0d-103c61149681=ShapeTyping(TypingMap(Map()))
20:39:49.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.513 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.514 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:77166396-ae59-460a-9f46-14208647ba6c=ShapeTyping(TypingMap(Map()))
20:39:49.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.514 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.515 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:28b37112-cd56-4d28-9bf1-bba7654710cc],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.515 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.516 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:28b37112-cd56-4d28-9bf1-bba7654710cc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:28b37112-cd56-4d28-9bf1-bba7654710cc,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>)))))))
20:39:49.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.516 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.517 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.517 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.517 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.518 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.519 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.520 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a059f273-5303-4ecf-b8ef-f465f9342a0a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.520 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a059f273-5303-4ecf-b8ef-f465f9342a0a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a059f273-5303-4ecf-b8ef-f465f9342a0a,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>)))))))
20:39:49.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.520 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.521 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.522 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.391Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:09dbe103-a9aa-49fe-812b-484270fd3d7a],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.522 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09dbe103-a9aa-49fe-812b-484270fd3d7a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:09dbe103-a9aa-49fe-812b-484270fd3d7a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.522 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.523 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c=ShapeTyping(TypingMap(Map()))
20:39:49.523 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2abeb267-3c9d-4880-a902-e87b5af0d3aa,_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,_:6eef0bc3-8c6b-4170-9b0d-103c61149681,_:77166396-ae59-460a-9f46-14208647ba6c,_:28b37112-cd56-4d28-9bf1-bba7654710cc,_:a059f273-5303-4ecf-b8ef-f465f9342a0a,_:09dbe103-a9aa-49fe-812b-484270fd3d7a,_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:09dbe103-a9aa-49fe-812b-484270fd3d7a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,PredicatePath(<http://www.sampledomain.org/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(_:28b37112-cd56-4d28-9bf1-bba7654710cc,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(_:a059f273-5303-4ecf-b8ef-f465f9342a0a,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(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.524 [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(_:09dbe103-a9aa-49fe-812b-484270fd3d7a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,PredicatePath(<http://www.sampledomain.org/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(_:28b37112-cd56-4d28-9bf1-bba7654710cc,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(_:a059f273-5303-4ecf-b8ef-f465f9342a0a,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(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.524 [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(_:09dbe103-a9aa-49fe-812b-484270fd3d7a,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670,PredicatePath(<http://www.sampledomain.org/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(_:28b37112-cd56-4d28-9bf1-bba7654710cc,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(_:a059f273-5303-4ecf-b8ef-f465f9342a0a,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(_:2abeb267-3c9d-4880-a902-e87b5af0d3aa), ShapeRef(_:bdbf1054-0e48-4eb7-9ce4-b975c913c670), ShapeRef(_:6eef0bc3-8c6b-4170-9b0d-103c61149681), ShapeRef(_:77166396-ae59-460a-9f46-14208647ba6c), ShapeRef(_:28b37112-cd56-4d28-9bf1-bba7654710cc), ShapeRef(_:a059f273-5303-4ecf-b8ef-f465f9342a0a), ShapeRef(_:09dbe103-a9aa-49fe-812b-484270fd3d7a), ShapeRef(_:cf3e80f1-cda0-4989-9d30-772b8d3bb71c)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a059f273-5303-4ecf-b8ef-f465f9342a0a = 
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a059f273-5303-4ecf-b8ef-f465f9342a0a = 
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a059f273-5303-4ecf-b8ef-f465f9342a0a: 
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:28b37112-cd56-4d28-9bf1-bba7654710cc = 
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:28b37112-cd56-4d28-9bf1-bba7654710cc = 
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:28b37112-cd56-4d28-9bf1-bba7654710cc: 
20:39:49.525 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:77166396-ae59-460a-9f46-14208647ba6c = 
20:39:49.526 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:77166396-ae59-460a-9f46-14208647ba6c = 
20:39:49.526 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:77166396-ae59-460a-9f46-14208647ba6c: 
20:39:49.526 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6eef0bc3-8c6b-4170-9b0d-103c61149681 = 
20:39:49.526 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6eef0bc3-8c6b-4170-9b0d-103c61149681 = 
20:39:49.526 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6eef0bc3-8c6b-4170-9b0d-103c61149681: 
20:39:49.570 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bdbf1054-0e48-4eb7-9ce4-b975c913c670 = 
20:39:49.570 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bdbf1054-0e48-4eb7-9ce4-b975c913c670 = 
20:39:49.571 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bdbf1054-0e48-4eb7-9ce4-b975c913c670: 
20:39:49.571 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2abeb267-3c9d-4880-a902-e87b5af0d3aa = 
20:39:49.571 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2abeb267-3c9d-4880-a902-e87b5af0d3aa = 
20:39:49.571 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2abeb267-3c9d-4880-a902-e87b5af0d3aa: 
20:39:49.574 [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
] .

20:39:49.576 [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>
                "2019-07-12T20:39:49.578Z"^^<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" .
20:39:49.599 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#anotherStringProperty "D"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.578Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#anotherStringProperty, "D"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.578Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:49.600 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b385eed7-ffc7-495a-8e62-49e00b71a1e0 @rdf:rest rdf:nil; b385eed7-ffc7-495a-8e62-49e00b71a1e0 @rdf:first "C"; 6f88d6db-9f47-42c3-b523-6042d051c60d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 6f88d6db-9f47-42c3-b523-6042d051c60d @sh:class http://www.sampledomain.org/sam#AnotherResource; 6f88d6db-9f47-42c3-b523-6042d051c60d @rdf:type sh:Property; bc0a568b-13d0-497c-b2e4-06f0ead76663 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; bc0a568b-13d0-497c-b2e4-06f0ead76663 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bc0a568b-13d0-497c-b2e4-06f0ead76663 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bc0a568b-13d0-497c-b2e4-06f0ead76663 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; bc0a568b-13d0-497c-b2e4-06f0ead76663 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; bc0a568b-13d0-497c-b2e4-06f0ead76663 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; bc0a568b-13d0-497c-b2e4-06f0ead76663 @rdf:type sh:Property; f547844d-bdff-41ae-98e5-9a036a48146b @sh:path http://www.sampledomain.org/sam#aSetOfDates; f547844d-bdff-41ae-98e5-9a036a48146b @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f547844d-bdff-41ae-98e5-9a036a48146b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f547844d-bdff-41ae-98e5-9a036a48146b @rdf:type sh:Property; 03b77f52-6a89-40d3-8dca-391a00d27868 @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [b385eed7-ffc7-495a-8e62-49e00b71a1e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b385eed7-ffc7-495a-8e62-49e00b71a1e0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [6f88d6db-9f47-42c3-b523-6042d051c60d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [6f88d6db-9f47-42c3-b523-6042d051c60d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [6f88d6db-9f47-42c3-b523-6042d051c60d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bc0a568b-13d0-497c-b2e4-06f0ead76663, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f547844d-bdff-41ae-98e5-9a036a48146b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f547844d-bdff-41ae-98e5-9a036a48146b, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f547844d-bdff-41ae-98e5-9a036a48146b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f547844d-bdff-41ae-98e5-9a036a48146b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [03b77f52-6a89-40d3-8dca-391a00d27868, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [03b77f52-6a89-40d3-8dca-391a00d27868, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [03b77f52-6a89-40d3-8dca-391a00d27868, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [03b77f52-6a89-40d3-8dca-391a00d27868, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f059dc46-ce65-43c3-9799-851157a34ac1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f059dc46-ce65-43c3-9799-851157a34ac1, http://www.w3.org/ns/shacl#in, ab97b96d-88da-4b71-b981-1629b463bb11] [f059dc46-ce65-43c3-9799-851157a34ac1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bace145d-8fb7-4550-b177-173916d5d2d2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [bace145d-8fb7-4550-b177-173916d5d2d2, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bace145d-8fb7-4550-b177-173916d5d2d2, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bace145d-8fb7-4550-b177-173916d5d2d2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#pattern, "^B"] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b53b5eb3-5b78-4e6d-9751-b7b199e39ad9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [554bb09c-4118-43ad-ac1b-85aea838d7ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b385eed7-ffc7-495a-8e62-49e00b71a1e0] [554bb09c-4118-43ad-ac1b-85aea838d7ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [ab97b96d-88da-4b71-b981-1629b463bb11, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 554bb09c-4118-43ad-ac1b-85aea838d7ac] [ab97b96d-88da-4b71-b981-1629b463bb11, 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, f547844d-bdff-41ae-98e5-9a036a48146b] [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, 9ae0af4c-236d-4ed9-883e-3e88921b854e] [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, f059dc46-ce65-43c3-9799-851157a34ac1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 03b77f52-6a89-40d3-8dca-391a00d27868] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bc0a568b-13d0-497c-b2e4-06f0ead76663] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b53b5eb3-5b78-4e6d-9751-b7b199e39ad9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6f88d6db-9f47-42c3-b523-6042d051c60d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bace145d-8fb7-4550-b177-173916d5d2d2] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9ae0af4c-236d-4ed9-883e-3e88921b854e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:49.601 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:49.603 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:49.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:bace145d-8fb7-4550-b177-173916d5d2d2,_:f059dc46-ce65-43c3-9799-851157a34ac1,_:bc0a568b-13d0-497c-b2e4-06f0ead76663,_:f547844d-bdff-41ae-98e5-9a036a48146b,_:9ae0af4c-236d-4ed9-883e-3e88921b854e,_:03b77f52-6a89-40d3-8dca-391a00d27868,_:6f88d6db-9f47-42c3-b523-6042d051c60d,_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9. Pending nodes: 
20:39:49.607 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bace145d-8fb7-4550-b177-173916d5d2d2
20:39:49.609 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f059dc46-ce65-43c3-9799-851157a34ac1
20:39:49.611 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bc0a568b-13d0-497c-b2e4-06f0ead76663
20:39:49.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f547844d-bdff-41ae-98e5-9a036a48146b
20:39:49.617 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9ae0af4c-236d-4ed9-883e-3e88921b854e
20:39:49.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:03b77f52-6a89-40d3-8dca-391a00d27868
20:39:49.626 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6f88d6db-9f47-42c3-b523-6042d051c60d
20:39:49.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6f88d6db-9f47-42c3-b523-6042d051c60d
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:03b77f52-6a89-40d3-8dca-391a00d27868
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9ae0af4c-236d-4ed9-883e-3e88921b854e
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f547844d-bdff-41ae-98e5-9a036a48146b
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bc0a568b-13d0-497c-b2e4-06f0ead76663
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f059dc46-ce65-43c3-9799-851157a34ac1
20:39:49.631 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bace145d-8fb7-4550-b177-173916d5d2d2
20:39:49.632 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9 = 
20:39:49.632 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9 = 
20:39:49.632 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9: 
20:39:49.632 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.632 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.633 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:49.633 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.633 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.633 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:bace145d-8fb7-4550-b177-173916d5d2d2,_:f059dc46-ce65-43c3-9799-851157a34ac1,_:bc0a568b-13d0-497c-b2e4-06f0ead76663,_:f547844d-bdff-41ae-98e5-9a036a48146b,_:9ae0af4c-236d-4ed9-883e-3e88921b854e,_:03b77f52-6a89-40d3-8dca-391a00d27868,_:6f88d6db-9f47-42c3-b523-6042d051c60d,_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)
20:39:49.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bace145d-8fb7-4550-b177-173916d5d2d2)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f059dc46-ce65-43c3-9799-851157a34ac1)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc0a568b-13d0-497c-b2e4-06f0ead76663)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f547844d-bdff-41ae-98e5-9a036a48146b)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9ae0af4c-236d-4ed9-883e-3e88921b854e)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03b77f52-6a89-40d3-8dca-391a00d27868)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6f88d6db-9f47-42c3-b523-6042d051c60d)
20:39:49.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)
20:39:49.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.636 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bace145d-8fb7-4550-b177-173916d5d2d2=ShapeTyping(TypingMap(Map()))
20:39:49.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.677 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f059dc46-ce65-43c3-9799-851157a34ac1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f059dc46-ce65-43c3-9799-851157a34ac1,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"))"))))))))
20:39:49.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.678 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.679 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.680 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.681 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.681 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.681 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bc0a568b-13d0-497c-b2e4-06f0ead76663],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.681 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.681 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.683 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bc0a568b-13d0-497c-b2e4-06f0ead76663=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bc0a568b-13d0-497c-b2e4-06f0ead76663,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.683 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.683 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.684 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.684 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.578Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f547844d-bdff-41ae-98e5-9a036a48146b],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.685 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f547844d-bdff-41ae-98e5-9a036a48146b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f547844d-bdff-41ae-98e5-9a036a48146b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.685 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.686 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.687 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9ae0af4c-236d-4ed9-883e-3e88921b854e],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.687 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.688 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9ae0af4c-236d-4ed9-883e-3e88921b854e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9ae0af4c-236d-4ed9-883e-3e88921b854e,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>)))))))
20:39:49.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.688 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.689 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.690 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03b77f52-6a89-40d3-8dca-391a00d27868=ShapeTyping(TypingMap(Map()))
20:39:49.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.690 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6f88d6db-9f47-42c3-b523-6042d051c60d=ShapeTyping(TypingMap(Map()))
20:39:49.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.690 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.692 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.693 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.694 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.694 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.695 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9,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>)))))))
20:39:49.696 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:bace145d-8fb7-4550-b177-173916d5d2d2,_:f059dc46-ce65-43c3-9799-851157a34ac1,_:bc0a568b-13d0-497c-b2e4-06f0ead76663,_:f547844d-bdff-41ae-98e5-9a036a48146b,_:9ae0af4c-236d-4ed9-883e-3e88921b854e,_:03b77f52-6a89-40d3-8dca-391a00d27868,_:6f88d6db-9f47-42c3-b523-6042d051c60d,_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f547844d-bdff-41ae-98e5-9a036a48146b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f059dc46-ce65-43c3-9799-851157a34ac1,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(_:bc0a568b-13d0-497c-b2e4-06f0ead76663,PredicatePath(<http://www.sampledomain.org/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(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9,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(_:9ae0af4c-236d-4ed9-883e-3e88921b854e,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(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.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(_:f547844d-bdff-41ae-98e5-9a036a48146b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f059dc46-ce65-43c3-9799-851157a34ac1,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(_:bc0a568b-13d0-497c-b2e4-06f0ead76663,PredicatePath(<http://www.sampledomain.org/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(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9,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(_:9ae0af4c-236d-4ed9-883e-3e88921b854e,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(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.697 [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(_:f547844d-bdff-41ae-98e5-9a036a48146b,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f059dc46-ce65-43c3-9799-851157a34ac1,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(_:bc0a568b-13d0-497c-b2e4-06f0ead76663,PredicatePath(<http://www.sampledomain.org/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(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9,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(_:9ae0af4c-236d-4ed9-883e-3e88921b854e,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(_:bace145d-8fb7-4550-b177-173916d5d2d2), ShapeRef(_:f059dc46-ce65-43c3-9799-851157a34ac1), ShapeRef(_:bc0a568b-13d0-497c-b2e4-06f0ead76663), ShapeRef(_:f547844d-bdff-41ae-98e5-9a036a48146b), ShapeRef(_:9ae0af4c-236d-4ed9-883e-3e88921b854e), ShapeRef(_:03b77f52-6a89-40d3-8dca-391a00d27868), ShapeRef(_:6f88d6db-9f47-42c3-b523-6042d051c60d), ShapeRef(_:b53b5eb3-5b78-4e6d-9751-b7b199e39ad9)),false,List()) -> TypingResult(Valid(List()))))))
20:39:49.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6f88d6db-9f47-42c3-b523-6042d051c60d = 
20:39:49.698 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6f88d6db-9f47-42c3-b523-6042d051c60d = 
20:39:49.698 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6f88d6db-9f47-42c3-b523-6042d051c60d: 
20:39:49.698 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:03b77f52-6a89-40d3-8dca-391a00d27868 = 
20:39:49.699 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:03b77f52-6a89-40d3-8dca-391a00d27868 = 
20:39:49.699 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:03b77f52-6a89-40d3-8dca-391a00d27868: 
20:39:49.699 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9ae0af4c-236d-4ed9-883e-3e88921b854e = 
20:39:49.699 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9ae0af4c-236d-4ed9-883e-3e88921b854e = 
20:39:49.699 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9ae0af4c-236d-4ed9-883e-3e88921b854e: 
20:39:49.700 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f547844d-bdff-41ae-98e5-9a036a48146b = 
20:39:49.700 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f547844d-bdff-41ae-98e5-9a036a48146b = 
20:39:49.700 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f547844d-bdff-41ae-98e5-9a036a48146b: 
20:39:49.700 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bc0a568b-13d0-497c-b2e4-06f0ead76663 = 
20:39:49.701 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bc0a568b-13d0-497c-b2e4-06f0ead76663 = 
20:39:49.701 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bc0a568b-13d0-497c-b2e4-06f0ead76663: 
20:39:49.701 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f059dc46-ce65-43c3-9799-851157a34ac1 = 
20:39:49.701 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f059dc46-ce65-43c3-9799-851157a34ac1 = 
20:39:49.701 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f059dc46-ce65-43c3-9799-851157a34ac1: 
20:39:49.701 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bace145d-8fb7-4550-b177-173916d5d2d2 = 
20:39:49.702 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bace145d-8fb7-4550-b177-173916d5d2d2 = 
20:39:49.702 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bace145d-8fb7-4550-b177-173916d5d2d2: 
20:39:49.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  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
               ]
] .

20:39:49.710 [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.323 sec
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix 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>
                "2019-07-12T20:39:49.715Z"^^<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 .
20:39:49.777 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "6"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.715Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "6"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.715Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:49.778 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {9c9aa69f-491a-47ee-b6af-04666ce9d524 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 9c9aa69f-491a-47ee-b6af-04666ce9d524 @sh:in aa5241ac-ef86-4999-b455-a51ce64b42a9; 9c9aa69f-491a-47ee-b6af-04666ce9d524 @rdf:type sh:Property; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:path http://www.sampledomain.org/sam#aStringProperty; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:pattern "^B"; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @sh:description "a Simple Single String Property"; e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec @rdf:type sh:Property; d4b22ff2-b931-4ba3-8142-deb8555c936d @sh:path http://www.sampledomain.org/sam#aSetOfDates; d4b22ff2-b931-4ba3-8142-deb8555c936d @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; d4b22ff2-b931-4ba3-8142-deb8555c936d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d4b22ff2-b931-4ba3-8142-deb8555c936d @rdf:type sh:Property; cd104688-4583-4a55-aaa5-b6c125a62e37 @rdf:rest rdf:nil; cd104688-4583-4a55-aaa5-b6c125a62e37 @rdf:first "C"...} |  [9c9aa69f-491a-47ee-b6af-04666ce9d524, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9c9aa69f-491a-47ee-b6af-04666ce9d524, http://www.w3.org/ns/shacl#in, aa5241ac-ef86-4999-b455-a51ce64b42a9] [9c9aa69f-491a-47ee-b6af-04666ce9d524, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#pattern, "^B"] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d4b22ff2-b931-4ba3-8142-deb8555c936d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d4b22ff2-b931-4ba3-8142-deb8555c936d, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d4b22ff2-b931-4ba3-8142-deb8555c936d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d4b22ff2-b931-4ba3-8142-deb8555c936d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cd104688-4583-4a55-aaa5-b6c125a62e37, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [cd104688-4583-4a55-aaa5-b6c125a62e37, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4e925900-90a3-4222-a51e-d92c52f6b952, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4e925900-90a3-4222-a51e-d92c52f6b952, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4e925900-90a3-4222-a51e-d92c52f6b952, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [aa5241ac-ef86-4999-b455-a51ce64b42a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 91f94c2d-aa87-482a-945e-356ead7f1e84] [aa5241ac-ef86-4999-b455-a51ce64b42a9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [6dff1c05-47e4-43d6-b833-6f71af9ab85f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [6dff1c05-47e4-43d6-b833-6f71af9ab85f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6dff1c05-47e4-43d6-b833-6f71af9ab85f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6dff1c05-47e4-43d6-b833-6f71af9ab85f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [91f94c2d-aa87-482a-945e-356ead7f1e84, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cd104688-4583-4a55-aaa5-b6c125a62e37] [91f94c2d-aa87-482a-945e-356ead7f1e84, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [44f23c16-3342-406c-82ca-3a73e9ab5834, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58, 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, 84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58] [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, daa4565f-6a31-4651-a4f0-f7fe83b80948] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c9aa69f-491a-47ee-b6af-04666ce9d524] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 44f23c16-3342-406c-82ca-3a73e9ab5834] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4e925900-90a3-4222-a51e-d92c52f6b952] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6dff1c05-47e4-43d6-b833-6f71af9ab85f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d4b22ff2-b931-4ba3-8142-deb8555c936d] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [daa4565f-6a31-4651-a4f0-f7fe83b80948, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:49.779 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:49.782 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:49.785 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:daa4565f-6a31-4651-a4f0-f7fe83b80948,_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,_:4e925900-90a3-4222-a51e-d92c52f6b952,_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58,_:9c9aa69f-491a-47ee-b6af-04666ce9d524,_:44f23c16-3342-406c-82ca-3a73e9ab5834,_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,_:d4b22ff2-b931-4ba3-8142-deb8555c936d. Pending nodes: 
20:39:49.786 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:daa4565f-6a31-4651-a4f0-f7fe83b80948
20:39:49.789 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6dff1c05-47e4-43d6-b833-6f71af9ab85f
20:39:49.791 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4e925900-90a3-4222-a51e-d92c52f6b952
20:39:49.793 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58
20:39:49.795 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c9aa69f-491a-47ee-b6af-04666ce9d524
20:39:49.797 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:44f23c16-3342-406c-82ca-3a73e9ab5834
20:39:49.801 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec
20:39:49.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d4b22ff2-b931-4ba3-8142-deb8555c936d
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d4b22ff2-b931-4ba3-8142-deb8555c936d
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:44f23c16-3342-406c-82ca-3a73e9ab5834
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c9aa69f-491a-47ee-b6af-04666ce9d524
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4e925900-90a3-4222-a51e-d92c52f6b952
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6dff1c05-47e4-43d6-b833-6f71af9ab85f
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:daa4565f-6a31-4651-a4f0-f7fe83b80948
20:39:49.806 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d4b22ff2-b931-4ba3-8142-deb8555c936d = 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d4b22ff2-b931-4ba3-8142-deb8555c936d = 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d4b22ff2-b931-4ba3-8142-deb8555c936d: 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec = 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec = 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec: 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:44f23c16-3342-406c-82ca-3a73e9ab5834 = 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:44f23c16-3342-406c-82ca-3a73e9ab5834 = 
20:39:49.807 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:44f23c16-3342-406c-82ca-3a73e9ab5834: 
20:39:49.808 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.808 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.808 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:49.808 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.808 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.808 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:daa4565f-6a31-4651-a4f0-f7fe83b80948,_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,_:4e925900-90a3-4222-a51e-d92c52f6b952,_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58,_:9c9aa69f-491a-47ee-b6af-04666ce9d524,_:44f23c16-3342-406c-82ca-3a73e9ab5834,_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,_:d4b22ff2-b931-4ba3-8142-deb8555c936d)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:daa4565f-6a31-4651-a4f0-f7fe83b80948)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6dff1c05-47e4-43d6-b833-6f71af9ab85f)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e925900-90a3-4222-a51e-d92c52f6b952)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c9aa69f-491a-47ee-b6af-04666ce9d524)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:44f23c16-3342-406c-82ca-3a73e9ab5834)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec)
20:39:49.809 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4b22ff2-b931-4ba3-8142-deb8555c936d)
20:39:49.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.811 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:daa4565f-6a31-4651-a4f0-f7fe83b80948],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:daa4565f-6a31-4651-a4f0-f7fe83b80948=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:daa4565f-6a31-4651-a4f0-f7fe83b80948,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>)))))))
20:39:49.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6dff1c05-47e4-43d6-b833-6f71af9ab85f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,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))))))))
20:39:49.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4e925900-90a3-4222-a51e-d92c52f6b952=ShapeTyping(TypingMap(Map()))
20:39:49.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.815 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58=ShapeTyping(TypingMap(Map()))
20:39:49.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c9aa69f-491a-47ee-b6af-04666ce9d524=ShapeTyping(TypingMap(Map()))
20:39:49.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.818 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:44f23c16-3342-406c-82ca-3a73e9ab5834],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:44f23c16-3342-406c-82ca-3a73e9ab5834=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:44f23c16-3342-406c-82ca-3a73e9ab5834,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.822 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,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>)))))))
20:39:49.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.824 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.715Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d4b22ff2-b931-4ba3-8142-deb8555c936d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.824 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4b22ff2-b931-4ba3-8142-deb8555c936d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d4b22ff2-b931-4ba3-8142-deb8555c936d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.825 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:daa4565f-6a31-4651-a4f0-f7fe83b80948,_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,_:4e925900-90a3-4222-a51e-d92c52f6b952,_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58,_:9c9aa69f-491a-47ee-b6af-04666ce9d524,_:44f23c16-3342-406c-82ca-3a73e9ab5834,_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,_:d4b22ff2-b931-4ba3-8142-deb8555c936d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,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(_:daa4565f-6a31-4651-a4f0-f7fe83b80948,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(_:d4b22ff2-b931-4ba3-8142-deb8555c936d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:44f23c16-3342-406c-82ca-3a73e9ab5834,PredicatePath(<http://www.sampledomain.org/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(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,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>)))))))
20:39:49.826 [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(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,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(_:daa4565f-6a31-4651-a4f0-f7fe83b80948,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(_:d4b22ff2-b931-4ba3-8142-deb8555c936d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:44f23c16-3342-406c-82ca-3a73e9ab5834,PredicatePath(<http://www.sampledomain.org/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(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,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>)))))))
20:39:49.826 [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(_:daa4565f-6a31-4651-a4f0-f7fe83b80948), ShapeRef(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f), ShapeRef(_:4e925900-90a3-4222-a51e-d92c52f6b952), ShapeRef(_:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58), ShapeRef(_:9c9aa69f-491a-47ee-b6af-04666ce9d524), ShapeRef(_:44f23c16-3342-406c-82ca-3a73e9ab5834), ShapeRef(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec), ShapeRef(_:d4b22ff2-b931-4ba3-8142-deb8555c936d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6dff1c05-47e4-43d6-b833-6f71af9ab85f,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(_:daa4565f-6a31-4651-a4f0-f7fe83b80948,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(_:d4b22ff2-b931-4ba3-8142-deb8555c936d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:44f23c16-3342-406c-82ca-3a73e9ab5834,PredicatePath(<http://www.sampledomain.org/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(_:e76f2cf1-8ba2-44ff-a0ea-227b77ec8aec,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>)))))))
20:39:49.826 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c9aa69f-491a-47ee-b6af-04666ce9d524 = 
20:39:49.826 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c9aa69f-491a-47ee-b6af-04666ce9d524 = 
20:39:49.826 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c9aa69f-491a-47ee-b6af-04666ce9d524: 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58 = 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58 = 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:84b0ac7e-e3ed-4e39-87cc-4fab9f2dcd58: 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4e925900-90a3-4222-a51e-d92c52f6b952 = 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4e925900-90a3-4222-a51e-d92c52f6b952 = 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4e925900-90a3-4222-a51e-d92c52f6b952: 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6dff1c05-47e4-43d6-b833-6f71af9ab85f = 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6dff1c05-47e4-43d6-b833-6f71af9ab85f = 
20:39:49.827 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6dff1c05-47e4-43d6-b833-6f71af9ab85f: 
20:39:49.828 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:daa4565f-6a31-4651-a4f0-f7fe83b80948 = 
20:39:49.828 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:daa4565f-6a31-4651-a4f0-f7fe83b80948 = 
20:39:49.828 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:daa4565f-6a31-4651-a4f0-f7fe83b80948: 
20:39:49.873 [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
] .

20:39:49.875 [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>
                "2019-07-12T20:39:49.876Z"^^<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 .
20:39:49.897 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty2 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.876Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty2, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.876Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:49.899 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {514d652f-351e-481a-9d84-cea7a4c84cba @rdf:rest 30415619-6379-499c-ae61-c01df0ca31d0; 514d652f-351e-481a-9d84-cea7a4c84cba @rdf:first "A"; 30415619-6379-499c-ae61-c01df0ca31d0 @rdf:rest 1c183ea1-1b77-42ca-950f-64e772a619de; 30415619-6379-499c-ae61-c01df0ca31d0 @rdf:first "B"; acf3df61-0581-450f-88f5-9c449167c2e4 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; acf3df61-0581-450f-88f5-9c449167c2e4 @sh:in 514d652f-351e-481a-9d84-cea7a4c84cba; acf3df61-0581-450f-88f5-9c449167c2e4 @rdf:type sh:Property; 56d21a9d-671d-40b7-8e00-404c0fe33728 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 56d21a9d-671d-40b7-8e00-404c0fe33728 @sh:class http://www.sampledomain.org/sam#AnotherResource; 56d21a9d-671d-40b7-8e00-404c0fe33728 @rdf:type sh:Property; 75bc68c8-1f74-416e-9142-51008c2c7b0d @sh:path http://www.sampledomain.org/sam#integerProperty3; 75bc68c8-1f74-416e-9142-51008c2c7b0d @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 75bc68c8-1f74-416e-9142-51008c2c7b0d @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 75bc68c8-1f74-416e-9142-51008c2c7b0d @rdf:type sh:Property; 1c183ea1-1b77-42ca-950f-64e772a619de @rdf:rest rdf:nil; 1c183ea1-1b77-42ca-950f-64e772a619de @rdf:first "C"; 122ac6e1-0fc2-4ce6-b4da-54ea19769687 @sh:path http://www.sampledomain.org/sam#anIntegerProperty...} |  [514d652f-351e-481a-9d84-cea7a4c84cba, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 30415619-6379-499c-ae61-c01df0ca31d0] [514d652f-351e-481a-9d84-cea7a4c84cba, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [30415619-6379-499c-ae61-c01df0ca31d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1c183ea1-1b77-42ca-950f-64e772a619de] [30415619-6379-499c-ae61-c01df0ca31d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [acf3df61-0581-450f-88f5-9c449167c2e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [acf3df61-0581-450f-88f5-9c449167c2e4, http://www.w3.org/ns/shacl#in, 514d652f-351e-481a-9d84-cea7a4c84cba] [acf3df61-0581-450f-88f5-9c449167c2e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [56d21a9d-671d-40b7-8e00-404c0fe33728, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [56d21a9d-671d-40b7-8e00-404c0fe33728, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [56d21a9d-671d-40b7-8e00-404c0fe33728, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [75bc68c8-1f74-416e-9142-51008c2c7b0d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [75bc68c8-1f74-416e-9142-51008c2c7b0d, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [75bc68c8-1f74-416e-9142-51008c2c7b0d, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [75bc68c8-1f74-416e-9142-51008c2c7b0d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c183ea1-1b77-42ca-950f-64e772a619de, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [1c183ea1-1b77-42ca-950f-64e772a619de, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [122ac6e1-0fc2-4ce6-b4da-54ea19769687, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f5e421d-dd43-40e6-8910-f198d4c63ce3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0f5e421d-dd43-40e6-8910-f198d4c63ce3, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f5e421d-dd43-40e6-8910-f198d4c63ce3, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0f5e421d-dd43-40e6-8910-f198d4c63ce3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#pattern, "^B"] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f4a42a9e-6097-4408-a3e7-d32207bbfd61, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [edbe515d-babd-46e8-bf61-b230144def70, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [edbe515d-babd-46e8-bf61-b230144def70, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [edbe515d-babd-46e8-bf61-b230144def70, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [edbe515d-babd-46e8-bf61-b230144def70, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2c23985e-faaa-4f13-8079-698e2e87e7e9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2c23985e-faaa-4f13-8079-698e2e87e7e9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2c23985e-faaa-4f13-8079-698e2e87e7e9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2c23985e-faaa-4f13-8079-698e2e87e7e9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2c23985e-faaa-4f13-8079-698e2e87e7e9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2c23985e-faaa-4f13-8079-698e2e87e7e9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2c23985e-faaa-4f13-8079-698e2e87e7e9, 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, 0f5e421d-dd43-40e6-8910-f198d4c63ce3] [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, acf3df61-0581-450f-88f5-9c449167c2e4] [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, 2c23985e-faaa-4f13-8079-698e2e87e7e9] [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, 56d21a9d-671d-40b7-8e00-404c0fe33728] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 75bc68c8-1f74-416e-9142-51008c2c7b0d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f4a42a9e-6097-4408-a3e7-d32207bbfd61] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 122ac6e1-0fc2-4ce6-b4da-54ea19769687] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, edbe515d-babd-46e8-bf61-b230144def70]>
20:39:49.900 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:49.903 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:49.906 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:75bc68c8-1f74-416e-9142-51008c2c7b0d,_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,_:2c23985e-faaa-4f13-8079-698e2e87e7e9,_:56d21a9d-671d-40b7-8e00-404c0fe33728,_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,_:acf3df61-0581-450f-88f5-9c449167c2e4,_:edbe515d-babd-46e8-bf61-b230144def70. Pending nodes: 
20:39:49.907 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:75bc68c8-1f74-416e-9142-51008c2c7b0d
20:39:49.910 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f4a42a9e-6097-4408-a3e7-d32207bbfd61
20:39:49.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c23985e-faaa-4f13-8079-698e2e87e7e9
20:39:49.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:56d21a9d-671d-40b7-8e00-404c0fe33728
20:39:49.918 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:122ac6e1-0fc2-4ce6-b4da-54ea19769687
20:39:49.921 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f5e421d-dd43-40e6-8910-f198d4c63ce3
20:39:49.924 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:acf3df61-0581-450f-88f5-9c449167c2e4
20:39:49.926 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:edbe515d-babd-46e8-bf61-b230144def70
20:39:49.927 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:edbe515d-babd-46e8-bf61-b230144def70
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:acf3df61-0581-450f-88f5-9c449167c2e4
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f5e421d-dd43-40e6-8910-f198d4c63ce3
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:122ac6e1-0fc2-4ce6-b4da-54ea19769687
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:56d21a9d-671d-40b7-8e00-404c0fe33728
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c23985e-faaa-4f13-8079-698e2e87e7e9
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f4a42a9e-6097-4408-a3e7-d32207bbfd61
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:75bc68c8-1f74-416e-9142-51008c2c7b0d
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:49.928 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:75bc68c8-1f74-416e-9142-51008c2c7b0d,_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,_:2c23985e-faaa-4f13-8079-698e2e87e7e9,_:56d21a9d-671d-40b7-8e00-404c0fe33728,_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,_:acf3df61-0581-450f-88f5-9c449167c2e4,_:edbe515d-babd-46e8-bf61-b230144def70)
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75bc68c8-1f74-416e-9142-51008c2c7b0d)
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4a42a9e-6097-4408-a3e7-d32207bbfd61)
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c23985e-faaa-4f13-8079-698e2e87e7e9)
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56d21a9d-671d-40b7-8e00-404c0fe33728)
20:39:49.929 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:122ac6e1-0fc2-4ce6-b4da-54ea19769687)
20:39:49.930 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f5e421d-dd43-40e6-8910-f198d4c63ce3)
20:39:49.930 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:acf3df61-0581-450f-88f5-9c449167c2e4)
20:39:49.930 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edbe515d-babd-46e8-bf61-b230144def70)
20:39:49.930 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.930 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.931 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.931 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.931 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75bc68c8-1f74-416e-9142-51008c2c7b0d=ShapeTyping(TypingMap(Map()))
20:39:49.931 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.931 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.932 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.932 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.933 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.934 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.934 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.934 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f4a42a9e-6097-4408-a3e7-d32207bbfd61],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:49.935 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4a42a9e-6097-4408-a3e7-d32207bbfd61=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,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>)))))))
20:39:49.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.935 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.936 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.937 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2c23985e-faaa-4f13-8079-698e2e87e7e9],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:49.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.937 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.938 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c23985e-faaa-4f13-8079-698e2e87e7e9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2c23985e-faaa-4f13-8079-698e2e87e7e9,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.938 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.938 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56d21a9d-671d-40b7-8e00-404c0fe33728=ShapeTyping(TypingMap(Map()))
20:39:49.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.939 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.971 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.971 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.971 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.971 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.971 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:122ac6e1-0fc2-4ce6-b4da-54ea19769687],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:49.972 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.972 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.972 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:122ac6e1-0fc2-4ce6-b4da-54ea19769687=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,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>)))))))
20:39:49.972 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.972 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.973 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.973 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.973 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.876Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f5e421d-dd43-40e6-8910-f198d4c63ce3],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:49.974 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f5e421d-dd43-40e6-8910-f198d4c63ce3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:49.974 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.974 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.974 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:acf3df61-0581-450f-88f5-9c449167c2e4=ShapeTyping(TypingMap(Map()))
20:39:49.974 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.974 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.975 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.975 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:49.976 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:edbe515d-babd-46e8-bf61-b230144def70=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:edbe515d-babd-46e8-bf61-b230144def70,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"))))))))
20:39:49.977 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:75bc68c8-1f74-416e-9142-51008c2c7b0d,_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,_:2c23985e-faaa-4f13-8079-698e2e87e7e9,_:56d21a9d-671d-40b7-8e00-404c0fe33728,_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,_:acf3df61-0581-450f-88f5-9c449167c2e4,_:edbe515d-babd-46e8-bf61-b230144def70)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:edbe515d-babd-46e8-bf61-b230144def70,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(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,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(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,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(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2c23985e-faaa-4f13-8079-698e2e87e7e9,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.978 [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(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:edbe515d-babd-46e8-bf61-b230144def70,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(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,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(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,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(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2c23985e-faaa-4f13-8079-698e2e87e7e9,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.978 [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(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:edbe515d-babd-46e8-bf61-b230144def70,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(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61,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(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687,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(_:75bc68c8-1f74-416e-9142-51008c2c7b0d), ShapeRef(_:f4a42a9e-6097-4408-a3e7-d32207bbfd61), ShapeRef(_:2c23985e-faaa-4f13-8079-698e2e87e7e9), ShapeRef(_:56d21a9d-671d-40b7-8e00-404c0fe33728), ShapeRef(_:122ac6e1-0fc2-4ce6-b4da-54ea19769687), ShapeRef(_:0f5e421d-dd43-40e6-8910-f198d4c63ce3), ShapeRef(_:acf3df61-0581-450f-88f5-9c449167c2e4), ShapeRef(_:edbe515d-babd-46e8-bf61-b230144def70)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2c23985e-faaa-4f13-8079-698e2e87e7e9,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:49.978 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:edbe515d-babd-46e8-bf61-b230144def70 = 
20:39:49.978 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:edbe515d-babd-46e8-bf61-b230144def70 = 
20:39:49.978 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:edbe515d-babd-46e8-bf61-b230144def70: 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:acf3df61-0581-450f-88f5-9c449167c2e4 = 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:acf3df61-0581-450f-88f5-9c449167c2e4 = 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:acf3df61-0581-450f-88f5-9c449167c2e4: 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f5e421d-dd43-40e6-8910-f198d4c63ce3 = 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f5e421d-dd43-40e6-8910-f198d4c63ce3 = 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f5e421d-dd43-40e6-8910-f198d4c63ce3: 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:122ac6e1-0fc2-4ce6-b4da-54ea19769687 = 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:122ac6e1-0fc2-4ce6-b4da-54ea19769687 = 
20:39:49.979 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:122ac6e1-0fc2-4ce6-b4da-54ea19769687: 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:56d21a9d-671d-40b7-8e00-404c0fe33728 = 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:56d21a9d-671d-40b7-8e00-404c0fe33728 = 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:56d21a9d-671d-40b7-8e00-404c0fe33728: 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c23985e-faaa-4f13-8079-698e2e87e7e9 = 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c23985e-faaa-4f13-8079-698e2e87e7e9 = 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c23985e-faaa-4f13-8079-698e2e87e7e9: 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f4a42a9e-6097-4408-a3e7-d32207bbfd61 = 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f4a42a9e-6097-4408-a3e7-d32207bbfd61 = 
20:39:49.980 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f4a42a9e-6097-4408-a3e7-d32207bbfd61: 
20:39:49.981 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:75bc68c8-1f74-416e-9142-51008c2c7b0d = 
20:39:49.981 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:75bc68c8-1f74-416e-9142-51008c2c7b0d = 
20:39:49.981 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:75bc68c8-1f74-416e-9142-51008c2c7b0d: 
20:39:49.984 [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
               ]
] .

20:39:49.987 [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: 0.274 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>
                "2019-07-12T20:39:49.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:50.009 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:49.991Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:49.991Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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   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: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:50.010 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3e4722b4-d1aa-4281-9e39-141f7a20df9f @sh:path http://www.sampledomain.org/sam#aSetOfDates; 3e4722b4-d1aa-4281-9e39-141f7a20df9f @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 3e4722b4-d1aa-4281-9e39-141f7a20df9f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3e4722b4-d1aa-4281-9e39-141f7a20df9f @rdf:type sh:Property; cd9bc85e-95b9-4ba4-876b-ee077cde820c @rdf:rest rdf:nil; cd9bc85e-95b9-4ba4-876b-ee077cde820c @rdf:first "C"; 42f34575-84af-4057-a2a4-fe25d9f96848 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 42f34575-84af-4057-a2a4-fe25d9f96848 @sh:class http://www.sampledomain.org/sam#AnotherResource; 42f34575-84af-4057-a2a4-fe25d9f96848 @rdf:type sh:Property; 296730ad-fb56-44a8-8ae1-f02ef30227c1 @rdf:rest 5795fdc6-3b6d-4ac7-a742-6a1eb169d5e7; 296730ad-fb56-44a8-8ae1-f02ef30227c1 @rdf:first "A"; 5795fdc6-3b6d-4ac7-a742-6a1eb169d5e7 @rdf:rest cd9bc85e-95b9-4ba4-876b-ee077cde820c; 5795fdc6-3b6d-4ac7-a742-6a1eb169d5e7 @rdf:first "B"; 9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103 @sh:path http://www.sampledomain.org/sam#integerProperty2; 9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103 @rdf:type sh:Property...} |  [3e4722b4-d1aa-4281-9e39-141f7a20df9f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3e4722b4-d1aa-4281-9e39-141f7a20df9f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3e4722b4-d1aa-4281-9e39-141f7a20df9f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3e4722b4-d1aa-4281-9e39-141f7a20df9f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cd9bc85e-95b9-4ba4-876b-ee077cde820c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [cd9bc85e-95b9-4ba4-876b-ee077cde820c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [42f34575-84af-4057-a2a4-fe25d9f96848, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [42f34575-84af-4057-a2a4-fe25d9f96848, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [42f34575-84af-4057-a2a4-fe25d9f96848, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [296730ad-fb56-44a8-8ae1-f02ef30227c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5795fdc6-3b6d-4ac7-a742-6a1eb169d5e7] [296730ad-fb56-44a8-8ae1-f02ef30227c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [5795fdc6-3b6d-4ac7-a742-6a1eb169d5e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, cd9bc85e-95b9-4ba4-876b-ee077cde820c] [5795fdc6-3b6d-4ac7-a742-6a1eb169d5e7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [202e9936-15ee-407e-b19c-ec755afd0101, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#pattern, "^B"] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [df205226-861e-4aa2-905e-3524a60771aa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f65489e-62ed-46f0-9458-62115730afae, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [0f65489e-62ed-46f0-9458-62115730afae, http://www.w3.org/ns/shacl#in, 296730ad-fb56-44a8-8ae1-f02ef30227c1] [0f65489e-62ed-46f0-9458-62115730afae, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [953db034-29eb-41d0-af79-625bd295f311, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b578fcdb-18a0-4c8e-8e89-f0b68ad86545, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b578fcdb-18a0-4c8e-8e89-f0b68ad86545, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b578fcdb-18a0-4c8e-8e89-f0b68ad86545, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b578fcdb-18a0-4c8e-8e89-f0b68ad86545, 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, 9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103] [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, 202e9936-15ee-407e-b19c-ec755afd0101] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 953db034-29eb-41d0-af79-625bd295f311] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, df205226-861e-4aa2-905e-3524a60771aa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f65489e-62ed-46f0-9458-62115730afae] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3e4722b4-d1aa-4281-9e39-141f7a20df9f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42f34575-84af-4057-a2a4-fe25d9f96848] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b578fcdb-18a0-4c8e-8e89-f0b68ad86545]>
20:39:50.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:50.013 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:50.016 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:202e9936-15ee-407e-b19c-ec755afd0101,_:0f65489e-62ed-46f0-9458-62115730afae,_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,_:953db034-29eb-41d0-af79-625bd295f311,_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103,_:42f34575-84af-4057-a2a4-fe25d9f96848,_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545,_:df205226-861e-4aa2-905e-3524a60771aa. Pending nodes: 
20:39:50.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:202e9936-15ee-407e-b19c-ec755afd0101
20:39:50.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f65489e-62ed-46f0-9458-62115730afae
20:39:50.023 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3e4722b4-d1aa-4281-9e39-141f7a20df9f
20:39:50.025 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:953db034-29eb-41d0-af79-625bd295f311
20:39:50.028 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103
20:39:50.070 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42f34575-84af-4057-a2a4-fe25d9f96848
20:39:50.072 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b578fcdb-18a0-4c8e-8e89-f0b68ad86545
20:39:50.075 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:df205226-861e-4aa2-905e-3524a60771aa
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:df205226-861e-4aa2-905e-3524a60771aa
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b578fcdb-18a0-4c8e-8e89-f0b68ad86545
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42f34575-84af-4057-a2a4-fe25d9f96848
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:953db034-29eb-41d0-af79-625bd295f311
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3e4722b4-d1aa-4281-9e39-141f7a20df9f
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f65489e-62ed-46f0-9458-62115730afae
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:202e9936-15ee-407e-b19c-ec755afd0101
20:39:50.078 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:df205226-861e-4aa2-905e-3524a60771aa = 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:df205226-861e-4aa2-905e-3524a60771aa = 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:df205226-861e-4aa2-905e-3524a60771aa: 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b578fcdb-18a0-4c8e-8e89-f0b68ad86545 = 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b578fcdb-18a0-4c8e-8e89-f0b68ad86545 = 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b578fcdb-18a0-4c8e-8e89-f0b68ad86545: 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:50.079 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:202e9936-15ee-407e-b19c-ec755afd0101,_:0f65489e-62ed-46f0-9458-62115730afae,_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,_:953db034-29eb-41d0-af79-625bd295f311,_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103,_:42f34575-84af-4057-a2a4-fe25d9f96848,_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545,_:df205226-861e-4aa2-905e-3524a60771aa)
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:202e9936-15ee-407e-b19c-ec755afd0101)
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f65489e-62ed-46f0-9458-62115730afae)
20:39:50.080 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e4722b4-d1aa-4281-9e39-141f7a20df9f)
20:39:50.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:953db034-29eb-41d0-af79-625bd295f311)
20:39:50.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103)
20:39:50.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42f34575-84af-4057-a2a4-fe25d9f96848)
20:39:50.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545)
20:39:50.081 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df205226-861e-4aa2-905e-3524a60771aa)
20:39:50.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.081 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.082 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.083 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:202e9936-15ee-407e-b19c-ec755afd0101],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:50.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.083 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:202e9936-15ee-407e-b19c-ec755afd0101=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:202e9936-15ee-407e-b19c-ec755afd0101,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>)))))))
20:39:50.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.084 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f65489e-62ed-46f0-9458-62115730afae=ShapeTyping(TypingMap(Map()))
20:39:50.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.084 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.085 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.085 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:49.991Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3e4722b4-d1aa-4281-9e39-141f7a20df9f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:50.086 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e4722b4-d1aa-4281-9e39-141f7a20df9f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.086 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.087 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.088 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:953db034-29eb-41d0-af79-625bd295f311],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:50.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.088 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.089 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:953db034-29eb-41d0-af79-625bd295f311=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:953db034-29eb-41d0-af79-625bd295f311,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.089 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.090 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103=ShapeTyping(TypingMap(Map()))
20:39:50.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.090 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.090 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42f34575-84af-4057-a2a4-fe25d9f96848=ShapeTyping(TypingMap(Map()))
20:39:50.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.091 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545=ShapeTyping(TypingMap(Map()))
20:39:50.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.091 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.092 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.093 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.094 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.094 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:df205226-861e-4aa2-905e-3524a60771aa],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:50.095 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df205226-861e-4aa2-905e-3524a60771aa=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:df205226-861e-4aa2-905e-3524a60771aa,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>)))))))
20:39:50.095 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:202e9936-15ee-407e-b19c-ec755afd0101,_:0f65489e-62ed-46f0-9458-62115730afae,_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,_:953db034-29eb-41d0-af79-625bd295f311,_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103,_:42f34575-84af-4057-a2a4-fe25d9f96848,_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545,_:df205226-861e-4aa2-905e-3524a60771aa)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:df205226-861e-4aa2-905e-3524a60771aa,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(_:953db034-29eb-41d0-af79-625bd295f311,PredicatePath(<http://www.sampledomain.org/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(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:202e9936-15ee-407e-b19c-ec755afd0101,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>)))))))
20:39:50.096 [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(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:df205226-861e-4aa2-905e-3524a60771aa,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(_:953db034-29eb-41d0-af79-625bd295f311,PredicatePath(<http://www.sampledomain.org/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(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:202e9936-15ee-407e-b19c-ec755afd0101,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>)))))))
20:39:50.097 [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(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:df205226-861e-4aa2-905e-3524a60771aa,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(_:953db034-29eb-41d0-af79-625bd295f311,PredicatePath(<http://www.sampledomain.org/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(_:202e9936-15ee-407e-b19c-ec755afd0101), ShapeRef(_:0f65489e-62ed-46f0-9458-62115730afae), ShapeRef(_:3e4722b4-d1aa-4281-9e39-141f7a20df9f), ShapeRef(_:953db034-29eb-41d0-af79-625bd295f311), ShapeRef(_:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103), ShapeRef(_:42f34575-84af-4057-a2a4-fe25d9f96848), ShapeRef(_:b578fcdb-18a0-4c8e-8e89-f0b68ad86545), ShapeRef(_:df205226-861e-4aa2-905e-3524a60771aa)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:202e9936-15ee-407e-b19c-ec755afd0101,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>)))))))
20:39:50.097 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42f34575-84af-4057-a2a4-fe25d9f96848 = 
20:39:50.097 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42f34575-84af-4057-a2a4-fe25d9f96848 = 
20:39:50.097 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42f34575-84af-4057-a2a4-fe25d9f96848: 
20:39:50.097 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103 = 
20:39:50.097 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103 = 
20:39:50.097 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9bf1cc45-c83d-4a5d-a2ca-c22e7d8b0103: 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:953db034-29eb-41d0-af79-625bd295f311 = 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:953db034-29eb-41d0-af79-625bd295f311 = 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:953db034-29eb-41d0-af79-625bd295f311: 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3e4722b4-d1aa-4281-9e39-141f7a20df9f = 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3e4722b4-d1aa-4281-9e39-141f7a20df9f = 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3e4722b4-d1aa-4281-9e39-141f7a20df9f: 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f65489e-62ed-46f0-9458-62115730afae = 
20:39:50.098 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f65489e-62ed-46f0-9458-62115730afae = 
20:39:50.099 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f65489e-62ed-46f0-9458-62115730afae: 
20:39:50.099 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:202e9936-15ee-407e-b19c-ec755afd0101 = 
20:39:50.099 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:202e9936-15ee-407e-b19c-ec755afd0101 = 
20:39:50.099 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:202e9936-15ee-407e-b19c-ec755afd0101: 
20:39:50.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  true
] .

20:39:50.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  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>
                "2019-07-12T20:39:50.105Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:50.175 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:50.105Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#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.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:50.105Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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: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> .
20:39:50.176 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e3da2162-9249-4698-ba0a-32d56b2ae7f5 @rdf:rest 0831dded-223a-4a2e-b335-5be3a14c51a2; e3da2162-9249-4698-ba0a-32d56b2ae7f5 @rdf:first "B"; d8cc2645-4463-4a3d-957e-2325821d068d @rdf:rest e3da2162-9249-4698-ba0a-32d56b2ae7f5; d8cc2645-4463-4a3d-957e-2325821d068d @rdf:first "A"; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 25b43810-167c-48b0-b8fc-6fa62a3853f9 @rdf:type sh:Property; 38bb6259-3485-4bc2-9573-868ce40a6420 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 38bb6259-3485-4bc2-9573-868ce40a6420 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 38bb6259-3485-4bc2-9573-868ce40a6420 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 38bb6259-3485-4bc2-9573-868ce40a6420 @rdf:type sh:Property; 0831dded-223a-4a2e-b335-5be3a14c51a2 @rdf:rest rdf:nil; 0831dded-223a-4a2e-b335-5be3a14c51a2 @rdf:first "C"...} |  [e3da2162-9249-4698-ba0a-32d56b2ae7f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0831dded-223a-4a2e-b335-5be3a14c51a2] [e3da2162-9249-4698-ba0a-32d56b2ae7f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d8cc2645-4463-4a3d-957e-2325821d068d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e3da2162-9249-4698-ba0a-32d56b2ae7f5] [d8cc2645-4463-4a3d-957e-2325821d068d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [25b43810-167c-48b0-b8fc-6fa62a3853f9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38bb6259-3485-4bc2-9573-868ce40a6420, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [38bb6259-3485-4bc2-9573-868ce40a6420, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [38bb6259-3485-4bc2-9573-868ce40a6420, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [38bb6259-3485-4bc2-9573-868ce40a6420, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0831dded-223a-4a2e-b335-5be3a14c51a2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0831dded-223a-4a2e-b335-5be3a14c51a2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9936f9e9-c842-45ee-bedb-eb6804ad72ed, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9936f9e9-c842-45ee-bedb-eb6804ad72ed, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9936f9e9-c842-45ee-bedb-eb6804ad72ed, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9936f9e9-c842-45ee-bedb-eb6804ad72ed, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#pattern, "^B"] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [427ed0a0-8aa5-4960-a987-f70fc82a75bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d11bf7ec-b67f-489f-a874-9aad25137f30, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d11bf7ec-b67f-489f-a874-9aad25137f30, http://www.w3.org/ns/shacl#in, d8cc2645-4463-4a3d-957e-2325821d068d] [d11bf7ec-b67f-489f-a874-9aad25137f30, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5af0ef88-7433-4bd1-9345-20144cdd7fe2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [5af0ef88-7433-4bd1-9345-20144cdd7fe2, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [5af0ef88-7433-4bd1-9345-20144cdd7fe2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f4faf81f-933f-4689-a1a9-a9cd0abcc85c, 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, 25b43810-167c-48b0-b8fc-6fa62a3853f9] [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, f4faf81f-933f-4689-a1a9-a9cd0abcc85c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5af0ef88-7433-4bd1-9345-20144cdd7fe2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d11bf7ec-b67f-489f-a874-9aad25137f30] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 38bb6259-3485-4bc2-9573-868ce40a6420] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4793d287-cea1-4ffc-bc30-50a5438571af] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 427ed0a0-8aa5-4960-a987-f70fc82a75bd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9936f9e9-c842-45ee-bedb-eb6804ad72ed] [4793d287-cea1-4ffc-bc30-50a5438571af, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4793d287-cea1-4ffc-bc30-50a5438571af, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4793d287-cea1-4ffc-bc30-50a5438571af, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4793d287-cea1-4ffc-bc30-50a5438571af, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:50.178 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:50.180 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:50.183 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d11bf7ec-b67f-489f-a874-9aad25137f30,_:9936f9e9-c842-45ee-bedb-eb6804ad72ed,_:4793d287-cea1-4ffc-bc30-50a5438571af,_:5af0ef88-7433-4bd1-9345-20144cdd7fe2,_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,_:38bb6259-3485-4bc2-9573-868ce40a6420,_:25b43810-167c-48b0-b8fc-6fa62a3853f9. Pending nodes: 
20:39:50.183 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d11bf7ec-b67f-489f-a874-9aad25137f30
20:39:50.185 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9936f9e9-c842-45ee-bedb-eb6804ad72ed
20:39:50.187 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4793d287-cea1-4ffc-bc30-50a5438571af
20:39:50.189 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5af0ef88-7433-4bd1-9345-20144cdd7fe2
20:39:50.191 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:427ed0a0-8aa5-4960-a987-f70fc82a75bd
20:39:50.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f4faf81f-933f-4689-a1a9-a9cd0abcc85c
20:39:50.197 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38bb6259-3485-4bc2-9573-868ce40a6420
20:39:50.200 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:25b43810-167c-48b0-b8fc-6fa62a3853f9
20:39:50.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:50.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:25b43810-167c-48b0-b8fc-6fa62a3853f9
20:39:50.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38bb6259-3485-4bc2-9573-868ce40a6420
20:39:50.202 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f4faf81f-933f-4689-a1a9-a9cd0abcc85c
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:427ed0a0-8aa5-4960-a987-f70fc82a75bd
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5af0ef88-7433-4bd1-9345-20144cdd7fe2
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4793d287-cea1-4ffc-bc30-50a5438571af
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9936f9e9-c842-45ee-bedb-eb6804ad72ed
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d11bf7ec-b67f-489f-a874-9aad25137f30
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:50.203 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d11bf7ec-b67f-489f-a874-9aad25137f30,_:9936f9e9-c842-45ee-bedb-eb6804ad72ed,_:4793d287-cea1-4ffc-bc30-50a5438571af,_:5af0ef88-7433-4bd1-9345-20144cdd7fe2,_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,_:38bb6259-3485-4bc2-9573-868ce40a6420,_:25b43810-167c-48b0-b8fc-6fa62a3853f9)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d11bf7ec-b67f-489f-a874-9aad25137f30)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9936f9e9-c842-45ee-bedb-eb6804ad72ed)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4793d287-cea1-4ffc-bc30-50a5438571af)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5af0ef88-7433-4bd1-9345-20144cdd7fe2)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:427ed0a0-8aa5-4960-a987-f70fc82a75bd)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c)
20:39:50.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38bb6259-3485-4bc2-9573-868ce40a6420)
20:39:50.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25b43810-167c-48b0-b8fc-6fa62a3853f9)
20:39:50.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.205 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d11bf7ec-b67f-489f-a874-9aad25137f30=ShapeTyping(TypingMap(Map()))
20:39:50.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.206 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9936f9e9-c842-45ee-bedb-eb6804ad72ed=ShapeTyping(TypingMap(Map()))
20:39:50.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.207 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4793d287-cea1-4ffc-bc30-50a5438571af=ShapeTyping(TypingMap(Map()))
20:39:50.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.207 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5af0ef88-7433-4bd1-9345-20144cdd7fe2=ShapeTyping(TypingMap(Map()))
20:39:50.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.211 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:427ed0a0-8aa5-4960-a987-f70fc82a75bd],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:50.211 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:427ed0a0-8aa5-4960-a987-f70fc82a75bd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,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"))))))))
20:39:50.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.214 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:50.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.216 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:50.105Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:38bb6259-3485-4bc2-9573-868ce40a6420],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:50.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38bb6259-3485-4bc2-9573-868ce40a6420=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38bb6259-3485-4bc2-9573-868ce40a6420,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.218 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.219 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:25b43810-167c-48b0-b8fc-6fa62a3853f9],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:50.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.219 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25b43810-167c-48b0-b8fc-6fa62a3853f9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25b43810-167c-48b0-b8fc-6fa62a3853f9,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>)))))))
20:39:50.220 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d11bf7ec-b67f-489f-a874-9aad25137f30,_:9936f9e9-c842-45ee-bedb-eb6804ad72ed,_:4793d287-cea1-4ffc-bc30-50a5438571af,_:5af0ef88-7433-4bd1-9345-20144cdd7fe2,_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,_:38bb6259-3485-4bc2-9573-868ce40a6420,_:25b43810-167c-48b0-b8fc-6fa62a3853f9)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:38bb6259-3485-4bc2-9573-868ce40a6420,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,PredicatePath(<http://www.sampledomain.org/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(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25b43810-167c-48b0-b8fc-6fa62a3853f9,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>)))))))
20:39:50.221 [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(_:38bb6259-3485-4bc2-9573-868ce40a6420,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,PredicatePath(<http://www.sampledomain.org/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(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25b43810-167c-48b0-b8fc-6fa62a3853f9,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>)))))))
20:39:50.222 [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(_:38bb6259-3485-4bc2-9573-868ce40a6420,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c,PredicatePath(<http://www.sampledomain.org/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(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd,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")))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d11bf7ec-b67f-489f-a874-9aad25137f30), ShapeRef(_:9936f9e9-c842-45ee-bedb-eb6804ad72ed), ShapeRef(_:4793d287-cea1-4ffc-bc30-50a5438571af), ShapeRef(_:5af0ef88-7433-4bd1-9345-20144cdd7fe2), ShapeRef(_:427ed0a0-8aa5-4960-a987-f70fc82a75bd), ShapeRef(_:f4faf81f-933f-4689-a1a9-a9cd0abcc85c), ShapeRef(_:38bb6259-3485-4bc2-9573-868ce40a6420), ShapeRef(_:25b43810-167c-48b0-b8fc-6fa62a3853f9)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:25b43810-167c-48b0-b8fc-6fa62a3853f9,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>)))))))
20:39:50.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:25b43810-167c-48b0-b8fc-6fa62a3853f9 = 
20:39:50.222 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:25b43810-167c-48b0-b8fc-6fa62a3853f9 = 
20:39:50.222 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:25b43810-167c-48b0-b8fc-6fa62a3853f9: 
20:39:50.222 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38bb6259-3485-4bc2-9573-868ce40a6420 = 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38bb6259-3485-4bc2-9573-868ce40a6420 = 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38bb6259-3485-4bc2-9573-868ce40a6420: 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f4faf81f-933f-4689-a1a9-a9cd0abcc85c = 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f4faf81f-933f-4689-a1a9-a9cd0abcc85c = 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f4faf81f-933f-4689-a1a9-a9cd0abcc85c: 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:427ed0a0-8aa5-4960-a987-f70fc82a75bd = 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:427ed0a0-8aa5-4960-a987-f70fc82a75bd = 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:427ed0a0-8aa5-4960-a987-f70fc82a75bd: 
20:39:50.223 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5af0ef88-7433-4bd1-9345-20144cdd7fe2 = 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5af0ef88-7433-4bd1-9345-20144cdd7fe2 = 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5af0ef88-7433-4bd1-9345-20144cdd7fe2: 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4793d287-cea1-4ffc-bc30-50a5438571af = 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4793d287-cea1-4ffc-bc30-50a5438571af = 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4793d287-cea1-4ffc-bc30-50a5438571af: 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9936f9e9-c842-45ee-bedb-eb6804ad72ed = 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9936f9e9-c842-45ee-bedb-eb6804ad72ed = 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9936f9e9-c842-45ee-bedb-eb6804ad72ed: 
20:39:50.224 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d11bf7ec-b67f-489f-a874-9aad25137f30 = 
20:39:50.225 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d11bf7ec-b67f-489f-a874-9aad25137f30 = 
20:39:50.225 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d11bf7ec-b67f-489f-a874-9aad25137f30: 
20:39:50.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  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
               ]
] .

20:39:50.273 [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.285 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>
                "2019-07-12T20:39:50.277Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:50.299 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:50.277Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:50.277Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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: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> .
20:39:50.301 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {674122d7-2ff3-4ec8-9020-1a09eedba986 @rdf:rest b1b3470f-f10c-4024-a4b8-cbdafde4eb05; 674122d7-2ff3-4ec8-9020-1a09eedba986 @rdf:first "A"; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:path http://www.sampledomain.org/sam#aStringProperty; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:pattern "^B"; e9a02a87-cd01-483f-bc9f-c65c652027ef @sh:description "a Simple Single String Property"; e9a02a87-cd01-483f-bc9f-c65c652027ef @rdf:type sh:Property; 5552aa4b-3319-4f8a-9db4-798d65b35ea5 @rdf:rest rdf:nil; 5552aa4b-3319-4f8a-9db4-798d65b35ea5 @rdf:first "C"; 543989ea-0b5d-4188-97ed-d919d7cf1dc6 @sh:path http://www.sampledomain.org/sam#integerProperty2; 543989ea-0b5d-4188-97ed-d919d7cf1dc6 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 543989ea-0b5d-4188-97ed-d919d7cf1dc6 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 543989ea-0b5d-4188-97ed-d919d7cf1dc6 @rdf:type sh:Property; b1b3470f-f10c-4024-a4b8-cbdafde4eb05 @rdf:rest 5552aa4b-3319-4f8a-9db4-798d65b35ea5...} |  [674122d7-2ff3-4ec8-9020-1a09eedba986, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b1b3470f-f10c-4024-a4b8-cbdafde4eb05] [674122d7-2ff3-4ec8-9020-1a09eedba986, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#pattern, "^B"] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e9a02a87-cd01-483f-bc9f-c65c652027ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5552aa4b-3319-4f8a-9db4-798d65b35ea5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5552aa4b-3319-4f8a-9db4-798d65b35ea5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [543989ea-0b5d-4188-97ed-d919d7cf1dc6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [543989ea-0b5d-4188-97ed-d919d7cf1dc6, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [543989ea-0b5d-4188-97ed-d919d7cf1dc6, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [543989ea-0b5d-4188-97ed-d919d7cf1dc6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b1b3470f-f10c-4024-a4b8-cbdafde4eb05, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5552aa4b-3319-4f8a-9db4-798d65b35ea5] [b1b3470f-f10c-4024-a4b8-cbdafde4eb05, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [aae3b9c1-21b4-4f2a-b410-e4621e15812d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [aae3b9c1-21b4-4f2a-b410-e4621e15812d, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [aae3b9c1-21b4-4f2a-b410-e4621e15812d, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [aae3b9c1-21b4-4f2a-b410-e4621e15812d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6aa7e54b-d563-4c22-a31d-a269b50e6b82, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cafd341d-4ae3-4e7f-be8d-b86535c03e2d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [cafd341d-4ae3-4e7f-be8d-b86535c03e2d, http://www.w3.org/ns/shacl#in, 674122d7-2ff3-4ec8-9020-1a09eedba986] [cafd341d-4ae3-4e7f-be8d-b86535c03e2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [86e0f5ae-b485-44bb-bc97-6d1ae2b447cc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8, 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, 543989ea-0b5d-4188-97ed-d919d7cf1dc6] [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, cafd341d-4ae3-4e7f-be8d-b86535c03e2d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aae3b9c1-21b4-4f2a-b410-e4621e15812d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6aa7e54b-d563-4c22-a31d-a269b50e6b82] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 86e0f5ae-b485-44bb-bc97-6d1ae2b447cc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e9a02a87-cd01-483f-bc9f-c65c652027ef]>
20:39:50.302 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:50.304 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:50.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e9a02a87-cd01-483f-bc9f-c65c652027ef,_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3,_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,_:aae3b9c1-21b4-4f2a-b410-e4621e15812d,_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,_:543989ea-0b5d-4188-97ed-d919d7cf1dc6,_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d. Pending nodes: 
20:39:50.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e9a02a87-cd01-483f-bc9f-c65c652027ef
20:39:50.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6aa7e54b-d563-4c22-a31d-a269b50e6b82
20:39:50.314 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3
20:39:50.316 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8
20:39:50.318 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aae3b9c1-21b4-4f2a-b410-e4621e15812d
20:39:50.320 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc
20:39:50.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:543989ea-0b5d-4188-97ed-d919d7cf1dc6
20:39:50.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cafd341d-4ae3-4e7f-be8d-b86535c03e2d
20:39:50.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cafd341d-4ae3-4e7f-be8d-b86535c03e2d
20:39:50.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:50.326 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:543989ea-0b5d-4188-97ed-d919d7cf1dc6
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aae3b9c1-21b4-4f2a-b410-e4621e15812d
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6aa7e54b-d563-4c22-a31d-a269b50e6b82
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e9a02a87-cd01-483f-bc9f-c65c652027ef
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cafd341d-4ae3-4e7f-be8d-b86535c03e2d = 
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cafd341d-4ae3-4e7f-be8d-b86535c03e2d = 
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cafd341d-4ae3-4e7f-be8d-b86535c03e2d: 
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:50.327 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e9a02a87-cd01-483f-bc9f-c65c652027ef,_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3,_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,_:aae3b9c1-21b4-4f2a-b410-e4621e15812d,_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,_:543989ea-0b5d-4188-97ed-d919d7cf1dc6,_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e9a02a87-cd01-483f-bc9f-c65c652027ef)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6aa7e54b-d563-4c22-a31d-a269b50e6b82)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aae3b9c1-21b4-4f2a-b410-e4621e15812d)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc)
20:39:50.328 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:543989ea-0b5d-4188-97ed-d919d7cf1dc6)
20:39:50.329 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)
20:39:50.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.329 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.330 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.370 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.370 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.371 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e9a02a87-cd01-483f-bc9f-c65c652027ef],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:50.371 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e9a02a87-cd01-483f-bc9f-c65c652027ef=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9a02a87-cd01-483f-bc9f-c65c652027ef,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>)))))))
20:39:50.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.371 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.372 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.373 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.373 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6aa7e54b-d563-4c22-a31d-a269b50e6b82],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:50.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.374 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6aa7e54b-d563-4c22-a31d-a269b50e6b82=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.374 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.375 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3=ShapeTyping(TypingMap(Map()))
20:39:50.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.375 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.376 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:50.277Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:50.376 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.376 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.377 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aae3b9c1-21b4-4f2a-b410-e4621e15812d=ShapeTyping(TypingMap(Map()))
20:39:50.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.377 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.378 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.379 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:50.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.379 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.380 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,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>)))))))
20:39:50.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.380 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.380 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:543989ea-0b5d-4188-97ed-d919d7cf1dc6=ShapeTyping(TypingMap(Map()))
20:39:50.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.381 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.381 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d=ShapeTyping(TypingMap(Map()))
20:39:50.381 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e9a02a87-cd01-483f-bc9f-c65c652027ef,_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3,_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,_:aae3b9c1-21b4-4f2a-b410-e4621e15812d,_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,_:543989ea-0b5d-4188-97ed-d919d7cf1dc6,_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,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(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9a02a87-cd01-483f-bc9f-c65c652027ef,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(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,PredicatePath(<http://www.sampledomain.org/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(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.382 [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(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,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(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9a02a87-cd01-483f-bc9f-c65c652027ef,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(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,PredicatePath(<http://www.sampledomain.org/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(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.382 [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(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc,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(_:e9a02a87-cd01-483f-bc9f-c65c652027ef), ShapeRef(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82), ShapeRef(_:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3), ShapeRef(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8), ShapeRef(_:aae3b9c1-21b4-4f2a-b410-e4621e15812d), ShapeRef(_:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc), ShapeRef(_:543989ea-0b5d-4188-97ed-d919d7cf1dc6), ShapeRef(_:cafd341d-4ae3-4e7f-be8d-b86535c03e2d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e9a02a87-cd01-483f-bc9f-c65c652027ef,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(_:6aa7e54b-d563-4c22-a31d-a269b50e6b82,PredicatePath(<http://www.sampledomain.org/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(_:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.383 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:543989ea-0b5d-4188-97ed-d919d7cf1dc6 = 
20:39:50.383 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:543989ea-0b5d-4188-97ed-d919d7cf1dc6 = 
20:39:50.383 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:543989ea-0b5d-4188-97ed-d919d7cf1dc6: 
20:39:50.383 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc = 
20:39:50.383 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc = 
20:39:50.383 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:86e0f5ae-b485-44bb-bc97-6d1ae2b447cc: 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aae3b9c1-21b4-4f2a-b410-e4621e15812d = 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aae3b9c1-21b4-4f2a-b410-e4621e15812d = 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aae3b9c1-21b4-4f2a-b410-e4621e15812d: 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8 = 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8 = 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b92bbaab-cbe0-4d8b-86e0-abd0b09dbbe8: 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3 = 
20:39:50.384 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3 = 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1d38ee93-67d3-41bd-91ab-2bdf2c1ce3b3: 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6aa7e54b-d563-4c22-a31d-a269b50e6b82 = 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6aa7e54b-d563-4c22-a31d-a269b50e6b82 = 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6aa7e54b-d563-4c22-a31d-a269b50e6b82: 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e9a02a87-cd01-483f-bc9f-c65c652027ef = 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e9a02a87-cd01-483f-bc9f-c65c652027ef = 
20:39:50.385 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e9a02a87-cd01-483f-bc9f-c65c652027ef: 
20:39:50.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  true
] .

20:39:50.389 [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>
                "2019-07-12T20:39:50.39Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" .
20:39:50.406 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:50.39Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:50.39Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:50.408 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {58ba329a-3966-445f-91b4-43c092dacc41 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 58ba329a-3966-445f-91b4-43c092dacc41 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 58ba329a-3966-445f-91b4-43c092dacc41 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 58ba329a-3966-445f-91b4-43c092dacc41 @rdf:type sh:Property; 36439079-04d6-4f65-9ab7-b50af0cffc95 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 36439079-04d6-4f65-9ab7-b50af0cffc95 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 36439079-04d6-4f65-9ab7-b50af0cffc95 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 36439079-04d6-4f65-9ab7-b50af0cffc95 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 36439079-04d6-4f65-9ab7-b50af0cffc95 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 36439079-04d6-4f65-9ab7-b50af0cffc95 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 36439079-04d6-4f65-9ab7-b50af0cffc95 @rdf:type sh:Property; 05ad9860-fc55-4046-a81e-38ebb7d1dff5 @sh:path http://www.sampledomain.org/sam#integerProperty2; 05ad9860-fc55-4046-a81e-38ebb7d1dff5 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 05ad9860-fc55-4046-a81e-38ebb7d1dff5 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 05ad9860-fc55-4046-a81e-38ebb7d1dff5 @rdf:type sh:Property; 7d024493-5c55-4d38-a763-ee2022571c24 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 7d024493-5c55-4d38-a763-ee2022571c24 @sh:in 064d9db0-1f32-44f5-b686-1b46442e0ae0...} |  [58ba329a-3966-445f-91b4-43c092dacc41, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [58ba329a-3966-445f-91b4-43c092dacc41, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [58ba329a-3966-445f-91b4-43c092dacc41, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [58ba329a-3966-445f-91b4-43c092dacc41, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [36439079-04d6-4f65-9ab7-b50af0cffc95, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [05ad9860-fc55-4046-a81e-38ebb7d1dff5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [05ad9860-fc55-4046-a81e-38ebb7d1dff5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [05ad9860-fc55-4046-a81e-38ebb7d1dff5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [05ad9860-fc55-4046-a81e-38ebb7d1dff5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d024493-5c55-4d38-a763-ee2022571c24, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [7d024493-5c55-4d38-a763-ee2022571c24, http://www.w3.org/ns/shacl#in, 064d9db0-1f32-44f5-b686-1b46442e0ae0] [7d024493-5c55-4d38-a763-ee2022571c24, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb6acf33-48ef-4b0f-9ed3-5145d798d96f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [bb6acf33-48ef-4b0f-9ed3-5145d798d96f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [79ea254c-77d4-4c92-b2be-b5fd93ec2742, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, bb6acf33-48ef-4b0f-9ed3-5145d798d96f] [79ea254c-77d4-4c92-b2be-b5fd93ec2742, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#pattern, "^B"] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [fe9ad851-c528-4e71-a298-3400a44a9a7c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6675b6f2-9464-4d31-9af4-cbc2edbda061, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [6675b6f2-9464-4d31-9af4-cbc2edbda061, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [6675b6f2-9464-4d31-9af4-cbc2edbda061, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fad9270c-a321-4b92-a388-c251efcd619a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fad9270c-a321-4b92-a388-c251efcd619a, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fad9270c-a321-4b92-a388-c251efcd619a, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fad9270c-a321-4b92-a388-c251efcd619a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [064d9db0-1f32-44f5-b686-1b46442e0ae0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 79ea254c-77d4-4c92-b2be-b5fd93ec2742] [064d9db0-1f32-44f5-b686-1b46442e0ae0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b8c97925-d332-4b24-9f9d-893bb0a79bcf, 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, 7d024493-5c55-4d38-a763-ee2022571c24] [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, fe9ad851-c528-4e71-a298-3400a44a9a7c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 36439079-04d6-4f65-9ab7-b50af0cffc95] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 58ba329a-3966-445f-91b4-43c092dacc41] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b8c97925-d332-4b24-9f9d-893bb0a79bcf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 05ad9860-fc55-4046-a81e-38ebb7d1dff5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fad9270c-a321-4b92-a388-c251efcd619a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6675b6f2-9464-4d31-9af4-cbc2edbda061]>
20:39:50.409 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:50.411 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:50.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:7d024493-5c55-4d38-a763-ee2022571c24,_:36439079-04d6-4f65-9ab7-b50af0cffc95,_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,_:fad9270c-a321-4b92-a388-c251efcd619a,_:fe9ad851-c528-4e71-a298-3400a44a9a7c,_:05ad9860-fc55-4046-a81e-38ebb7d1dff5,_:6675b6f2-9464-4d31-9af4-cbc2edbda061,_:58ba329a-3966-445f-91b4-43c092dacc41. Pending nodes: 
20:39:50.415 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d024493-5c55-4d38-a763-ee2022571c24
20:39:50.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36439079-04d6-4f65-9ab7-b50af0cffc95
20:39:50.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b8c97925-d332-4b24-9f9d-893bb0a79bcf
20:39:50.422 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fad9270c-a321-4b92-a388-c251efcd619a
20:39:50.471 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fe9ad851-c528-4e71-a298-3400a44a9a7c
20:39:50.474 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:05ad9860-fc55-4046-a81e-38ebb7d1dff5
20:39:50.476 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6675b6f2-9464-4d31-9af4-cbc2edbda061
20:39:50.478 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:58ba329a-3966-445f-91b4-43c092dacc41
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:58ba329a-3966-445f-91b4-43c092dacc41
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6675b6f2-9464-4d31-9af4-cbc2edbda061
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:05ad9860-fc55-4046-a81e-38ebb7d1dff5
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fe9ad851-c528-4e71-a298-3400a44a9a7c
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fad9270c-a321-4b92-a388-c251efcd619a
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b8c97925-d332-4b24-9f9d-893bb0a79bcf
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36439079-04d6-4f65-9ab7-b50af0cffc95
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d024493-5c55-4d38-a763-ee2022571c24
20:39:50.480 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:50.481 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:50.481 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:50.481 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:50.481 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:50.481 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7d024493-5c55-4d38-a763-ee2022571c24,_:36439079-04d6-4f65-9ab7-b50af0cffc95,_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,_:fad9270c-a321-4b92-a388-c251efcd619a,_:fe9ad851-c528-4e71-a298-3400a44a9a7c,_:05ad9860-fc55-4046-a81e-38ebb7d1dff5,_:6675b6f2-9464-4d31-9af4-cbc2edbda061,_:58ba329a-3966-445f-91b4-43c092dacc41)
20:39:50.481 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d024493-5c55-4d38-a763-ee2022571c24)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36439079-04d6-4f65-9ab7-b50af0cffc95)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b8c97925-d332-4b24-9f9d-893bb0a79bcf)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fad9270c-a321-4b92-a388-c251efcd619a)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe9ad851-c528-4e71-a298-3400a44a9a7c)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05ad9860-fc55-4046-a81e-38ebb7d1dff5)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6675b6f2-9464-4d31-9af4-cbc2edbda061)
20:39:50.482 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58ba329a-3966-445f-91b4-43c092dacc41)
20:39:50.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.482 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.483 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d024493-5c55-4d38-a763-ee2022571c24=ShapeTyping(TypingMap(Map()))
20:39:50.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.483 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.484 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.484 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:36439079-04d6-4f65-9ab7-b50af0cffc95],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:50.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.485 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36439079-04d6-4f65-9ab7-b50af0cffc95=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:36439079-04d6-4f65-9ab7-b50af0cffc95,PredicatePath(<http://www.sampledomain.org/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"))))))))
20:39:50.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.485 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.486 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.487 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b8c97925-d332-4b24-9f9d-893bb0a79bcf],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:50.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.487 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.488 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b8c97925-d332-4b24-9f9d-893bb0a79bcf=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,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>)))))))
20:39:50.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.488 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.489 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fad9270c-a321-4b92-a388-c251efcd619a=ShapeTyping(TypingMap(Map()))
20:39:50.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.489 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.490 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.491 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.491 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.491 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.491 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.491 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fe9ad851-c528-4e71-a298-3400a44a9a7c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:50.492 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fe9ad851-c528-4e71-a298-3400a44a9a7c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fe9ad851-c528-4e71-a298-3400a44a9a7c,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>)))))))
20:39:50.492 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.492 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.492 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.492 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.493 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05ad9860-fc55-4046-a81e-38ebb7d1dff5=ShapeTyping(TypingMap(Map()))
20:39:50.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.493 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6675b6f2-9464-4d31-9af4-cbc2edbda061=ShapeTyping(TypingMap(Map()))
20:39:50.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.493 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.494 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.494 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.494 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:50.39Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:58ba329a-3966-445f-91b4-43c092dacc41],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:50.494 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:58ba329a-3966-445f-91b4-43c092dacc41=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:58ba329a-3966-445f-91b4-43c092dacc41,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.495 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:7d024493-5c55-4d38-a763-ee2022571c24,_:36439079-04d6-4f65-9ab7-b50af0cffc95,_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,_:fad9270c-a321-4b92-a388-c251efcd619a,_:fe9ad851-c528-4e71-a298-3400a44a9a7c,_:05ad9860-fc55-4046-a81e-38ebb7d1dff5,_:6675b6f2-9464-4d31-9af4-cbc2edbda061,_:58ba329a-3966-445f-91b4-43c092dacc41)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:58ba329a-3966-445f-91b4-43c092dacc41,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,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(_:fe9ad851-c528-4e71-a298-3400a44a9a7c,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(_:36439079-04d6-4f65-9ab7-b50af0cffc95,PredicatePath(<http://www.sampledomain.org/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(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List()))))))
20:39:50.496 [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(_:58ba329a-3966-445f-91b4-43c092dacc41,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,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(_:fe9ad851-c528-4e71-a298-3400a44a9a7c,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(_:36439079-04d6-4f65-9ab7-b50af0cffc95,PredicatePath(<http://www.sampledomain.org/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(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List()))))))
20:39:50.496 [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(_:58ba329a-3966-445f-91b4-43c092dacc41,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf,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(_:fe9ad851-c528-4e71-a298-3400a44a9a7c,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(_:36439079-04d6-4f65-9ab7-b50af0cffc95,PredicatePath(<http://www.sampledomain.org/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(_:7d024493-5c55-4d38-a763-ee2022571c24), ShapeRef(_:36439079-04d6-4f65-9ab7-b50af0cffc95), ShapeRef(_:b8c97925-d332-4b24-9f9d-893bb0a79bcf), ShapeRef(_:fad9270c-a321-4b92-a388-c251efcd619a), ShapeRef(_:fe9ad851-c528-4e71-a298-3400a44a9a7c), ShapeRef(_:05ad9860-fc55-4046-a81e-38ebb7d1dff5), ShapeRef(_:6675b6f2-9464-4d31-9af4-cbc2edbda061), ShapeRef(_:58ba329a-3966-445f-91b4-43c092dacc41)),false,List()) -> TypingResult(Valid(List()))))))
20:39:50.496 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:58ba329a-3966-445f-91b4-43c092dacc41 = 
20:39:50.496 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:58ba329a-3966-445f-91b4-43c092dacc41 = 
20:39:50.496 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:58ba329a-3966-445f-91b4-43c092dacc41: 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6675b6f2-9464-4d31-9af4-cbc2edbda061 = 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6675b6f2-9464-4d31-9af4-cbc2edbda061 = 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6675b6f2-9464-4d31-9af4-cbc2edbda061: 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:05ad9860-fc55-4046-a81e-38ebb7d1dff5 = 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:05ad9860-fc55-4046-a81e-38ebb7d1dff5 = 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:05ad9860-fc55-4046-a81e-38ebb7d1dff5: 
20:39:50.497 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fe9ad851-c528-4e71-a298-3400a44a9a7c = 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fe9ad851-c528-4e71-a298-3400a44a9a7c = 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fe9ad851-c528-4e71-a298-3400a44a9a7c: 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fad9270c-a321-4b92-a388-c251efcd619a = 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fad9270c-a321-4b92-a388-c251efcd619a = 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fad9270c-a321-4b92-a388-c251efcd619a: 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b8c97925-d332-4b24-9f9d-893bb0a79bcf = 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b8c97925-d332-4b24-9f9d-893bb0a79bcf = 
20:39:50.498 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b8c97925-d332-4b24-9f9d-893bb0a79bcf: 
20:39:50.499 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36439079-04d6-4f65-9ab7-b50af0cffc95 = 
20:39:50.499 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36439079-04d6-4f65-9ab7-b50af0cffc95 = 
20:39:50.499 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36439079-04d6-4f65-9ab7-b50af0cffc95: 
20:39:50.499 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d024493-5c55-4d38-a763-ee2022571c24 = 
20:39:50.499 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d024493-5c55-4d38-a763-ee2022571c24 = 
20:39:50.499 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d024493-5c55-4d38-a763-ee2022571c24: 
20:39:50.503 [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
               ]
] .

20:39:50.505 [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.23 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>
                "2019-07-12T20:39:50.508Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
20:39:50.570 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:50.508Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:50.508Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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: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: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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:50.572 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e7ad0507-8f5e-42dc-9bde-f3a2d55302b0 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; e7ad0507-8f5e-42dc-9bde-f3a2d55302b0 @sh:class http://www.sampledomain.org/sam#AnotherResource; e7ad0507-8f5e-42dc-9bde-f3a2d55302b0 @rdf:type sh:Property; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; c28cc0a0-3cfd-4103-9964-1b4bcafbe600 @rdf:type sh:Property; 1c051aac-663b-4c41-9a17-7afd1ff56328 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 1c051aac-663b-4c41-9a17-7afd1ff56328 @sh:in 452f3936-6814-491d-93ab-559678e6fdfd; 1c051aac-663b-4c41-9a17-7afd1ff56328 @rdf:type sh:Property; afb6a12a-1943-4ad9-8c83-8983072a0ba7 @rdf:rest 36285205-c1ac-416d-be2b-10d8f64487b1; afb6a12a-1943-4ad9-8c83-8983072a0ba7 @rdf:first "B"; ee20b54b-0786-410a-a2c2-90e2f62c17f7 @sh:path http://www.sampledomain.org/sam#integerProperty2; ee20b54b-0786-410a-a2c2-90e2f62c17f7 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer...} |  [e7ad0507-8f5e-42dc-9bde-f3a2d55302b0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e7ad0507-8f5e-42dc-9bde-f3a2d55302b0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e7ad0507-8f5e-42dc-9bde-f3a2d55302b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c28cc0a0-3cfd-4103-9964-1b4bcafbe600, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c051aac-663b-4c41-9a17-7afd1ff56328, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1c051aac-663b-4c41-9a17-7afd1ff56328, http://www.w3.org/ns/shacl#in, 452f3936-6814-491d-93ab-559678e6fdfd] [1c051aac-663b-4c41-9a17-7afd1ff56328, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [afb6a12a-1943-4ad9-8c83-8983072a0ba7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 36285205-c1ac-416d-be2b-10d8f64487b1] [afb6a12a-1943-4ad9-8c83-8983072a0ba7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [ee20b54b-0786-410a-a2c2-90e2f62c17f7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ee20b54b-0786-410a-a2c2-90e2f62c17f7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ee20b54b-0786-410a-a2c2-90e2f62c17f7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ee20b54b-0786-410a-a2c2-90e2f62c17f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [452f3936-6814-491d-93ab-559678e6fdfd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, afb6a12a-1943-4ad9-8c83-8983072a0ba7] [452f3936-6814-491d-93ab-559678e6fdfd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#pattern, "^B"] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0201a239-4ac3-44c3-9eea-b6bebba6601b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [36285205-c1ac-416d-be2b-10d8f64487b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [36285205-c1ac-416d-be2b-10d8f64487b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d18e1969-d537-4418-a0c1-9b22b7743f9b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [d18e1969-d537-4418-a0c1-9b22b7743f9b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d18e1969-d537-4418-a0c1-9b22b7743f9b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d18e1969-d537-4418-a0c1-9b22b7743f9b, 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, 0201a239-4ac3-44c3-9eea-b6bebba6601b] [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, ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8] [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, ee20b54b-0786-410a-a2c2-90e2f62c17f7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c28cc0a0-3cfd-4103-9964-1b4bcafbe600] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e7ad0507-8f5e-42dc-9bde-f3a2d55302b0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d18e1969-d537-4418-a0c1-9b22b7743f9b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1c051aac-663b-4c41-9a17-7afd1ff56328]>
20:39:50.573 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:50.576 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:50.579 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,_:0201a239-4ac3-44c3-9eea-b6bebba6601b,_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0,_:ee20b54b-0786-410a-a2c2-90e2f62c17f7,_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,_:1c051aac-663b-4c41-9a17-7afd1ff56328,_:d18e1969-d537-4418-a0c1-9b22b7743f9b. Pending nodes: 
20:39:50.580 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c
20:39:50.583 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8
20:39:50.586 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0201a239-4ac3-44c3-9eea-b6bebba6601b
20:39:50.589 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0
20:39:50.590 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee20b54b-0786-410a-a2c2-90e2f62c17f7
20:39:50.592 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c28cc0a0-3cfd-4103-9964-1b4bcafbe600
20:39:50.595 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c051aac-663b-4c41-9a17-7afd1ff56328
20:39:50.597 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d18e1969-d537-4418-a0c1-9b22b7743f9b
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d18e1969-d537-4418-a0c1-9b22b7743f9b
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c051aac-663b-4c41-9a17-7afd1ff56328
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c28cc0a0-3cfd-4103-9964-1b4bcafbe600
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee20b54b-0786-410a-a2c2-90e2f62c17f7
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0201a239-4ac3-44c3-9eea-b6bebba6601b
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d18e1969-d537-4418-a0c1-9b22b7743f9b = 
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d18e1969-d537-4418-a0c1-9b22b7743f9b = 
20:39:50.599 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d18e1969-d537-4418-a0c1-9b22b7743f9b: 
20:39:50.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:50.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:50.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:50.600 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:50.600 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:50.600 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,_:0201a239-4ac3-44c3-9eea-b6bebba6601b,_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0,_:ee20b54b-0786-410a-a2c2-90e2f62c17f7,_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,_:1c051aac-663b-4c41-9a17-7afd1ff56328,_:d18e1969-d537-4418-a0c1-9b22b7743f9b)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0201a239-4ac3-44c3-9eea-b6bebba6601b)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee20b54b-0786-410a-a2c2-90e2f62c17f7)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c051aac-663b-4c41-9a17-7afd1ff56328)
20:39:50.601 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d18e1969-d537-4418-a0c1-9b22b7743f9b)
20:39:50.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.601 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.602 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.602 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:50.508Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:50.603 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.603 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.604 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.605 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:50.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.605 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.606 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.606 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.606 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.606 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.606 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.607 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.607 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.607 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.607 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.608 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.608 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0201a239-4ac3-44c3-9eea-b6bebba6601b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:50.609 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0201a239-4ac3-44c3-9eea-b6bebba6601b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0201a239-4ac3-44c3-9eea-b6bebba6601b,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>)))))))
20:39:50.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.609 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.610 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0=ShapeTyping(TypingMap(Map()))
20:39:50.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.611 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee20b54b-0786-410a-a2c2-90e2f62c17f7=ShapeTyping(TypingMap(Map()))
20:39:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.612 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
20:39:50.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,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>)))))))
20:39:50.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c051aac-663b-4c41-9a17-7afd1ff56328=ShapeTyping(TypingMap(Map()))
20:39:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d18e1969-d537-4418-a0c1-9b22b7743f9b=ShapeTyping(TypingMap(Map()))
20:39:50.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,_:0201a239-4ac3-44c3-9eea-b6bebba6601b,_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0,_:ee20b54b-0786-410a-a2c2-90e2f62c17f7,_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,_:1c051aac-663b-4c41-9a17-7afd1ff56328,_:d18e1969-d537-4418-a0c1-9b22b7743f9b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,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(_:0201a239-4ac3-44c3-9eea-b6bebba6601b,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(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.616 [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(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,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(_:0201a239-4ac3-44c3-9eea-b6bebba6601b,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(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.616 [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(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c), ShapeRef(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8), ShapeRef(_:0201a239-4ac3-44c3-9eea-b6bebba6601b), ShapeRef(_:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0), ShapeRef(_:ee20b54b-0786-410a-a2c2-90e2f62c17f7), ShapeRef(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600), ShapeRef(_:1c051aac-663b-4c41-9a17-7afd1ff56328), ShapeRef(_:d18e1969-d537-4418-a0c1-9b22b7743f9b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c28cc0a0-3cfd-4103-9964-1b4bcafbe600,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(_:0201a239-4ac3-44c3-9eea-b6bebba6601b,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(_:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.616 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c051aac-663b-4c41-9a17-7afd1ff56328 = 
20:39:50.616 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c051aac-663b-4c41-9a17-7afd1ff56328 = 
20:39:50.616 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c051aac-663b-4c41-9a17-7afd1ff56328: 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c28cc0a0-3cfd-4103-9964-1b4bcafbe600 = 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c28cc0a0-3cfd-4103-9964-1b4bcafbe600 = 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c28cc0a0-3cfd-4103-9964-1b4bcafbe600: 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee20b54b-0786-410a-a2c2-90e2f62c17f7 = 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee20b54b-0786-410a-a2c2-90e2f62c17f7 = 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee20b54b-0786-410a-a2c2-90e2f62c17f7: 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0 = 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0 = 
20:39:50.617 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7ad0507-8f5e-42dc-9bde-f3a2d55302b0: 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0201a239-4ac3-44c3-9eea-b6bebba6601b = 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0201a239-4ac3-44c3-9eea-b6bebba6601b = 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0201a239-4ac3-44c3-9eea-b6bebba6601b: 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8 = 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8 = 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ecbe4606-1f65-4e8c-9a95-bceb6d90d9c8: 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c = 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c = 
20:39:50.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6eb33af-f8a6-48f9-8a8a-a2e2ab70496c: 
20:39:50.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  true
] .

20:39:50.625 [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>
                "2019-07-12T20:39:50.671Z"^^<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 .
20:39:50.687 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2019-07-12T20:39:50.671Z"^^http://www.w3.org/2001/XMLSchema#dateTime; 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 @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2019-07-12T20:39:50.671Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [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.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: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: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
20:39:50.688 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {621a9fd6-8c1d-4cbf-9b54-d1fe862a7212 @rdf:rest 782bedd8-ac01-40d8-aa2e-3d7c8b2dd3c2; 621a9fd6-8c1d-4cbf-9b54-d1fe862a7212 @rdf:first "B"; e20fe2cb-396e-4b99-aa60-f1a2e06836e6 @sh:path http://www.sampledomain.org/sam#integerProperty2; e20fe2cb-396e-4b99-aa60-f1a2e06836e6 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; e20fe2cb-396e-4b99-aa60-f1a2e06836e6 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; e20fe2cb-396e-4b99-aa60-f1a2e06836e6 @rdf:type sh:Property; 059d2183-fed9-4f52-8bab-43ccc6a04274 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 059d2183-fed9-4f52-8bab-43ccc6a04274 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 059d2183-fed9-4f52-8bab-43ccc6a04274 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 059d2183-fed9-4f52-8bab-43ccc6a04274 @rdf:type sh:Property; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:path http://www.sampledomain.org/sam#aStringProperty; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:pattern "^B"; ac63ef70-3aae-4925-a4fd-a09ea3de25ac @sh:description "a Simple Single String Property"...} |  [621a9fd6-8c1d-4cbf-9b54-d1fe862a7212, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 782bedd8-ac01-40d8-aa2e-3d7c8b2dd3c2] [621a9fd6-8c1d-4cbf-9b54-d1fe862a7212, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e20fe2cb-396e-4b99-aa60-f1a2e06836e6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [e20fe2cb-396e-4b99-aa60-f1a2e06836e6, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e20fe2cb-396e-4b99-aa60-f1a2e06836e6, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e20fe2cb-396e-4b99-aa60-f1a2e06836e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [059d2183-fed9-4f52-8bab-43ccc6a04274, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [059d2183-fed9-4f52-8bab-43ccc6a04274, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [059d2183-fed9-4f52-8bab-43ccc6a04274, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [059d2183-fed9-4f52-8bab-43ccc6a04274, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#pattern, "^B"] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ac63ef70-3aae-4925-a4fd-a09ea3de25ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [053681b6-1ace-4c80-b31e-d8e3764350d1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [053681b6-1ace-4c80-b31e-d8e3764350d1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [053681b6-1ace-4c80-b31e-d8e3764350d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [13326850-6d35-48d5-8c12-233f3445b1dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 621a9fd6-8c1d-4cbf-9b54-d1fe862a7212] [13326850-6d35-48d5-8c12-233f3445b1dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [8d7bb0ce-268a-49c0-a3af-77631036662b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [8d7bb0ce-268a-49c0-a3af-77631036662b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8d7bb0ce-268a-49c0-a3af-77631036662b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8d7bb0ce-268a-49c0-a3af-77631036662b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [782bedd8-ac01-40d8-aa2e-3d7c8b2dd3c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [782bedd8-ac01-40d8-aa2e-3d7c8b2dd3c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [aa122105-ec74-4c86-ae3b-eed72a50d747, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [aa122105-ec74-4c86-ae3b-eed72a50d747, http://www.w3.org/ns/shacl#in, 13326850-6d35-48d5-8c12-233f3445b1dd] [aa122105-ec74-4c86-ae3b-eed72a50d747, 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, 053681b6-1ace-4c80-b31e-d8e3764350d1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1] [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, e20fe2cb-396e-4b99-aa60-f1a2e06836e6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8d7bb0ce-268a-49c0-a3af-77631036662b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 059d2183-fed9-4f52-8bab-43ccc6a04274] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aa122105-ec74-4c86-ae3b-eed72a50d747] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ac63ef70-3aae-4925-a4fd-a09ea3de25ac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
20:39:50.689 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
20:39:50.691 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
20:39:50.694 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1,_:053681b6-1ace-4c80-b31e-d8e3764350d1,_:059d2183-fed9-4f52-8bab-43ccc6a04274,_:8d7bb0ce-268a-49c0-a3af-77631036662b,_:aa122105-ec74-4c86-ae3b-eed72a50d747,_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6,_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac. Pending nodes: 
20:39:50.695 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1
20:39:50.697 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:053681b6-1ace-4c80-b31e-d8e3764350d1
20:39:50.699 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:059d2183-fed9-4f52-8bab-43ccc6a04274
20:39:50.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d7bb0ce-268a-49c0-a3af-77631036662b
20:39:50.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aa122105-ec74-4c86-ae3b-eed72a50d747
20:39:50.704 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e20fe2cb-396e-4b99-aa60-f1a2e06836e6
20:39:50.707 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ac63ef70-3aae-4925-a4fd-a09ea3de25ac
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ac63ef70-3aae-4925-a4fd-a09ea3de25ac
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e20fe2cb-396e-4b99-aa60-f1a2e06836e6
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aa122105-ec74-4c86-ae3b-eed72a50d747
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d7bb0ce-268a-49c0-a3af-77631036662b
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:059d2183-fed9-4f52-8bab-43ccc6a04274
20:39:50.709 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:053681b6-1ace-4c80-b31e-d8e3764350d1
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ac63ef70-3aae-4925-a4fd-a09ea3de25ac = 
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ac63ef70-3aae-4925-a4fd-a09ea3de25ac = 
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ac63ef70-3aae-4925-a4fd-a09ea3de25ac: 
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e20fe2cb-396e-4b99-aa60-f1a2e06836e6 = 
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e20fe2cb-396e-4b99-aa60-f1a2e06836e6 = 
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e20fe2cb-396e-4b99-aa60-f1a2e06836e6: 
20:39:50.710 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1,_:053681b6-1ace-4c80-b31e-d8e3764350d1,_:059d2183-fed9-4f52-8bab-43ccc6a04274,_:8d7bb0ce-268a-49c0-a3af-77631036662b,_:aa122105-ec74-4c86-ae3b-eed72a50d747,_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6,_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1)
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:053681b6-1ace-4c80-b31e-d8e3764350d1)
20:39:50.711 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:059d2183-fed9-4f52-8bab-43ccc6a04274)
20:39:50.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d7bb0ce-268a-49c0-a3af-77631036662b)
20:39:50.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa122105-ec74-4c86-ae3b-eed72a50d747)
20:39:50.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6)
20:39:50.712 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)
20:39:50.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.712 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.713 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.714 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
20:39:50.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.714 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.715 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1), ShapeRef(_:053681b6-1ace-4c80-b31e-d8e3764350d1), ShapeRef(_:059d2183-fed9-4f52-8bab-43ccc6a04274), ShapeRef(_:8d7bb0ce-268a-49c0-a3af-77631036662b), ShapeRef(_:aa122105-ec74-4c86-ae3b-eed72a50d747), ShapeRef(_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6), ShapeRef(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1,PredicatePath(<http://www.sampledomain.org/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>)))))))
20:39:50.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.715 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.716 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:053681b6-1ace-4c80-b31e-d8e3764350d1=ShapeTyping(TypingMap(Map()))
20:39:50.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.716 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.717 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2019-07-12T20:39:50.671Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:059d2183-fed9-4f52-8bab-43ccc6a04274],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
20:39:50.717 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:059d2183-fed9-4f52-8bab-43ccc6a04274=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1), ShapeRef(_:053681b6-1ace-4c80-b31e-d8e3764350d1), ShapeRef(_:059d2183-fed9-4f52-8bab-43ccc6a04274), ShapeRef(_:8d7bb0ce-268a-49c0-a3af-77631036662b), ShapeRef(_:aa122105-ec74-4c86-ae3b-eed72a50d747), ShapeRef(_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6), ShapeRef(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:059d2183-fed9-4f52-8bab-43ccc6a04274,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
20:39:50.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.717 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.718 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d7bb0ce-268a-49c0-a3af-77631036662b=ShapeTyping(TypingMap(Map()))
20:39:50.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.718 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aa122105-ec74-4c86-ae3b-eed72a50d747=ShapeTyping(TypingMap(Map()))
20:39:50.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.718 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.719 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6=ShapeTyping(TypingMap(Map()))
20:39:50.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.719 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.720 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.721 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
20:39:50.721 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
20:39:50.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1), ShapeRef(_:053681b6-1ace-4c80-b31e-d8e3764350d1), ShapeRef(_:059d2183-fed9-4f52-8bab-43ccc6a04274), ShapeRef(_:8d7bb0ce-268a-49c0-a3af-77631036662b), ShapeRef(_:aa122105-ec74-4c86-ae3b-eed72a50d747), ShapeRef(_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6), ShapeRef(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac,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>)))))))
20:39:50.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1,_:053681b6-1ace-4c80-b31e-d8e3764350d1,_:059d2183-fed9-4f52-8bab-43ccc6a04274,_:8d7bb0ce-268a-49c0-a3af-77631036662b,_:aa122105-ec74-4c86-ae3b-eed72a50d747,_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6,_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1), ShapeRef(_:053681b6-1ace-4c80-b31e-d8e3764350d1), ShapeRef(_:059d2183-fed9-4f52-8bab-43ccc6a04274), ShapeRef(_:8d7bb0ce-268a-49c0-a3af-77631036662b), ShapeRef(_:aa122105-ec74-4c86-ae3b-eed72a50d747), ShapeRef(_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6), ShapeRef(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:059d2183-fed9-4f52-8bab-43ccc6a04274,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1,PredicatePath(<http://www.sampledomain.org/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(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac,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>)))))))
20:39:50.771 [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(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1), ShapeRef(_:053681b6-1ace-4c80-b31e-d8e3764350d1), ShapeRef(_:059d2183-fed9-4f52-8bab-43ccc6a04274), ShapeRef(_:8d7bb0ce-268a-49c0-a3af-77631036662b), ShapeRef(_:aa122105-ec74-4c86-ae3b-eed72a50d747), ShapeRef(_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6), ShapeRef(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)),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#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
20:39:50.771 [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(_:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1), ShapeRef(_:053681b6-1ace-4c80-b31e-d8e3764350d1), ShapeRef(_:059d2183-fed9-4f52-8bab-43ccc6a04274), ShapeRef(_:8d7bb0ce-268a-49c0-a3af-77631036662b), ShapeRef(_:aa122105-ec74-4c86-ae3b-eed72a50d747), ShapeRef(_:e20fe2cb-396e-4b99-aa60-f1a2e06836e6), ShapeRef(_:ac63ef70-3aae-4925-a4fd-a09ea3de25ac)),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#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
20:39:50.771 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aa122105-ec74-4c86-ae3b-eed72a50d747 = 
20:39:50.771 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aa122105-ec74-4c86-ae3b-eed72a50d747 = 
20:39:50.771 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aa122105-ec74-4c86-ae3b-eed72a50d747: 
20:39:50.771 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d7bb0ce-268a-49c0-a3af-77631036662b = 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d7bb0ce-268a-49c0-a3af-77631036662b = 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d7bb0ce-268a-49c0-a3af-77631036662b: 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:059d2183-fed9-4f52-8bab-43ccc6a04274 = 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:059d2183-fed9-4f52-8bab-43ccc6a04274 = 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:059d2183-fed9-4f52-8bab-43ccc6a04274: 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:053681b6-1ace-4c80-b31e-d8e3764350d1 = 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:053681b6-1ace-4c80-b31e-d8e3764350d1 = 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:053681b6-1ace-4c80-b31e-d8e3764350d1: 
20:39:50.772 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1 = 
20:39:50.773 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1 = 
20:39:50.773 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a5db1994-2acc-47f7-8f9f-3d40ceb8e5e1: 
20:39:50.777 [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#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()" ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:ClosedConstraintComponent
               ]
] .

20:39:50.779 [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#anotherIntegerProperty>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aStringProperty>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()" ;
                 sh:resultSeverity             sh:Violation ;
                 sh:sourceConstraintComponent  sh:ClosedConstraintComponent
               ]
] .

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 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_202
Building tree for all the packages and classes...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/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/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/workspace/lyo-validation-master/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
[WARNING] Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[WARNING] /home/jenkins/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/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/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 26 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 363 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 539 kB/s)
[INFO] Installing /home/jenkins/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC.jar
[INFO] Installing /home/jenkins/workspace/lyo-validation-master/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC.pom
[INFO] Installing /home/jenkins/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC-sources.jar
[INFO] Installing /home/jenkins/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC-sources.jar
[INFO] Installing /home/jenkins/workspace/lyo-validation-master/target/lyo-validation-0.2.0.RC-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ lyo-validation ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 4.4 MB/s)
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC.jar
[INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.384 s
[INFO] Finished at: 2019-07-12T20:39:54Z
[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:0.2.0.RC from/to repo.eclipse.org (https://repo.eclipse.org/content/repositories/lyo-releases/): Failed to transfer file https://repo.eclipse.org/content/repositories/lyo-releases/org/eclipse/lyo/experimental/lyo-validation/0.2.0.RC/lyo-validation-0.2.0.RC.jar with status code 400 -> [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 76 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