Skip to content

Console Output

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

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
15:41:49.078 [main] DEBUG Jena - Jena initialization
15:41:49.167 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
15:41:49.167 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
15:41:49.169 [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
15:41:49.169 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
15:41:49.169 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
15:41:49.169 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
15:41:49.172 [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
15:41:49.334 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
15:41:49.348 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:49.522 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {163edf3e-f558-45a0-93a0-bbfadea01dc9 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 163edf3e-f558-45a0-93a0-bbfadea01dc9 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 163edf3e-f558-45a0-93a0-bbfadea01dc9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 163edf3e-f558-45a0-93a0-bbfadea01dc9 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 163edf3e-f558-45a0-93a0-bbfadea01dc9 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 163edf3e-f558-45a0-93a0-bbfadea01dc9 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 163edf3e-f558-45a0-93a0-bbfadea01dc9 @rdf:type sh:Property; df99c38c-8a05-40b2-907f-a65e18bc507d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; df99c38c-8a05-40b2-907f-a65e18bc507d @sh:class http://www.sampledomain.org/sam#AnotherResource; df99c38c-8a05-40b2-907f-a65e18bc507d @rdf:type sh:Property; 6ee9af96-80ff-4675-9cb6-0d27e205ebf1 @rdf:rest 5d816b77-332b-4756-801c-d64f6cd203e5; 6ee9af96-80ff-4675-9cb6-0d27e205ebf1 @rdf:first "B"; 539f6b3e-c2bc-43c9-a5aa-62ba1df95126 @sh:path http://www.sampledomain.org/sam#integerProperty2; 539f6b3e-c2bc-43c9-a5aa-62ba1df95126 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 539f6b3e-c2bc-43c9-a5aa-62ba1df95126 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 539f6b3e-c2bc-43c9-a5aa-62ba1df95126 @rdf:type sh:Property; 8079a2b3-70c8-4d56-9699-b21709582aab @sh:path http://www.sampledomain.org/sam#aStringProperty...} |  [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [163edf3e-f558-45a0-93a0-bbfadea01dc9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [df99c38c-8a05-40b2-907f-a65e18bc507d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [df99c38c-8a05-40b2-907f-a65e18bc507d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [df99c38c-8a05-40b2-907f-a65e18bc507d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6ee9af96-80ff-4675-9cb6-0d27e205ebf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5d816b77-332b-4756-801c-d64f6cd203e5] [6ee9af96-80ff-4675-9cb6-0d27e205ebf1, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [539f6b3e-c2bc-43c9-a5aa-62ba1df95126, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [539f6b3e-c2bc-43c9-a5aa-62ba1df95126, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [539f6b3e-c2bc-43c9-a5aa-62ba1df95126, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [539f6b3e-c2bc-43c9-a5aa-62ba1df95126, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#pattern, "^B"] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8079a2b3-70c8-4d56-9699-b21709582aab, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ffa4256f-59f3-4087-bc75-a4067afbb0e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ffa4256f-59f3-4087-bc75-a4067afbb0e5, http://www.w3.org/ns/shacl#in, b62f5787-b037-410a-9ec6-2bfd6e8b0693] [ffa4256f-59f3-4087-bc75-a4067afbb0e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e01ed49b-a5ee-423d-9480-f0eff756998e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e01ed49b-a5ee-423d-9480-f0eff756998e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e01ed49b-a5ee-423d-9480-f0eff756998e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e01ed49b-a5ee-423d-9480-f0eff756998e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [04927f93-d5ab-4ebf-8555-3fb7a6bf2943, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [04927f93-d5ab-4ebf-8555-3fb7a6bf2943, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [04927f93-d5ab-4ebf-8555-3fb7a6bf2943, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [04927f93-d5ab-4ebf-8555-3fb7a6bf2943, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [56f33f71-44c3-4c1f-b047-51cac88030c4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b62f5787-b037-410a-9ec6-2bfd6e8b0693, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6ee9af96-80ff-4675-9cb6-0d27e205ebf1] [b62f5787-b037-410a-9ec6-2bfd6e8b0693, 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, 04927f93-d5ab-4ebf-8555-3fb7a6bf2943] [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, 163edf3e-f558-45a0-93a0-bbfadea01dc9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8079a2b3-70c8-4d56-9699-b21709582aab] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ffa4256f-59f3-4087-bc75-a4067afbb0e5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 56f33f71-44c3-4c1f-b047-51cac88030c4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e01ed49b-a5ee-423d-9480-f0eff756998e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 539f6b3e-c2bc-43c9-a5aa-62ba1df95126] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, df99c38c-8a05-40b2-907f-a65e18bc507d] [5d816b77-332b-4756-801c-d64f6cd203e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [5d816b77-332b-4756-801c-d64f6cd203e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"]>
15:41:49.827 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:49.970 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:49.989 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:163edf3e-f558-45a0-93a0-bbfadea01dc9,_:56f33f71-44c3-4c1f-b047-51cac88030c4,_:ffa4256f-59f3-4087-bc75-a4067afbb0e5,_:e01ed49b-a5ee-423d-9480-f0eff756998e,_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,_:8079a2b3-70c8-4d56-9699-b21709582aab,_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943,_:df99c38c-8a05-40b2-907f-a65e18bc507d. Pending nodes: 
15:41:49.994 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:163edf3e-f558-45a0-93a0-bbfadea01dc9
15:41:50.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:56f33f71-44c3-4c1f-b047-51cac88030c4
15:41:50.011 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ffa4256f-59f3-4087-bc75-a4067afbb0e5
15:41:50.015 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e01ed49b-a5ee-423d-9480-f0eff756998e
15:41:50.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:539f6b3e-c2bc-43c9-a5aa-62ba1df95126
15:41:50.023 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8079a2b3-70c8-4d56-9699-b21709582aab
15:41:50.027 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:04927f93-d5ab-4ebf-8555-3fb7a6bf2943
15:41:50.030 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:df99c38c-8a05-40b2-907f-a65e18bc507d
15:41:50.042 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:df99c38c-8a05-40b2-907f-a65e18bc507d
15:41:50.075 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:04927f93-d5ab-4ebf-8555-3fb7a6bf2943
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8079a2b3-70c8-4d56-9699-b21709582aab
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:539f6b3e-c2bc-43c9-a5aa-62ba1df95126
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e01ed49b-a5ee-423d-9480-f0eff756998e
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ffa4256f-59f3-4087-bc75-a4067afbb0e5
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:56f33f71-44c3-4c1f-b047-51cac88030c4
15:41:50.076 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:163edf3e-f558-45a0-93a0-bbfadea01dc9
15:41:50.093 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:df99c38c-8a05-40b2-907f-a65e18bc507d = 
15:41:50.099 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:df99c38c-8a05-40b2-907f-a65e18bc507d = 
15:41:50.101 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:df99c38c-8a05-40b2-907f-a65e18bc507d: 
15:41:50.110 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:50.111 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:50.116 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:50.117 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:50.118 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:50.126 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:163edf3e-f558-45a0-93a0-bbfadea01dc9,_:56f33f71-44c3-4c1f-b047-51cac88030c4,_:ffa4256f-59f3-4087-bc75-a4067afbb0e5,_:e01ed49b-a5ee-423d-9480-f0eff756998e,_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,_:8079a2b3-70c8-4d56-9699-b21709582aab,_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943,_:df99c38c-8a05-40b2-907f-a65e18bc507d)
15:41:50.130 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:163edf3e-f558-45a0-93a0-bbfadea01dc9)
15:41:50.132 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56f33f71-44c3-4c1f-b047-51cac88030c4)
15:41:50.133 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ffa4256f-59f3-4087-bc75-a4067afbb0e5)
15:41:50.133 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e01ed49b-a5ee-423d-9480-f0eff756998e)
15:41:50.133 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126)
15:41:50.133 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8079a2b3-70c8-4d56-9699-b21709582aab)
15:41:50.134 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943)
15:41:50.134 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df99c38c-8a05-40b2-907f-a65e18bc507d)
15:41:50.142 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.143 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.245 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.245 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.246 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.246 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.253 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.254 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:163edf3e-f558-45a0-93a0-bbfadea01dc9],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:50.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.255 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.263 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:163edf3e-f558-45a0-93a0-bbfadea01dc9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:163edf3e-f558-45a0-93a0-bbfadea01dc9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.263 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.263 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.269 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.269 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.271 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.271 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.272 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.272 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.273 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:56f33f71-44c3-4c1f-b047-51cac88030c4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:50.273 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.273 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.276 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56f33f71-44c3-4c1f-b047-51cac88030c4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:56f33f71-44c3-4c1f-b047-51cac88030c4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.276 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.295 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ffa4256f-59f3-4087-bc75-a4067afbb0e5=ShapeTyping(TypingMap(Map()))
15:41:50.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.299 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:48.925Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e01ed49b-a5ee-423d-9480-f0eff756998e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:50.300 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e01ed49b-a5ee-423d-9480-f0eff756998e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e01ed49b-a5ee-423d-9480-f0eff756998e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.306 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.308 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,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))))))))
15:41:50.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.308 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.401 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8079a2b3-70c8-4d56-9699-b21709582aab],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:50.402 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8079a2b3-70c8-4d56-9699-b21709582aab=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8079a2b3-70c8-4d56-9699-b21709582aab,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943=ShapeTyping(TypingMap(Map()))
15:41:50.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.404 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.405 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df99c38c-8a05-40b2-907f-a65e18bc507d=ShapeTyping(TypingMap(Map()))
15:41:50.408 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:163edf3e-f558-45a0-93a0-bbfadea01dc9,_:56f33f71-44c3-4c1f-b047-51cac88030c4,_:ffa4256f-59f3-4087-bc75-a4067afbb0e5,_:e01ed49b-a5ee-423d-9480-f0eff756998e,_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,_:8079a2b3-70c8-4d56-9699-b21709582aab,_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943,_:df99c38c-8a05-40b2-907f-a65e18bc507d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e01ed49b-a5ee-423d-9480-f0eff756998e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8079a2b3-70c8-4d56-9699-b21709582aab,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:163edf3e-f558-45a0-93a0-bbfadea01dc9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,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(_:56f33f71-44c3-4c1f-b047-51cac88030c4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.412 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e01ed49b-a5ee-423d-9480-f0eff756998e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8079a2b3-70c8-4d56-9699-b21709582aab,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:163edf3e-f558-45a0-93a0-bbfadea01dc9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,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(_:56f33f71-44c3-4c1f-b047-51cac88030c4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.420 [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(_:e01ed49b-a5ee-423d-9480-f0eff756998e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:163edf3e-f558-45a0-93a0-bbfadea01dc9), ShapeRef(_:56f33f71-44c3-4c1f-b047-51cac88030c4), ShapeRef(_:ffa4256f-59f3-4087-bc75-a4067afbb0e5), ShapeRef(_:e01ed49b-a5ee-423d-9480-f0eff756998e), ShapeRef(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126), ShapeRef(_:8079a2b3-70c8-4d56-9699-b21709582aab), ShapeRef(_:04927f93-d5ab-4ebf-8555-3fb7a6bf2943), ShapeRef(_:df99c38c-8a05-40b2-907f-a65e18bc507d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8079a2b3-70c8-4d56-9699-b21709582aab,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:163edf3e-f558-45a0-93a0-bbfadea01dc9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:539f6b3e-c2bc-43c9-a5aa-62ba1df95126,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(_:56f33f71-44c3-4c1f-b047-51cac88030c4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.420 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:04927f93-d5ab-4ebf-8555-3fb7a6bf2943 = 
15:41:50.421 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:04927f93-d5ab-4ebf-8555-3fb7a6bf2943 = 
15:41:50.421 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:04927f93-d5ab-4ebf-8555-3fb7a6bf2943: 
15:41:50.421 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8079a2b3-70c8-4d56-9699-b21709582aab = 
15:41:50.421 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8079a2b3-70c8-4d56-9699-b21709582aab = 
15:41:50.421 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8079a2b3-70c8-4d56-9699-b21709582aab: 
15:41:50.422 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:539f6b3e-c2bc-43c9-a5aa-62ba1df95126 = 
15:41:50.422 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:539f6b3e-c2bc-43c9-a5aa-62ba1df95126 = 
15:41:50.422 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:539f6b3e-c2bc-43c9-a5aa-62ba1df95126: 
15:41:50.422 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e01ed49b-a5ee-423d-9480-f0eff756998e = 
15:41:50.422 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e01ed49b-a5ee-423d-9480-f0eff756998e = 
15:41:50.422 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e01ed49b-a5ee-423d-9480-f0eff756998e: 
15:41:50.423 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ffa4256f-59f3-4087-bc75-a4067afbb0e5 = 
15:41:50.423 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ffa4256f-59f3-4087-bc75-a4067afbb0e5 = 
15:41:50.423 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ffa4256f-59f3-4087-bc75-a4067afbb0e5: 
15:41:50.423 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:56f33f71-44c3-4c1f-b047-51cac88030c4 = 
15:41:50.423 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:56f33f71-44c3-4c1f-b047-51cac88030c4 = 
15:41:50.423 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:56f33f71-44c3-4c1f-b047-51cac88030c4: 
15:41:50.424 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:163edf3e-f558-45a0-93a0-bbfadea01dc9 = 
15:41:50.424 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:163edf3e-f558-45a0-93a0-bbfadea01dc9 = 
15:41:50.424 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:163edf3e-f558-45a0-93a0-bbfadea01dc9: 
15:41:50.500 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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> .
15:41:50.531 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1eb9d537-1a61-4bf9-92a4-0423778cc398 @rdf:rest d5fea691-01cb-46cb-ab16-ecb0d9e96a6b; 1eb9d537-1a61-4bf9-92a4-0423778cc398 @rdf:first "B"; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 698fa3ef-aa62-4380-9d1e-3d3d169fa03b @rdf:type sh:Property; 833f4449-5b8e-43da-900e-654889d1fa99 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 833f4449-5b8e-43da-900e-654889d1fa99 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 833f4449-5b8e-43da-900e-654889d1fa99 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 833f4449-5b8e-43da-900e-654889d1fa99 @rdf:type sh:Property; 68ed1dcd-8cc3-4bb7-b532-a36114798244 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 68ed1dcd-8cc3-4bb7-b532-a36114798244 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 68ed1dcd-8cc3-4bb7-b532-a36114798244 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 68ed1dcd-8cc3-4bb7-b532-a36114798244 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [1eb9d537-1a61-4bf9-92a4-0423778cc398, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d5fea691-01cb-46cb-ab16-ecb0d9e96a6b] [1eb9d537-1a61-4bf9-92a4-0423778cc398, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [698fa3ef-aa62-4380-9d1e-3d3d169fa03b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [833f4449-5b8e-43da-900e-654889d1fa99, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [833f4449-5b8e-43da-900e-654889d1fa99, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [833f4449-5b8e-43da-900e-654889d1fa99, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [833f4449-5b8e-43da-900e-654889d1fa99, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [68ed1dcd-8cc3-4bb7-b532-a36114798244, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d5fea691-01cb-46cb-ab16-ecb0d9e96a6b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [d5fea691-01cb-46cb-ab16-ecb0d9e96a6b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ec404d85-787a-4d4f-b697-b128c8918234, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1eb9d537-1a61-4bf9-92a4-0423778cc398] [ec404d85-787a-4d4f-b697-b128c8918234, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [cca5fa40-8988-4a11-bd28-9cced6775708, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [cca5fa40-8988-4a11-bd28-9cced6775708, http://www.w3.org/ns/shacl#in, ec404d85-787a-4d4f-b697-b128c8918234] [cca5fa40-8988-4a11-bd28-9cced6775708, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [62fbd316-390f-4491-94d0-4a4cf334257e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [62fbd316-390f-4491-94d0-4a4cf334257e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [62fbd316-390f-4491-94d0-4a4cf334257e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [62fbd316-390f-4491-94d0-4a4cf334257e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e8b062bd-fcbe-4910-b140-53409eeece6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [e8b062bd-fcbe-4910-b140-53409eeece6f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e8b062bd-fcbe-4910-b140-53409eeece6f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e8b062bd-fcbe-4910-b140-53409eeece6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#pattern, "^B"] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6, 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, cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc] [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, 68ed1dcd-8cc3-4bb7-b532-a36114798244] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cca5fa40-8988-4a11-bd28-9cced6775708] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 62fbd316-390f-4491-94d0-4a4cf334257e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e8b062bd-fcbe-4910-b140-53409eeece6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 833f4449-5b8e-43da-900e-654889d1fa99] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 698fa3ef-aa62-4380-9d1e-3d3d169fa03b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6] [cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:41:50.532 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:50.534 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:50.536 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,_:e8b062bd-fcbe-4910-b140-53409eeece6f,_:62fbd316-390f-4491-94d0-4a4cf334257e,_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc,_:cca5fa40-8988-4a11-bd28-9cced6775708,_:833f4449-5b8e-43da-900e-654889d1fa99,_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,_:68ed1dcd-8cc3-4bb7-b532-a36114798244. Pending nodes: 
15:41:50.537 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b
15:41:50.539 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e8b062bd-fcbe-4910-b140-53409eeece6f
15:41:50.541 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:62fbd316-390f-4491-94d0-4a4cf334257e
15:41:50.542 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc
15:41:50.544 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cca5fa40-8988-4a11-bd28-9cced6775708
15:41:50.545 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:833f4449-5b8e-43da-900e-654889d1fa99
15:41:50.546 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6
15:41:50.549 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:68ed1dcd-8cc3-4bb7-b532-a36114798244
15:41:50.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:68ed1dcd-8cc3-4bb7-b532-a36114798244
15:41:50.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:50.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6
15:41:50.550 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:833f4449-5b8e-43da-900e-654889d1fa99
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cca5fa40-8988-4a11-bd28-9cced6775708
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:62fbd316-390f-4491-94d0-4a4cf334257e
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e8b062bd-fcbe-4910-b140-53409eeece6f
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:68ed1dcd-8cc3-4bb7-b532-a36114798244 = 
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:68ed1dcd-8cc3-4bb7-b532-a36114798244 = 
15:41:50.551 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:68ed1dcd-8cc3-4bb7-b532-a36114798244: 
15:41:50.552 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:50.552 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:50.552 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:50.552 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:50.552 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:50.552 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,_:e8b062bd-fcbe-4910-b140-53409eeece6f,_:62fbd316-390f-4491-94d0-4a4cf334257e,_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc,_:cca5fa40-8988-4a11-bd28-9cced6775708,_:833f4449-5b8e-43da-900e-654889d1fa99,_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,_:68ed1dcd-8cc3-4bb7-b532-a36114798244)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8b062bd-fcbe-4910-b140-53409eeece6f)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:62fbd316-390f-4491-94d0-4a4cf334257e)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cca5fa40-8988-4a11-bd28-9cced6775708)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:833f4449-5b8e-43da-900e-654889d1fa99)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6)
15:41:50.553 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68ed1dcd-8cc3-4bb7-b532-a36114798244)
15:41:50.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.554 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.555 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.555 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:50.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.556 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.556 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.557 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8b062bd-fcbe-4910-b140-53409eeece6f=ShapeTyping(TypingMap(Map()))
15:41:50.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.557 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.558 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.558 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.610 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:62fbd316-390f-4491-94d0-4a4cf334257e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:62fbd316-390f-4491-94d0-4a4cf334257e,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"))))))))
15:41:50.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.610 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.611 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc=ShapeTyping(TypingMap(Map()))
15:41:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.611 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cca5fa40-8988-4a11-bd28-9cced6775708=ShapeTyping(TypingMap(Map()))
15:41:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.612 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:50.516Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:833f4449-5b8e-43da-900e-654889d1fa99],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:50.613 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:833f4449-5b8e-43da-900e-654889d1fa99=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:833f4449-5b8e-43da-900e-654889d1fa99,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.616 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:50.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.618 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.619 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:68ed1dcd-8cc3-4bb7-b532-a36114798244],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:50.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.619 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.620 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:68ed1dcd-8cc3-4bb7-b532-a36114798244=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:68ed1dcd-8cc3-4bb7-b532-a36114798244,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.621 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,_:e8b062bd-fcbe-4910-b140-53409eeece6f,_:62fbd316-390f-4491-94d0-4a4cf334257e,_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc,_:cca5fa40-8988-4a11-bd28-9cced6775708,_:833f4449-5b8e-43da-900e-654889d1fa99,_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,_:68ed1dcd-8cc3-4bb7-b532-a36114798244)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:833f4449-5b8e-43da-900e-654889d1fa99,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:62fbd316-390f-4491-94d0-4a4cf334257e,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(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:68ed1dcd-8cc3-4bb7-b532-a36114798244,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.622 [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(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:833f4449-5b8e-43da-900e-654889d1fa99,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:62fbd316-390f-4491-94d0-4a4cf334257e,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(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:68ed1dcd-8cc3-4bb7-b532-a36114798244,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.622 [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(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b), ShapeRef(_:e8b062bd-fcbe-4910-b140-53409eeece6f), ShapeRef(_:62fbd316-390f-4491-94d0-4a4cf334257e), ShapeRef(_:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc), ShapeRef(_:cca5fa40-8988-4a11-bd28-9cced6775708), ShapeRef(_:833f4449-5b8e-43da-900e-654889d1fa99), ShapeRef(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6), ShapeRef(_:68ed1dcd-8cc3-4bb7-b532-a36114798244)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:698fa3ef-aa62-4380-9d1e-3d3d169fa03b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:833f4449-5b8e-43da-900e-654889d1fa99,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:62fbd316-390f-4491-94d0-4a4cf334257e,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(_:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:68ed1dcd-8cc3-4bb7-b532-a36114798244,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6 = 
15:41:50.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6 = 
15:41:50.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5a529fcd-b8c9-43cb-9cf0-297fa30ff6f6: 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:833f4449-5b8e-43da-900e-654889d1fa99 = 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:833f4449-5b8e-43da-900e-654889d1fa99 = 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:833f4449-5b8e-43da-900e-654889d1fa99: 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cca5fa40-8988-4a11-bd28-9cced6775708 = 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cca5fa40-8988-4a11-bd28-9cced6775708 = 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cca5fa40-8988-4a11-bd28-9cced6775708: 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc = 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc = 
15:41:50.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cfcf54b3-7fd1-4a5a-9de2-80346dca2dbc: 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:62fbd316-390f-4491-94d0-4a4cf334257e = 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:62fbd316-390f-4491-94d0-4a4cf334257e = 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:62fbd316-390f-4491-94d0-4a4cf334257e: 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e8b062bd-fcbe-4910-b140-53409eeece6f = 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e8b062bd-fcbe-4910-b140-53409eeece6f = 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e8b062bd-fcbe-4910-b140-53409eeece6f: 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b = 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b = 
15:41:50.625 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:698fa3ef-aa62-4380-9d1e-3d3d169fa03b: 
15:41:50.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  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
               ]
] .

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

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

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 sec
Running org.eclipse.lyo.validation.ShaclPatternValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:50.716 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1058c89e-c4b4-4926-855d-8683eda67b5f @rdf:rest 358a2168-1298-4282-bd65-1a8a400f398f; 1058c89e-c4b4-4926-855d-8683eda67b5f @rdf:first "A"; 382ba660-918a-4b74-a7cb-c3659259ccc4 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 382ba660-918a-4b74-a7cb-c3659259ccc4 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 382ba660-918a-4b74-a7cb-c3659259ccc4 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 382ba660-918a-4b74-a7cb-c3659259ccc4 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 382ba660-918a-4b74-a7cb-c3659259ccc4 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 382ba660-918a-4b74-a7cb-c3659259ccc4 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 382ba660-918a-4b74-a7cb-c3659259ccc4 @rdf:type sh:Property; ecdc7652-e96b-41c4-aeed-a707e64a6583 @rdf:rest rdf:nil; ecdc7652-e96b-41c4-aeed-a707e64a6583 @rdf:first "C"; b06d9a3f-53bb-4cf1-9e00-86a021a2f807 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; b06d9a3f-53bb-4cf1-9e00-86a021a2f807 @sh:class http://www.sampledomain.org/sam#AnotherResource; b06d9a3f-53bb-4cf1-9e00-86a021a2f807 @rdf:type sh:Property; ba43a086-8298-4d74-b54c-cafcdaf10f18 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; ba43a086-8298-4d74-b54c-cafcdaf10f18 @sh:in 1058c89e-c4b4-4926-855d-8683eda67b5f; ba43a086-8298-4d74-b54c-cafcdaf10f18 @rdf:type sh:Property...} |  [1058c89e-c4b4-4926-855d-8683eda67b5f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 358a2168-1298-4282-bd65-1a8a400f398f] [1058c89e-c4b4-4926-855d-8683eda67b5f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [382ba660-918a-4b74-a7cb-c3659259ccc4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ecdc7652-e96b-41c4-aeed-a707e64a6583, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ecdc7652-e96b-41c4-aeed-a707e64a6583, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [b06d9a3f-53bb-4cf1-9e00-86a021a2f807, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [b06d9a3f-53bb-4cf1-9e00-86a021a2f807, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [b06d9a3f-53bb-4cf1-9e00-86a021a2f807, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba43a086-8298-4d74-b54c-cafcdaf10f18, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ba43a086-8298-4d74-b54c-cafcdaf10f18, http://www.w3.org/ns/shacl#in, 1058c89e-c4b4-4926-855d-8683eda67b5f] [ba43a086-8298-4d74-b54c-cafcdaf10f18, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [358a2168-1298-4282-bd65-1a8a400f398f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ecdc7652-e96b-41c4-aeed-a707e64a6583] [358a2168-1298-4282-bd65-1a8a400f398f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [b5e6b0da-2e3c-4981-81bf-32394e48665c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b5e6b0da-2e3c-4981-81bf-32394e48665c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b5e6b0da-2e3c-4981-81bf-32394e48665c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b5e6b0da-2e3c-4981-81bf-32394e48665c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4c97711f-b8bf-4856-8677-2b10c391a886, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#pattern, "^B"] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [0851b8a1-c0e6-4490-9d17-96fbbfa3b69d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a9cc671d-d988-4230-94b9-43fb4ed2eafb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a9cc671d-d988-4230-94b9-43fb4ed2eafb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a9cc671d-d988-4230-94b9-43fb4ed2eafb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a9cc671d-d988-4230-94b9-43fb4ed2eafb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [798a4fd7-e5b1-4b98-b870-fe9b4867c56f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [798a4fd7-e5b1-4b98-b870-fe9b4867c56f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [798a4fd7-e5b1-4b98-b870-fe9b4867c56f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [798a4fd7-e5b1-4b98-b870-fe9b4867c56f, 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, a9cc671d-d988-4230-94b9-43fb4ed2eafb] [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, 382ba660-918a-4b74-a7cb-c3659259ccc4] [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, 4c97711f-b8bf-4856-8677-2b10c391a886] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0851b8a1-c0e6-4490-9d17-96fbbfa3b69d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba43a086-8298-4d74-b54c-cafcdaf10f18] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b5e6b0da-2e3c-4981-81bf-32394e48665c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 798a4fd7-e5b1-4b98-b870-fe9b4867c56f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b06d9a3f-53bb-4cf1-9e00-86a021a2f807]>
15:41:50.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:50.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:50.721 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b5e6b0da-2e3c-4981-81bf-32394e48665c,_:ba43a086-8298-4d74-b54c-cafcdaf10f18,_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,_:4c97711f-b8bf-4856-8677-2b10c391a886,_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807,_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f,_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,_:382ba660-918a-4b74-a7cb-c3659259ccc4. Pending nodes: 
15:41:50.721 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b5e6b0da-2e3c-4981-81bf-32394e48665c
15:41:50.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba43a086-8298-4d74-b54c-cafcdaf10f18
15:41:50.724 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d
15:41:50.727 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4c97711f-b8bf-4856-8677-2b10c391a886
15:41:50.728 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b06d9a3f-53bb-4cf1-9e00-86a021a2f807
15:41:50.729 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:798a4fd7-e5b1-4b98-b870-fe9b4867c56f
15:41:50.730 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9cc671d-d988-4230-94b9-43fb4ed2eafb
15:41:50.732 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:382ba660-918a-4b74-a7cb-c3659259ccc4
15:41:50.733 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:382ba660-918a-4b74-a7cb-c3659259ccc4
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9cc671d-d988-4230-94b9-43fb4ed2eafb
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:798a4fd7-e5b1-4b98-b870-fe9b4867c56f
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b06d9a3f-53bb-4cf1-9e00-86a021a2f807
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4c97711f-b8bf-4856-8677-2b10c391a886
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba43a086-8298-4d74-b54c-cafcdaf10f18
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b5e6b0da-2e3c-4981-81bf-32394e48665c
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:50.734 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b5e6b0da-2e3c-4981-81bf-32394e48665c,_:ba43a086-8298-4d74-b54c-cafcdaf10f18,_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,_:4c97711f-b8bf-4856-8677-2b10c391a886,_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807,_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f,_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,_:382ba660-918a-4b74-a7cb-c3659259ccc4)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5e6b0da-2e3c-4981-81bf-32394e48665c)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba43a086-8298-4d74-b54c-cafcdaf10f18)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c97711f-b8bf-4856-8677-2b10c391a886)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9cc671d-d988-4230-94b9-43fb4ed2eafb)
15:41:50.735 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:382ba660-918a-4b74-a7cb-c3659259ccc4)
15:41:50.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.737 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b5e6b0da-2e3c-4981-81bf-32394e48665c=ShapeTyping(TypingMap(Map()))
15:41:50.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.737 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba43a086-8298-4d74-b54c-cafcdaf10f18=ShapeTyping(TypingMap(Map()))
15:41:50.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.738 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.738 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.739 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.739 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.794 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.796 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:50.796 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.796 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.799 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4c97711f-b8bf-4856-8677-2b10c391a886],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:50.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.800 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4c97711f-b8bf-4856-8677-2b10c391a886=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4c97711f-b8bf-4856-8677-2b10c391a886,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.800 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807=ShapeTyping(TypingMap(Map()))
15:41:50.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.801 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f=ShapeTyping(TypingMap(Map()))
15:41:50.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.803 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.803 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:50.704Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a9cc671d-d988-4230-94b9-43fb4ed2eafb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:50.804 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9cc671d-d988-4230-94b9-43fb4ed2eafb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.804 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.805 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.805 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.805 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.805 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.805 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.805 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.806 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:382ba660-918a-4b74-a7cb-c3659259ccc4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:50.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.806 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.806 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:382ba660-918a-4b74-a7cb-c3659259ccc4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:382ba660-918a-4b74-a7cb-c3659259ccc4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.807 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b5e6b0da-2e3c-4981-81bf-32394e48665c,_:ba43a086-8298-4d74-b54c-cafcdaf10f18,_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,_:4c97711f-b8bf-4856-8677-2b10c391a886,_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807,_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f,_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,_:382ba660-918a-4b74-a7cb-c3659259ccc4)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:382ba660-918a-4b74-a7cb-c3659259ccc4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:4c97711f-b8bf-4856-8677-2b10c391a886,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List()))))))
15:41:50.807 [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(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:382ba660-918a-4b74-a7cb-c3659259ccc4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:4c97711f-b8bf-4856-8677-2b10c391a886,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List()))))))
15:41:50.808 [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(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:382ba660-918a-4b74-a7cb-c3659259ccc4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:4c97711f-b8bf-4856-8677-2b10c391a886,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:b5e6b0da-2e3c-4981-81bf-32394e48665c), ShapeRef(_:ba43a086-8298-4d74-b54c-cafcdaf10f18), ShapeRef(_:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d), ShapeRef(_:4c97711f-b8bf-4856-8677-2b10c391a886), ShapeRef(_:b06d9a3f-53bb-4cf1-9e00-86a021a2f807), ShapeRef(_:798a4fd7-e5b1-4b98-b870-fe9b4867c56f), ShapeRef(_:a9cc671d-d988-4230-94b9-43fb4ed2eafb), ShapeRef(_:382ba660-918a-4b74-a7cb-c3659259ccc4)),false,List()) -> TypingResult(Valid(List()))))))
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:382ba660-918a-4b74-a7cb-c3659259ccc4 = 
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:382ba660-918a-4b74-a7cb-c3659259ccc4 = 
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:382ba660-918a-4b74-a7cb-c3659259ccc4: 
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9cc671d-d988-4230-94b9-43fb4ed2eafb = 
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9cc671d-d988-4230-94b9-43fb4ed2eafb = 
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9cc671d-d988-4230-94b9-43fb4ed2eafb: 
15:41:50.808 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:798a4fd7-e5b1-4b98-b870-fe9b4867c56f = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:798a4fd7-e5b1-4b98-b870-fe9b4867c56f = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:798a4fd7-e5b1-4b98-b870-fe9b4867c56f: 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b06d9a3f-53bb-4cf1-9e00-86a021a2f807 = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b06d9a3f-53bb-4cf1-9e00-86a021a2f807 = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b06d9a3f-53bb-4cf1-9e00-86a021a2f807: 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4c97711f-b8bf-4856-8677-2b10c391a886 = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4c97711f-b8bf-4856-8677-2b10c391a886 = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4c97711f-b8bf-4856-8677-2b10c391a886: 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d = 
15:41:50.809 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0851b8a1-c0e6-4490-9d17-96fbbfa3b69d: 
15:41:50.810 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba43a086-8298-4d74-b54c-cafcdaf10f18 = 
15:41:50.810 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba43a086-8298-4d74-b54c-cafcdaf10f18 = 
15:41:50.810 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba43a086-8298-4d74-b54c-cafcdaf10f18: 
15:41:50.810 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b5e6b0da-2e3c-4981-81bf-32394e48665c = 
15:41:50.810 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b5e6b0da-2e3c-4981-81bf-32394e48665c = 
15:41:50.810 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b5e6b0da-2e3c-4981-81bf-32394e48665c: 
15:41:50.812 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:50.825 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c487ab2f-83ca-4ab3-80ff-a135e5c3efd8 @sh:path http://www.sampledomain.org/sam#integerProperty3; c487ab2f-83ca-4ab3-80ff-a135e5c3efd8 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c487ab2f-83ca-4ab3-80ff-a135e5c3efd8 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c487ab2f-83ca-4ab3-80ff-a135e5c3efd8 @rdf:type sh:Property; 99b9a6ba-e717-4594-aff9-e9eaaafec6ee @sh:path http://www.sampledomain.org/sam#aSetOfDates; 99b9a6ba-e717-4594-aff9-e9eaaafec6ee @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 99b9a6ba-e717-4594-aff9-e9eaaafec6ee @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 99b9a6ba-e717-4594-aff9-e9eaaafec6ee @rdf:type sh:Property; a6ce94d4-0a1e-4398-af62-793d4b2efba3 @rdf:rest 637e31ce-616a-4435-bff5-cde5b57f3fbd; a6ce94d4-0a1e-4398-af62-793d4b2efba3 @rdf:first "A"; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 @rdf:type sh:Property...} |  [c487ab2f-83ca-4ab3-80ff-a135e5c3efd8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c487ab2f-83ca-4ab3-80ff-a135e5c3efd8, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c487ab2f-83ca-4ab3-80ff-a135e5c3efd8, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c487ab2f-83ca-4ab3-80ff-a135e5c3efd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [99b9a6ba-e717-4594-aff9-e9eaaafec6ee, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [99b9a6ba-e717-4594-aff9-e9eaaafec6ee, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [99b9a6ba-e717-4594-aff9-e9eaaafec6ee, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [99b9a6ba-e717-4594-aff9-e9eaaafec6ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a6ce94d4-0a1e-4398-af62-793d4b2efba3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 637e31ce-616a-4435-bff5-cde5b57f3fbd] [a6ce94d4-0a1e-4398-af62-793d4b2efba3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7d8858e0-7290-4347-9f2d-6c5eeac0a9a6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [982f1d1f-0a5a-4cd6-b41c-259ece69063a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [982f1d1f-0a5a-4cd6-b41c-259ece69063a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [702f4f3f-81bd-423e-b817-79f163a26be4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [702f4f3f-81bd-423e-b817-79f163a26be4, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [702f4f3f-81bd-423e-b817-79f163a26be4, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [702f4f3f-81bd-423e-b817-79f163a26be4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [637e31ce-616a-4435-bff5-cde5b57f3fbd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 982f1d1f-0a5a-4cd6-b41c-259ece69063a] [637e31ce-616a-4435-bff5-cde5b57f3fbd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0bcad238-2070-4686-8dc8-a2c0b03898df, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f8063627-e3a4-4db9-a523-43497bcae8d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f8063627-e3a4-4db9-a523-43497bcae8d0, http://www.w3.org/ns/shacl#in, a6ce94d4-0a1e-4398-af62-793d4b2efba3] [f8063627-e3a4-4db9-a523-43497bcae8d0, 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, 018d2677-7d1d-4618-8f07-175727c628ac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 99b9a6ba-e717-4594-aff9-e9eaaafec6ee] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0bcad238-2070-4686-8dc8-a2c0b03898df] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c487ab2f-83ca-4ab3-80ff-a135e5c3efd8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 702f4f3f-81bd-423e-b817-79f163a26be4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7d8858e0-7290-4347-9f2d-6c5eeac0a9a6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f8063627-e3a4-4db9-a523-43497bcae8d0] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#pattern, "^B"] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [018d2677-7d1d-4618-8f07-175727c628ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:41:50.826 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:50.828 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:50.829 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f8063627-e3a4-4db9-a523-43497bcae8d0,_:0bcad238-2070-4686-8dc8-a2c0b03898df,_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,_:702f4f3f-81bd-423e-b817-79f163a26be4,_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30,_:018d2677-7d1d-4618-8f07-175727c628ac,_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8. Pending nodes: 
15:41:50.830 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f8063627-e3a4-4db9-a523-43497bcae8d0
15:41:50.831 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0bcad238-2070-4686-8dc8-a2c0b03898df
15:41:50.832 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:99b9a6ba-e717-4594-aff9-e9eaaafec6ee
15:41:50.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:702f4f3f-81bd-423e-b817-79f163a26be4
15:41:50.835 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30
15:41:50.836 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:018d2677-7d1d-4618-8f07-175727c628ac
15:41:50.895 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6
15:41:50.897 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:018d2677-7d1d-4618-8f07-175727c628ac
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:702f4f3f-81bd-423e-b817-79f163a26be4
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:99b9a6ba-e717-4594-aff9-e9eaaafec6ee
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0bcad238-2070-4686-8dc8-a2c0b03898df
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f8063627-e3a4-4db9-a523-43497bcae8d0
15:41:50.898 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8 = 
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8 = 
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8: 
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:50.899 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f8063627-e3a4-4db9-a523-43497bcae8d0,_:0bcad238-2070-4686-8dc8-a2c0b03898df,_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,_:702f4f3f-81bd-423e-b817-79f163a26be4,_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30,_:018d2677-7d1d-4618-8f07-175727c628ac,_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8063627-e3a4-4db9-a523-43497bcae8d0)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0bcad238-2070-4686-8dc8-a2c0b03898df)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:702f4f3f-81bd-423e-b817-79f163a26be4)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:018d2677-7d1d-4618-8f07-175727c628ac)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6)
15:41:50.900 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)
15:41:50.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f8063627-e3a4-4db9-a523-43497bcae8d0=ShapeTyping(TypingMap(Map()))
15:41:50.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.901 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.902 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.902 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.902 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.903 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0bcad238-2070-4686-8dc8-a2c0b03898df],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:50.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.903 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.904 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0bcad238-2070-4686-8dc8-a2c0b03898df=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0bcad238-2070-4686-8dc8-a2c0b03898df,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:50.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.904 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.905 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:50.815Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:50.905 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.905 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.906 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.906 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:702f4f3f-81bd-423e-b817-79f163a26be4=ShapeTyping(TypingMap(Map()))
15:41:50.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.907 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30=ShapeTyping(TypingMap(Map()))
15:41:50.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.907 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.908 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.909 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:018d2677-7d1d-4618-8f07-175727c628ac],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:50.909 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:018d2677-7d1d-4618-8f07-175727c628ac=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:018d2677-7d1d-4618-8f07-175727c628ac,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'"))))))))
15:41:50.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.909 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.910 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.911 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:50.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.911 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:50.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.911 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:50.912 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8=ShapeTyping(TypingMap(Map()))
15:41:50.912 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f8063627-e3a4-4db9-a523-43497bcae8d0,_:0bcad238-2070-4686-8dc8-a2c0b03898df,_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,_:702f4f3f-81bd-423e-b817-79f163a26be4,_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30,_:018d2677-7d1d-4618-8f07-175727c628ac,_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0bcad238-2070-4686-8dc8-a2c0b03898df,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:018d2677-7d1d-4618-8f07-175727c628ac,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(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List()))))))
15:41:50.913 [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(_:0bcad238-2070-4686-8dc8-a2c0b03898df,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:018d2677-7d1d-4618-8f07-175727c628ac,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(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List()))))))
15:41:50.913 [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(_:0bcad238-2070-4686-8dc8-a2c0b03898df,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:018d2677-7d1d-4618-8f07-175727c628ac,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(_:f8063627-e3a4-4db9-a523-43497bcae8d0), ShapeRef(_:0bcad238-2070-4686-8dc8-a2c0b03898df), ShapeRef(_:99b9a6ba-e717-4594-aff9-e9eaaafec6ee), ShapeRef(_:702f4f3f-81bd-423e-b817-79f163a26be4), ShapeRef(_:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30), ShapeRef(_:018d2677-7d1d-4618-8f07-175727c628ac), ShapeRef(_:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6), ShapeRef(_:c487ab2f-83ca-4ab3-80ff-a135e5c3efd8)),false,List()) -> TypingResult(Valid(List()))))))
15:41:50.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 = 
15:41:50.913 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6 = 
15:41:50.913 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d8858e0-7290-4347-9f2d-6c5eeac0a9a6: 
15:41:50.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:018d2677-7d1d-4618-8f07-175727c628ac = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:018d2677-7d1d-4618-8f07-175727c628ac = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:018d2677-7d1d-4618-8f07-175727c628ac: 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30 = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30 = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9cbeaac9-58c9-4a8e-92da-4c72ea8b8e30: 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:702f4f3f-81bd-423e-b817-79f163a26be4 = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:702f4f3f-81bd-423e-b817-79f163a26be4 = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:702f4f3f-81bd-423e-b817-79f163a26be4: 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:99b9a6ba-e717-4594-aff9-e9eaaafec6ee = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:99b9a6ba-e717-4594-aff9-e9eaaafec6ee = 
15:41:50.914 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:99b9a6ba-e717-4594-aff9-e9eaaafec6ee: 
15:41:50.915 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0bcad238-2070-4686-8dc8-a2c0b03898df = 
15:41:50.915 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0bcad238-2070-4686-8dc8-a2c0b03898df = 
15:41:50.915 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0bcad238-2070-4686-8dc8-a2c0b03898df: 
15:41:50.915 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f8063627-e3a4-4db9-a523-43497bcae8d0 = 
15:41:50.915 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f8063627-e3a4-4db9-a523-43497bcae8d0 = 
15:41:50.915 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f8063627-e3a4-4db9-a523-43497bcae8d0: 
15:41:50.917 [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
               ]
] .

15:41:50.920 [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.212 sec
Running org.eclipse.lyo.validation.ShaclInValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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> .
15:41:50.932 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec @sh:path http://www.sampledomain.org/sam#integerProperty2; a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec @rdf:type sh:Property; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 @rdf:type sh:Property; 1d410f12-5fdc-424f-8d21-fd233b9f45f2 @sh:path http://www.sampledomain.org/sam#integerProperty3; 1d410f12-5fdc-424f-8d21-fd233b9f45f2 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 1d410f12-5fdc-424f-8d21-fd233b9f45f2 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 1d410f12-5fdc-424f-8d21-fd233b9f45f2 @rdf:type sh:Property; 3934ed9d-41ea-43bc-8e81-397985b20bcd @sh:path http://www.sampledomain.org/sam#aSetOfDates; 3934ed9d-41ea-43bc-8e81-397985b20bcd @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5148c1b5-6ed8-49ae-a250-00d5d0a8bae8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1d410f12-5fdc-424f-8d21-fd233b9f45f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1d410f12-5fdc-424f-8d21-fd233b9f45f2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1d410f12-5fdc-424f-8d21-fd233b9f45f2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1d410f12-5fdc-424f-8d21-fd233b9f45f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3934ed9d-41ea-43bc-8e81-397985b20bcd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [3934ed9d-41ea-43bc-8e81-397985b20bcd, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3934ed9d-41ea-43bc-8e81-397985b20bcd, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3934ed9d-41ea-43bc-8e81-397985b20bcd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#pattern, "^B"] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c0da7e99-201f-47d6-85c2-f7e4a0003814, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [483a8ccc-e693-4c31-98a9-472478481a79, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [de700204-e424-4707-8a2e-c345cbe2fb72, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3907cd22-dfaf-476a-87d8-e9738ac37967] [de700204-e424-4707-8a2e-c345cbe2fb72, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [03d0c939-76ab-4c40-8433-920314a4f032, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [03d0c939-76ab-4c40-8433-920314a4f032, http://www.w3.org/ns/shacl#in, de700204-e424-4707-8a2e-c345cbe2fb72] [03d0c939-76ab-4c40-8433-920314a4f032, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [15b44766-6d79-4e77-b063-170a8d8b3248, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [15b44766-6d79-4e77-b063-170a8d8b3248, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [15b44766-6d79-4e77-b063-170a8d8b3248, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3907cd22-dfaf-476a-87d8-e9738ac37967, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 11892ea9-2bc0-43f7-8d49-ae852c32f070] [3907cd22-dfaf-476a-87d8-e9738ac37967, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [11892ea9-2bc0-43f7-8d49-ae852c32f070, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [11892ea9-2bc0-43f7-8d49-ae852c32f070, 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, 03d0c939-76ab-4c40-8433-920314a4f032] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 15b44766-6d79-4e77-b063-170a8d8b3248] [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, 1d410f12-5fdc-424f-8d21-fd233b9f45f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3934ed9d-41ea-43bc-8e81-397985b20bcd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 483a8ccc-e693-4c31-98a9-472478481a79] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5148c1b5-6ed8-49ae-a250-00d5d0a8bae8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0da7e99-201f-47d6-85c2-f7e4a0003814]>
15:41:50.933 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:50.935 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:50.937 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,_:c0da7e99-201f-47d6-85c2-f7e4a0003814,_:3934ed9d-41ea-43bc-8e81-397985b20bcd,_:483a8ccc-e693-4c31-98a9-472478481a79,_:03d0c939-76ab-4c40-8433-920314a4f032,_:15b44766-6d79-4e77-b063-170a8d8b3248,_:1d410f12-5fdc-424f-8d21-fd233b9f45f2,_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec. Pending nodes: 
15:41:50.937 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8
15:41:50.939 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0da7e99-201f-47d6-85c2-f7e4a0003814
15:41:50.940 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3934ed9d-41ea-43bc-8e81-397985b20bcd
15:41:50.994 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:483a8ccc-e693-4c31-98a9-472478481a79
15:41:50.996 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:03d0c939-76ab-4c40-8433-920314a4f032
15:41:50.997 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:15b44766-6d79-4e77-b063-170a8d8b3248
15:41:50.998 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1d410f12-5fdc-424f-8d21-fd233b9f45f2
15:41:50.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1d410f12-5fdc-424f-8d21-fd233b9f45f2
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:15b44766-6d79-4e77-b063-170a8d8b3248
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:03d0c939-76ab-4c40-8433-920314a4f032
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:483a8ccc-e693-4c31-98a9-472478481a79
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3934ed9d-41ea-43bc-8e81-397985b20bcd
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0da7e99-201f-47d6-85c2-f7e4a0003814
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec = 
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec = 
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec: 
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1d410f12-5fdc-424f-8d21-fd233b9f45f2 = 
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1d410f12-5fdc-424f-8d21-fd233b9f45f2 = 
15:41:51.000 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1d410f12-5fdc-424f-8d21-fd233b9f45f2: 
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,_:c0da7e99-201f-47d6-85c2-f7e4a0003814,_:3934ed9d-41ea-43bc-8e81-397985b20bcd,_:483a8ccc-e693-4c31-98a9-472478481a79,_:03d0c939-76ab-4c40-8433-920314a4f032,_:15b44766-6d79-4e77-b063-170a8d8b3248,_:1d410f12-5fdc-424f-8d21-fd233b9f45f2,_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)
15:41:51.001 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0da7e99-201f-47d6-85c2-f7e4a0003814)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3934ed9d-41ea-43bc-8e81-397985b20bcd)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:483a8ccc-e693-4c31-98a9-472478481a79)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03d0c939-76ab-4c40-8433-920314a4f032)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15b44766-6d79-4e77-b063-170a8d8b3248)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d410f12-5fdc-424f-8d21-fd233b9f45f2)
15:41:51.002 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)
15:41:51.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.004 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.005 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.008 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0da7e99-201f-47d6-85c2-f7e4a0003814],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.008 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0da7e99-201f-47d6-85c2-f7e4a0003814=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0da7e99-201f-47d6-85c2-f7e4a0003814,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.009 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:50.922Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3934ed9d-41ea-43bc-8e81-397985b20bcd],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.009 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3934ed9d-41ea-43bc-8e81-397985b20bcd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3934ed9d-41ea-43bc-8e81-397985b20bcd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.010 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:483a8ccc-e693-4c31-98a9-472478481a79],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:483a8ccc-e693-4c31-98a9-472478481a79=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:483a8ccc-e693-4c31-98a9-472478481a79,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03d0c939-76ab-4c40-8433-920314a4f032=ShapeTyping(TypingMap(Map()))
15:41:51.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:15b44766-6d79-4e77-b063-170a8d8b3248=ShapeTyping(TypingMap(Map()))
15:41:51.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1d410f12-5fdc-424f-8d21-fd233b9f45f2=ShapeTyping(TypingMap(Map()))
15:41:51.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.013 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec=ShapeTyping(TypingMap(Map()))
15:41:51.013 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,_:c0da7e99-201f-47d6-85c2-f7e4a0003814,_:3934ed9d-41ea-43bc-8e81-397985b20bcd,_:483a8ccc-e693-4c31-98a9-472478481a79,_:03d0c939-76ab-4c40-8433-920314a4f032,_:15b44766-6d79-4e77-b063-170a8d8b3248,_:1d410f12-5fdc-424f-8d21-fd233b9f45f2,_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c0da7e99-201f-47d6-85c2-f7e4a0003814,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3934ed9d-41ea-43bc-8e81-397985b20bcd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:483a8ccc-e693-4c31-98a9-472478481a79,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.014 [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(_:c0da7e99-201f-47d6-85c2-f7e4a0003814,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3934ed9d-41ea-43bc-8e81-397985b20bcd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:483a8ccc-e693-4c31-98a9-472478481a79,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.014 [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(_:c0da7e99-201f-47d6-85c2-f7e4a0003814,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:3934ed9d-41ea-43bc-8e81-397985b20bcd,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8), ShapeRef(_:c0da7e99-201f-47d6-85c2-f7e4a0003814), ShapeRef(_:3934ed9d-41ea-43bc-8e81-397985b20bcd), ShapeRef(_:483a8ccc-e693-4c31-98a9-472478481a79), ShapeRef(_:03d0c939-76ab-4c40-8433-920314a4f032), ShapeRef(_:15b44766-6d79-4e77-b063-170a8d8b3248), ShapeRef(_:1d410f12-5fdc-424f-8d21-fd233b9f45f2), ShapeRef(_:a4bd8d2a-ab66-4db0-9ae8-746b0fe7f8ec)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:483a8ccc-e693-4c31-98a9-472478481a79,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:15b44766-6d79-4e77-b063-170a8d8b3248 = 
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:15b44766-6d79-4e77-b063-170a8d8b3248 = 
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:15b44766-6d79-4e77-b063-170a8d8b3248: 
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:03d0c939-76ab-4c40-8433-920314a4f032 = 
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:03d0c939-76ab-4c40-8433-920314a4f032 = 
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:03d0c939-76ab-4c40-8433-920314a4f032: 
15:41:51.014 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:483a8ccc-e693-4c31-98a9-472478481a79 = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:483a8ccc-e693-4c31-98a9-472478481a79 = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:483a8ccc-e693-4c31-98a9-472478481a79: 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3934ed9d-41ea-43bc-8e81-397985b20bcd = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3934ed9d-41ea-43bc-8e81-397985b20bcd = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3934ed9d-41ea-43bc-8e81-397985b20bcd: 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0da7e99-201f-47d6-85c2-f7e4a0003814 = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0da7e99-201f-47d6-85c2-f7e4a0003814 = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0da7e99-201f-47d6-85c2-f7e4a0003814: 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8 = 
15:41:51.015 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5148c1b5-6ed8-49ae-a250-00d5d0a8bae8: 
15:41:51.016 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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> .
15:41:51.029 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {122e3a2e-32ce-4104-880d-a137d0982640 @rdf:rest rdf:nil; 122e3a2e-32ce-4104-880d-a137d0982640 @rdf:first "C"; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 330653e0-b002-4f14-985c-5a3a7a9a2e94 @rdf:type sh:Property; 25beba01-a047-4b2e-affb-d70961966f45 @sh:path http://www.sampledomain.org/sam#integerProperty3; 25beba01-a047-4b2e-affb-d70961966f45 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 25beba01-a047-4b2e-affb-d70961966f45 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 25beba01-a047-4b2e-affb-d70961966f45 @rdf:type sh:Property; b25a2025-c8ad-43dc-8ddb-24495efff802 @sh:path http://www.sampledomain.org/sam#integerProperty2; b25a2025-c8ad-43dc-8ddb-24495efff802 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; b25a2025-c8ad-43dc-8ddb-24495efff802 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; b25a2025-c8ad-43dc-8ddb-24495efff802 @rdf:type sh:Property...} |  [122e3a2e-32ce-4104-880d-a137d0982640, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [122e3a2e-32ce-4104-880d-a137d0982640, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [330653e0-b002-4f14-985c-5a3a7a9a2e94, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [25beba01-a047-4b2e-affb-d70961966f45, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [25beba01-a047-4b2e-affb-d70961966f45, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [25beba01-a047-4b2e-affb-d70961966f45, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [25beba01-a047-4b2e-affb-d70961966f45, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b25a2025-c8ad-43dc-8ddb-24495efff802, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b25a2025-c8ad-43dc-8ddb-24495efff802, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b25a2025-c8ad-43dc-8ddb-24495efff802, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b25a2025-c8ad-43dc-8ddb-24495efff802, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [806e3397-0894-4cb4-bfc3-d1bd68fe2922, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0322b26-022c-480e-a074-c6d00b774dce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c0322b26-022c-480e-a074-c6d00b774dce, http://www.w3.org/ns/shacl#in, 20a42118-8efe-4091-ab69-74d505f77592] [c0322b26-022c-480e-a074-c6d00b774dce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4343cfec-b254-47b8-88fa-8d00fe4ffda0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4343cfec-b254-47b8-88fa-8d00fe4ffda0, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4343cfec-b254-47b8-88fa-8d00fe4ffda0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4343cfec-b254-47b8-88fa-8d00fe4ffda0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [20a42118-8efe-4091-ab69-74d505f77592, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, afbc21f5-b972-444e-be6a-98a3bdc0ba79] [20a42118-8efe-4091-ab69-74d505f77592, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#pattern, "^B"] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e3821772-5428-4be4-ad9a-70f3df42fa2b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96, 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, e3821772-5428-4be4-ad9a-70f3df42fa2b] [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, 330653e0-b002-4f14-985c-5a3a7a9a2e94] [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, 806e3397-0894-4cb4-bfc3-d1bd68fe2922] [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, b25a2025-c8ad-43dc-8ddb-24495efff802] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c0322b26-022c-480e-a074-c6d00b774dce] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 25beba01-a047-4b2e-affb-d70961966f45] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4343cfec-b254-47b8-88fa-8d00fe4ffda0] [afbc21f5-b972-444e-be6a-98a3bdc0ba79, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 122e3a2e-32ce-4104-880d-a137d0982640] [afbc21f5-b972-444e-be6a-98a3bdc0ba79, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"]>
15:41:51.030 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.031 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.033 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4343cfec-b254-47b8-88fa-8d00fe4ffda0,_:c0322b26-022c-480e-a074-c6d00b774dce,_:25beba01-a047-4b2e-affb-d70961966f45,_:330653e0-b002-4f14-985c-5a3a7a9a2e94,_:b25a2025-c8ad-43dc-8ddb-24495efff802,_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,_:e3821772-5428-4be4-ad9a-70f3df42fa2b,_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96. Pending nodes: 
15:41:51.033 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4343cfec-b254-47b8-88fa-8d00fe4ffda0
15:41:51.034 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0322b26-022c-480e-a074-c6d00b774dce
15:41:51.035 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:25beba01-a047-4b2e-affb-d70961966f45
15:41:51.036 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:330653e0-b002-4f14-985c-5a3a7a9a2e94
15:41:51.037 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b25a2025-c8ad-43dc-8ddb-24495efff802
15:41:51.095 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:806e3397-0894-4cb4-bfc3-d1bd68fe2922
15:41:51.096 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e3821772-5428-4be4-ad9a-70f3df42fa2b
15:41:51.098 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96
15:41:51.098 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.098 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96
15:41:51.098 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e3821772-5428-4be4-ad9a-70f3df42fa2b
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:806e3397-0894-4cb4-bfc3-d1bd68fe2922
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b25a2025-c8ad-43dc-8ddb-24495efff802
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:330653e0-b002-4f14-985c-5a3a7a9a2e94
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:25beba01-a047-4b2e-affb-d70961966f45
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0322b26-022c-480e-a074-c6d00b774dce
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4343cfec-b254-47b8-88fa-8d00fe4ffda0
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4343cfec-b254-47b8-88fa-8d00fe4ffda0,_:c0322b26-022c-480e-a074-c6d00b774dce,_:25beba01-a047-4b2e-affb-d70961966f45,_:330653e0-b002-4f14-985c-5a3a7a9a2e94,_:b25a2025-c8ad-43dc-8ddb-24495efff802,_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,_:e3821772-5428-4be4-ad9a-70f3df42fa2b,_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)
15:41:51.099 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4343cfec-b254-47b8-88fa-8d00fe4ffda0)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0322b26-022c-480e-a074-c6d00b774dce)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25beba01-a047-4b2e-affb-d70961966f45)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:330653e0-b002-4f14-985c-5a3a7a9a2e94)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b25a2025-c8ad-43dc-8ddb-24495efff802)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:806e3397-0894-4cb4-bfc3-d1bd68fe2922)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3821772-5428-4be4-ad9a-70f3df42fa2b)
15:41:51.100 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)
15:41:51.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.100 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.101 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.019Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4343cfec-b254-47b8-88fa-8d00fe4ffda0],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.101 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4343cfec-b254-47b8-88fa-8d00fe4ffda0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.101 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.104 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0322b26-022c-480e-a074-c6d00b774dce=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0322b26-022c-480e-a074-c6d00b774dce,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"))"))))))))
15:41:51.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.105 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:25beba01-a047-4b2e-affb-d70961966f45=ShapeTyping(TypingMap(Map()))
15:41:51.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.105 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.106 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.107 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:330653e0-b002-4f14-985c-5a3a7a9a2e94],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.107 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.108 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:330653e0-b002-4f14-985c-5a3a7a9a2e94=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:330653e0-b002-4f14-985c-5a3a7a9a2e94,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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>)))))))
15:41:51.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.108 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b25a2025-c8ad-43dc-8ddb-24495efff802=ShapeTyping(TypingMap(Map()))
15:41:51.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.110 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:806e3397-0894-4cb4-bfc3-d1bd68fe2922],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.110 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:806e3397-0894-4cb4-bfc3-d1bd68fe2922=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.113 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e3821772-5428-4be4-ad9a-70f3df42fa2b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.113 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e3821772-5428-4be4-ad9a-70f3df42fa2b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e3821772-5428-4be4-ad9a-70f3df42fa2b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.113 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96=ShapeTyping(TypingMap(Map()))
15:41:51.114 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:4343cfec-b254-47b8-88fa-8d00fe4ffda0,_:c0322b26-022c-480e-a074-c6d00b774dce,_:25beba01-a047-4b2e-affb-d70961966f45,_:330653e0-b002-4f14-985c-5a3a7a9a2e94,_:b25a2025-c8ad-43dc-8ddb-24495efff802,_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,_:e3821772-5428-4be4-ad9a-70f3df42fa2b,_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:330653e0-b002-4f14-985c-5a3a7a9a2e94,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c0322b26-022c-480e-a074-c6d00b774dce,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(_:e3821772-5428-4be4-ad9a-70f3df42fa2b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.114 [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(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:330653e0-b002-4f14-985c-5a3a7a9a2e94,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c0322b26-022c-480e-a074-c6d00b774dce,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(_:e3821772-5428-4be4-ad9a-70f3df42fa2b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.115 [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(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0), ShapeRef(_:c0322b26-022c-480e-a074-c6d00b774dce), ShapeRef(_:25beba01-a047-4b2e-affb-d70961966f45), ShapeRef(_:330653e0-b002-4f14-985c-5a3a7a9a2e94), ShapeRef(_:b25a2025-c8ad-43dc-8ddb-24495efff802), ShapeRef(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922), ShapeRef(_:e3821772-5428-4be4-ad9a-70f3df42fa2b), ShapeRef(_:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:330653e0-b002-4f14-985c-5a3a7a9a2e94,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:4343cfec-b254-47b8-88fa-8d00fe4ffda0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c0322b26-022c-480e-a074-c6d00b774dce,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(_:e3821772-5428-4be4-ad9a-70f3df42fa2b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:806e3397-0894-4cb4-bfc3-d1bd68fe2922,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96 = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96 = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1fa06ae4-a6bc-4fe5-9fc5-77cc6fea5f96: 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e3821772-5428-4be4-ad9a-70f3df42fa2b = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e3821772-5428-4be4-ad9a-70f3df42fa2b = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e3821772-5428-4be4-ad9a-70f3df42fa2b: 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:806e3397-0894-4cb4-bfc3-d1bd68fe2922 = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:806e3397-0894-4cb4-bfc3-d1bd68fe2922 = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:806e3397-0894-4cb4-bfc3-d1bd68fe2922: 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b25a2025-c8ad-43dc-8ddb-24495efff802 = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b25a2025-c8ad-43dc-8ddb-24495efff802 = 
15:41:51.115 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b25a2025-c8ad-43dc-8ddb-24495efff802: 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:330653e0-b002-4f14-985c-5a3a7a9a2e94 = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:330653e0-b002-4f14-985c-5a3a7a9a2e94 = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:330653e0-b002-4f14-985c-5a3a7a9a2e94: 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:25beba01-a047-4b2e-affb-d70961966f45 = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:25beba01-a047-4b2e-affb-d70961966f45 = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:25beba01-a047-4b2e-affb-d70961966f45: 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0322b26-022c-480e-a074-c6d00b774dce = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0322b26-022c-480e-a074-c6d00b774dce = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0322b26-022c-480e-a074-c6d00b774dce: 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4343cfec-b254-47b8-88fa-8d00fe4ffda0 = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4343cfec-b254-47b8-88fa-8d00fe4ffda0 = 
15:41:51.116 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4343cfec-b254-47b8-88fa-8d00fe4ffda0: 
15:41:51.118 [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
               ]
] .

15:41:51.124 [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.203 sec
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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> .
15:41:51.137 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {24a6a40c-e9d9-4b96-ba44-74be28cc15c8 @rdf:rest rdf:nil; 24a6a40c-e9d9-4b96-ba44-74be28cc15c8 @rdf:first "C"; 941c5c1b-a93a-4584-9d44-f5e8d1412124 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 941c5c1b-a93a-4584-9d44-f5e8d1412124 @sh:class http://www.sampledomain.org/sam#AnotherResource; 941c5c1b-a93a-4584-9d44-f5e8d1412124 @rdf:type sh:Property; b09c7f5d-7439-4969-85ab-2cae6d71b928 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; b09c7f5d-7439-4969-85ab-2cae6d71b928 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b09c7f5d-7439-4969-85ab-2cae6d71b928 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b09c7f5d-7439-4969-85ab-2cae6d71b928 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b09c7f5d-7439-4969-85ab-2cae6d71b928 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b09c7f5d-7439-4969-85ab-2cae6d71b928 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; b09c7f5d-7439-4969-85ab-2cae6d71b928 @rdf:type sh:Property; 21306cb3-650c-4cf2-b874-f6658b15dbd8 @sh:path http://www.sampledomain.org/sam#aStringProperty; 21306cb3-650c-4cf2-b874-f6658b15dbd8 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 21306cb3-650c-4cf2-b874-f6658b15dbd8 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 21306cb3-650c-4cf2-b874-f6658b15dbd8 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 21306cb3-650c-4cf2-b874-f6658b15dbd8 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [24a6a40c-e9d9-4b96-ba44-74be28cc15c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [24a6a40c-e9d9-4b96-ba44-74be28cc15c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [941c5c1b-a93a-4584-9d44-f5e8d1412124, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [941c5c1b-a93a-4584-9d44-f5e8d1412124, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [941c5c1b-a93a-4584-9d44-f5e8d1412124, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b09c7f5d-7439-4969-85ab-2cae6d71b928, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#pattern, "^B"] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [21306cb3-650c-4cf2-b874-f6658b15dbd8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c2e094c4-1c5d-4ba5-a625-0d993e100708, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [c2e094c4-1c5d-4ba5-a625-0d993e100708, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c2e094c4-1c5d-4ba5-a625-0d993e100708, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c2e094c4-1c5d-4ba5-a625-0d993e100708, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e428f195-ce64-4052-a802-c5988537ea46, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e428f195-ce64-4052-a802-c5988537ea46, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e428f195-ce64-4052-a802-c5988537ea46, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e428f195-ce64-4052-a802-c5988537ea46, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [478764e0-746f-4918-afef-d167230b0b38, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5beb0fb0-ea98-47bc-a536-ddd17abcfb99] [478764e0-746f-4918-afef-d167230b0b38, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e7ed0a65-c7c4-4a50-9a34-3e48dd72de02, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [e7ed0a65-c7c4-4a50-9a34-3e48dd72de02, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [e7ed0a65-c7c4-4a50-9a34-3e48dd72de02, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [e7ed0a65-c7c4-4a50-9a34-3e48dd72de02, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ba957460-45ca-47f5-907c-f94a9cfa22d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [ba957460-45ca-47f5-907c-f94a9cfa22d0, http://www.w3.org/ns/shacl#in, 478764e0-746f-4918-afef-d167230b0b38] [ba957460-45ca-47f5-907c-f94a9cfa22d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2f310d72-fbdc-4f95-bcfe-577b7aaad8eb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5beb0fb0-ea98-47bc-a536-ddd17abcfb99, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 24a6a40c-e9d9-4b96-ba44-74be28cc15c8] [5beb0fb0-ea98-47bc-a536-ddd17abcfb99, 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, 21306cb3-650c-4cf2-b874-f6658b15dbd8] [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, 2f310d72-fbdc-4f95-bcfe-577b7aaad8eb] [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, e7ed0a65-c7c4-4a50-9a34-3e48dd72de02] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c2e094c4-1c5d-4ba5-a625-0d993e100708] [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, ba957460-45ca-47f5-907c-f94a9cfa22d0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 941c5c1b-a93a-4584-9d44-f5e8d1412124] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e428f195-ce64-4052-a802-c5988537ea46] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b09c7f5d-7439-4969-85ab-2cae6d71b928]>
15:41:51.137 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.139 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.141 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:21306cb3-650c-4cf2-b874-f6658b15dbd8,_:e428f195-ce64-4052-a802-c5988537ea46,_:b09c7f5d-7439-4969-85ab-2cae6d71b928,_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02,_:c2e094c4-1c5d-4ba5-a625-0d993e100708,_:ba957460-45ca-47f5-907c-f94a9cfa22d0,_:941c5c1b-a93a-4584-9d44-f5e8d1412124. Pending nodes: 
15:41:51.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:21306cb3-650c-4cf2-b874-f6658b15dbd8
15:41:51.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e428f195-ce64-4052-a802-c5988537ea46
15:41:51.197 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b09c7f5d-7439-4969-85ab-2cae6d71b928
15:41:51.198 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb
15:41:51.200 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02
15:41:51.201 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c2e094c4-1c5d-4ba5-a625-0d993e100708
15:41:51.202 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba957460-45ca-47f5-907c-f94a9cfa22d0
15:41:51.202 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:941c5c1b-a93a-4584-9d44-f5e8d1412124
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:941c5c1b-a93a-4584-9d44-f5e8d1412124
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba957460-45ca-47f5-907c-f94a9cfa22d0
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c2e094c4-1c5d-4ba5-a625-0d993e100708
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b09c7f5d-7439-4969-85ab-2cae6d71b928
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e428f195-ce64-4052-a802-c5988537ea46
15:41:51.203 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:21306cb3-650c-4cf2-b874-f6658b15dbd8
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:941c5c1b-a93a-4584-9d44-f5e8d1412124 = 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:941c5c1b-a93a-4584-9d44-f5e8d1412124 = 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:941c5c1b-a93a-4584-9d44-f5e8d1412124: 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba957460-45ca-47f5-907c-f94a9cfa22d0 = 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba957460-45ca-47f5-907c-f94a9cfa22d0 = 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba957460-45ca-47f5-907c-f94a9cfa22d0: 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.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>
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:21306cb3-650c-4cf2-b874-f6658b15dbd8,_:e428f195-ce64-4052-a802-c5988537ea46,_:b09c7f5d-7439-4969-85ab-2cae6d71b928,_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02,_:c2e094c4-1c5d-4ba5-a625-0d993e100708,_:ba957460-45ca-47f5-907c-f94a9cfa22d0,_:941c5c1b-a93a-4584-9d44-f5e8d1412124)
15:41:51.204 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21306cb3-650c-4cf2-b874-f6658b15dbd8)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e428f195-ce64-4052-a802-c5988537ea46)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b09c7f5d-7439-4969-85ab-2cae6d71b928)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c2e094c4-1c5d-4ba5-a625-0d993e100708)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba957460-45ca-47f5-907c-f94a9cfa22d0)
15:41:51.205 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:941c5c1b-a93a-4584-9d44-f5e8d1412124)
15:41:51.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.205 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.206 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.207 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:21306cb3-650c-4cf2-b874-f6658b15dbd8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.207 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:21306cb3-650c-4cf2-b874-f6658b15dbd8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:21306cb3-650c-4cf2-b874-f6658b15dbd8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.207 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.208 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.208 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.127Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e428f195-ce64-4052-a802-c5988537ea46],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.208 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e428f195-ce64-4052-a802-c5988537ea46=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e428f195-ce64-4052-a802-c5988537ea46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.210 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b09c7f5d-7439-4969-85ab-2cae6d71b928],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.211 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b09c7f5d-7439-4969-85ab-2cae6d71b928=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b09c7f5d-7439-4969-85ab-2cae6d71b928,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.212 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.213 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.213 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02=ShapeTyping(TypingMap(Map()))
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c2e094c4-1c5d-4ba5-a625-0d993e100708=ShapeTyping(TypingMap(Map()))
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba957460-45ca-47f5-907c-f94a9cfa22d0=ShapeTyping(TypingMap(Map()))
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:941c5c1b-a93a-4584-9d44-f5e8d1412124=ShapeTyping(TypingMap(Map()))
15:41:51.215 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:21306cb3-650c-4cf2-b874-f6658b15dbd8,_:e428f195-ce64-4052-a802-c5988537ea46,_:b09c7f5d-7439-4969-85ab-2cae6d71b928,_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02,_:c2e094c4-1c5d-4ba5-a625-0d993e100708,_:ba957460-45ca-47f5-907c-f94a9cfa22d0,_:941c5c1b-a93a-4584-9d44-f5e8d1412124)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:b09c7f5d-7439-4969-85ab-2cae6d71b928,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:e428f195-ce64-4052-a802-c5988537ea46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:21306cb3-650c-4cf2-b874-f6658b15dbd8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.215 [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(_:b09c7f5d-7439-4969-85ab-2cae6d71b928,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:e428f195-ce64-4052-a802-c5988537ea46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:21306cb3-650c-4cf2-b874-f6658b15dbd8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.215 [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(_:b09c7f5d-7439-4969-85ab-2cae6d71b928,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:21306cb3-650c-4cf2-b874-f6658b15dbd8), ShapeRef(_:e428f195-ce64-4052-a802-c5988537ea46), ShapeRef(_:b09c7f5d-7439-4969-85ab-2cae6d71b928), ShapeRef(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb), ShapeRef(_:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02), ShapeRef(_:c2e094c4-1c5d-4ba5-a625-0d993e100708), ShapeRef(_:ba957460-45ca-47f5-907c-f94a9cfa22d0), ShapeRef(_:941c5c1b-a93a-4584-9d44-f5e8d1412124)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:e428f195-ce64-4052-a802-c5988537ea46,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:21306cb3-650c-4cf2-b874-f6658b15dbd8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c2e094c4-1c5d-4ba5-a625-0d993e100708 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c2e094c4-1c5d-4ba5-a625-0d993e100708 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c2e094c4-1c5d-4ba5-a625-0d993e100708: 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7ed0a65-c7c4-4a50-9a34-3e48dd72de02: 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2f310d72-fbdc-4f95-bcfe-577b7aaad8eb: 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b09c7f5d-7439-4969-85ab-2cae6d71b928 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b09c7f5d-7439-4969-85ab-2cae6d71b928 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b09c7f5d-7439-4969-85ab-2cae6d71b928: 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e428f195-ce64-4052-a802-c5988537ea46 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e428f195-ce64-4052-a802-c5988537ea46 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e428f195-ce64-4052-a802-c5988537ea46: 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:21306cb3-650c-4cf2-b874-f6658b15dbd8 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:21306cb3-650c-4cf2-b874-f6658b15dbd8 = 
15:41:51.216 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:21306cb3-650c-4cf2-b874-f6658b15dbd8: 
15:41:51.217 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.229 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {fee6e899-7c04-4058-88d4-88e2e60a2224 @sh:path http://www.sampledomain.org/sam#integerProperty3; fee6e899-7c04-4058-88d4-88e2e60a2224 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; fee6e899-7c04-4058-88d4-88e2e60a2224 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; fee6e899-7c04-4058-88d4-88e2e60a2224 @rdf:type sh:Property; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 36291fb9-18da-41a8-a3a1-84eb5e414a9b @rdf:type sh:Property; 0be89b6e-9d0e-4690-88db-be49e48bd5f2 @rdf:rest a57b8f6c-0fc8-4842-89d5-aef1aadd36d3; 0be89b6e-9d0e-4690-88db-be49e48bd5f2 @rdf:first "A"; c230142f-a0ce-4b69-ae81-7388171c0783 @sh:path http://www.sampledomain.org/sam#aStringProperty; c230142f-a0ce-4b69-ae81-7388171c0783 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c230142f-a0ce-4b69-ae81-7388171c0783 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c230142f-a0ce-4b69-ae81-7388171c0783 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [fee6e899-7c04-4058-88d4-88e2e60a2224, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fee6e899-7c04-4058-88d4-88e2e60a2224, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fee6e899-7c04-4058-88d4-88e2e60a2224, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fee6e899-7c04-4058-88d4-88e2e60a2224, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [36291fb9-18da-41a8-a3a1-84eb5e414a9b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0be89b6e-9d0e-4690-88db-be49e48bd5f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a57b8f6c-0fc8-4842-89d5-aef1aadd36d3] [0be89b6e-9d0e-4690-88db-be49e48bd5f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#pattern, "^B"] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c230142f-a0ce-4b69-ae81-7388171c0783, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9, http://www.w3.org/ns/shacl#in, 0be89b6e-9d0e-4690-88db-be49e48bd5f2] [2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a57b8f6c-0fc8-4842-89d5-aef1aadd36d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c517dfb2-edd2-4b1d-9fbe-fbce28ad348c] [a57b8f6c-0fc8-4842-89d5-aef1aadd36d3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2423231f-8376-4224-a606-7010a163990e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2423231f-8376-4224-a606-7010a163990e, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2423231f-8376-4224-a606-7010a163990e, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2423231f-8376-4224-a606-7010a163990e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ea2415b0-d6e1-4081-affd-c0ec1a85e63e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [ea2415b0-d6e1-4081-affd-c0ec1a85e63e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ea2415b0-d6e1-4081-affd-c0ec1a85e63e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [ea2415b0-d6e1-4081-affd-c0ec1a85e63e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e84d512d-ace9-4f4b-b932-476af9fd577d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [abb7e3db-fe57-47e6-888a-61091d99505c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [abb7e3db-fe57-47e6-888a-61091d99505c, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [abb7e3db-fe57-47e6-888a-61091d99505c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c517dfb2-edd2-4b1d-9fbe-fbce28ad348c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c517dfb2-edd2-4b1d-9fbe-fbce28ad348c, 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, 2423231f-8376-4224-a606-7010a163990e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9] [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, fee6e899-7c04-4058-88d4-88e2e60a2224] [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, 36291fb9-18da-41a8-a3a1-84eb5e414a9b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, abb7e3db-fe57-47e6-888a-61091d99505c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c230142f-a0ce-4b69-ae81-7388171c0783] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ea2415b0-d6e1-4081-affd-c0ec1a85e63e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e84d512d-ace9-4f4b-b932-476af9fd577d]>
15:41:51.229 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.230 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.232 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2423231f-8376-4224-a606-7010a163990e,_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9,_:abb7e3db-fe57-47e6-888a-61091d99505c,_:c230142f-a0ce-4b69-ae81-7388171c0783,_:fee6e899-7c04-4058-88d4-88e2e60a2224,_:e84d512d-ace9-4f4b-b932-476af9fd577d. Pending nodes: 
15:41:51.232 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2423231f-8376-4224-a606-7010a163990e
15:41:51.233 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ea2415b0-d6e1-4081-affd-c0ec1a85e63e
15:41:51.234 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:36291fb9-18da-41a8-a3a1-84eb5e414a9b
15:41:51.235 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9
15:41:51.236 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:abb7e3db-fe57-47e6-888a-61091d99505c
15:41:51.237 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c230142f-a0ce-4b69-ae81-7388171c0783
15:41:51.238 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fee6e899-7c04-4058-88d4-88e2e60a2224
15:41:51.239 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e84d512d-ace9-4f4b-b932-476af9fd577d
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e84d512d-ace9-4f4b-b932-476af9fd577d
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fee6e899-7c04-4058-88d4-88e2e60a2224
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c230142f-a0ce-4b69-ae81-7388171c0783
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:abb7e3db-fe57-47e6-888a-61091d99505c
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:36291fb9-18da-41a8-a3a1-84eb5e414a9b
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ea2415b0-d6e1-4081-affd-c0ec1a85e63e
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2423231f-8376-4224-a606-7010a163990e
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2423231f-8376-4224-a606-7010a163990e,_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9,_:abb7e3db-fe57-47e6-888a-61091d99505c,_:c230142f-a0ce-4b69-ae81-7388171c0783,_:fee6e899-7c04-4058-88d4-88e2e60a2224,_:e84d512d-ace9-4f4b-b932-476af9fd577d)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2423231f-8376-4224-a606-7010a163990e)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36291fb9-18da-41a8-a3a1-84eb5e414a9b)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:abb7e3db-fe57-47e6-888a-61091d99505c)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c230142f-a0ce-4b69-ae81-7388171c0783)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fee6e899-7c04-4058-88d4-88e2e60a2224)
15:41:51.295 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e84d512d-ace9-4f4b-b932-476af9fd577d)
15:41:51.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.295 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.296 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2423231f-8376-4224-a606-7010a163990e=ShapeTyping(TypingMap(Map()))
15:41:51.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.296 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.297 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.22Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.297 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.297 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.298 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:36291fb9-18da-41a8-a3a1-84eb5e414a9b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.298 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.298 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:36291fb9-18da-41a8-a3a1-84eb5e414a9b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.299 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9=ShapeTyping(TypingMap(Map()))
15:41:51.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.299 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:abb7e3db-fe57-47e6-888a-61091d99505c=ShapeTyping(TypingMap(Map()))
15:41:51.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.299 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.300 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.301 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c230142f-a0ce-4b69-ae81-7388171c0783],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.301 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c230142f-a0ce-4b69-ae81-7388171c0783=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c230142f-a0ce-4b69-ae81-7388171c0783,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"))))))))
15:41:51.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.301 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.302 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fee6e899-7c04-4058-88d4-88e2e60a2224=ShapeTyping(TypingMap(Map()))
15:41:51.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.302 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.303 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e84d512d-ace9-4f4b-b932-476af9fd577d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.303 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.303 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e84d512d-ace9-4f4b-b932-476af9fd577d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e84d512d-ace9-4f4b-b932-476af9fd577d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.304 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2423231f-8376-4224-a606-7010a163990e,_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9,_:abb7e3db-fe57-47e6-888a-61091d99505c,_:c230142f-a0ce-4b69-ae81-7388171c0783,_:fee6e899-7c04-4058-88d4-88e2e60a2224,_:e84d512d-ace9-4f4b-b932-476af9fd577d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:e84d512d-ace9-4f4b-b932-476af9fd577d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:c230142f-a0ce-4b69-ae81-7388171c0783,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"))))))))
15:41:51.304 [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(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:e84d512d-ace9-4f4b-b932-476af9fd577d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:c230142f-a0ce-4b69-ae81-7388171c0783,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"))))))))
15:41:51.304 [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(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2423231f-8376-4224-a606-7010a163990e), ShapeRef(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e), ShapeRef(_:36291fb9-18da-41a8-a3a1-84eb5e414a9b), ShapeRef(_:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9), ShapeRef(_:abb7e3db-fe57-47e6-888a-61091d99505c), ShapeRef(_:c230142f-a0ce-4b69-ae81-7388171c0783), ShapeRef(_:fee6e899-7c04-4058-88d4-88e2e60a2224), ShapeRef(_:e84d512d-ace9-4f4b-b932-476af9fd577d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea2415b0-d6e1-4081-affd-c0ec1a85e63e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:e84d512d-ace9-4f4b-b932-476af9fd577d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:c230142f-a0ce-4b69-ae81-7388171c0783,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"))))))))
15:41:51.304 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e84d512d-ace9-4f4b-b932-476af9fd577d = 
15:41:51.304 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e84d512d-ace9-4f4b-b932-476af9fd577d = 
15:41:51.304 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e84d512d-ace9-4f4b-b932-476af9fd577d: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fee6e899-7c04-4058-88d4-88e2e60a2224 = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fee6e899-7c04-4058-88d4-88e2e60a2224 = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fee6e899-7c04-4058-88d4-88e2e60a2224: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c230142f-a0ce-4b69-ae81-7388171c0783 = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c230142f-a0ce-4b69-ae81-7388171c0783 = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c230142f-a0ce-4b69-ae81-7388171c0783: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:abb7e3db-fe57-47e6-888a-61091d99505c = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:abb7e3db-fe57-47e6-888a-61091d99505c = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:abb7e3db-fe57-47e6-888a-61091d99505c: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9 = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9 = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2403b2ae-cd5b-4f67-a43c-a2c6dbfa20b9: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:36291fb9-18da-41a8-a3a1-84eb5e414a9b = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:36291fb9-18da-41a8-a3a1-84eb5e414a9b = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:36291fb9-18da-41a8-a3a1-84eb5e414a9b: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ea2415b0-d6e1-4081-affd-c0ec1a85e63e = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ea2415b0-d6e1-4081-affd-c0ec1a85e63e = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ea2415b0-d6e1-4081-affd-c0ec1a85e63e: 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2423231f-8376-4224-a606-7010a163990e = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2423231f-8376-4224-a606-7010a163990e = 
15:41:51.305 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2423231f-8376-4224-a606-7010a163990e: 
15:41:51.307 [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
               ]
] .

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

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

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec
Running org.eclipse.lyo.validation.ShaclClosedValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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: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> .
15:41:51.320 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {760502d3-6cdc-4f45-802f-3d098284dea8 @rdf:rest c234728a-2bbf-42c6-a5f5-b17a68aae805; 760502d3-6cdc-4f45-802f-3d098284dea8 @rdf:first "B"; f8a64643-be64-4e64-9096-e5e9c0cc0366 @rdf:rest 760502d3-6cdc-4f45-802f-3d098284dea8; f8a64643-be64-4e64-9096-e5e9c0cc0366 @rdf:first "A"; e0369ec3-0dfb-419e-92ab-b313537fb9af @sh:path http://www.sampledomain.org/sam#aReferenceProperty; e0369ec3-0dfb-419e-92ab-b313537fb9af @sh:class http://www.sampledomain.org/sam#AnotherResource; e0369ec3-0dfb-419e-92ab-b313537fb9af @rdf:type sh:Property; 8d098fd2-ab1a-43cc-8675-dcbb8c24c368 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 8d098fd2-ab1a-43cc-8675-dcbb8c24c368 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 8d098fd2-ab1a-43cc-8675-dcbb8c24c368 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8d098fd2-ab1a-43cc-8675-dcbb8c24c368 @rdf:type sh:Property; d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb @sh:path http://www.sampledomain.org/sam#integerProperty2; d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb @rdf:type sh:Property; 3f310304-128d-417b-84cb-0ab738bdb95d @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 3f310304-128d-417b-84cb-0ab738bdb95d @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [760502d3-6cdc-4f45-802f-3d098284dea8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c234728a-2bbf-42c6-a5f5-b17a68aae805] [760502d3-6cdc-4f45-802f-3d098284dea8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f8a64643-be64-4e64-9096-e5e9c0cc0366, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 760502d3-6cdc-4f45-802f-3d098284dea8] [f8a64643-be64-4e64-9096-e5e9c0cc0366, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e0369ec3-0dfb-419e-92ab-b313537fb9af, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e0369ec3-0dfb-419e-92ab-b313537fb9af, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e0369ec3-0dfb-419e-92ab-b313537fb9af, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8d098fd2-ab1a-43cc-8675-dcbb8c24c368, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [8d098fd2-ab1a-43cc-8675-dcbb8c24c368, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8d098fd2-ab1a-43cc-8675-dcbb8c24c368, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8d098fd2-ab1a-43cc-8675-dcbb8c24c368, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3f310304-128d-417b-84cb-0ab738bdb95d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#pattern, "^B"] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5032bc78-d400-41cc-b241-e50a23d6c145, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c234728a-2bbf-42c6-a5f5-b17a68aae805, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c234728a-2bbf-42c6-a5f5-b17a68aae805, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [1475735a-3e9d-4a71-a935-b9aac71a8804, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [1475735a-3e9d-4a71-a935-b9aac71a8804, http://www.w3.org/ns/shacl#in, f8a64643-be64-4e64-9096-e5e9c0cc0366] [1475735a-3e9d-4a71-a935-b9aac71a8804, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c4318e04-4467-4042-956d-c5c52611f6da, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c4318e04-4467-4042-956d-c5c52611f6da, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c4318e04-4467-4042-956d-c5c52611f6da, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c4318e04-4467-4042-956d-c5c52611f6da, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be, 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, 8d098fd2-ab1a-43cc-8675-dcbb8c24c368] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb] [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, e0369ec3-0dfb-419e-92ab-b313537fb9af] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5032bc78-d400-41cc-b241-e50a23d6c145] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1475735a-3e9d-4a71-a935-b9aac71a8804] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3f310304-128d-417b-84cb-0ab738bdb95d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c4318e04-4467-4042-956d-c5c52611f6da] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be]>
15:41:51.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.323 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5032bc78-d400-41cc-b241-e50a23d6c145,_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,_:3f310304-128d-417b-84cb-0ab738bdb95d,_:e0369ec3-0dfb-419e-92ab-b313537fb9af,_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb,_:1475735a-3e9d-4a71-a935-b9aac71a8804,_:c4318e04-4467-4042-956d-c5c52611f6da. Pending nodes: 
15:41:51.324 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5032bc78-d400-41cc-b241-e50a23d6c145
15:41:51.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d098fd2-ab1a-43cc-8675-dcbb8c24c368
15:41:51.326 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3f310304-128d-417b-84cb-0ab738bdb95d
15:41:51.327 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e0369ec3-0dfb-419e-92ab-b313537fb9af
15:41:51.328 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be
15:41:51.329 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb
15:41:51.330 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1475735a-3e9d-4a71-a935-b9aac71a8804
15:41:51.331 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c4318e04-4467-4042-956d-c5c52611f6da
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c4318e04-4467-4042-956d-c5c52611f6da
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1475735a-3e9d-4a71-a935-b9aac71a8804
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e0369ec3-0dfb-419e-92ab-b313537fb9af
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3f310304-128d-417b-84cb-0ab738bdb95d
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d098fd2-ab1a-43cc-8675-dcbb8c24c368
15:41:51.331 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5032bc78-d400-41cc-b241-e50a23d6c145
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c4318e04-4467-4042-956d-c5c52611f6da = 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c4318e04-4467-4042-956d-c5c52611f6da = 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c4318e04-4467-4042-956d-c5c52611f6da: 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1475735a-3e9d-4a71-a935-b9aac71a8804 = 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1475735a-3e9d-4a71-a935-b9aac71a8804 = 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1475735a-3e9d-4a71-a935-b9aac71a8804: 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5032bc78-d400-41cc-b241-e50a23d6c145,_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,_:3f310304-128d-417b-84cb-0ab738bdb95d,_:e0369ec3-0dfb-419e-92ab-b313537fb9af,_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb,_:1475735a-3e9d-4a71-a935-b9aac71a8804,_:c4318e04-4467-4042-956d-c5c52611f6da)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5032bc78-d400-41cc-b241-e50a23d6c145)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f310304-128d-417b-84cb-0ab738bdb95d)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e0369ec3-0dfb-419e-92ab-b313537fb9af)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1475735a-3e9d-4a71-a935-b9aac71a8804)
15:41:51.332 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4318e04-4467-4042-956d-c5c52611f6da)
15:41:51.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.335 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5032bc78-d400-41cc-b241-e50a23d6c145],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.335 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5032bc78-d400-41cc-b241-e50a23d6c145=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5032bc78-d400-41cc-b241-e50a23d6c145,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.335 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.311Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.336 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.337 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3f310304-128d-417b-84cb-0ab738bdb95d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f310304-128d-417b-84cb-0ab738bdb95d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3f310304-128d-417b-84cb-0ab738bdb95d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e0369ec3-0dfb-419e-92ab-b313537fb9af=ShapeTyping(TypingMap(Map()))
15:41:51.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.396 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.396 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb=ShapeTyping(TypingMap(Map()))
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1475735a-3e9d-4a71-a935-b9aac71a8804=ShapeTyping(TypingMap(Map()))
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.397 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4318e04-4467-4042-956d-c5c52611f6da=ShapeTyping(TypingMap(Map()))
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5032bc78-d400-41cc-b241-e50a23d6c145,_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,_:3f310304-128d-417b-84cb-0ab738bdb95d,_:e0369ec3-0dfb-419e-92ab-b313537fb9af,_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb,_:1475735a-3e9d-4a71-a935-b9aac71a8804,_:c4318e04-4467-4042-956d-c5c52611f6da)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:3f310304-128d-417b-84cb-0ab738bdb95d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5032bc78-d400-41cc-b241-e50a23d6c145,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.398 [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(_:3f310304-128d-417b-84cb-0ab738bdb95d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5032bc78-d400-41cc-b241-e50a23d6c145,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.398 [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(_:3f310304-128d-417b-84cb-0ab738bdb95d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5032bc78-d400-41cc-b241-e50a23d6c145), ShapeRef(_:8d098fd2-ab1a-43cc-8675-dcbb8c24c368), ShapeRef(_:3f310304-128d-417b-84cb-0ab738bdb95d), ShapeRef(_:e0369ec3-0dfb-419e-92ab-b313537fb9af), ShapeRef(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be), ShapeRef(_:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb), ShapeRef(_:1475735a-3e9d-4a71-a935-b9aac71a8804), ShapeRef(_:c4318e04-4467-4042-956d-c5c52611f6da)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5032bc78-d400-41cc-b241-e50a23d6c145,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb = 
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb = 
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d9d18fc4-bc31-4d4f-b8aa-92c1979c1bbb: 
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be = 
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be = 
15:41:51.398 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38ce8a83-8ddb-4dcf-aaca-99c02ee8d5be: 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e0369ec3-0dfb-419e-92ab-b313537fb9af = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e0369ec3-0dfb-419e-92ab-b313537fb9af = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e0369ec3-0dfb-419e-92ab-b313537fb9af: 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3f310304-128d-417b-84cb-0ab738bdb95d = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3f310304-128d-417b-84cb-0ab738bdb95d = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3f310304-128d-417b-84cb-0ab738bdb95d: 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d098fd2-ab1a-43cc-8675-dcbb8c24c368 = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d098fd2-ab1a-43cc-8675-dcbb8c24c368 = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d098fd2-ab1a-43cc-8675-dcbb8c24c368: 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5032bc78-d400-41cc-b241-e50a23d6c145 = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5032bc78-d400-41cc-b241-e50a23d6c145 = 
15:41:51.399 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5032bc78-d400-41cc-b241-e50a23d6c145: 
15:41:51.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  true
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       true ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.412 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {62e1a5d0-4993-48b7-a963-6040338f244a @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 62e1a5d0-4993-48b7-a963-6040338f244a @sh:class http://www.sampledomain.org/sam#AnotherResource; 62e1a5d0-4993-48b7-a963-6040338f244a @rdf:type sh:Property; a50cc5ab-e682-48c3-a03d-e859ae3ef106 @sh:path http://www.sampledomain.org/sam#integerProperty2; a50cc5ab-e682-48c3-a03d-e859ae3ef106 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a50cc5ab-e682-48c3-a03d-e859ae3ef106 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a50cc5ab-e682-48c3-a03d-e859ae3ef106 @rdf:type sh:Property; dcd21f93-7327-44b9-9bd2-02ee09597b32 @rdf:rest b5dc6131-0337-4f11-996a-7bf48897f5f5; dcd21f93-7327-44b9-9bd2-02ee09597b32 @rdf:first "B"; e635e200-0a98-43fc-bf6f-e0e16900a946 @rdf:rest dcd21f93-7327-44b9-9bd2-02ee09597b32; e635e200-0a98-43fc-bf6f-e0e16900a946 @rdf:first "A"; b5dc6131-0337-4f11-996a-7bf48897f5f5 @rdf:rest rdf:nil; b5dc6131-0337-4f11-996a-7bf48897f5f5 @rdf:first "C"; 3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833 @sh:path http://www.sampledomain.org/sam#aStringProperty; 3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer...} |  [62e1a5d0-4993-48b7-a963-6040338f244a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [62e1a5d0-4993-48b7-a963-6040338f244a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [62e1a5d0-4993-48b7-a963-6040338f244a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a50cc5ab-e682-48c3-a03d-e859ae3ef106, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a50cc5ab-e682-48c3-a03d-e859ae3ef106, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a50cc5ab-e682-48c3-a03d-e859ae3ef106, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a50cc5ab-e682-48c3-a03d-e859ae3ef106, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcd21f93-7327-44b9-9bd2-02ee09597b32, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b5dc6131-0337-4f11-996a-7bf48897f5f5] [dcd21f93-7327-44b9-9bd2-02ee09597b32, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e635e200-0a98-43fc-bf6f-e0e16900a946, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dcd21f93-7327-44b9-9bd2-02ee09597b32] [e635e200-0a98-43fc-bf6f-e0e16900a946, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [b5dc6131-0337-4f11-996a-7bf48897f5f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b5dc6131-0337-4f11-996a-7bf48897f5f5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#pattern, "^B"] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1c709fe1-29ff-4b4b-ac9f-279f573de96b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b1a1f012-52e8-4d8f-9708-78a9c26e7ee2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b1a1f012-52e8-4d8f-9708-78a9c26e7ee2, http://www.w3.org/ns/shacl#in, e635e200-0a98-43fc-bf6f-e0e16900a946] [b1a1f012-52e8-4d8f-9708-78a9c26e7ee2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [876dcdd4-c83c-4846-aa0e-ef938dbef5de, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [876dcdd4-c83c-4846-aa0e-ef938dbef5de, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [876dcdd4-c83c-4846-aa0e-ef938dbef5de, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [876dcdd4-c83c-4846-aa0e-ef938dbef5de, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ee273b89-2b64-4f4c-aa8f-7099b39ef550, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ee273b89-2b64-4f4c-aa8f-7099b39ef550, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ee273b89-2b64-4f4c-aa8f-7099b39ef550, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ee273b89-2b64-4f4c-aa8f-7099b39ef550, 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, 3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833] [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, 62e1a5d0-4993-48b7-a963-6040338f244a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a50cc5ab-e682-48c3-a03d-e859ae3ef106] [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, ee273b89-2b64-4f4c-aa8f-7099b39ef550] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b1a1f012-52e8-4d8f-9708-78a9c26e7ee2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 876dcdd4-c83c-4846-aa0e-ef938dbef5de] [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, 1c709fe1-29ff-4b4b-ac9f-279f573de96b]>
15:41:51.413 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833,_:1c709fe1-29ff-4b4b-ac9f-279f573de96b,_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2,_:876dcdd4-c83c-4846-aa0e-ef938dbef5de,_:62e1a5d0-4993-48b7-a963-6040338f244a,_:ee273b89-2b64-4f4c-aa8f-7099b39ef550,_:a50cc5ab-e682-48c3-a03d-e859ae3ef106. Pending nodes: 
15:41:51.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833
15:41:51.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1c709fe1-29ff-4b4b-ac9f-279f573de96b
15:41:51.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2
15:41:51.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:876dcdd4-c83c-4846-aa0e-ef938dbef5de
15:41:51.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:62e1a5d0-4993-48b7-a963-6040338f244a
15:41:51.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee273b89-2b64-4f4c-aa8f-7099b39ef550
15:41:51.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a50cc5ab-e682-48c3-a03d-e859ae3ef106
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a50cc5ab-e682-48c3-a03d-e859ae3ef106
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee273b89-2b64-4f4c-aa8f-7099b39ef550
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:62e1a5d0-4993-48b7-a963-6040338f244a
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:876dcdd4-c83c-4846-aa0e-ef938dbef5de
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1c709fe1-29ff-4b4b-ac9f-279f573de96b
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.422 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833,_:1c709fe1-29ff-4b4b-ac9f-279f573de96b,_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2,_:876dcdd4-c83c-4846-aa0e-ef938dbef5de,_:62e1a5d0-4993-48b7-a963-6040338f244a,_:ee273b89-2b64-4f4c-aa8f-7099b39ef550,_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c709fe1-29ff-4b4b-ac9f-279f573de96b)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:876dcdd4-c83c-4846-aa0e-ef938dbef5de)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:62e1a5d0-4993-48b7-a963-6040338f244a)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee273b89-2b64-4f4c-aa8f-7099b39ef550)
15:41:51.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)
15:41:51.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.424 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833), ShapeRef(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b), ShapeRef(_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2), ShapeRef(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de), ShapeRef(_:62e1a5d0-4993-48b7-a963-6040338f244a), ShapeRef(_:ee273b89-2b64-4f4c-aa8f-7099b39ef550), ShapeRef(_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.426 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1c709fe1-29ff-4b4b-ac9f-279f573de96b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.427 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1c709fe1-29ff-4b4b-ac9f-279f573de96b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833), ShapeRef(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b), ShapeRef(_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2), ShapeRef(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de), ShapeRef(_:62e1a5d0-4993-48b7-a963-6040338f244a), ShapeRef(_:ee273b89-2b64-4f4c-aa8f-7099b39ef550), ShapeRef(_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.427 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2=ShapeTyping(TypingMap(Map()))
15:41:51.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.403Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:876dcdd4-c83c-4846-aa0e-ef938dbef5de],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.428 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:876dcdd4-c83c-4846-aa0e-ef938dbef5de=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833), ShapeRef(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b), ShapeRef(_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2), ShapeRef(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de), ShapeRef(_:62e1a5d0-4993-48b7-a963-6040338f244a), ShapeRef(_:ee273b89-2b64-4f4c-aa8f-7099b39ef550), ShapeRef(_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:62e1a5d0-4993-48b7-a963-6040338f244a=ShapeTyping(TypingMap(Map()))
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.429 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee273b89-2b64-4f4c-aa8f-7099b39ef550=ShapeTyping(TypingMap(Map()))
15:41:51.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.429 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a50cc5ab-e682-48c3-a03d-e859ae3ef106=ShapeTyping(TypingMap(Map()))
15:41:51.429 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833,_:1c709fe1-29ff-4b4b-ac9f-279f573de96b,_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2,_:876dcdd4-c83c-4846-aa0e-ef938dbef5de,_:62e1a5d0-4993-48b7-a963-6040338f244a,_:ee273b89-2b64-4f4c-aa8f-7099b39ef550,_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833), ShapeRef(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b), ShapeRef(_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2), ShapeRef(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de), ShapeRef(_:62e1a5d0-4993-48b7-a963-6040338f244a), ShapeRef(_:ee273b89-2b64-4f4c-aa8f-7099b39ef550), ShapeRef(_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.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(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833), ShapeRef(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b), ShapeRef(_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2), ShapeRef(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de), ShapeRef(_:62e1a5d0-4993-48b7-a963-6040338f244a), ShapeRef(_:ee273b89-2b64-4f4c-aa8f-7099b39ef550), ShapeRef(_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)),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#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
15:41:51.514 [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(_:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833), ShapeRef(_:1c709fe1-29ff-4b4b-ac9f-279f573de96b), ShapeRef(_:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2), ShapeRef(_:876dcdd4-c83c-4846-aa0e-ef938dbef5de), ShapeRef(_:62e1a5d0-4993-48b7-a963-6040338f244a), ShapeRef(_:ee273b89-2b64-4f4c-aa8f-7099b39ef550), ShapeRef(_:a50cc5ab-e682-48c3-a03d-e859ae3ef106)),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#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>). Extra properties found: List(<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>, <http://www.sampledomain.org/sam#anIntegerProperty>), ignoredProperties: List()"))))))))
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a50cc5ab-e682-48c3-a03d-e859ae3ef106 = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a50cc5ab-e682-48c3-a03d-e859ae3ef106 = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a50cc5ab-e682-48c3-a03d-e859ae3ef106: 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee273b89-2b64-4f4c-aa8f-7099b39ef550 = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee273b89-2b64-4f4c-aa8f-7099b39ef550 = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee273b89-2b64-4f4c-aa8f-7099b39ef550: 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:62e1a5d0-4993-48b7-a963-6040338f244a = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:62e1a5d0-4993-48b7-a963-6040338f244a = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:62e1a5d0-4993-48b7-a963-6040338f244a: 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:876dcdd4-c83c-4846-aa0e-ef938dbef5de = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:876dcdd4-c83c-4846-aa0e-ef938dbef5de = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:876dcdd4-c83c-4846-aa0e-ef938dbef5de: 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2 = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2 = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b1a1f012-52e8-4d8f-9708-78a9c26e7ee2: 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1c709fe1-29ff-4b4b-ac9f-279f573de96b = 
15:41:51.514 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1c709fe1-29ff-4b4b-ac9f-279f573de96b = 
15:41:51.515 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1c709fe1-29ff-4b4b-ac9f-279f573de96b: 
15:41:51.515 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833 = 
15:41:51.515 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833 = 
15:41:51.515 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3c9ee12f-ff4e-4fdb-b48e-d9ebc57ed833: 
15:41:51.519 [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#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>). 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
               ]
] .

15:41:51.520 [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#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty3>, <http://www.sampledomain.org/sam#integerProperty2>). 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.21 sec
Running org.eclipse.lyo.validation.OslcAnnotationsBasedValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh: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#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
15:41:51.535 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {55be056a-f21a-4417-add3-99ecc629002a @sh:path http://www.sampledomain.org/sam#integerProperty3; 55be056a-f21a-4417-add3-99ecc629002a @sh:name "integerProperty3"; 55be056a-f21a-4417-add3-99ecc629002a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 55be056a-f21a-4417-add3-99ecc629002a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 55be056a-f21a-4417-add3-99ecc629002a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 55be056a-f21a-4417-add3-99ecc629002a @rdf:type sh:Property; 29f0174f-31c9-48e1-9fa3-728c11cfa7c7 @sh:path http://www.sampledomain.org/sam#aStringProperty; 29f0174f-31c9-48e1-9fa3-728c11cfa7c7 @sh:name "aStringProperty"; 29f0174f-31c9-48e1-9fa3-728c11cfa7c7 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 29f0174f-31c9-48e1-9fa3-728c11cfa7c7 @sh:datatype http://www.w3.org/2001/XMLSchema#string; 29f0174f-31c9-48e1-9fa3-728c11cfa7c7 @sh:description "a Simple Single String Property"; 29f0174f-31c9-48e1-9fa3-728c11cfa7c7 @rdf:type sh:Property; 4aed2b13-2ce3-494d-a533-27fc1c01c6a1 @sh:path http://www.sampledomain.org/sam#integerProperty2; 4aed2b13-2ce3-494d-a533-27fc1c01c6a1 @sh:name "integerProperty2"; 4aed2b13-2ce3-494d-a533-27fc1c01c6a1 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4aed2b13-2ce3-494d-a533-27fc1c01c6a1 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4aed2b13-2ce3-494d-a533-27fc1c01c6a1 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [55be056a-f21a-4417-add3-99ecc629002a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [55be056a-f21a-4417-add3-99ecc629002a, http://www.w3.org/ns/shacl#name, "integerProperty3"] [55be056a-f21a-4417-add3-99ecc629002a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55be056a-f21a-4417-add3-99ecc629002a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55be056a-f21a-4417-add3-99ecc629002a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [55be056a-f21a-4417-add3-99ecc629002a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [29f0174f-31c9-48e1-9fa3-728c11cfa7c7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [29f0174f-31c9-48e1-9fa3-728c11cfa7c7, http://www.w3.org/ns/shacl#name, "aStringProperty"] [29f0174f-31c9-48e1-9fa3-728c11cfa7c7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [29f0174f-31c9-48e1-9fa3-728c11cfa7c7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [29f0174f-31c9-48e1-9fa3-728c11cfa7c7, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [29f0174f-31c9-48e1-9fa3-728c11cfa7c7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4aed2b13-2ce3-494d-a533-27fc1c01c6a1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4aed2b13-2ce3-494d-a533-27fc1c01c6a1, http://www.w3.org/ns/shacl#name, "integerProperty2"] [4aed2b13-2ce3-494d-a533-27fc1c01c6a1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4aed2b13-2ce3-494d-a533-27fc1c01c6a1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4aed2b13-2ce3-494d-a533-27fc1c01c6a1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4aed2b13-2ce3-494d-a533-27fc1c01c6a1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3cce7fb4-6340-4823-b368-49165f1e1e10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3cce7fb4-6340-4823-b368-49165f1e1e10, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [3cce7fb4-6340-4823-b368-49165f1e1e10, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3cce7fb4-6340-4823-b368-49165f1e1e10, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3cce7fb4-6340-4823-b368-49165f1e1e10, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3cce7fb4-6340-4823-b368-49165f1e1e10, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 4f3fbf10-7e35-47e9-9279-20841eaf7bd6] [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, 1b7137a1-ac65-4e3e-b95e-248cbd782c1d] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 3cce7fb4-6340-4823-b368-49165f1e1e10] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c36e33d4-1faa-4ac2-bd3a-5c9014462530] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 55be056a-f21a-4417-add3-99ecc629002a] [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, 29f0174f-31c9-48e1-9fa3-728c11cfa7c7] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 4aed2b13-2ce3-494d-a533-27fc1c01c6a1] [c36e33d4-1faa-4ac2-bd3a-5c9014462530, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c36e33d4-1faa-4ac2-bd3a-5c9014462530, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [c36e33d4-1faa-4ac2-bd3a-5c9014462530, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c36e33d4-1faa-4ac2-bd3a-5c9014462530, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c36e33d4-1faa-4ac2-bd3a-5c9014462530, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4f3fbf10-7e35-47e9-9279-20841eaf7bd6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4f3fbf10-7e35-47e9-9279-20841eaf7bd6, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [4f3fbf10-7e35-47e9-9279-20841eaf7bd6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4f3fbf10-7e35-47e9-9279-20841eaf7bd6, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [4f3fbf10-7e35-47e9-9279-20841eaf7bd6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [1b7137a1-ac65-4e3e-b95e-248cbd782c1d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:41:51.535 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
15:41:51.536 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
15:41:51.537 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:55be056a-f21a-4417-add3-99ecc629002a,_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,_:3cce7fb4-6340-4823-b368-49165f1e1e10,_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6. Pending nodes: 
15:41:51.538 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:55be056a-f21a-4417-add3-99ecc629002a
15:41:51.539 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c36e33d4-1faa-4ac2-bd3a-5c9014462530
15:41:51.539 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4aed2b13-2ce3-494d-a533-27fc1c01c6a1
15:41:51.540 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1b7137a1-ac65-4e3e-b95e-248cbd782c1d
15:41:51.541 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3cce7fb4-6340-4823-b368-49165f1e1e10
15:41:51.542 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:29f0174f-31c9-48e1-9fa3-728c11cfa7c7
15:41:51.543 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4f3fbf10-7e35-47e9-9279-20841eaf7bd6
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4f3fbf10-7e35-47e9-9279-20841eaf7bd6
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:29f0174f-31c9-48e1-9fa3-728c11cfa7c7
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3cce7fb4-6340-4823-b368-49165f1e1e10
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1b7137a1-ac65-4e3e-b95e-248cbd782c1d
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4aed2b13-2ce3-494d-a533-27fc1c01c6a1
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c36e33d4-1faa-4ac2-bd3a-5c9014462530
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:55be056a-f21a-4417-add3-99ecc629002a
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4f3fbf10-7e35-47e9-9279-20841eaf7bd6 = 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4f3fbf10-7e35-47e9-9279-20841eaf7bd6 = 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4f3fbf10-7e35-47e9-9279-20841eaf7bd6: 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:29f0174f-31c9-48e1-9fa3-728c11cfa7c7 = 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:29f0174f-31c9-48e1-9fa3-728c11cfa7c7 = 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:29f0174f-31c9-48e1-9fa3-728c11cfa7c7: 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3cce7fb4-6340-4823-b368-49165f1e1e10 = 
15:41:51.544 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3cce7fb4-6340-4823-b368-49165f1e1e10 = 
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3cce7fb4-6340-4823-b368-49165f1e1e10: 
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1b7137a1-ac65-4e3e-b95e-248cbd782c1d = 
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1b7137a1-ac65-4e3e-b95e-248cbd782c1d = 
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1b7137a1-ac65-4e3e-b95e-248cbd782c1d: 
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:55be056a-f21a-4417-add3-99ecc629002a,_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,_:3cce7fb4-6340-4823-b368-49165f1e1e10,_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:55be056a-f21a-4417-add3-99ecc629002a)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c36e33d4-1faa-4ac2-bd3a-5c9014462530)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:3cce7fb4-6340-4823-b368-49165f1e1e10)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7)
15:41:51.545 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)
15:41:51.545 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.545 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.546 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.546 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.546 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:55be056a-f21a-4417-add3-99ecc629002a],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
15:41:51.546 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.546 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.546 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:55be056a-f21a-4417-add3-99ecc629002a=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55be056a-f21a-4417-add3-99ecc629002a,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>)))))))
15:41:51.547 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.547 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.547 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:c36e33d4-1faa-4ac2-bd3a-5c9014462530],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.547 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.547 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.594 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:c36e33d4-1faa-4ac2-bd3a-5c9014462530=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,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>)))))))
15:41:51.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.595 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
15:41:51.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.595 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,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>)))))))
15:41:51.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
15:41:51.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.596 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,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>)))))))
15:41:51.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.597 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:3cce7fb4-6340-4823-b368-49165f1e1e10],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:3cce7fb4-6340-4823-b368-49165f1e1e10=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3cce7fb4-6340-4823-b368-49165f1e1e10,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>)))))))
15:41:51.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.598 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,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>)))))))
15:41:51.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.598 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.599 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-08-19T15:41:51.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.599 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.599 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6=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(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:41:51.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
15:41:51.600 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:55be056a-f21a-4417-add3-99ecc629002a,_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,_:3cce7fb4-6340-4823-b368-49165f1e1e10,_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,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(_:3cce7fb4-6340-4823-b368-49165f1e1e10,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(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:41:51.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55be056a-f21a-4417-add3-99ecc629002a,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(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,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>)))))))
15:41:51.600 [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(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,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(_:3cce7fb4-6340-4823-b368-49165f1e1e10,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(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:41:51.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55be056a-f21a-4417-add3-99ecc629002a,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(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,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>)))))))
15:41:51.600 [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(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530,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(_:3cce7fb4-6340-4823-b368-49165f1e1e10,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(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:41:51.523Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d,PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>),List(MaxCount(1), MinCount(0), Datatype(<http://open-services.net/ns/core#Resource>), ClassComponent(<http://www.sampledomain.org/sam#AnotherResource>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)) on node <http://www.sampledomain.org/sam#anOslcResource>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:55be056a-f21a-4417-add3-99ecc629002a), ShapeRef(_:c36e33d4-1faa-4ac2-bd3a-5c9014462530), ShapeRef(_:4aed2b13-2ce3-494d-a533-27fc1c01c6a1), ShapeRef(_:1b7137a1-ac65-4e3e-b95e-248cbd782c1d), ShapeRef(_:3cce7fb4-6340-4823-b368-49165f1e1e10), ShapeRef(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7), ShapeRef(_:4f3fbf10-7e35-47e9-9279-20841eaf7bd6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55be056a-f21a-4417-add3-99ecc629002a,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(_:29f0174f-31c9-48e1-9fa3-728c11cfa7c7,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>)))))))
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4aed2b13-2ce3-494d-a533-27fc1c01c6a1 = 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4aed2b13-2ce3-494d-a533-27fc1c01c6a1 = 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4aed2b13-2ce3-494d-a533-27fc1c01c6a1: 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c36e33d4-1faa-4ac2-bd3a-5c9014462530 = 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c36e33d4-1faa-4ac2-bd3a-5c9014462530 = 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c36e33d4-1faa-4ac2-bd3a-5c9014462530: 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:55be056a-f21a-4417-add3-99ecc629002a = 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:55be056a-f21a-4417-add3-99ecc629002a = 
15:41:51.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:55be056a-f21a-4417-add3-99ecc629002a: 
15:41:51.602 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:class     <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:datatype  oslc:Resource ;
                          sh:maxCount  1 ;
                          sh:minCount  0 ;
                          sh:name      "aReferenceProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#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: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: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#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
15:41:51.612 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a7d32837-ff4d-492d-9c19-03ee4b64ce49 @sh:path http://www.sampledomain.org/sam#aSetOfDates; a7d32837-ff4d-492d-9c19-03ee4b64ce49 @sh:name "aSetOfDates"; a7d32837-ff4d-492d-9c19-03ee4b64ce49 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a7d32837-ff4d-492d-9c19-03ee4b64ce49 @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; a7d32837-ff4d-492d-9c19-03ee4b64ce49 @rdf:type sh:Property; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @sh:name "aReferenceProperty"; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @sh:class http://www.sampledomain.org/sam#AnotherResource; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @sh:datatype oslc:Resource; 7373832a-1d90-4f0c-b9e9-cab83ea3ab43 @rdf:type sh:Property; b014ec33-65b3-4de1-8109-1573f300bcfd @sh:path http://www.sampledomain.org/sam#anIntegerProperty; b014ec33-65b3-4de1-8109-1573f300bcfd @sh:name "anIntegerProperty"; b014ec33-65b3-4de1-8109-1573f300bcfd @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b014ec33-65b3-4de1-8109-1573f300bcfd @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; b014ec33-65b3-4de1-8109-1573f300bcfd @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [a7d32837-ff4d-492d-9c19-03ee4b64ce49, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [a7d32837-ff4d-492d-9c19-03ee4b64ce49, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [a7d32837-ff4d-492d-9c19-03ee4b64ce49, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a7d32837-ff4d-492d-9c19-03ee4b64ce49, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [a7d32837-ff4d-492d-9c19-03ee4b64ce49, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [7373832a-1d90-4f0c-b9e9-cab83ea3ab43, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b014ec33-65b3-4de1-8109-1573f300bcfd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b014ec33-65b3-4de1-8109-1573f300bcfd, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [b014ec33-65b3-4de1-8109-1573f300bcfd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b014ec33-65b3-4de1-8109-1573f300bcfd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b014ec33-65b3-4de1-8109-1573f300bcfd, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b014ec33-65b3-4de1-8109-1573f300bcfd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1857ec1e-051b-4909-8d40-af8c4fe73ad4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [1857ec1e-051b-4909-8d40-af8c4fe73ad4, http://www.w3.org/ns/shacl#name, "integerProperty3"] [1857ec1e-051b-4909-8d40-af8c4fe73ad4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1857ec1e-051b-4909-8d40-af8c4fe73ad4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1857ec1e-051b-4909-8d40-af8c4fe73ad4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1857ec1e-051b-4909-8d40-af8c4fe73ad4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f8f9516e-cd77-4b1d-b662-932c933f5d45, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f8f9516e-cd77-4b1d-b662-932c933f5d45, http://www.w3.org/ns/shacl#name, "integerProperty2"] [f8f9516e-cd77-4b1d-b662-932c933f5d45, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f8f9516e-cd77-4b1d-b662-932c933f5d45, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f8f9516e-cd77-4b1d-b662-932c933f5d45, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f8f9516e-cd77-4b1d-b662-932c933f5d45, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [78cfbfac-0988-4b55-a4f0-46ff6da6e3e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [78cfbfac-0988-4b55-a4f0-46ff6da6e3e4, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [78cfbfac-0988-4b55-a4f0-46ff6da6e3e4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [78cfbfac-0988-4b55-a4f0-46ff6da6e3e4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [78cfbfac-0988-4b55-a4f0-46ff6da6e3e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fb6ef41f-63fb-47dc-8593-15b3a348a91a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [fb6ef41f-63fb-47dc-8593-15b3a348a91a, http://www.w3.org/ns/shacl#name, "aStringProperty"] [fb6ef41f-63fb-47dc-8593-15b3a348a91a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fb6ef41f-63fb-47dc-8593-15b3a348a91a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [fb6ef41f-63fb-47dc-8593-15b3a348a91a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [fb6ef41f-63fb-47dc-8593-15b3a348a91a, 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, 7373832a-1d90-4f0c-b9e9-cab83ea3ab43] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, a7d32837-ff4d-492d-9c19-03ee4b64ce49] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, b014ec33-65b3-4de1-8109-1573f300bcfd] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, f8f9516e-cd77-4b1d-b662-932c933f5d45] [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, 78cfbfac-0988-4b55-a4f0-46ff6da6e3e4] [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, 1857ec1e-051b-4909-8d40-af8c4fe73ad4] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, fb6ef41f-63fb-47dc-8593-15b3a348a91a]>
15:41:51.612 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
15:41:51.613 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
15:41:51.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:fb6ef41f-63fb-47dc-8593-15b3a348a91a,_:b014ec33-65b3-4de1-8109-1573f300bcfd,_:f8f9516e-cd77-4b1d-b662-932c933f5d45,_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,_:1857ec1e-051b-4909-8d40-af8c4fe73ad4. Pending nodes: 
15:41:51.614 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fb6ef41f-63fb-47dc-8593-15b3a348a91a
15:41:51.615 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b014ec33-65b3-4de1-8109-1573f300bcfd
15:41:51.616 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f8f9516e-cd77-4b1d-b662-932c933f5d45
15:41:51.617 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a7d32837-ff4d-492d-9c19-03ee4b64ce49
15:41:51.619 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7373832a-1d90-4f0c-b9e9-cab83ea3ab43
15:41:51.620 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4
15:41:51.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1857ec1e-051b-4909-8d40-af8c4fe73ad4
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1857ec1e-051b-4909-8d40-af8c4fe73ad4
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7373832a-1d90-4f0c-b9e9-cab83ea3ab43
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a7d32837-ff4d-492d-9c19-03ee4b64ce49
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f8f9516e-cd77-4b1d-b662-932c933f5d45
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b014ec33-65b3-4de1-8109-1573f300bcfd
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fb6ef41f-63fb-47dc-8593-15b3a348a91a
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1857ec1e-051b-4909-8d40-af8c4fe73ad4 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1857ec1e-051b-4909-8d40-af8c4fe73ad4 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1857ec1e-051b-4909-8d40-af8c4fe73ad4: 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4: 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7373832a-1d90-4f0c-b9e9-cab83ea3ab43 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7373832a-1d90-4f0c-b9e9-cab83ea3ab43 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7373832a-1d90-4f0c-b9e9-cab83ea3ab43: 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a7d32837-ff4d-492d-9c19-03ee4b64ce49 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a7d32837-ff4d-492d-9c19-03ee4b64ce49 = 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a7d32837-ff4d-492d-9c19-03ee4b64ce49: 
15:41:51.623 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f8f9516e-cd77-4b1d-b662-932c933f5d45 = 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f8f9516e-cd77-4b1d-b662-932c933f5d45 = 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f8f9516e-cd77-4b1d-b662-932c933f5d45: 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b014ec33-65b3-4de1-8109-1573f300bcfd = 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b014ec33-65b3-4de1-8109-1573f300bcfd = 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b014ec33-65b3-4de1-8109-1573f300bcfd: 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:fb6ef41f-63fb-47dc-8593-15b3a348a91a,_:b014ec33-65b3-4de1-8109-1573f300bcfd,_:f8f9516e-cd77-4b1d-b662-932c933f5d45,_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:fb6ef41f-63fb-47dc-8593-15b3a348a91a)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b014ec33-65b3-4de1-8109-1573f300bcfd)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:f8f9516e-cd77-4b1d-b662-932c933f5d45)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:a7d32837-ff4d-492d-9c19-03ee4b64ce49)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43)
15:41:51.624 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4)
15:41:51.625 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)
15:41:51.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.625 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:fb6ef41f-63fb-47dc-8593-15b3a348a91a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.625 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.626 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:fb6ef41f-63fb-47dc-8593-15b3a348a91a=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a,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>)))))))
15:41:51.626 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.626 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.627 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:b014ec33-65b3-4de1-8109-1573f300bcfd],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.627 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.628 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:b014ec33-65b3-4de1-8109-1573f300bcfd=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b014ec33-65b3-4de1-8109-1573f300bcfd,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>)))))))
15:41:51.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.628 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:f8f9516e-cd77-4b1d-b662-932c933f5d45],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
15:41:51.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.628 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.629 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:f8f9516e-cd77-4b1d-b662-932c933f5d45=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f8f9516e-cd77-4b1d-b662-932c933f5d45,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"))))))))
15:41:51.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.629 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-08-19T15:41:51.604Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:a7d32837-ff4d-492d-9c19-03ee4b64ce49],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.629 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.630 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:a7d32837-ff4d-492d-9c19-03ee4b64ce49=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:41:51.604Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
15:41:51.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.630 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.631 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
15:41:51.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.631 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.632 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,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>)))))))
15:41:51.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.632 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.632 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.633 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,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>)))))))
15:41:51.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.633 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.634 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:1857ec1e-051b-4909-8d40-af8c4fe73ad4],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
15:41:51.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.634 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:1857ec1e-051b-4909-8d40-af8c4fe73ad4=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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4,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>)))))))
15:41:51.635 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:fb6ef41f-63fb-47dc-8593-15b3a348a91a,_:b014ec33-65b3-4de1-8109-1573f300bcfd,_:f8f9516e-cd77-4b1d-b662-932c933f5d45,_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,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(_:f8f9516e-cd77-4b1d-b662-932c933f5d45,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(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,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(_:b014ec33-65b3-4de1-8109-1573f300bcfd,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(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:41:51.604Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a,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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4,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>)))))))
15:41:51.635 [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(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,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(_:f8f9516e-cd77-4b1d-b662-932c933f5d45,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(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,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(_:b014ec33-65b3-4de1-8109-1573f300bcfd,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(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:41:51.604Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a,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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4,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>)))))))
15:41:51.636 [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(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43,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(_:f8f9516e-cd77-4b1d-b662-932c933f5d45,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(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4,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(_:b014ec33-65b3-4de1-8109-1573f300bcfd,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(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:41:51.604Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a,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(_:fb6ef41f-63fb-47dc-8593-15b3a348a91a), ShapeRef(_:b014ec33-65b3-4de1-8109-1573f300bcfd), ShapeRef(_:f8f9516e-cd77-4b1d-b662-932c933f5d45), ShapeRef(_:a7d32837-ff4d-492d-9c19-03ee4b64ce49), ShapeRef(_:7373832a-1d90-4f0c-b9e9-cab83ea3ab43), ShapeRef(_:78cfbfac-0988-4b55-a4f0-46ff6da6e3e4), ShapeRef(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1857ec1e-051b-4909-8d40-af8c4fe73ad4,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>)))))))
15:41:51.636 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fb6ef41f-63fb-47dc-8593-15b3a348a91a = 
15:41:51.636 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fb6ef41f-63fb-47dc-8593-15b3a348a91a = 
15:41:51.636 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fb6ef41f-63fb-47dc-8593-15b3a348a91a: 
15:41:51.695 [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
               ]
] .

15:41:51.697 [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.176 sec
Running org.eclipse.lyo.validation.ShaclMaxInclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.713 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b9f7c39b-8d56-4d7a-871a-f2a2ae248b21 @rdf:rest rdf:nil; b9f7c39b-8d56-4d7a-871a-f2a2ae248b21 @rdf:first "C"; ad7a243a-2cdd-4e93-85fd-2840a287674d @sh:path http://www.sampledomain.org/sam#integerProperty3; ad7a243a-2cdd-4e93-85fd-2840a287674d @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; ad7a243a-2cdd-4e93-85fd-2840a287674d @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; ad7a243a-2cdd-4e93-85fd-2840a287674d @rdf:type sh:Property; f1014d40-a43f-43bc-b9d7-351a22cf32bb @sh:path http://www.sampledomain.org/sam#aSetOfDates; f1014d40-a43f-43bc-b9d7-351a22cf32bb @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f1014d40-a43f-43bc-b9d7-351a22cf32bb @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f1014d40-a43f-43bc-b9d7-351a22cf32bb @rdf:type sh:Property; d6d6df1f-04b5-4291-9e33-c2630399bfe9 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; d6d6df1f-04b5-4291-9e33-c2630399bfe9 @sh:in 1f5a2bf7-79fd-41bb-b233-58b988e87260; d6d6df1f-04b5-4291-9e33-c2630399bfe9 @rdf:type sh:Property; 405468e5-d050-48b5-9124-102205fb48ff @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 405468e5-d050-48b5-9124-102205fb48ff @sh:class http://www.sampledomain.org/sam#AnotherResource; 405468e5-d050-48b5-9124-102205fb48ff @rdf:type sh:Property; e7248518-c15f-40a2-ad3e-763f34400141 @sh:path http://www.sampledomain.org/sam#anIntegerProperty...} |  [b9f7c39b-8d56-4d7a-871a-f2a2ae248b21, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b9f7c39b-8d56-4d7a-871a-f2a2ae248b21, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ad7a243a-2cdd-4e93-85fd-2840a287674d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ad7a243a-2cdd-4e93-85fd-2840a287674d, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ad7a243a-2cdd-4e93-85fd-2840a287674d, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ad7a243a-2cdd-4e93-85fd-2840a287674d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f1014d40-a43f-43bc-b9d7-351a22cf32bb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f1014d40-a43f-43bc-b9d7-351a22cf32bb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f1014d40-a43f-43bc-b9d7-351a22cf32bb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f1014d40-a43f-43bc-b9d7-351a22cf32bb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d6d6df1f-04b5-4291-9e33-c2630399bfe9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [d6d6df1f-04b5-4291-9e33-c2630399bfe9, http://www.w3.org/ns/shacl#in, 1f5a2bf7-79fd-41bb-b233-58b988e87260] [d6d6df1f-04b5-4291-9e33-c2630399bfe9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [405468e5-d050-48b5-9124-102205fb48ff, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [405468e5-d050-48b5-9124-102205fb48ff, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [405468e5-d050-48b5-9124-102205fb48ff, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e7248518-c15f-40a2-ad3e-763f34400141, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c0e1512d-98f8-4033-9a78-dc65e40f29b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#pattern, "^B"] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [8649261d-0fee-41e6-97dc-21c0feeeb492, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38383dd3-16af-4da3-84e5-2f7253fe7f77, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [38383dd3-16af-4da3-84e5-2f7253fe7f77, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [38383dd3-16af-4da3-84e5-2f7253fe7f77, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [38383dd3-16af-4da3-84e5-2f7253fe7f77, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dda6e416-3bf2-4203-ad3a-eabef478a0cc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b9f7c39b-8d56-4d7a-871a-f2a2ae248b21] [dda6e416-3bf2-4203-ad3a-eabef478a0cc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [1f5a2bf7-79fd-41bb-b233-58b988e87260, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, dda6e416-3bf2-4203-ad3a-eabef478a0cc] [1f5a2bf7-79fd-41bb-b233-58b988e87260, 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, d6d6df1f-04b5-4291-9e33-c2630399bfe9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 405468e5-d050-48b5-9124-102205fb48ff] [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, c0e1512d-98f8-4033-9a78-dc65e40f29b7] [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, 38383dd3-16af-4da3-84e5-2f7253fe7f77] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f1014d40-a43f-43bc-b9d7-351a22cf32bb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ad7a243a-2cdd-4e93-85fd-2840a287674d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e7248518-c15f-40a2-ad3e-763f34400141] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8649261d-0fee-41e6-97dc-21c0feeeb492]>
15:41:51.713 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.715 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:38383dd3-16af-4da3-84e5-2f7253fe7f77,_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,_:d6d6df1f-04b5-4291-9e33-c2630399bfe9,_:8649261d-0fee-41e6-97dc-21c0feeeb492,_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,_:ad7a243a-2cdd-4e93-85fd-2840a287674d,_:405468e5-d050-48b5-9124-102205fb48ff,_:e7248518-c15f-40a2-ad3e-763f34400141. Pending nodes: 
15:41:51.716 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:38383dd3-16af-4da3-84e5-2f7253fe7f77
15:41:51.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0e1512d-98f8-4033-9a78-dc65e40f29b7
15:41:51.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6d6df1f-04b5-4291-9e33-c2630399bfe9
15:41:51.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8649261d-0fee-41e6-97dc-21c0feeeb492
15:41:51.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f1014d40-a43f-43bc-b9d7-351a22cf32bb
15:41:51.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ad7a243a-2cdd-4e93-85fd-2840a287674d
15:41:51.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:405468e5-d050-48b5-9124-102205fb48ff
15:41:51.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7248518-c15f-40a2-ad3e-763f34400141
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7248518-c15f-40a2-ad3e-763f34400141
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:405468e5-d050-48b5-9124-102205fb48ff
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ad7a243a-2cdd-4e93-85fd-2840a287674d
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f1014d40-a43f-43bc-b9d7-351a22cf32bb
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8649261d-0fee-41e6-97dc-21c0feeeb492
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6d6df1f-04b5-4291-9e33-c2630399bfe9
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0e1512d-98f8-4033-9a78-dc65e40f29b7
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:38383dd3-16af-4da3-84e5-2f7253fe7f77
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.721 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:38383dd3-16af-4da3-84e5-2f7253fe7f77,_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,_:d6d6df1f-04b5-4291-9e33-c2630399bfe9,_:8649261d-0fee-41e6-97dc-21c0feeeb492,_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,_:ad7a243a-2cdd-4e93-85fd-2840a287674d,_:405468e5-d050-48b5-9124-102205fb48ff,_:e7248518-c15f-40a2-ad3e-763f34400141)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38383dd3-16af-4da3-84e5-2f7253fe7f77)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0e1512d-98f8-4033-9a78-dc65e40f29b7)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6d6df1f-04b5-4291-9e33-c2630399bfe9)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8649261d-0fee-41e6-97dc-21c0feeeb492)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f1014d40-a43f-43bc-b9d7-351a22cf32bb)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ad7a243a-2cdd-4e93-85fd-2840a287674d)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:405468e5-d050-48b5-9124-102205fb48ff)
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7248518-c15f-40a2-ad3e-763f34400141)
15:41:51.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.722 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:38383dd3-16af-4da3-84e5-2f7253fe7f77=ShapeTyping(TypingMap(Map()))
15:41:51.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.722 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c0e1512d-98f8-4033-9a78-dc65e40f29b7],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.723 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c0e1512d-98f8-4033-9a78-dc65e40f29b7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.724 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6d6df1f-04b5-4291-9e33-c2630399bfe9=ShapeTyping(TypingMap(Map()))
15:41:51.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.724 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.725 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8649261d-0fee-41e6-97dc-21c0feeeb492],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.726 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8649261d-0fee-41e6-97dc-21c0feeeb492=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8649261d-0fee-41e6-97dc-21c0feeeb492,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.726 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.699Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f1014d40-a43f-43bc-b9d7-351a22cf32bb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.726 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f1014d40-a43f-43bc-b9d7-351a22cf32bb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.726 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ad7a243a-2cdd-4e93-85fd-2840a287674d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ad7a243a-2cdd-4e93-85fd-2840a287674d,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))))))))
15:41:51.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:405468e5-d050-48b5-9124-102205fb48ff=ShapeTyping(TypingMap(Map()))
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.729 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e7248518-c15f-40a2-ad3e-763f34400141],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7248518-c15f-40a2-ad3e-763f34400141=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e7248518-c15f-40a2-ad3e-763f34400141,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:38383dd3-16af-4da3-84e5-2f7253fe7f77,_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,_:d6d6df1f-04b5-4291-9e33-c2630399bfe9,_:8649261d-0fee-41e6-97dc-21c0feeeb492,_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,_:ad7a243a-2cdd-4e93-85fd-2840a287674d,_:405468e5-d050-48b5-9124-102205fb48ff,_:e7248518-c15f-40a2-ad3e-763f34400141)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:8649261d-0fee-41e6-97dc-21c0feeeb492,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:ad7a243a-2cdd-4e93-85fd-2840a287674d,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(_:e7248518-c15f-40a2-ad3e-763f34400141,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.730 [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(_:8649261d-0fee-41e6-97dc-21c0feeeb492,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:ad7a243a-2cdd-4e93-85fd-2840a287674d,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(_:e7248518-c15f-40a2-ad3e-763f34400141,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.730 [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(_:8649261d-0fee-41e6-97dc-21c0feeeb492,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:ad7a243a-2cdd-4e93-85fd-2840a287674d,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(_:e7248518-c15f-40a2-ad3e-763f34400141,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:38383dd3-16af-4da3-84e5-2f7253fe7f77), ShapeRef(_:c0e1512d-98f8-4033-9a78-dc65e40f29b7), ShapeRef(_:d6d6df1f-04b5-4291-9e33-c2630399bfe9), ShapeRef(_:8649261d-0fee-41e6-97dc-21c0feeeb492), ShapeRef(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb), ShapeRef(_:ad7a243a-2cdd-4e93-85fd-2840a287674d), ShapeRef(_:405468e5-d050-48b5-9124-102205fb48ff), ShapeRef(_:e7248518-c15f-40a2-ad3e-763f34400141)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f1014d40-a43f-43bc-b9d7-351a22cf32bb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7248518-c15f-40a2-ad3e-763f34400141 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7248518-c15f-40a2-ad3e-763f34400141 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7248518-c15f-40a2-ad3e-763f34400141: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:405468e5-d050-48b5-9124-102205fb48ff = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:405468e5-d050-48b5-9124-102205fb48ff = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:405468e5-d050-48b5-9124-102205fb48ff: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ad7a243a-2cdd-4e93-85fd-2840a287674d = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ad7a243a-2cdd-4e93-85fd-2840a287674d = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ad7a243a-2cdd-4e93-85fd-2840a287674d: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f1014d40-a43f-43bc-b9d7-351a22cf32bb = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f1014d40-a43f-43bc-b9d7-351a22cf32bb = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f1014d40-a43f-43bc-b9d7-351a22cf32bb: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8649261d-0fee-41e6-97dc-21c0feeeb492 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8649261d-0fee-41e6-97dc-21c0feeeb492 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8649261d-0fee-41e6-97dc-21c0feeeb492: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6d6df1f-04b5-4291-9e33-c2630399bfe9 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6d6df1f-04b5-4291-9e33-c2630399bfe9 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6d6df1f-04b5-4291-9e33-c2630399bfe9: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0e1512d-98f8-4033-9a78-dc65e40f29b7 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0e1512d-98f8-4033-9a78-dc65e40f29b7 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0e1512d-98f8-4033-9a78-dc65e40f29b7: 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:38383dd3-16af-4da3-84e5-2f7253fe7f77 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:38383dd3-16af-4da3-84e5-2f7253fe7f77 = 
15:41:51.731 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:38383dd3-16af-4da3-84e5-2f7253fe7f77: 
15:41:51.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  true
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.801 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6a125c41-5be0-4708-8d23-b8f0601716fb @rdf:rest rdf:nil; 6a125c41-5be0-4708-8d23-b8f0601716fb @rdf:first "C"; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 @rdf:type sh:Property; ff2f7ad9-496c-43c2-9d17-c8ae833c085c @rdf:rest 6a125c41-5be0-4708-8d23-b8f0601716fb; ff2f7ad9-496c-43c2-9d17-c8ae833c085c @rdf:first "B"; 7d3bd896-8553-48c1-b739-7b5807a8d467 @sh:path http://www.sampledomain.org/sam#integerProperty3; 7d3bd896-8553-48c1-b739-7b5807a8d467 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 7d3bd896-8553-48c1-b739-7b5807a8d467 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 7d3bd896-8553-48c1-b739-7b5807a8d467 @rdf:type sh:Property; 142f5538-bf89-428a-b4d6-40ede65470d4 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 142f5538-bf89-428a-b4d6-40ede65470d4 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6a125c41-5be0-4708-8d23-b8f0601716fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6a125c41-5be0-4708-8d23-b8f0601716fb, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0d91c1fd-748b-4509-bc6f-2c1c0671e8c5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ff2f7ad9-496c-43c2-9d17-c8ae833c085c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6a125c41-5be0-4708-8d23-b8f0601716fb] [ff2f7ad9-496c-43c2-9d17-c8ae833c085c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [7d3bd896-8553-48c1-b739-7b5807a8d467, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [7d3bd896-8553-48c1-b739-7b5807a8d467, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7d3bd896-8553-48c1-b739-7b5807a8d467, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7d3bd896-8553-48c1-b739-7b5807a8d467, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [142f5538-bf89-428a-b4d6-40ede65470d4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [142f5538-bf89-428a-b4d6-40ede65470d4, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [142f5538-bf89-428a-b4d6-40ede65470d4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [142f5538-bf89-428a-b4d6-40ede65470d4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5a518ed2-9503-4bdb-a7ec-2326d91f26b4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [5a518ed2-9503-4bdb-a7ec-2326d91f26b4, http://www.w3.org/ns/shacl#in, e518e9c0-ff35-41a5-9717-1b4fb39b8a8d] [5a518ed2-9503-4bdb-a7ec-2326d91f26b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [575e5014-8967-48bd-b16b-0ec4a78892b0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e518e9c0-ff35-41a5-9717-1b4fb39b8a8d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ff2f7ad9-496c-43c2-9d17-c8ae833c085c] [e518e9c0-ff35-41a5-9717-1b4fb39b8a8d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a65a805d-7bef-4700-a933-4ddfb37b2116, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a65a805d-7bef-4700-a933-4ddfb37b2116, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a65a805d-7bef-4700-a933-4ddfb37b2116, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a65a805d-7bef-4700-a933-4ddfb37b2116, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#pattern, "^B"] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [a70321c6-d3aa-45fb-9af0-13cfe60673a0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [364d22d0-afd5-4862-be27-25acf7dc3da3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [364d22d0-afd5-4862-be27-25acf7dc3da3, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [364d22d0-afd5-4862-be27-25acf7dc3da3, 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, a65a805d-7bef-4700-a933-4ddfb37b2116] [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, 5a518ed2-9503-4bdb-a7ec-2326d91f26b4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 142f5538-bf89-428a-b4d6-40ede65470d4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 364d22d0-afd5-4862-be27-25acf7dc3da3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7d3bd896-8553-48c1-b739-7b5807a8d467] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a70321c6-d3aa-45fb-9af0-13cfe60673a0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 575e5014-8967-48bd-b16b-0ec4a78892b0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0d91c1fd-748b-4509-bc6f-2c1c0671e8c5]>
15:41:51.801 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.802 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.803 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:142f5538-bf89-428a-b4d6-40ede65470d4,_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,_:7d3bd896-8553-48c1-b739-7b5807a8d467,_:575e5014-8967-48bd-b16b-0ec4a78892b0,_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,_:364d22d0-afd5-4862-be27-25acf7dc3da3,_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4,_:a65a805d-7bef-4700-a933-4ddfb37b2116. Pending nodes: 
15:41:51.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:142f5538-bf89-428a-b4d6-40ede65470d4
15:41:51.804 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a70321c6-d3aa-45fb-9af0-13cfe60673a0
15:41:51.805 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d3bd896-8553-48c1-b739-7b5807a8d467
15:41:51.806 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:575e5014-8967-48bd-b16b-0ec4a78892b0
15:41:51.807 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5
15:41:51.807 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:364d22d0-afd5-4862-be27-25acf7dc3da3
15:41:51.808 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5a518ed2-9503-4bdb-a7ec-2326d91f26b4
15:41:51.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a65a805d-7bef-4700-a933-4ddfb37b2116
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a65a805d-7bef-4700-a933-4ddfb37b2116
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5a518ed2-9503-4bdb-a7ec-2326d91f26b4
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:364d22d0-afd5-4862-be27-25acf7dc3da3
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:575e5014-8967-48bd-b16b-0ec4a78892b0
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d3bd896-8553-48c1-b739-7b5807a8d467
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a70321c6-d3aa-45fb-9af0-13cfe60673a0
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:142f5538-bf89-428a-b4d6-40ede65470d4
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a65a805d-7bef-4700-a933-4ddfb37b2116 = 
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a65a805d-7bef-4700-a933-4ddfb37b2116 = 
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a65a805d-7bef-4700-a933-4ddfb37b2116: 
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.809 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:142f5538-bf89-428a-b4d6-40ede65470d4,_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,_:7d3bd896-8553-48c1-b739-7b5807a8d467,_:575e5014-8967-48bd-b16b-0ec4a78892b0,_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,_:364d22d0-afd5-4862-be27-25acf7dc3da3,_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4,_:a65a805d-7bef-4700-a933-4ddfb37b2116)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:142f5538-bf89-428a-b4d6-40ede65470d4)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a70321c6-d3aa-45fb-9af0-13cfe60673a0)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d3bd896-8553-48c1-b739-7b5807a8d467)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:575e5014-8967-48bd-b16b-0ec4a78892b0)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:364d22d0-afd5-4862-be27-25acf7dc3da3)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4)
15:41:51.810 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a65a805d-7bef-4700-a933-4ddfb37b2116)
15:41:51.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.811 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.734Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:142f5538-bf89-428a-b4d6-40ede65470d4],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.811 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:142f5538-bf89-428a-b4d6-40ede65470d4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:142f5538-bf89-428a-b4d6-40ede65470d4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a70321c6-d3aa-45fb-9af0-13cfe60673a0],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.812 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a70321c6-d3aa-45fb-9af0-13cfe60673a0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d3bd896-8553-48c1-b739-7b5807a8d467=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7d3bd896-8553-48c1-b739-7b5807a8d467,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"))))))))
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:575e5014-8967-48bd-b16b-0ec4a78892b0],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:575e5014-8967-48bd-b16b-0ec4a78892b0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:575e5014-8967-48bd-b16b-0ec4a78892b0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.815 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:364d22d0-afd5-4862-be27-25acf7dc3da3=ShapeTyping(TypingMap(Map()))
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4=ShapeTyping(TypingMap(Map()))
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a65a805d-7bef-4700-a933-4ddfb37b2116=ShapeTyping(TypingMap(Map()))
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:142f5538-bf89-428a-b4d6-40ede65470d4,_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,_:7d3bd896-8553-48c1-b739-7b5807a8d467,_:575e5014-8967-48bd-b16b-0ec4a78892b0,_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,_:364d22d0-afd5-4862-be27-25acf7dc3da3,_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4,_:a65a805d-7bef-4700-a933-4ddfb37b2116)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7d3bd896-8553-48c1-b739-7b5807a8d467,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(_:575e5014-8967-48bd-b16b-0ec4a78892b0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:142f5538-bf89-428a-b4d6-40ede65470d4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.817 [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(_:7d3bd896-8553-48c1-b739-7b5807a8d467,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(_:575e5014-8967-48bd-b16b-0ec4a78892b0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:142f5538-bf89-428a-b4d6-40ede65470d4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.817 [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(_:7d3bd896-8553-48c1-b739-7b5807a8d467,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(_:575e5014-8967-48bd-b16b-0ec4a78892b0,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:142f5538-bf89-428a-b4d6-40ede65470d4), ShapeRef(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0), ShapeRef(_:7d3bd896-8553-48c1-b739-7b5807a8d467), ShapeRef(_:575e5014-8967-48bd-b16b-0ec4a78892b0), ShapeRef(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5), ShapeRef(_:364d22d0-afd5-4862-be27-25acf7dc3da3), ShapeRef(_:5a518ed2-9503-4bdb-a7ec-2326d91f26b4), ShapeRef(_:a65a805d-7bef-4700-a933-4ddfb37b2116)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:142f5538-bf89-428a-b4d6-40ede65470d4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a70321c6-d3aa-45fb-9af0-13cfe60673a0,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5a518ed2-9503-4bdb-a7ec-2326d91f26b4 = 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5a518ed2-9503-4bdb-a7ec-2326d91f26b4 = 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5a518ed2-9503-4bdb-a7ec-2326d91f26b4: 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:364d22d0-afd5-4862-be27-25acf7dc3da3 = 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:364d22d0-afd5-4862-be27-25acf7dc3da3 = 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:364d22d0-afd5-4862-be27-25acf7dc3da3: 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 = 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5 = 
15:41:51.817 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0d91c1fd-748b-4509-bc6f-2c1c0671e8c5: 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:575e5014-8967-48bd-b16b-0ec4a78892b0 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:575e5014-8967-48bd-b16b-0ec4a78892b0 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:575e5014-8967-48bd-b16b-0ec4a78892b0: 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d3bd896-8553-48c1-b739-7b5807a8d467 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d3bd896-8553-48c1-b739-7b5807a8d467 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d3bd896-8553-48c1-b739-7b5807a8d467: 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a70321c6-d3aa-45fb-9af0-13cfe60673a0 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a70321c6-d3aa-45fb-9af0-13cfe60673a0 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a70321c6-d3aa-45fb-9af0-13cfe60673a0: 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:142f5538-bf89-428a-b4d6-40ede65470d4 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:142f5538-bf89-428a-b4d6-40ede65470d4 = 
15:41:51.818 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:142f5538-bf89-428a-b4d6-40ede65470d4: 
15:41:51.819 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  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
               ]
] .

15:41:51.821 [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.123 sec
Running org.eclipse.lyo.validation.ShaclMaxCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.831 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {ae16a926-3d82-4870-bdac-c2c65674d79c @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; ae16a926-3d82-4870-bdac-c2c65674d79c @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ae16a926-3d82-4870-bdac-c2c65674d79c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ae16a926-3d82-4870-bdac-c2c65674d79c @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ae16a926-3d82-4870-bdac-c2c65674d79c @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; ae16a926-3d82-4870-bdac-c2c65674d79c @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; ae16a926-3d82-4870-bdac-c2c65674d79c @rdf:type sh:Property; 7dd528d2-77e0-4025-8478-542921aa2a02 @rdf:rest 39833558-1d41-440f-a5cc-a74e0f90e9c8; 7dd528d2-77e0-4025-8478-542921aa2a02 @rdf:first "B"; f0a629ee-26ef-44a7-9340-9a18b3b89aad @sh:path http://www.sampledomain.org/sam#aSetOfDates; f0a629ee-26ef-44a7-9340-9a18b3b89aad @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; f0a629ee-26ef-44a7-9340-9a18b3b89aad @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f0a629ee-26ef-44a7-9340-9a18b3b89aad @rdf:type sh:Property; 2d6713fe-d951-44be-bec0-308b05f7a5e5 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 2d6713fe-d951-44be-bec0-308b05f7a5e5 @sh:in 3a9d6e0e-2cf9-496b-ba28-2d1b7f06d88c; 2d6713fe-d951-44be-bec0-308b05f7a5e5 @rdf:type sh:Property; 3a9d6e0e-2cf9-496b-ba28-2d1b7f06d88c @rdf:rest 7dd528d2-77e0-4025-8478-542921aa2a02...} |  [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ae16a926-3d82-4870-bdac-c2c65674d79c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7dd528d2-77e0-4025-8478-542921aa2a02, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 39833558-1d41-440f-a5cc-a74e0f90e9c8] [7dd528d2-77e0-4025-8478-542921aa2a02, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f0a629ee-26ef-44a7-9340-9a18b3b89aad, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f0a629ee-26ef-44a7-9340-9a18b3b89aad, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f0a629ee-26ef-44a7-9340-9a18b3b89aad, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f0a629ee-26ef-44a7-9340-9a18b3b89aad, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2d6713fe-d951-44be-bec0-308b05f7a5e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2d6713fe-d951-44be-bec0-308b05f7a5e5, http://www.w3.org/ns/shacl#in, 3a9d6e0e-2cf9-496b-ba28-2d1b7f06d88c] [2d6713fe-d951-44be-bec0-308b05f7a5e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3a9d6e0e-2cf9-496b-ba28-2d1b7f06d88c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7dd528d2-77e0-4025-8478-542921aa2a02] [3a9d6e0e-2cf9-496b-ba28-2d1b7f06d88c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#pattern, "^B"] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [839b011d-c9fa-49c5-b074-ad48599cd334, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c190d0a8-2d2e-43ec-88ab-8b0a7166c358, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c190d0a8-2d2e-43ec-88ab-8b0a7166c358, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c190d0a8-2d2e-43ec-88ab-8b0a7166c358, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [407b05af-1821-42c7-83de-389693d9f4cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [407b05af-1821-42c7-83de-389693d9f4cf, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [407b05af-1821-42c7-83de-389693d9f4cf, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [407b05af-1821-42c7-83de-389693d9f4cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [01f485ad-3491-4561-93d1-695358e7edfb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [39833558-1d41-440f-a5cc-a74e0f90e9c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [39833558-1d41-440f-a5cc-a74e0f90e9c8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [4b148d19-0b71-4db9-a44f-5811983dbd17, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4b148d19-0b71-4db9-a44f-5811983dbd17, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4b148d19-0b71-4db9-a44f-5811983dbd17, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4b148d19-0b71-4db9-a44f-5811983dbd17, 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, c190d0a8-2d2e-43ec-88ab-8b0a7166c358] [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, 839b011d-c9fa-49c5-b074-ad48599cd334] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f0a629ee-26ef-44a7-9340-9a18b3b89aad] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4b148d19-0b71-4db9-a44f-5811983dbd17] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 01f485ad-3491-4561-93d1-695358e7edfb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ae16a926-3d82-4870-bdac-c2c65674d79c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 407b05af-1821-42c7-83de-389693d9f4cf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2d6713fe-d951-44be-bec0-308b05f7a5e5]>
15:41:51.832 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.832 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:839b011d-c9fa-49c5-b074-ad48599cd334,_:01f485ad-3491-4561-93d1-695358e7edfb,_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,_:4b148d19-0b71-4db9-a44f-5811983dbd17,_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358,_:2d6713fe-d951-44be-bec0-308b05f7a5e5,_:ae16a926-3d82-4870-bdac-c2c65674d79c,_:407b05af-1821-42c7-83de-389693d9f4cf. Pending nodes: 
15:41:51.833 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:839b011d-c9fa-49c5-b074-ad48599cd334
15:41:51.834 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:01f485ad-3491-4561-93d1-695358e7edfb
15:41:51.835 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f0a629ee-26ef-44a7-9340-9a18b3b89aad
15:41:51.836 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4b148d19-0b71-4db9-a44f-5811983dbd17
15:41:51.836 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c190d0a8-2d2e-43ec-88ab-8b0a7166c358
15:41:51.837 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2d6713fe-d951-44be-bec0-308b05f7a5e5
15:41:51.837 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ae16a926-3d82-4870-bdac-c2c65674d79c
15:41:51.838 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:407b05af-1821-42c7-83de-389693d9f4cf
15:41:51.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:407b05af-1821-42c7-83de-389693d9f4cf
15:41:51.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ae16a926-3d82-4870-bdac-c2c65674d79c
15:41:51.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2d6713fe-d951-44be-bec0-308b05f7a5e5
15:41:51.838 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c190d0a8-2d2e-43ec-88ab-8b0a7166c358
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4b148d19-0b71-4db9-a44f-5811983dbd17
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f0a629ee-26ef-44a7-9340-9a18b3b89aad
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:01f485ad-3491-4561-93d1-695358e7edfb
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:839b011d-c9fa-49c5-b074-ad48599cd334
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:407b05af-1821-42c7-83de-389693d9f4cf = 
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:407b05af-1821-42c7-83de-389693d9f4cf = 
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:407b05af-1821-42c7-83de-389693d9f4cf: 
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:839b011d-c9fa-49c5-b074-ad48599cd334,_:01f485ad-3491-4561-93d1-695358e7edfb,_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,_:4b148d19-0b71-4db9-a44f-5811983dbd17,_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358,_:2d6713fe-d951-44be-bec0-308b05f7a5e5,_:ae16a926-3d82-4870-bdac-c2c65674d79c,_:407b05af-1821-42c7-83de-389693d9f4cf)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:839b011d-c9fa-49c5-b074-ad48599cd334)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01f485ad-3491-4561-93d1-695358e7edfb)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0a629ee-26ef-44a7-9340-9a18b3b89aad)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4b148d19-0b71-4db9-a44f-5811983dbd17)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d6713fe-d951-44be-bec0-308b05f7a5e5)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae16a926-3d82-4870-bdac-c2c65674d79c)
15:41:51.839 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:407b05af-1821-42c7-83de-389693d9f4cf)
15:41:51.839 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.839 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.840 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.895 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.895 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:839b011d-c9fa-49c5-b074-ad48599cd334],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.895 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:839b011d-c9fa-49c5-b074-ad48599cd334=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:839b011d-c9fa-49c5-b074-ad48599cd334,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.896 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:01f485ad-3491-4561-93d1-695358e7edfb],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.897 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01f485ad-3491-4561-93d1-695358e7edfb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:01f485ad-3491-4561-93d1-695358e7edfb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.897 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.822Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f0a629ee-26ef-44a7-9340-9a18b3b89aad],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f0a629ee-26ef-44a7-9340-9a18b3b89aad=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4b148d19-0b71-4db9-a44f-5811983dbd17=ShapeTyping(TypingMap(Map()))
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.898 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358=ShapeTyping(TypingMap(Map()))
15:41:51.898 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d6713fe-d951-44be-bec0-308b05f7a5e5=ShapeTyping(TypingMap(Map()))
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.899 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ae16a926-3d82-4870-bdac-c2c65674d79c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ae16a926-3d82-4870-bdac-c2c65674d79c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ae16a926-3d82-4870-bdac-c2c65674d79c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.900 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:407b05af-1821-42c7-83de-389693d9f4cf=ShapeTyping(TypingMap(Map()))
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:839b011d-c9fa-49c5-b074-ad48599cd334,_:01f485ad-3491-4561-93d1-695358e7edfb,_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,_:4b148d19-0b71-4db9-a44f-5811983dbd17,_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358,_:2d6713fe-d951-44be-bec0-308b05f7a5e5,_:ae16a926-3d82-4870-bdac-c2c65674d79c,_:407b05af-1821-42c7-83de-389693d9f4cf)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ae16a926-3d82-4870-bdac-c2c65674d79c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:839b011d-c9fa-49c5-b074-ad48599cd334,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:01f485ad-3491-4561-93d1-695358e7edfb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ae16a926-3d82-4870-bdac-c2c65674d79c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:839b011d-c9fa-49c5-b074-ad48599cd334,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:01f485ad-3491-4561-93d1-695358e7edfb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:ae16a926-3d82-4870-bdac-c2c65674d79c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:839b011d-c9fa-49c5-b074-ad48599cd334), ShapeRef(_:01f485ad-3491-4561-93d1-695358e7edfb), ShapeRef(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad), ShapeRef(_:4b148d19-0b71-4db9-a44f-5811983dbd17), ShapeRef(_:c190d0a8-2d2e-43ec-88ab-8b0a7166c358), ShapeRef(_:2d6713fe-d951-44be-bec0-308b05f7a5e5), ShapeRef(_:ae16a926-3d82-4870-bdac-c2c65674d79c), ShapeRef(_:407b05af-1821-42c7-83de-389693d9f4cf)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:839b011d-c9fa-49c5-b074-ad48599cd334,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:01f485ad-3491-4561-93d1-695358e7edfb,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f0a629ee-26ef-44a7-9340-9a18b3b89aad,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ae16a926-3d82-4870-bdac-c2c65674d79c = 
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ae16a926-3d82-4870-bdac-c2c65674d79c = 
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ae16a926-3d82-4870-bdac-c2c65674d79c: 
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2d6713fe-d951-44be-bec0-308b05f7a5e5 = 
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2d6713fe-d951-44be-bec0-308b05f7a5e5 = 
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2d6713fe-d951-44be-bec0-308b05f7a5e5: 
15:41:51.901 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c190d0a8-2d2e-43ec-88ab-8b0a7166c358 = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c190d0a8-2d2e-43ec-88ab-8b0a7166c358 = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c190d0a8-2d2e-43ec-88ab-8b0a7166c358: 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4b148d19-0b71-4db9-a44f-5811983dbd17 = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4b148d19-0b71-4db9-a44f-5811983dbd17 = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4b148d19-0b71-4db9-a44f-5811983dbd17: 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f0a629ee-26ef-44a7-9340-9a18b3b89aad = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f0a629ee-26ef-44a7-9340-9a18b3b89aad = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f0a629ee-26ef-44a7-9340-9a18b3b89aad: 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:01f485ad-3491-4561-93d1-695358e7edfb = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:01f485ad-3491-4561-93d1-695358e7edfb = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:01f485ad-3491-4561-93d1-695358e7edfb: 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:839b011d-c9fa-49c5-b074-ad48599cd334 = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:839b011d-c9fa-49c5-b074-ad48599cd334 = 
15:41:51.902 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:839b011d-c9fa-49c5-b074-ad48599cd334: 
15:41:51.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  true
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.913 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:path http://www.sampledomain.org/sam#aStringProperty; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:pattern "^B"; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @sh:description "a Simple Single String Property"; 648ff094-6d22-4d30-9d64-55e8eb95edf8 @rdf:type sh:Property; e1b3f938-877c-44d3-a376-14450d8189df @sh:path http://www.sampledomain.org/sam#aSetOfDates; e1b3f938-877c-44d3-a376-14450d8189df @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; e1b3f938-877c-44d3-a376-14450d8189df @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e1b3f938-877c-44d3-a376-14450d8189df @rdf:type sh:Property; 41a066a8-9a67-4036-8802-ad4abdddf853 @rdf:rest rdf:nil; 41a066a8-9a67-4036-8802-ad4abdddf853 @rdf:first "C"; c2107a74-2152-4c81-9fdd-ba61d6266e2c @rdf:rest 6fac3653-a26e-4e28-b7d6-c10b28779c34; c2107a74-2152-4c81-9fdd-ba61d6266e2c @rdf:first "A"; c64b9c48-3024-4377-b5bf-1e13e7e9c6cf @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#pattern, "^B"] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [648ff094-6d22-4d30-9d64-55e8eb95edf8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e1b3f938-877c-44d3-a376-14450d8189df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e1b3f938-877c-44d3-a376-14450d8189df, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e1b3f938-877c-44d3-a376-14450d8189df, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e1b3f938-877c-44d3-a376-14450d8189df, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [41a066a8-9a67-4036-8802-ad4abdddf853, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [41a066a8-9a67-4036-8802-ad4abdddf853, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [c2107a74-2152-4c81-9fdd-ba61d6266e2c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6fac3653-a26e-4e28-b7d6-c10b28779c34] [c2107a74-2152-4c81-9fdd-ba61d6266e2c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c64b9c48-3024-4377-b5bf-1e13e7e9c6cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c64b9c48-3024-4377-b5bf-1e13e7e9c6cf, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c64b9c48-3024-4377-b5bf-1e13e7e9c6cf, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c64b9c48-3024-4377-b5bf-1e13e7e9c6cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a67d097e-f648-4276-b196-a00f36ab0250, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [45b4f6f4-00ce-40db-b487-7ccc9f3a2485, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [45b4f6f4-00ce-40db-b487-7ccc9f3a2485, http://www.w3.org/ns/shacl#in, c2107a74-2152-4c81-9fdd-ba61d6266e2c] [45b4f6f4-00ce-40db-b487-7ccc9f3a2485, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a9444622-3e55-4362-91a3-e812661bd213, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a9444622-3e55-4362-91a3-e812661bd213, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a9444622-3e55-4362-91a3-e812661bd213, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a9444622-3e55-4362-91a3-e812661bd213, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0a7aca15-c376-4fd5-9313-eb12516d2f2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6fac3653-a26e-4e28-b7d6-c10b28779c34, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 41a066a8-9a67-4036-8802-ad4abdddf853] [6fac3653-a26e-4e28-b7d6-c10b28779c34, 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, e1b3f938-877c-44d3-a376-14450d8189df] [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, 0a7aca15-c376-4fd5-9313-eb12516d2f2d] [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, 648ff094-6d22-4d30-9d64-55e8eb95edf8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c64b9c48-3024-4377-b5bf-1e13e7e9c6cf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a9444622-3e55-4362-91a3-e812661bd213] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 89748d2c-99fe-48c0-bbe7-8d31da800dc0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 45b4f6f4-00ce-40db-b487-7ccc9f3a2485] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a67d097e-f648-4276-b196-a00f36ab0250] [89748d2c-99fe-48c0-bbe7-8d31da800dc0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [89748d2c-99fe-48c0-bbe7-8d31da800dc0, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [89748d2c-99fe-48c0-bbe7-8d31da800dc0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:41:51.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.914 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:51.915 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0a7aca15-c376-4fd5-9313-eb12516d2f2d,_:648ff094-6d22-4d30-9d64-55e8eb95edf8,_:a9444622-3e55-4362-91a3-e812661bd213,_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf,_:a67d097e-f648-4276-b196-a00f36ab0250,_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485,_:e1b3f938-877c-44d3-a376-14450d8189df,_:89748d2c-99fe-48c0-bbe7-8d31da800dc0. Pending nodes: 
15:41:51.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0a7aca15-c376-4fd5-9313-eb12516d2f2d
15:41:51.916 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:648ff094-6d22-4d30-9d64-55e8eb95edf8
15:41:51.917 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9444622-3e55-4362-91a3-e812661bd213
15:41:51.918 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf
15:41:51.918 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a67d097e-f648-4276-b196-a00f36ab0250
15:41:51.919 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:45b4f6f4-00ce-40db-b487-7ccc9f3a2485
15:41:51.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e1b3f938-877c-44d3-a376-14450d8189df
15:41:51.920 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89748d2c-99fe-48c0-bbe7-8d31da800dc0
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89748d2c-99fe-48c0-bbe7-8d31da800dc0
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e1b3f938-877c-44d3-a376-14450d8189df
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:45b4f6f4-00ce-40db-b487-7ccc9f3a2485
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a67d097e-f648-4276-b196-a00f36ab0250
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9444622-3e55-4362-91a3-e812661bd213
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:648ff094-6d22-4d30-9d64-55e8eb95edf8
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0a7aca15-c376-4fd5-9313-eb12516d2f2d
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0a7aca15-c376-4fd5-9313-eb12516d2f2d,_:648ff094-6d22-4d30-9d64-55e8eb95edf8,_:a9444622-3e55-4362-91a3-e812661bd213,_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf,_:a67d097e-f648-4276-b196-a00f36ab0250,_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485,_:e1b3f938-877c-44d3-a376-14450d8189df,_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a7aca15-c376-4fd5-9313-eb12516d2f2d)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:648ff094-6d22-4d30-9d64-55e8eb95edf8)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9444622-3e55-4362-91a3-e812661bd213)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a67d097e-f648-4276-b196-a00f36ab0250)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e1b3f938-877c-44d3-a376-14450d8189df)
15:41:51.921 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)
15:41:51.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.921 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.922 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.923 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0a7aca15-c376-4fd5-9313-eb12516d2f2d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:51.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.923 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0a7aca15-c376-4fd5-9313-eb12516d2f2d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:41:51.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.923 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.924 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:648ff094-6d22-4d30-9d64-55e8eb95edf8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:51.925 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:648ff094-6d22-4d30-9d64-55e8eb95edf8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:648ff094-6d22-4d30-9d64-55e8eb95edf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9444622-3e55-4362-91a3-e812661bd213=ShapeTyping(TypingMap(Map()))
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf=ShapeTyping(TypingMap(Map()))
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.925 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.926 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a67d097e-f648-4276-b196-a00f36ab0250],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:51.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.926 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a67d097e-f648-4276-b196-a00f36ab0250=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a67d097e-f648-4276-b196-a00f36ab0250,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485=ShapeTyping(TypingMap(Map()))
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.905Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e1b3f938-877c-44d3-a376-14450d8189df],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:51.927 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e1b3f938-877c-44d3-a376-14450d8189df=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1b3f938-877c-44d3-a376-14450d8189df,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.927 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:51.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89748d2c-99fe-48c0-bbe7-8d31da800dc0=ShapeTyping(TypingMap(Map()))
15:41:51.928 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0a7aca15-c376-4fd5-9313-eb12516d2f2d,_:648ff094-6d22-4d30-9d64-55e8eb95edf8,_:a9444622-3e55-4362-91a3-e812661bd213,_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf,_:a67d097e-f648-4276-b196-a00f36ab0250,_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485,_:e1b3f938-877c-44d3-a376-14450d8189df,_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a67d097e-f648-4276-b196-a00f36ab0250,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1b3f938-877c-44d3-a376-14450d8189df,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d,PredicatePath(<http://www.sampledomain.org/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(_:648ff094-6d22-4d30-9d64-55e8eb95edf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.928 [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(_:a67d097e-f648-4276-b196-a00f36ab0250,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1b3f938-877c-44d3-a376-14450d8189df,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d,PredicatePath(<http://www.sampledomain.org/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(_:648ff094-6d22-4d30-9d64-55e8eb95edf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.928 [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(_:a67d097e-f648-4276-b196-a00f36ab0250,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d), ShapeRef(_:648ff094-6d22-4d30-9d64-55e8eb95edf8), ShapeRef(_:a9444622-3e55-4362-91a3-e812661bd213), ShapeRef(_:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf), ShapeRef(_:a67d097e-f648-4276-b196-a00f36ab0250), ShapeRef(_:45b4f6f4-00ce-40db-b487-7ccc9f3a2485), ShapeRef(_:e1b3f938-877c-44d3-a376-14450d8189df), ShapeRef(_:89748d2c-99fe-48c0-bbe7-8d31da800dc0)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1b3f938-877c-44d3-a376-14450d8189df,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0a7aca15-c376-4fd5-9313-eb12516d2f2d,PredicatePath(<http://www.sampledomain.org/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(_:648ff094-6d22-4d30-9d64-55e8eb95edf8,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:51.928 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89748d2c-99fe-48c0-bbe7-8d31da800dc0 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89748d2c-99fe-48c0-bbe7-8d31da800dc0 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89748d2c-99fe-48c0-bbe7-8d31da800dc0: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e1b3f938-877c-44d3-a376-14450d8189df = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e1b3f938-877c-44d3-a376-14450d8189df = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e1b3f938-877c-44d3-a376-14450d8189df: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:45b4f6f4-00ce-40db-b487-7ccc9f3a2485 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:45b4f6f4-00ce-40db-b487-7ccc9f3a2485 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:45b4f6f4-00ce-40db-b487-7ccc9f3a2485: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a67d097e-f648-4276-b196-a00f36ab0250 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a67d097e-f648-4276-b196-a00f36ab0250 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a67d097e-f648-4276-b196-a00f36ab0250: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c64b9c48-3024-4377-b5bf-1e13e7e9c6cf: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9444622-3e55-4362-91a3-e812661bd213 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9444622-3e55-4362-91a3-e812661bd213 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9444622-3e55-4362-91a3-e812661bd213: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:648ff094-6d22-4d30-9d64-55e8eb95edf8 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:648ff094-6d22-4d30-9d64-55e8eb95edf8 = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:648ff094-6d22-4d30-9d64-55e8eb95edf8: 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0a7aca15-c376-4fd5-9313-eb12516d2f2d = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0a7aca15-c376-4fd5-9313-eb12516d2f2d = 
15:41:51.929 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0a7aca15-c376-4fd5-9313-eb12516d2f2d: 
15:41:51.931 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  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
               ]
] .

15:41:51.932 [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.111 sec
Running org.eclipse.lyo.validation.ShaclMaxLengthValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:51.998 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {7da55277-6f9c-4139-9dac-c3da74466b75 @sh:path http://www.sampledomain.org/sam#aStringProperty; 7da55277-6f9c-4139-9dac-c3da74466b75 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7da55277-6f9c-4139-9dac-c3da74466b75 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 7da55277-6f9c-4139-9dac-c3da74466b75 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 7da55277-6f9c-4139-9dac-c3da74466b75 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 7da55277-6f9c-4139-9dac-c3da74466b75 @sh:pattern "^B"; 7da55277-6f9c-4139-9dac-c3da74466b75 @sh:description "a Simple Single String Property"; 7da55277-6f9c-4139-9dac-c3da74466b75 @rdf:type sh:Property; 4e6fcd33-1aa4-4f8f-b3a8-0b42bf149a24 @rdf:rest 0bb6d93c-24b1-4047-ba42-ed3fe9369184; 4e6fcd33-1aa4-4f8f-b3a8-0b42bf149a24 @rdf:first "B"; 0bb6d93c-24b1-4047-ba42-ed3fe9369184 @rdf:rest rdf:nil; 0bb6d93c-24b1-4047-ba42-ed3fe9369184 @rdf:first "C"; 5fcf316b-b556-4f40-b1e8-06d60caf181b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 5fcf316b-b556-4f40-b1e8-06d60caf181b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5fcf316b-b556-4f40-b1e8-06d60caf181b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5fcf316b-b556-4f40-b1e8-06d60caf181b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 5fcf316b-b556-4f40-b1e8-06d60caf181b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#pattern, "^B"] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [7da55277-6f9c-4139-9dac-c3da74466b75, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4e6fcd33-1aa4-4f8f-b3a8-0b42bf149a24, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0bb6d93c-24b1-4047-ba42-ed3fe9369184] [4e6fcd33-1aa4-4f8f-b3a8-0b42bf149a24, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0bb6d93c-24b1-4047-ba42-ed3fe9369184, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0bb6d93c-24b1-4047-ba42-ed3fe9369184, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5fcf316b-b556-4f40-b1e8-06d60caf181b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [69cd45e7-fb58-4d04-9136-7636875698ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4e6fcd33-1aa4-4f8f-b3a8-0b42bf149a24] [69cd45e7-fb58-4d04-9136-7636875698ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [6e90ac97-5f89-4c05-b490-611d8e23e849, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [6e90ac97-5f89-4c05-b490-611d8e23e849, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [6e90ac97-5f89-4c05-b490-611d8e23e849, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [255c1fe9-cdbb-434e-a88d-5171ebe1a432, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [255c1fe9-cdbb-434e-a88d-5171ebe1a432, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [255c1fe9-cdbb-434e-a88d-5171ebe1a432, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [255c1fe9-cdbb-434e-a88d-5171ebe1a432, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a5bc0e2d-3c9d-473f-bced-bb63416217df, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a5bc0e2d-3c9d-473f-bced-bb63416217df, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a5bc0e2d-3c9d-473f-bced-bb63416217df, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a5bc0e2d-3c9d-473f-bced-bb63416217df, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f2757f4a-b4d4-47c6-b041-396371d74a84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [633e116e-82cf-4195-ae93-82f0fb1923fe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [633e116e-82cf-4195-ae93-82f0fb1923fe, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [633e116e-82cf-4195-ae93-82f0fb1923fe, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [633e116e-82cf-4195-ae93-82f0fb1923fe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3f0d38c2-2fca-4432-b5be-c16a50f201f3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [3f0d38c2-2fca-4432-b5be-c16a50f201f3, http://www.w3.org/ns/shacl#in, 69cd45e7-fb58-4d04-9136-7636875698ab] [3f0d38c2-2fca-4432-b5be-c16a50f201f3, 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, 255c1fe9-cdbb-434e-a88d-5171ebe1a432] [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, a5bc0e2d-3c9d-473f-bced-bb63416217df] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e90ac97-5f89-4c05-b490-611d8e23e849] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7da55277-6f9c-4139-9dac-c3da74466b75] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 633e116e-82cf-4195-ae93-82f0fb1923fe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f2757f4a-b4d4-47c6-b041-396371d74a84] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5fcf316b-b556-4f40-b1e8-06d60caf181b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3f0d38c2-2fca-4432-b5be-c16a50f201f3]>
15:41:51.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:51.999 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.000 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5fcf316b-b556-4f40-b1e8-06d60caf181b,_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,_:f2757f4a-b4d4-47c6-b041-396371d74a84,_:3f0d38c2-2fca-4432-b5be-c16a50f201f3,_:6e90ac97-5f89-4c05-b490-611d8e23e849,_:7da55277-6f9c-4139-9dac-c3da74466b75,_:a5bc0e2d-3c9d-473f-bced-bb63416217df,_:633e116e-82cf-4195-ae93-82f0fb1923fe. Pending nodes: 
15:41:52.001 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5fcf316b-b556-4f40-b1e8-06d60caf181b
15:41:52.002 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:255c1fe9-cdbb-434e-a88d-5171ebe1a432
15:41:52.003 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f2757f4a-b4d4-47c6-b041-396371d74a84
15:41:52.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3f0d38c2-2fca-4432-b5be-c16a50f201f3
15:41:52.004 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e90ac97-5f89-4c05-b490-611d8e23e849
15:41:52.005 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7da55277-6f9c-4139-9dac-c3da74466b75
15:41:52.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a5bc0e2d-3c9d-473f-bced-bb63416217df
15:41:52.006 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:633e116e-82cf-4195-ae93-82f0fb1923fe
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:633e116e-82cf-4195-ae93-82f0fb1923fe
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a5bc0e2d-3c9d-473f-bced-bb63416217df
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7da55277-6f9c-4139-9dac-c3da74466b75
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e90ac97-5f89-4c05-b490-611d8e23e849
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3f0d38c2-2fca-4432-b5be-c16a50f201f3
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f2757f4a-b4d4-47c6-b041-396371d74a84
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:255c1fe9-cdbb-434e-a88d-5171ebe1a432
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5fcf316b-b556-4f40-b1e8-06d60caf181b
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5fcf316b-b556-4f40-b1e8-06d60caf181b,_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,_:f2757f4a-b4d4-47c6-b041-396371d74a84,_:3f0d38c2-2fca-4432-b5be-c16a50f201f3,_:6e90ac97-5f89-4c05-b490-611d8e23e849,_:7da55277-6f9c-4139-9dac-c3da74466b75,_:a5bc0e2d-3c9d-473f-bced-bb63416217df,_:633e116e-82cf-4195-ae93-82f0fb1923fe)
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5fcf316b-b556-4f40-b1e8-06d60caf181b)
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:255c1fe9-cdbb-434e-a88d-5171ebe1a432)
15:41:52.007 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2757f4a-b4d4-47c6-b041-396371d74a84)
15:41:52.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f0d38c2-2fca-4432-b5be-c16a50f201f3)
15:41:52.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e90ac97-5f89-4c05-b490-611d8e23e849)
15:41:52.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7da55277-6f9c-4139-9dac-c3da74466b75)
15:41:52.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5bc0e2d-3c9d-473f-bced-bb63416217df)
15:41:52.008 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:633e116e-82cf-4195-ae93-82f0fb1923fe)
15:41:52.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.009 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5fcf316b-b556-4f40-b1e8-06d60caf181b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.009 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5fcf316b-b556-4f40-b1e8-06d60caf181b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5fcf316b-b556-4f40-b1e8-06d60caf181b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.010 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:51.934Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:255c1fe9-cdbb-434e-a88d-5171ebe1a432],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.010 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:255c1fe9-cdbb-434e-a88d-5171ebe1a432=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.010 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f2757f4a-b4d4-47c6-b041-396371d74a84],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.011 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f2757f4a-b4d4-47c6-b041-396371d74a84=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f2757f4a-b4d4-47c6-b041-396371d74a84,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3f0d38c2-2fca-4432-b5be-c16a50f201f3=ShapeTyping(TypingMap(Map()))
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e90ac97-5f89-4c05-b490-611d8e23e849=ShapeTyping(TypingMap(Map()))
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.012 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.013 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.014 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7da55277-6f9c-4139-9dac-c3da74466b75],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.014 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7da55277-6f9c-4139-9dac-c3da74466b75=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7da55277-6f9c-4139-9dac-c3da74466b75,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.014 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a5bc0e2d-3c9d-473f-bced-bb63416217df=ShapeTyping(TypingMap(Map()))
15:41:52.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.014 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.015 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:633e116e-82cf-4195-ae93-82f0fb1923fe=ShapeTyping(TypingMap(Map()))
15:41:52.015 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5fcf316b-b556-4f40-b1e8-06d60caf181b,_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,_:f2757f4a-b4d4-47c6-b041-396371d74a84,_:3f0d38c2-2fca-4432-b5be-c16a50f201f3,_:6e90ac97-5f89-4c05-b490-611d8e23e849,_:7da55277-6f9c-4139-9dac-c3da74466b75,_:a5bc0e2d-3c9d-473f-bced-bb63416217df,_:633e116e-82cf-4195-ae93-82f0fb1923fe)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5fcf316b-b556-4f40-b1e8-06d60caf181b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:7da55277-6f9c-4139-9dac-c3da74466b75,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:f2757f4a-b4d4-47c6-b041-396371d74a84,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.015 [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(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5fcf316b-b556-4f40-b1e8-06d60caf181b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:7da55277-6f9c-4139-9dac-c3da74466b75,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:f2757f4a-b4d4-47c6-b041-396371d74a84,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.016 [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(_:5fcf316b-b556-4f40-b1e8-06d60caf181b), ShapeRef(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432), ShapeRef(_:f2757f4a-b4d4-47c6-b041-396371d74a84), ShapeRef(_:3f0d38c2-2fca-4432-b5be-c16a50f201f3), ShapeRef(_:6e90ac97-5f89-4c05-b490-611d8e23e849), ShapeRef(_:7da55277-6f9c-4139-9dac-c3da74466b75), ShapeRef(_:a5bc0e2d-3c9d-473f-bced-bb63416217df), ShapeRef(_:633e116e-82cf-4195-ae93-82f0fb1923fe)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5fcf316b-b556-4f40-b1e8-06d60caf181b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:7da55277-6f9c-4139-9dac-c3da74466b75,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:f2757f4a-b4d4-47c6-b041-396371d74a84,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:255c1fe9-cdbb-434e-a88d-5171ebe1a432,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:633e116e-82cf-4195-ae93-82f0fb1923fe = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:633e116e-82cf-4195-ae93-82f0fb1923fe = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:633e116e-82cf-4195-ae93-82f0fb1923fe: 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a5bc0e2d-3c9d-473f-bced-bb63416217df = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a5bc0e2d-3c9d-473f-bced-bb63416217df = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a5bc0e2d-3c9d-473f-bced-bb63416217df: 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7da55277-6f9c-4139-9dac-c3da74466b75 = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7da55277-6f9c-4139-9dac-c3da74466b75 = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7da55277-6f9c-4139-9dac-c3da74466b75: 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e90ac97-5f89-4c05-b490-611d8e23e849 = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e90ac97-5f89-4c05-b490-611d8e23e849 = 
15:41:52.016 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e90ac97-5f89-4c05-b490-611d8e23e849: 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3f0d38c2-2fca-4432-b5be-c16a50f201f3 = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3f0d38c2-2fca-4432-b5be-c16a50f201f3 = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3f0d38c2-2fca-4432-b5be-c16a50f201f3: 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f2757f4a-b4d4-47c6-b041-396371d74a84 = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f2757f4a-b4d4-47c6-b041-396371d74a84 = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f2757f4a-b4d4-47c6-b041-396371d74a84: 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:255c1fe9-cdbb-434e-a88d-5171ebe1a432 = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:255c1fe9-cdbb-434e-a88d-5171ebe1a432 = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:255c1fe9-cdbb-434e-a88d-5171ebe1a432: 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5fcf316b-b556-4f40-b1e8-06d60caf181b = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5fcf316b-b556-4f40-b1e8-06d60caf181b = 
15:41:52.017 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5fcf316b-b556-4f40-b1e8-06d60caf181b: 
15:41:52.018 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:52.029 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1d99f6f8-4322-4003-b0b6-c8e1f8c6beb3 @rdf:rest 339c726e-a7b8-4cb6-b3e0-de33f6ae40c9; 1d99f6f8-4322-4003-b0b6-c8e1f8c6beb3 @rdf:first "A"; 89ad038f-44b8-4063-9a27-0c4720999a12 @sh:path http://www.sampledomain.org/sam#integerProperty3; 89ad038f-44b8-4063-9a27-0c4720999a12 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 89ad038f-44b8-4063-9a27-0c4720999a12 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 89ad038f-44b8-4063-9a27-0c4720999a12 @rdf:type sh:Property; 2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f @sh:path http://www.sampledomain.org/sam#aSetOfDates; 2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f @rdf:type sh:Property; 938dfaba-c39f-4c11-ad19-91c6f486fc03 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 938dfaba-c39f-4c11-ad19-91c6f486fc03 @sh:in 1d99f6f8-4322-4003-b0b6-c8e1f8c6beb3; 938dfaba-c39f-4c11-ad19-91c6f486fc03 @rdf:type sh:Property; 339c726e-a7b8-4cb6-b3e0-de33f6ae40c9 @rdf:rest d9055c8c-6da8-4704-8481-a7ca97134678; 339c726e-a7b8-4cb6-b3e0-de33f6ae40c9 @rdf:first "B"; d6e0e961-0ffc-4b7d-929e-60319fcf0d2d @sh:path http://www.sampledomain.org/sam#anIntegerProperty; d6e0e961-0ffc-4b7d-929e-60319fcf0d2d @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [1d99f6f8-4322-4003-b0b6-c8e1f8c6beb3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 339c726e-a7b8-4cb6-b3e0-de33f6ae40c9] [1d99f6f8-4322-4003-b0b6-c8e1f8c6beb3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [89ad038f-44b8-4063-9a27-0c4720999a12, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [89ad038f-44b8-4063-9a27-0c4720999a12, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [89ad038f-44b8-4063-9a27-0c4720999a12, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [89ad038f-44b8-4063-9a27-0c4720999a12, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [938dfaba-c39f-4c11-ad19-91c6f486fc03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [938dfaba-c39f-4c11-ad19-91c6f486fc03, http://www.w3.org/ns/shacl#in, 1d99f6f8-4322-4003-b0b6-c8e1f8c6beb3] [938dfaba-c39f-4c11-ad19-91c6f486fc03, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [339c726e-a7b8-4cb6-b3e0-de33f6ae40c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d9055c8c-6da8-4704-8481-a7ca97134678] [339c726e-a7b8-4cb6-b3e0-de33f6ae40c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d6e0e961-0ffc-4b7d-929e-60319fcf0d2d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bbd58abe-46cc-494a-8be5-95aed92c680d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [33828969-6524-4b81-8f85-7f88b7fe6bbe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [33828969-6524-4b81-8f85-7f88b7fe6bbe, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [33828969-6524-4b81-8f85-7f88b7fe6bbe, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [33828969-6524-4b81-8f85-7f88b7fe6bbe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#pattern, "^B"] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [11b9a20f-49a9-4a26-9567-95cc3f1ecf10, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d9055c8c-6da8-4704-8481-a7ca97134678, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [d9055c8c-6da8-4704-8481-a7ca97134678, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [5807bd4b-97c3-49b2-8b96-7753cdd48127, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [5807bd4b-97c3-49b2-8b96-7753cdd48127, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [5807bd4b-97c3-49b2-8b96-7753cdd48127, 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, d6e0e961-0ffc-4b7d-929e-60319fcf0d2d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 33828969-6524-4b81-8f85-7f88b7fe6bbe] [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, 938dfaba-c39f-4c11-ad19-91c6f486fc03] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 11b9a20f-49a9-4a26-9567-95cc3f1ecf10] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bbd58abe-46cc-494a-8be5-95aed92c680d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 89ad038f-44b8-4063-9a27-0c4720999a12] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5807bd4b-97c3-49b2-8b96-7753cdd48127]>
15:41:52.030 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.030 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.031 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:33828969-6524-4b81-8f85-7f88b7fe6bbe,_:bbd58abe-46cc-494a-8be5-95aed92c680d,_:89ad038f-44b8-4063-9a27-0c4720999a12,_:938dfaba-c39f-4c11-ad19-91c6f486fc03,_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,_:5807bd4b-97c3-49b2-8b96-7753cdd48127,_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10. Pending nodes: 
15:41:52.032 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:33828969-6524-4b81-8f85-7f88b7fe6bbe
15:41:52.032 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bbd58abe-46cc-494a-8be5-95aed92c680d
15:41:52.033 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:89ad038f-44b8-4063-9a27-0c4720999a12
15:41:52.034 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:938dfaba-c39f-4c11-ad19-91c6f486fc03
15:41:52.034 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f
15:41:52.035 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5807bd4b-97c3-49b2-8b96-7753cdd48127
15:41:52.035 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d
15:41:52.036 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11b9a20f-49a9-4a26-9567-95cc3f1ecf10
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11b9a20f-49a9-4a26-9567-95cc3f1ecf10
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5807bd4b-97c3-49b2-8b96-7753cdd48127
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:938dfaba-c39f-4c11-ad19-91c6f486fc03
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:89ad038f-44b8-4063-9a27-0c4720999a12
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bbd58abe-46cc-494a-8be5-95aed92c680d
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:33828969-6524-4b81-8f85-7f88b7fe6bbe
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:33828969-6524-4b81-8f85-7f88b7fe6bbe,_:bbd58abe-46cc-494a-8be5-95aed92c680d,_:89ad038f-44b8-4063-9a27-0c4720999a12,_:938dfaba-c39f-4c11-ad19-91c6f486fc03,_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,_:5807bd4b-97c3-49b2-8b96-7753cdd48127,_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:33828969-6524-4b81-8f85-7f88b7fe6bbe)
15:41:52.037 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bbd58abe-46cc-494a-8be5-95aed92c680d)
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89ad038f-44b8-4063-9a27-0c4720999a12)
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:938dfaba-c39f-4c11-ad19-91c6f486fc03)
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f)
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5807bd4b-97c3-49b2-8b96-7753cdd48127)
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d)
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)
15:41:52.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.038 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:33828969-6524-4b81-8f85-7f88b7fe6bbe=ShapeTyping(TypingMap(Map()))
15:41:52.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.038 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bbd58abe-46cc-494a-8be5-95aed92c680d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.039 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bbd58abe-46cc-494a-8be5-95aed92c680d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bbd58abe-46cc-494a-8be5-95aed92c680d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:89ad038f-44b8-4063-9a27-0c4720999a12=ShapeTyping(TypingMap(Map()))
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:938dfaba-c39f-4c11-ad19-91c6f486fc03=ShapeTyping(TypingMap(Map()))
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.040 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.02Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.041 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5807bd4b-97c3-49b2-8b96-7753cdd48127=ShapeTyping(TypingMap(Map()))
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.041 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.042 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.043 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.043 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.043 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.043 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.043 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.043 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.094 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10,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"))))))))
15:41:52.095 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:33828969-6524-4b81-8f85-7f88b7fe6bbe,_:bbd58abe-46cc-494a-8be5-95aed92c680d,_:89ad038f-44b8-4063-9a27-0c4720999a12,_:938dfaba-c39f-4c11-ad19-91c6f486fc03,_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,_:5807bd4b-97c3-49b2-8b96-7753cdd48127,_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10,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(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:bbd58abe-46cc-494a-8be5-95aed92c680d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.095 [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(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10,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(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:bbd58abe-46cc-494a-8be5-95aed92c680d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.096 [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(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10,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(_:33828969-6524-4b81-8f85-7f88b7fe6bbe), ShapeRef(_:bbd58abe-46cc-494a-8be5-95aed92c680d), ShapeRef(_:89ad038f-44b8-4063-9a27-0c4720999a12), ShapeRef(_:938dfaba-c39f-4c11-ad19-91c6f486fc03), ShapeRef(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f), ShapeRef(_:5807bd4b-97c3-49b2-8b96-7753cdd48127), ShapeRef(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d), ShapeRef(_:11b9a20f-49a9-4a26-9567-95cc3f1ecf10)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:bbd58abe-46cc-494a-8be5-95aed92c680d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11b9a20f-49a9-4a26-9567-95cc3f1ecf10 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11b9a20f-49a9-4a26-9567-95cc3f1ecf10 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11b9a20f-49a9-4a26-9567-95cc3f1ecf10: 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d6e0e961-0ffc-4b7d-929e-60319fcf0d2d: 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5807bd4b-97c3-49b2-8b96-7753cdd48127 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5807bd4b-97c3-49b2-8b96-7753cdd48127 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5807bd4b-97c3-49b2-8b96-7753cdd48127: 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2d5f15c7-d8e9-48bb-90a7-b5d5c3598a4f: 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:938dfaba-c39f-4c11-ad19-91c6f486fc03 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:938dfaba-c39f-4c11-ad19-91c6f486fc03 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:938dfaba-c39f-4c11-ad19-91c6f486fc03: 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:89ad038f-44b8-4063-9a27-0c4720999a12 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:89ad038f-44b8-4063-9a27-0c4720999a12 = 
15:41:52.096 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:89ad038f-44b8-4063-9a27-0c4720999a12: 
15:41:52.097 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bbd58abe-46cc-494a-8be5-95aed92c680d = 
15:41:52.097 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bbd58abe-46cc-494a-8be5-95aed92c680d = 
15:41:52.097 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bbd58abe-46cc-494a-8be5-95aed92c680d: 
15:41:52.097 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:33828969-6524-4b81-8f85-7f88b7fe6bbe = 
15:41:52.097 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:33828969-6524-4b81-8f85-7f88b7fe6bbe = 
15:41:52.097 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:33828969-6524-4b81-8f85-7f88b7fe6bbe: 
15:41:52.098 [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
               ]
] .

15:41:52.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  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.166 sec
Running org.eclipse.lyo.validation.ShaclMaxExclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:52.114 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {dcbc9c2b-092f-475c-9e89-422cf813c5f0 @sh:path http://www.sampledomain.org/sam#integerProperty2; dcbc9c2b-092f-475c-9e89-422cf813c5f0 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; dcbc9c2b-092f-475c-9e89-422cf813c5f0 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; dcbc9c2b-092f-475c-9e89-422cf813c5f0 @rdf:type sh:Property; da07e69c-f861-44a5-a8ab-dd2a5b546c7f @sh:path http://www.sampledomain.org/sam#aSetOfDates; da07e69c-f861-44a5-a8ab-dd2a5b546c7f @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; da07e69c-f861-44a5-a8ab-dd2a5b546c7f @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; da07e69c-f861-44a5-a8ab-dd2a5b546c7f @rdf:type sh:Property; 64a2ae47-9778-446c-94df-dd7ae261e1ef @rdf:rest 6993ed28-0ebd-4047-a517-dbe8bf4ee257; 64a2ae47-9778-446c-94df-dd7ae261e1ef @rdf:first "A"; 8d31db0b-b1dd-4951-8116-9449404a0a08 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 8d31db0b-b1dd-4951-8116-9449404a0a08 @sh:in 64a2ae47-9778-446c-94df-dd7ae261e1ef; 8d31db0b-b1dd-4951-8116-9449404a0a08 @rdf:type sh:Property; 27a374b4-dedd-4bc6-b6f6-819096de7b8e @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 27a374b4-dedd-4bc6-b6f6-819096de7b8e @sh:class http://www.sampledomain.org/sam#AnotherResource; 27a374b4-dedd-4bc6-b6f6-819096de7b8e @rdf:type sh:Property; 11c8a089-5408-46f5-903b-9b87004fc858 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty...} |  [dcbc9c2b-092f-475c-9e89-422cf813c5f0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [dcbc9c2b-092f-475c-9e89-422cf813c5f0, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [dcbc9c2b-092f-475c-9e89-422cf813c5f0, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [dcbc9c2b-092f-475c-9e89-422cf813c5f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [da07e69c-f861-44a5-a8ab-dd2a5b546c7f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [da07e69c-f861-44a5-a8ab-dd2a5b546c7f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [da07e69c-f861-44a5-a8ab-dd2a5b546c7f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [da07e69c-f861-44a5-a8ab-dd2a5b546c7f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [64a2ae47-9778-446c-94df-dd7ae261e1ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6993ed28-0ebd-4047-a517-dbe8bf4ee257] [64a2ae47-9778-446c-94df-dd7ae261e1ef, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [8d31db0b-b1dd-4951-8116-9449404a0a08, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [8d31db0b-b1dd-4951-8116-9449404a0a08, http://www.w3.org/ns/shacl#in, 64a2ae47-9778-446c-94df-dd7ae261e1ef] [8d31db0b-b1dd-4951-8116-9449404a0a08, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [27a374b4-dedd-4bc6-b6f6-819096de7b8e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [27a374b4-dedd-4bc6-b6f6-819096de7b8e, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [27a374b4-dedd-4bc6-b6f6-819096de7b8e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [11c8a089-5408-46f5-903b-9b87004fc858, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6993ed28-0ebd-4047-a517-dbe8bf4ee257, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 6c706f70-439b-4a56-ad91-1442bcd798fa] [6993ed28-0ebd-4047-a517-dbe8bf4ee257, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [11560d90-fe5e-48f7-a3df-c4ef304af02b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [11560d90-fe5e-48f7-a3df-c4ef304af02b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [11560d90-fe5e-48f7-a3df-c4ef304af02b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [11560d90-fe5e-48f7-a3df-c4ef304af02b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#pattern, "^B"] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [fd7458bb-05ba-41a6-a0a1-4ad8098f745b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6c706f70-439b-4a56-ad91-1442bcd798fa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [6c706f70-439b-4a56-ad91-1442bcd798fa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [e044fcf7-8f63-4980-a81f-ff3c458f773f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e044fcf7-8f63-4980-a81f-ff3c458f773f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e044fcf7-8f63-4980-a81f-ff3c458f773f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e044fcf7-8f63-4980-a81f-ff3c458f773f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e044fcf7-8f63-4980-a81f-ff3c458f773f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e044fcf7-8f63-4980-a81f-ff3c458f773f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e044fcf7-8f63-4980-a81f-ff3c458f773f, 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, 8d31db0b-b1dd-4951-8116-9449404a0a08] [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, 11560d90-fe5e-48f7-a3df-c4ef304af02b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dcbc9c2b-092f-475c-9e89-422cf813c5f0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e044fcf7-8f63-4980-a81f-ff3c458f773f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 11c8a089-5408-46f5-903b-9b87004fc858] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 27a374b4-dedd-4bc6-b6f6-819096de7b8e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fd7458bb-05ba-41a6-a0a1-4ad8098f745b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, da07e69c-f861-44a5-a8ab-dd2a5b546c7f]>
15:41:52.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.116 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,_:8d31db0b-b1dd-4951-8116-9449404a0a08,_:e044fcf7-8f63-4980-a81f-ff3c458f773f,_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,_:27a374b4-dedd-4bc6-b6f6-819096de7b8e,_:11c8a089-5408-46f5-903b-9b87004fc858,_:11560d90-fe5e-48f7-a3df-c4ef304af02b. Pending nodes: 
15:41:52.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b
15:41:52.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8d31db0b-b1dd-4951-8116-9449404a0a08
15:41:52.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e044fcf7-8f63-4980-a81f-ff3c458f773f
15:41:52.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da07e69c-f861-44a5-a8ab-dd2a5b546c7f
15:41:52.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dcbc9c2b-092f-475c-9e89-422cf813c5f0
15:41:52.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:27a374b4-dedd-4bc6-b6f6-819096de7b8e
15:41:52.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11c8a089-5408-46f5-903b-9b87004fc858
15:41:52.122 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11560d90-fe5e-48f7-a3df-c4ef304af02b
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11560d90-fe5e-48f7-a3df-c4ef304af02b
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11c8a089-5408-46f5-903b-9b87004fc858
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:27a374b4-dedd-4bc6-b6f6-819096de7b8e
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dcbc9c2b-092f-475c-9e89-422cf813c5f0
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da07e69c-f861-44a5-a8ab-dd2a5b546c7f
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e044fcf7-8f63-4980-a81f-ff3c458f773f
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8d31db0b-b1dd-4951-8116-9449404a0a08
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,_:8d31db0b-b1dd-4951-8116-9449404a0a08,_:e044fcf7-8f63-4980-a81f-ff3c458f773f,_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,_:27a374b4-dedd-4bc6-b6f6-819096de7b8e,_:11c8a089-5408-46f5-903b-9b87004fc858,_:11560d90-fe5e-48f7-a3df-c4ef304af02b)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d31db0b-b1dd-4951-8116-9449404a0a08)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e044fcf7-8f63-4980-a81f-ff3c458f773f)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcbc9c2b-092f-475c-9e89-422cf813c5f0)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27a374b4-dedd-4bc6-b6f6-819096de7b8e)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11c8a089-5408-46f5-903b-9b87004fc858)
15:41:52.123 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11560d90-fe5e-48f7-a3df-c4ef304af02b)
15:41:52.123 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.123 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.124 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.125 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8d31db0b-b1dd-4951-8116-9449404a0a08=ShapeTyping(TypingMap(Map()))
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.125 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e044fcf7-8f63-4980-a81f-ff3c458f773f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e044fcf7-8f63-4980-a81f-ff3c458f773f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e044fcf7-8f63-4980-a81f-ff3c458f773f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.127 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.101Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.127 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcbc9c2b-092f-475c-9e89-422cf813c5f0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,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))))))))
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:27a374b4-dedd-4bc6-b6f6-819096de7b8e=ShapeTyping(TypingMap(Map()))
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:11c8a089-5408-46f5-903b-9b87004fc858],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11c8a089-5408-46f5-903b-9b87004fc858=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:11c8a089-5408-46f5-903b-9b87004fc858,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.130 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11560d90-fe5e-48f7-a3df-c4ef304af02b=ShapeTyping(TypingMap(Map()))
15:41:52.130 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,_:8d31db0b-b1dd-4951-8116-9449404a0a08,_:e044fcf7-8f63-4980-a81f-ff3c458f773f,_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,_:27a374b4-dedd-4bc6-b6f6-819096de7b8e,_:11c8a089-5408-46f5-903b-9b87004fc858,_:11560d90-fe5e-48f7-a3df-c4ef304af02b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:e044fcf7-8f63-4980-a81f-ff3c458f773f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:11c8a089-5408-46f5-903b-9b87004fc858,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,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))))))))
15:41:52.130 [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(_:e044fcf7-8f63-4980-a81f-ff3c458f773f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:11c8a089-5408-46f5-903b-9b87004fc858,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,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))))))))
15:41:52.130 [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(_:e044fcf7-8f63-4980-a81f-ff3c458f773f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b), ShapeRef(_:8d31db0b-b1dd-4951-8116-9449404a0a08), ShapeRef(_:e044fcf7-8f63-4980-a81f-ff3c458f773f), ShapeRef(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f), ShapeRef(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0), ShapeRef(_:27a374b4-dedd-4bc6-b6f6-819096de7b8e), ShapeRef(_:11c8a089-5408-46f5-903b-9b87004fc858), ShapeRef(_:11560d90-fe5e-48f7-a3df-c4ef304af02b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:fd7458bb-05ba-41a6-a0a1-4ad8098f745b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:11c8a089-5408-46f5-903b-9b87004fc858,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:da07e69c-f861-44a5-a8ab-dd2a5b546c7f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:dcbc9c2b-092f-475c-9e89-422cf813c5f0,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))))))))
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11560d90-fe5e-48f7-a3df-c4ef304af02b = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11560d90-fe5e-48f7-a3df-c4ef304af02b = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11560d90-fe5e-48f7-a3df-c4ef304af02b: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11c8a089-5408-46f5-903b-9b87004fc858 = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11c8a089-5408-46f5-903b-9b87004fc858 = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11c8a089-5408-46f5-903b-9b87004fc858: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:27a374b4-dedd-4bc6-b6f6-819096de7b8e = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:27a374b4-dedd-4bc6-b6f6-819096de7b8e = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:27a374b4-dedd-4bc6-b6f6-819096de7b8e: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dcbc9c2b-092f-475c-9e89-422cf813c5f0 = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dcbc9c2b-092f-475c-9e89-422cf813c5f0 = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dcbc9c2b-092f-475c-9e89-422cf813c5f0: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da07e69c-f861-44a5-a8ab-dd2a5b546c7f = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da07e69c-f861-44a5-a8ab-dd2a5b546c7f = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da07e69c-f861-44a5-a8ab-dd2a5b546c7f: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e044fcf7-8f63-4980-a81f-ff3c458f773f = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e044fcf7-8f63-4980-a81f-ff3c458f773f = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e044fcf7-8f63-4980-a81f-ff3c458f773f: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8d31db0b-b1dd-4951-8116-9449404a0a08 = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8d31db0b-b1dd-4951-8116-9449404a0a08 = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8d31db0b-b1dd-4951-8116-9449404a0a08: 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b = 
15:41:52.131 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fd7458bb-05ba-41a6-a0a1-4ad8098f745b: 
15:41:52.132 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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> .
15:41:52.200 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6cd81441-8581-44c2-9154-5b9da629e71b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 6cd81441-8581-44c2-9154-5b9da629e71b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6cd81441-8581-44c2-9154-5b9da629e71b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6cd81441-8581-44c2-9154-5b9da629e71b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6cd81441-8581-44c2-9154-5b9da629e71b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6cd81441-8581-44c2-9154-5b9da629e71b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6cd81441-8581-44c2-9154-5b9da629e71b @rdf:type sh:Property; fcff6077-d62a-49e9-a33c-64d35cde64a5 @rdf:rest 1906825f-a9d9-45d9-97c0-5760c0a5003b; fcff6077-d62a-49e9-a33c-64d35cde64a5 @rdf:first "A"; ba7e4d0a-4180-446b-a02b-72647a7d1a97 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; ba7e4d0a-4180-446b-a02b-72647a7d1a97 @sh:class http://www.sampledomain.org/sam#AnotherResource; ba7e4d0a-4180-446b-a02b-72647a7d1a97 @rdf:type sh:Property; cc243af8-5535-4a4d-be20-b173b5052b03 @sh:path http://www.sampledomain.org/sam#aStringProperty; cc243af8-5535-4a4d-be20-b173b5052b03 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cc243af8-5535-4a4d-be20-b173b5052b03 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; cc243af8-5535-4a4d-be20-b173b5052b03 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; cc243af8-5535-4a4d-be20-b173b5052b03 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6cd81441-8581-44c2-9154-5b9da629e71b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fcff6077-d62a-49e9-a33c-64d35cde64a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1906825f-a9d9-45d9-97c0-5760c0a5003b] [fcff6077-d62a-49e9-a33c-64d35cde64a5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ba7e4d0a-4180-446b-a02b-72647a7d1a97, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [ba7e4d0a-4180-446b-a02b-72647a7d1a97, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [ba7e4d0a-4180-446b-a02b-72647a7d1a97, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#pattern, "^B"] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [cc243af8-5535-4a4d-be20-b173b5052b03, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [00097e03-95ad-4ae2-98f3-77d2f4f443b8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [00097e03-95ad-4ae2-98f3-77d2f4f443b8, http://www.w3.org/ns/shacl#in, fcff6077-d62a-49e9-a33c-64d35cde64a5] [00097e03-95ad-4ae2-98f3-77d2f4f443b8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34582e5a-c8b3-4b44-9869-283c67eb4418, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [34582e5a-c8b3-4b44-9869-283c67eb4418, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [34582e5a-c8b3-4b44-9869-283c67eb4418, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [34582e5a-c8b3-4b44-9869-283c67eb4418, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [91e9d195-944c-4d1d-a3f9-0e545212b13b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [91e9d195-944c-4d1d-a3f9-0e545212b13b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [86173310-dde7-43d2-b370-ac6e2180fe15, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [86173310-dde7-43d2-b370-ac6e2180fe15, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [86173310-dde7-43d2-b370-ac6e2180fe15, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [86173310-dde7-43d2-b370-ac6e2180fe15, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [548b05fd-958c-46df-b670-9079e61f3973, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [548b05fd-958c-46df-b670-9079e61f3973, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [548b05fd-958c-46df-b670-9079e61f3973, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [548b05fd-958c-46df-b670-9079e61f3973, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1906825f-a9d9-45d9-97c0-5760c0a5003b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 91e9d195-944c-4d1d-a3f9-0e545212b13b] [1906825f-a9d9-45d9-97c0-5760c0a5003b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [204fc4d4-2d0e-4fbb-9d45-fb81b8518f70, 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, 34582e5a-c8b3-4b44-9869-283c67eb4418] [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, 6cd81441-8581-44c2-9154-5b9da629e71b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 00097e03-95ad-4ae2-98f3-77d2f4f443b8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 86173310-dde7-43d2-b370-ac6e2180fe15] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba7e4d0a-4180-446b-a02b-72647a7d1a97] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cc243af8-5535-4a4d-be20-b173b5052b03] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 548b05fd-958c-46df-b670-9079e61f3973] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 204fc4d4-2d0e-4fbb-9d45-fb81b8518f70]>
15:41:52.201 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.202 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.203 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,_:548b05fd-958c-46df-b670-9079e61f3973,_:6cd81441-8581-44c2-9154-5b9da629e71b,_:cc243af8-5535-4a4d-be20-b173b5052b03,_:34582e5a-c8b3-4b44-9869-283c67eb4418,_:ba7e4d0a-4180-446b-a02b-72647a7d1a97,_:86173310-dde7-43d2-b370-ac6e2180fe15,_:00097e03-95ad-4ae2-98f3-77d2f4f443b8. Pending nodes: 
15:41:52.203 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70
15:41:52.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:548b05fd-958c-46df-b670-9079e61f3973
15:41:52.204 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6cd81441-8581-44c2-9154-5b9da629e71b
15:41:52.205 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cc243af8-5535-4a4d-be20-b173b5052b03
15:41:52.206 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:34582e5a-c8b3-4b44-9869-283c67eb4418
15:41:52.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba7e4d0a-4180-446b-a02b-72647a7d1a97
15:41:52.207 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:86173310-dde7-43d2-b370-ac6e2180fe15
15:41:52.208 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:00097e03-95ad-4ae2-98f3-77d2f4f443b8
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:00097e03-95ad-4ae2-98f3-77d2f4f443b8
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:86173310-dde7-43d2-b370-ac6e2180fe15
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba7e4d0a-4180-446b-a02b-72647a7d1a97
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:34582e5a-c8b3-4b44-9869-283c67eb4418
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cc243af8-5535-4a4d-be20-b173b5052b03
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6cd81441-8581-44c2-9154-5b9da629e71b
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:548b05fd-958c-46df-b670-9079e61f3973
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:00097e03-95ad-4ae2-98f3-77d2f4f443b8 = 
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:00097e03-95ad-4ae2-98f3-77d2f4f443b8 = 
15:41:52.208 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:00097e03-95ad-4ae2-98f3-77d2f4f443b8: 
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,_:548b05fd-958c-46df-b670-9079e61f3973,_:6cd81441-8581-44c2-9154-5b9da629e71b,_:cc243af8-5535-4a4d-be20-b173b5052b03,_:34582e5a-c8b3-4b44-9869-283c67eb4418,_:ba7e4d0a-4180-446b-a02b-72647a7d1a97,_:86173310-dde7-43d2-b370-ac6e2180fe15,_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:548b05fd-958c-46df-b670-9079e61f3973)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6cd81441-8581-44c2-9154-5b9da629e71b)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cc243af8-5535-4a4d-be20-b173b5052b03)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34582e5a-c8b3-4b44-9869-283c67eb4418)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba7e4d0a-4180-446b-a02b-72647a7d1a97)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:86173310-dde7-43d2-b370-ac6e2180fe15)
15:41:52.209 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)
15:41:52.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.209 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.210 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.211 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:548b05fd-958c-46df-b670-9079e61f3973=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:548b05fd-958c-46df-b670-9079e61f3973,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"))))))))
15:41:52.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.211 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6cd81441-8581-44c2-9154-5b9da629e71b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.212 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.213 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6cd81441-8581-44c2-9154-5b9da629e71b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6cd81441-8581-44c2-9154-5b9da629e71b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.213 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.214 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:cc243af8-5535-4a4d-be20-b173b5052b03],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.214 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cc243af8-5535-4a4d-be20-b173b5052b03=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cc243af8-5535-4a4d-be20-b173b5052b03,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.215 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.215 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.134Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:34582e5a-c8b3-4b44-9869-283c67eb4418],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.216 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:34582e5a-c8b3-4b44-9869-283c67eb4418=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:34582e5a-c8b3-4b44-9869-283c67eb4418,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.216 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba7e4d0a-4180-446b-a02b-72647a7d1a97=ShapeTyping(TypingMap(Map()))
15:41:52.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:86173310-dde7-43d2-b370-ac6e2180fe15=ShapeTyping(TypingMap(Map()))
15:41:52.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.217 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:00097e03-95ad-4ae2-98f3-77d2f4f443b8=ShapeTyping(TypingMap(Map()))
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,_:548b05fd-958c-46df-b670-9079e61f3973,_:6cd81441-8581-44c2-9154-5b9da629e71b,_:cc243af8-5535-4a4d-be20-b173b5052b03,_:34582e5a-c8b3-4b44-9869-283c67eb4418,_:ba7e4d0a-4180-446b-a02b-72647a7d1a97,_:86173310-dde7-43d2-b370-ac6e2180fe15,_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6cd81441-8581-44c2-9154-5b9da629e71b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:34582e5a-c8b3-4b44-9869-283c67eb4418,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:548b05fd-958c-46df-b670-9079e61f3973,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(_:cc243af8-5535-4a4d-be20-b173b5052b03,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.218 [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(_:6cd81441-8581-44c2-9154-5b9da629e71b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:34582e5a-c8b3-4b44-9869-283c67eb4418,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:548b05fd-958c-46df-b670-9079e61f3973,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(_:cc243af8-5535-4a4d-be20-b173b5052b03,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.218 [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(_:6cd81441-8581-44c2-9154-5b9da629e71b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:34582e5a-c8b3-4b44-9869-283c67eb4418,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70), ShapeRef(_:548b05fd-958c-46df-b670-9079e61f3973), ShapeRef(_:6cd81441-8581-44c2-9154-5b9da629e71b), ShapeRef(_:cc243af8-5535-4a4d-be20-b173b5052b03), ShapeRef(_:34582e5a-c8b3-4b44-9869-283c67eb4418), ShapeRef(_:ba7e4d0a-4180-446b-a02b-72647a7d1a97), ShapeRef(_:86173310-dde7-43d2-b370-ac6e2180fe15), ShapeRef(_:00097e03-95ad-4ae2-98f3-77d2f4f443b8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:548b05fd-958c-46df-b670-9079e61f3973,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(_:cc243af8-5535-4a4d-be20-b173b5052b03,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:86173310-dde7-43d2-b370-ac6e2180fe15 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:86173310-dde7-43d2-b370-ac6e2180fe15 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:86173310-dde7-43d2-b370-ac6e2180fe15: 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba7e4d0a-4180-446b-a02b-72647a7d1a97 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba7e4d0a-4180-446b-a02b-72647a7d1a97 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba7e4d0a-4180-446b-a02b-72647a7d1a97: 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:34582e5a-c8b3-4b44-9869-283c67eb4418 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:34582e5a-c8b3-4b44-9869-283c67eb4418 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:34582e5a-c8b3-4b44-9869-283c67eb4418: 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cc243af8-5535-4a4d-be20-b173b5052b03 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cc243af8-5535-4a4d-be20-b173b5052b03 = 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cc243af8-5535-4a4d-be20-b173b5052b03: 
15:41:52.218 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6cd81441-8581-44c2-9154-5b9da629e71b = 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6cd81441-8581-44c2-9154-5b9da629e71b = 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6cd81441-8581-44c2-9154-5b9da629e71b: 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:548b05fd-958c-46df-b670-9079e61f3973 = 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:548b05fd-958c-46df-b670-9079e61f3973 = 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:548b05fd-958c-46df-b670-9079e61f3973: 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70 = 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70 = 
15:41:52.219 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:204fc4d4-2d0e-4fbb-9d45-fb81b8518f70: 
15:41:52.220 [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
               ]
] .

15:41:52.221 [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.12 sec
Running org.eclipse.lyo.validation.ShaclMinCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:52.229 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:path http://www.sampledomain.org/sam#aStringProperty; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:pattern "^B"; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @sh:description "a Simple Single String Property"; 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f @rdf:type sh:Property; a0942fcf-3f0d-4216-a695-a11627b4fb17 @sh:path http://www.sampledomain.org/sam#integerProperty2; a0942fcf-3f0d-4216-a695-a11627b4fb17 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; a0942fcf-3f0d-4216-a695-a11627b4fb17 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; a0942fcf-3f0d-4216-a695-a11627b4fb17 @rdf:type sh:Property; 867c8fe8-f43a-4e9a-b37b-9310912d52fa @sh:path http://www.sampledomain.org/sam#integerProperty3; 867c8fe8-f43a-4e9a-b37b-9310912d52fa @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 867c8fe8-f43a-4e9a-b37b-9310912d52fa @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 867c8fe8-f43a-4e9a-b37b-9310912d52fa @rdf:type sh:Property; 1f83287f-457a-41ed-9aa3-646c972dec12 @sh:path http://www.sampledomain.org/sam#aSetOfDates...} |  [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#pattern, "^B"] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5e3645ab-0cb1-400e-8ab2-cd88c22fc17f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0942fcf-3f0d-4216-a695-a11627b4fb17, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a0942fcf-3f0d-4216-a695-a11627b4fb17, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a0942fcf-3f0d-4216-a695-a11627b4fb17, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a0942fcf-3f0d-4216-a695-a11627b4fb17, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [867c8fe8-f43a-4e9a-b37b-9310912d52fa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [867c8fe8-f43a-4e9a-b37b-9310912d52fa, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [867c8fe8-f43a-4e9a-b37b-9310912d52fa, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [867c8fe8-f43a-4e9a-b37b-9310912d52fa, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1f83287f-457a-41ed-9aa3-646c972dec12, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [1f83287f-457a-41ed-9aa3-646c972dec12, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1f83287f-457a-41ed-9aa3-646c972dec12, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1f83287f-457a-41ed-9aa3-646c972dec12, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a8b6c9c8-5920-4914-b6ba-d5b352c7413a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [76e37fdb-6123-46a8-8552-f5724f44370f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 53fc8d39-481d-4b87-a734-1bb7dc2d9283] [76e37fdb-6123-46a8-8552-f5724f44370f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [53fc8d39-481d-4b87-a734-1bb7dc2d9283, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [53fc8d39-481d-4b87-a734-1bb7dc2d9283, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [3edf2754-ed27-4b8f-985a-c54354a6ba8f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [3edf2754-ed27-4b8f-985a-c54354a6ba8f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [3edf2754-ed27-4b8f-985a-c54354a6ba8f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ef70346d-c700-4db4-a0d9-3cd8e3ae3a16, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [91ab647b-1038-4dfd-a550-0ff5b6202222, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 76e37fdb-6123-46a8-8552-f5724f44370f] [91ab647b-1038-4dfd-a550-0ff5b6202222, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [95a08c90-2ce8-435a-aed1-b9f4decadef2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [95a08c90-2ce8-435a-aed1-b9f4decadef2, http://www.w3.org/ns/shacl#in, 91ab647b-1038-4dfd-a550-0ff5b6202222] [95a08c90-2ce8-435a-aed1-b9f4decadef2, 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, a0942fcf-3f0d-4216-a695-a11627b4fb17] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5e3645ab-0cb1-400e-8ab2-cd88c22fc17f] [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, 95a08c90-2ce8-435a-aed1-b9f4decadef2] [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, 867c8fe8-f43a-4e9a-b37b-9310912d52fa] [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, ef70346d-c700-4db4-a0d9-3cd8e3ae3a16] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3edf2754-ed27-4b8f-985a-c54354a6ba8f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1f83287f-457a-41ed-9aa3-646c972dec12] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a8b6c9c8-5920-4914-b6ba-d5b352c7413a]>
15:41:52.230 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.230 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.231 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:867c8fe8-f43a-4e9a-b37b-9310912d52fa,_:a0942fcf-3f0d-4216-a695-a11627b4fb17,_:3edf2754-ed27-4b8f-985a-c54354a6ba8f,_:1f83287f-457a-41ed-9aa3-646c972dec12,_:95a08c90-2ce8-435a-aed1-b9f4decadef2,_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16. Pending nodes: 
15:41:52.231 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:867c8fe8-f43a-4e9a-b37b-9310912d52fa
15:41:52.232 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a0942fcf-3f0d-4216-a695-a11627b4fb17
15:41:52.232 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3edf2754-ed27-4b8f-985a-c54354a6ba8f
15:41:52.232 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1f83287f-457a-41ed-9aa3-646c972dec12
15:41:52.233 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:95a08c90-2ce8-435a-aed1-b9f4decadef2
15:41:52.233 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f
15:41:52.234 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a8b6c9c8-5920-4914-b6ba-d5b352c7413a
15:41:52.234 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a8b6c9c8-5920-4914-b6ba-d5b352c7413a
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:95a08c90-2ce8-435a-aed1-b9f4decadef2
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1f83287f-457a-41ed-9aa3-646c972dec12
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3edf2754-ed27-4b8f-985a-c54354a6ba8f
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a0942fcf-3f0d-4216-a695-a11627b4fb17
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:867c8fe8-f43a-4e9a-b37b-9310912d52fa
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16 = 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16 = 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16: 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a8b6c9c8-5920-4914-b6ba-d5b352c7413a = 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a8b6c9c8-5920-4914-b6ba-d5b352c7413a = 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a8b6c9c8-5920-4914-b6ba-d5b352c7413a: 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.235 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:867c8fe8-f43a-4e9a-b37b-9310912d52fa,_:a0942fcf-3f0d-4216-a695-a11627b4fb17,_:3edf2754-ed27-4b8f-985a-c54354a6ba8f,_:1f83287f-457a-41ed-9aa3-646c972dec12,_:95a08c90-2ce8-435a-aed1-b9f4decadef2,_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:867c8fe8-f43a-4e9a-b37b-9310912d52fa)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0942fcf-3f0d-4216-a695-a11627b4fb17)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3edf2754-ed27-4b8f-985a-c54354a6ba8f)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f83287f-457a-41ed-9aa3-646c972dec12)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95a08c90-2ce8-435a-aed1-b9f4decadef2)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a)
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)
15:41:52.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.236 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:867c8fe8-f43a-4e9a-b37b-9310912d52fa=ShapeTyping(TypingMap(Map()))
15:41:52.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0942fcf-3f0d-4216-a695-a11627b4fb17=ShapeTyping(TypingMap(Map()))
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3edf2754-ed27-4b8f-985a-c54354a6ba8f=ShapeTyping(TypingMap(Map()))
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.222Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1f83287f-457a-41ed-9aa3-646c972dec12],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.237 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1f83287f-457a-41ed-9aa3-646c972dec12=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1f83287f-457a-41ed-9aa3-646c972dec12,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:95a08c90-2ce8-435a-aed1-b9f4decadef2=ShapeTyping(TypingMap(Map()))
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.239 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.239 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.240 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.294 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.294 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.295 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.295 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:867c8fe8-f43a-4e9a-b37b-9310912d52fa,_:a0942fcf-3f0d-4216-a695-a11627b4fb17,_:3edf2754-ed27-4b8f-985a-c54354a6ba8f,_:1f83287f-457a-41ed-9aa3-646c972dec12,_:95a08c90-2ce8-435a-aed1-b9f4decadef2,_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:1f83287f-457a-41ed-9aa3-646c972dec12,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.295 [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(_:1f83287f-457a-41ed-9aa3-646c972dec12,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.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(_:1f83287f-457a-41ed-9aa3-646c972dec12,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:867c8fe8-f43a-4e9a-b37b-9310912d52fa), ShapeRef(_:a0942fcf-3f0d-4216-a695-a11627b4fb17), ShapeRef(_:3edf2754-ed27-4b8f-985a-c54354a6ba8f), ShapeRef(_:1f83287f-457a-41ed-9aa3-646c972dec12), ShapeRef(_:95a08c90-2ce8-435a-aed1-b9f4decadef2), ShapeRef(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f), ShapeRef(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a), ShapeRef(_:ef70346d-c700-4db4-a0d9-3cd8e3ae3a16)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a8b6c9c8-5920-4914-b6ba-d5b352c7413a,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5e3645ab-0cb1-400e-8ab2-cd88c22fc17f: 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:95a08c90-2ce8-435a-aed1-b9f4decadef2 = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:95a08c90-2ce8-435a-aed1-b9f4decadef2 = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:95a08c90-2ce8-435a-aed1-b9f4decadef2: 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1f83287f-457a-41ed-9aa3-646c972dec12 = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1f83287f-457a-41ed-9aa3-646c972dec12 = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1f83287f-457a-41ed-9aa3-646c972dec12: 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3edf2754-ed27-4b8f-985a-c54354a6ba8f = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3edf2754-ed27-4b8f-985a-c54354a6ba8f = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3edf2754-ed27-4b8f-985a-c54354a6ba8f: 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a0942fcf-3f0d-4216-a695-a11627b4fb17 = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a0942fcf-3f0d-4216-a695-a11627b4fb17 = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a0942fcf-3f0d-4216-a695-a11627b4fb17: 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:867c8fe8-f43a-4e9a-b37b-9310912d52fa = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:867c8fe8-f43a-4e9a-b37b-9310912d52fa = 
15:41:52.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:867c8fe8-f43a-4e9a-b37b-9310912d52fa: 
15:41:52.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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh: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: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   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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:52.305 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0e5321b3-1b26-4862-8d85-01dc6c6de967 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 0e5321b3-1b26-4862-8d85-01dc6c6de967 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 0e5321b3-1b26-4862-8d85-01dc6c6de967 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0e5321b3-1b26-4862-8d85-01dc6c6de967 @rdf:type sh:Property; 0d54ddb3-1d37-459a-bf2a-4d00e28a2c73 @sh:path http://www.sampledomain.org/sam#integerProperty3; 0d54ddb3-1d37-459a-bf2a-4d00e28a2c73 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 0d54ddb3-1d37-459a-bf2a-4d00e28a2c73 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 0d54ddb3-1d37-459a-bf2a-4d00e28a2c73 @rdf:type sh:Property; 0a1cc99e-ee6a-4ae9-842e-82bfff2f782b @rdf:rest 41a534d1-d868-4089-becf-5bb41a9c221d; 0a1cc99e-ee6a-4ae9-842e-82bfff2f782b @rdf:first "B"; acc77469-787f-47b4-8691-d83af4436bf5 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; acc77469-787f-47b4-8691-d83af4436bf5 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; acc77469-787f-47b4-8691-d83af4436bf5 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; acc77469-787f-47b4-8691-d83af4436bf5 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; acc77469-787f-47b4-8691-d83af4436bf5 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; acc77469-787f-47b4-8691-d83af4436bf5 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; acc77469-787f-47b4-8691-d83af4436bf5 @rdf:type sh:Property...} |  [0e5321b3-1b26-4862-8d85-01dc6c6de967, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0e5321b3-1b26-4862-8d85-01dc6c6de967, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0e5321b3-1b26-4862-8d85-01dc6c6de967, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0e5321b3-1b26-4862-8d85-01dc6c6de967, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0d54ddb3-1d37-459a-bf2a-4d00e28a2c73, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [0d54ddb3-1d37-459a-bf2a-4d00e28a2c73, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0d54ddb3-1d37-459a-bf2a-4d00e28a2c73, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0d54ddb3-1d37-459a-bf2a-4d00e28a2c73, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a1cc99e-ee6a-4ae9-842e-82bfff2f782b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 41a534d1-d868-4089-becf-5bb41a9c221d] [0a1cc99e-ee6a-4ae9-842e-82bfff2f782b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [acc77469-787f-47b4-8691-d83af4436bf5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fa9c280d-394e-47a1-9467-3a7d26df2afd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [fa9c280d-394e-47a1-9467-3a7d26df2afd, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [fa9c280d-394e-47a1-9467-3a7d26df2afd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a9c29836-046c-4b85-a7b7-5ceb0333f06b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bd4ed52f-001f-46d3-843e-c74da7092c5a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [bd4ed52f-001f-46d3-843e-c74da7092c5a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bd4ed52f-001f-46d3-843e-c74da7092c5a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bd4ed52f-001f-46d3-843e-c74da7092c5a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [41a534d1-d868-4089-becf-5bb41a9c221d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [41a534d1-d868-4089-becf-5bb41a9c221d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [fc1eb6ff-8dc9-43ae-8923-5d798408adfc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [fc1eb6ff-8dc9-43ae-8923-5d798408adfc, http://www.w3.org/ns/shacl#in, 1d38f075-98fa-4acb-9eab-32d73c69ff3a] [fc1eb6ff-8dc9-43ae-8923-5d798408adfc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1d38f075-98fa-4acb-9eab-32d73c69ff3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0a1cc99e-ee6a-4ae9-842e-82bfff2f782b] [1d38f075-98fa-4acb-9eab-32d73c69ff3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#pattern, "^B"] [334ae29b-00b2-4550-b5e6-becde89f3202, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [334ae29b-00b2-4550-b5e6-becde89f3202, 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, bd4ed52f-001f-46d3-843e-c74da7092c5a] [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, a9c29836-046c-4b85-a7b7-5ceb0333f06b] [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, fa9c280d-394e-47a1-9467-3a7d26df2afd] [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, fc1eb6ff-8dc9-43ae-8923-5d798408adfc] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, acc77469-787f-47b4-8691-d83af4436bf5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0d54ddb3-1d37-459a-bf2a-4d00e28a2c73] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0e5321b3-1b26-4862-8d85-01dc6c6de967] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 334ae29b-00b2-4550-b5e6-becde89f3202]>
15:41:52.305 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.306 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73,_:334ae29b-00b2-4550-b5e6-becde89f3202,_:bd4ed52f-001f-46d3-843e-c74da7092c5a,_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc,_:fa9c280d-394e-47a1-9467-3a7d26df2afd,_:0e5321b3-1b26-4862-8d85-01dc6c6de967,_:acc77469-787f-47b4-8691-d83af4436bf5,_:a9c29836-046c-4b85-a7b7-5ceb0333f06b. Pending nodes: 
15:41:52.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73
15:41:52.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:334ae29b-00b2-4550-b5e6-becde89f3202
15:41:52.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bd4ed52f-001f-46d3-843e-c74da7092c5a
15:41:52.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc1eb6ff-8dc9-43ae-8923-5d798408adfc
15:41:52.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fa9c280d-394e-47a1-9467-3a7d26df2afd
15:41:52.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0e5321b3-1b26-4862-8d85-01dc6c6de967
15:41:52.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:acc77469-787f-47b4-8691-d83af4436bf5
15:41:52.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9c29836-046c-4b85-a7b7-5ceb0333f06b
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9c29836-046c-4b85-a7b7-5ceb0333f06b
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:acc77469-787f-47b4-8691-d83af4436bf5
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0e5321b3-1b26-4862-8d85-01dc6c6de967
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fa9c280d-394e-47a1-9467-3a7d26df2afd
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc1eb6ff-8dc9-43ae-8923-5d798408adfc
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bd4ed52f-001f-46d3-843e-c74da7092c5a
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:334ae29b-00b2-4550-b5e6-becde89f3202
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9c29836-046c-4b85-a7b7-5ceb0333f06b = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9c29836-046c-4b85-a7b7-5ceb0333f06b = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9c29836-046c-4b85-a7b7-5ceb0333f06b: 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:acc77469-787f-47b4-8691-d83af4436bf5 = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:acc77469-787f-47b4-8691-d83af4436bf5 = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:acc77469-787f-47b4-8691-d83af4436bf5: 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0e5321b3-1b26-4862-8d85-01dc6c6de967 = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0e5321b3-1b26-4862-8d85-01dc6c6de967 = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0e5321b3-1b26-4862-8d85-01dc6c6de967: 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.311 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73,_:334ae29b-00b2-4550-b5e6-becde89f3202,_:bd4ed52f-001f-46d3-843e-c74da7092c5a,_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc,_:fa9c280d-394e-47a1-9467-3a7d26df2afd,_:0e5321b3-1b26-4862-8d85-01dc6c6de967,_:acc77469-787f-47b4-8691-d83af4436bf5,_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:334ae29b-00b2-4550-b5e6-becde89f3202)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bd4ed52f-001f-46d3-843e-c74da7092c5a)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fa9c280d-394e-47a1-9467-3a7d26df2afd)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0e5321b3-1b26-4862-8d85-01dc6c6de967)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:acc77469-787f-47b4-8691-d83af4436bf5)
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)
15:41:52.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.312 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73=ShapeTyping(TypingMap(Map()))
15:41:52.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.312 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.313 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:334ae29b-00b2-4550-b5e6-becde89f3202],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:334ae29b-00b2-4550-b5e6-becde89f3202=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:334ae29b-00b2-4550-b5e6-becde89f3202,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bd4ed52f-001f-46d3-843e-c74da7092c5a=ShapeTyping(TypingMap(Map()))
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc=ShapeTyping(TypingMap(Map()))
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fa9c280d-394e-47a1-9467-3a7d26df2afd=ShapeTyping(TypingMap(Map()))
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.298Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0e5321b3-1b26-4862-8d85-01dc6c6de967],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.315 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0e5321b3-1b26-4862-8d85-01dc6c6de967=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0e5321b3-1b26-4862-8d85-01dc6c6de967,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:acc77469-787f-47b4-8691-d83af4436bf5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:acc77469-787f-47b4-8691-d83af4436bf5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:acc77469-787f-47b4-8691-d83af4436bf5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a9c29836-046c-4b85-a7b7-5ceb0333f06b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9c29836-046c-4b85-a7b7-5ceb0333f06b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:41:52.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73,_:334ae29b-00b2-4550-b5e6-becde89f3202,_:bd4ed52f-001f-46d3-843e-c74da7092c5a,_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc,_:fa9c280d-394e-47a1-9467-3a7d26df2afd,_:0e5321b3-1b26-4862-8d85-01dc6c6de967,_:acc77469-787f-47b4-8691-d83af4436bf5,_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b,PredicatePath(<http://www.sampledomain.org/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")))), PropertyShape(_:acc77469-787f-47b4-8691-d83af4436bf5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:334ae29b-00b2-4550-b5e6-becde89f3202,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0e5321b3-1b26-4862-8d85-01dc6c6de967,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b,PredicatePath(<http://www.sampledomain.org/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")))), PropertyShape(_:acc77469-787f-47b4-8691-d83af4436bf5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:334ae29b-00b2-4550-b5e6-becde89f3202,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0e5321b3-1b26-4862-8d85-01dc6c6de967,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.317 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b,PredicatePath(<http://www.sampledomain.org/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")))), PropertyShape(_:acc77469-787f-47b4-8691-d83af4436bf5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:334ae29b-00b2-4550-b5e6-becde89f3202,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0e5321b3-1b26-4862-8d85-01dc6c6de967,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73), ShapeRef(_:334ae29b-00b2-4550-b5e6-becde89f3202), ShapeRef(_:bd4ed52f-001f-46d3-843e-c74da7092c5a), ShapeRef(_:fc1eb6ff-8dc9-43ae-8923-5d798408adfc), ShapeRef(_:fa9c280d-394e-47a1-9467-3a7d26df2afd), ShapeRef(_:0e5321b3-1b26-4862-8d85-01dc6c6de967), ShapeRef(_:acc77469-787f-47b4-8691-d83af4436bf5), ShapeRef(_:a9c29836-046c-4b85-a7b7-5ceb0333f06b)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.317 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fa9c280d-394e-47a1-9467-3a7d26df2afd = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fa9c280d-394e-47a1-9467-3a7d26df2afd = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fa9c280d-394e-47a1-9467-3a7d26df2afd: 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc1eb6ff-8dc9-43ae-8923-5d798408adfc = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc1eb6ff-8dc9-43ae-8923-5d798408adfc = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc1eb6ff-8dc9-43ae-8923-5d798408adfc: 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bd4ed52f-001f-46d3-843e-c74da7092c5a = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bd4ed52f-001f-46d3-843e-c74da7092c5a = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bd4ed52f-001f-46d3-843e-c74da7092c5a: 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:334ae29b-00b2-4550-b5e6-becde89f3202 = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:334ae29b-00b2-4550-b5e6-becde89f3202 = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:334ae29b-00b2-4550-b5e6-becde89f3202: 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73 = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73 = 
15:41:52.318 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0d54ddb3-1d37-459a-bf2a-4d00e28a2c73: 
15:41:52.319 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <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
               ]
] .

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

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <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.097 sec
Running org.eclipse.lyo.validation.ShaclMinInclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:41:52.321Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 ;
        <http://www.sampledomain.org/sam#integerProperty3>
                5 .
15:41:52.327 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#integerProperty3 "5"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aSetOfDates "2020-08-19T15:41:52.321Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#anotherIntegerProperty "12"^^http://www.w3.org/2001/XMLSchema#integer; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#integerProperty3, "5"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aSetOfDates, "2020-08-19T15:41:52.321Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#anotherIntegerProperty, "12"^^http://www.w3.org/2001/XMLSchema#integer] [http://www.sampledomain.org/sam#AResource, http://www.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: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: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> .
15:41:52.328 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {c982d955-5795-4ae3-a87b-6933bd59c758 @rdf:rest rdf:nil; c982d955-5795-4ae3-a87b-6933bd59c758 @rdf:first "C"; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 1cc94172-a0dc-4ea0-959d-0d2463ea8092 @rdf:type sh:Property; c7a0c76b-1666-443f-83b2-08131e854904 @sh:path http://www.sampledomain.org/sam#aStringProperty; c7a0c76b-1666-443f-83b2-08131e854904 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c7a0c76b-1666-443f-83b2-08131e854904 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; c7a0c76b-1666-443f-83b2-08131e854904 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; c7a0c76b-1666-443f-83b2-08131e854904 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; c7a0c76b-1666-443f-83b2-08131e854904 @sh:pattern "^B"; c7a0c76b-1666-443f-83b2-08131e854904 @sh:description "a Simple Single String Property"; c7a0c76b-1666-443f-83b2-08131e854904 @rdf:type sh:Property...} |  [c982d955-5795-4ae3-a87b-6933bd59c758, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c982d955-5795-4ae3-a87b-6933bd59c758, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [1cc94172-a0dc-4ea0-959d-0d2463ea8092, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#pattern, "^B"] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [c7a0c76b-1666-443f-83b2-08131e854904, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ca8053a7-a145-44b7-870f-3299a377b9dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2a5f829d-61e3-4e39-983d-39b9af0d6c0c] [ca8053a7-a145-44b7-870f-3299a377b9dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [cdccdaf9-661c-4515-a10e-c662e5f3455f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cdccdaf9-661c-4515-a10e-c662e5f3455f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cdccdaf9-661c-4515-a10e-c662e5f3455f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [836ffddf-c835-4c34-a4c1-71fd5f6c7499, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [836ffddf-c835-4c34-a4c1-71fd5f6c7499, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [836ffddf-c835-4c34-a4c1-71fd5f6c7499, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [836ffddf-c835-4c34-a4c1-71fd5f6c7499, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2a5f829d-61e3-4e39-983d-39b9af0d6c0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c982d955-5795-4ae3-a87b-6933bd59c758] [2a5f829d-61e3-4e39-983d-39b9af0d6c0c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9fecd727-c114-441b-8dcc-9df5627925ee, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [9fecd727-c114-441b-8dcc-9df5627925ee, http://www.w3.org/ns/shacl#in, ca8053a7-a145-44b7-870f-3299a377b9dd] [9fecd727-c114-441b-8dcc-9df5627925ee, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7d71a245-c78b-4622-9614-bbf33ba75fa9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [7d71a245-c78b-4622-9614-bbf33ba75fa9, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7d71a245-c78b-4622-9614-bbf33ba75fa9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7d71a245-c78b-4622-9614-bbf33ba75fa9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [658b8dfc-5e0f-481a-a2d5-2989a8d14a16, 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, 836ffddf-c835-4c34-a4c1-71fd5f6c7499] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 658b8dfc-5e0f-481a-a2d5-2989a8d14a16] [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, 1cc94172-a0dc-4ea0-959d-0d2463ea8092] [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, c7a0c76b-1666-443f-83b2-08131e854904] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7d71a245-c78b-4622-9614-bbf33ba75fa9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9fecd727-c114-441b-8dcc-9df5627925ee] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, cdccdaf9-661c-4515-a10e-c662e5f3455f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b] [1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:41:52.328 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.329 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.329 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,_:c7a0c76b-1666-443f-83b2-08131e854904,_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b,_:7d71a245-c78b-4622-9614-bbf33ba75fa9,_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,_:cdccdaf9-661c-4515-a10e-c662e5f3455f,_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,_:9fecd727-c114-441b-8dcc-9df5627925ee. Pending nodes: 
15:41:52.330 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16
15:41:52.330 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c7a0c76b-1666-443f-83b2-08131e854904
15:41:52.331 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b
15:41:52.331 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7d71a245-c78b-4622-9614-bbf33ba75fa9
15:41:52.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:836ffddf-c835-4c34-a4c1-71fd5f6c7499
15:41:52.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cdccdaf9-661c-4515-a10e-c662e5f3455f
15:41:52.332 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1cc94172-a0dc-4ea0-959d-0d2463ea8092
15:41:52.333 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9fecd727-c114-441b-8dcc-9df5627925ee
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9fecd727-c114-441b-8dcc-9df5627925ee
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1cc94172-a0dc-4ea0-959d-0d2463ea8092
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cdccdaf9-661c-4515-a10e-c662e5f3455f
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:836ffddf-c835-4c34-a4c1-71fd5f6c7499
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7d71a245-c78b-4622-9614-bbf33ba75fa9
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b
15:41:52.333 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c7a0c76b-1666-443f-83b2-08131e854904
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,_:c7a0c76b-1666-443f-83b2-08131e854904,_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b,_:7d71a245-c78b-4622-9614-bbf33ba75fa9,_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,_:cdccdaf9-661c-4515-a10e-c662e5f3455f,_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,_:9fecd727-c114-441b-8dcc-9df5627925ee)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c7a0c76b-1666-443f-83b2-08131e854904)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d71a245-c78b-4622-9614-bbf33ba75fa9)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:836ffddf-c835-4c34-a4c1-71fd5f6c7499)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cdccdaf9-661c-4515-a10e-c662e5f3455f)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1cc94172-a0dc-4ea0-959d-0d2463ea8092)
15:41:52.334 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fecd727-c114-441b-8dcc-9df5627925ee)
15:41:52.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c7a0c76b-1666-443f-83b2-08131e854904],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.336 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c7a0c76b-1666-443f-83b2-08131e854904=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c7a0c76b-1666-443f-83b2-08131e854904,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b=ShapeTyping(TypingMap(Map()))
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.321Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7d71a245-c78b-4622-9614-bbf33ba75fa9],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7d71a245-c78b-4622-9614-bbf33ba75fa9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7d71a245-c78b-4622-9614-bbf33ba75fa9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.337 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:836ffddf-c835-4c34-a4c1-71fd5f6c7499=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,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))))))))
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cdccdaf9-661c-4515-a10e-c662e5f3455f=ShapeTyping(TypingMap(Map()))
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1cc94172-a0dc-4ea0-959d-0d2463ea8092],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1cc94172-a0dc-4ea0-959d-0d2463ea8092=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9fecd727-c114-441b-8dcc-9df5627925ee=ShapeTyping(TypingMap(Map()))
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,_:c7a0c76b-1666-443f-83b2-08131e854904,_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b,_:7d71a245-c78b-4622-9614-bbf33ba75fa9,_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,_:cdccdaf9-661c-4515-a10e-c662e5f3455f,_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,_:9fecd727-c114-441b-8dcc-9df5627925ee)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:c7a0c76b-1666-443f-83b2-08131e854904,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,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(_:7d71a245-c78b-4622-9614-bbf33ba75fa9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.339 [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(_:c7a0c76b-1666-443f-83b2-08131e854904,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,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(_:7d71a245-c78b-4622-9614-bbf33ba75fa9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.339 [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(_:c7a0c76b-1666-443f-83b2-08131e854904,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499,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(_:7d71a245-c78b-4622-9614-bbf33ba75fa9,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:658b8dfc-5e0f-481a-a2d5-2989a8d14a16), ShapeRef(_:c7a0c76b-1666-443f-83b2-08131e854904), ShapeRef(_:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b), ShapeRef(_:7d71a245-c78b-4622-9614-bbf33ba75fa9), ShapeRef(_:836ffddf-c835-4c34-a4c1-71fd5f6c7499), ShapeRef(_:cdccdaf9-661c-4515-a10e-c662e5f3455f), ShapeRef(_:1cc94172-a0dc-4ea0-959d-0d2463ea8092), ShapeRef(_:9fecd727-c114-441b-8dcc-9df5627925ee)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9fecd727-c114-441b-8dcc-9df5627925ee = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9fecd727-c114-441b-8dcc-9df5627925ee = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9fecd727-c114-441b-8dcc-9df5627925ee: 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1cc94172-a0dc-4ea0-959d-0d2463ea8092 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1cc94172-a0dc-4ea0-959d-0d2463ea8092 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1cc94172-a0dc-4ea0-959d-0d2463ea8092: 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cdccdaf9-661c-4515-a10e-c662e5f3455f = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cdccdaf9-661c-4515-a10e-c662e5f3455f = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cdccdaf9-661c-4515-a10e-c662e5f3455f: 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:836ffddf-c835-4c34-a4c1-71fd5f6c7499 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:836ffddf-c835-4c34-a4c1-71fd5f6c7499 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:836ffddf-c835-4c34-a4c1-71fd5f6c7499: 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7d71a245-c78b-4622-9614-bbf33ba75fa9 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7d71a245-c78b-4622-9614-bbf33ba75fa9 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7d71a245-c78b-4622-9614-bbf33ba75fa9: 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1ef9ff68-b24a-4b70-8fc8-dcee74ee5f2b: 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c7a0c76b-1666-443f-83b2-08131e854904 = 
15:41:52.339 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c7a0c76b-1666-443f-83b2-08131e854904 = 
15:41:52.340 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c7a0c76b-1666-443f-83b2-08131e854904: 
15:41:52.340 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16 = 
15:41:52.340 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16 = 
15:41:52.340 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:658b8dfc-5e0f-481a-a2d5-2989a8d14a16: 
15:41:52.394 [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
] .

15:41:52.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
] .

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:41:52.403 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {50aa5971-60fd-4c76-a202-5a0a73543449 @sh:path http://www.sampledomain.org/sam#aStringProperty; 50aa5971-60fd-4c76-a202-5a0a73543449 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 50aa5971-60fd-4c76-a202-5a0a73543449 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 50aa5971-60fd-4c76-a202-5a0a73543449 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 50aa5971-60fd-4c76-a202-5a0a73543449 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 50aa5971-60fd-4c76-a202-5a0a73543449 @sh:pattern "^B"; 50aa5971-60fd-4c76-a202-5a0a73543449 @sh:description "a Simple Single String Property"; 50aa5971-60fd-4c76-a202-5a0a73543449 @rdf:type sh:Property; fc77b157-6164-45e0-99c3-de3a6c7f264d @sh:path http://www.sampledomain.org/sam#integerProperty2; fc77b157-6164-45e0-99c3-de3a6c7f264d @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; fc77b157-6164-45e0-99c3-de3a6c7f264d @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; fc77b157-6164-45e0-99c3-de3a6c7f264d @rdf:type sh:Property; aea3bc58-d2ae-4340-8ebe-f3d2296443b4 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; aea3bc58-d2ae-4340-8ebe-f3d2296443b4 @sh:class http://www.sampledomain.org/sam#AnotherResource; aea3bc58-d2ae-4340-8ebe-f3d2296443b4 @rdf:type sh:Property; e7ddb52e-2c10-4c38-b728-68504874d0e3 @rdf:rest 47047d53-d707-4d7e-99fa-0bc4544ce2d0; e7ddb52e-2c10-4c38-b728-68504874d0e3 @rdf:first "B"...} |  [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#pattern, "^B"] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [50aa5971-60fd-4c76-a202-5a0a73543449, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fc77b157-6164-45e0-99c3-de3a6c7f264d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [fc77b157-6164-45e0-99c3-de3a6c7f264d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fc77b157-6164-45e0-99c3-de3a6c7f264d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fc77b157-6164-45e0-99c3-de3a6c7f264d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [aea3bc58-d2ae-4340-8ebe-f3d2296443b4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [aea3bc58-d2ae-4340-8ebe-f3d2296443b4, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [aea3bc58-d2ae-4340-8ebe-f3d2296443b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e7ddb52e-2c10-4c38-b728-68504874d0e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 47047d53-d707-4d7e-99fa-0bc4544ce2d0] [e7ddb52e-2c10-4c38-b728-68504874d0e3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [2b733f00-cffe-4946-9dcb-e8d32b0f2e4a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, e7ddb52e-2c10-4c38-b728-68504874d0e3] [2b733f00-cffe-4946-9dcb-e8d32b0f2e4a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [47047d53-d707-4d7e-99fa-0bc4544ce2d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [47047d53-d707-4d7e-99fa-0bc4544ce2d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0c890524-356d-4d33-a299-7f1da40f0810, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0c890524-356d-4d33-a299-7f1da40f0810, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0c890524-356d-4d33-a299-7f1da40f0810, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0c890524-356d-4d33-a299-7f1da40f0810, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [26d93307-5b62-4db3-872f-8627bf4eee13, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [26d93307-5b62-4db3-872f-8627bf4eee13, http://www.w3.org/ns/shacl#in, 2b733f00-cffe-4946-9dcb-e8d32b0f2e4a] [26d93307-5b62-4db3-872f-8627bf4eee13, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2818da34-bc04-4a05-b25d-3505d251878b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b19a6637-64ae-4f77-add1-4623615aad8f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [b19a6637-64ae-4f77-add1-4623615aad8f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b19a6637-64ae-4f77-add1-4623615aad8f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b19a6637-64ae-4f77-add1-4623615aad8f, 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, 2818da34-bc04-4a05-b25d-3505d251878b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 26d93307-5b62-4db3-872f-8627bf4eee13] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b19a6637-64ae-4f77-add1-4623615aad8f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0c890524-356d-4d33-a299-7f1da40f0810] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aea3bc58-d2ae-4340-8ebe-f3d2296443b4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 40e64c86-44d7-4286-8553-e298daee21c1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 50aa5971-60fd-4c76-a202-5a0a73543449] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc77b157-6164-45e0-99c3-de3a6c7f264d] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [40e64c86-44d7-4286-8553-e298daee21c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:41:52.404 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:41:52.404 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:41:52.405 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:b19a6637-64ae-4f77-add1-4623615aad8f,_:50aa5971-60fd-4c76-a202-5a0a73543449,_:fc77b157-6164-45e0-99c3-de3a6c7f264d,_:0c890524-356d-4d33-a299-7f1da40f0810,_:40e64c86-44d7-4286-8553-e298daee21c1,_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4,_:26d93307-5b62-4db3-872f-8627bf4eee13,_:2818da34-bc04-4a05-b25d-3505d251878b. Pending nodes: 
15:41:52.405 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b19a6637-64ae-4f77-add1-4623615aad8f
15:41:52.406 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:50aa5971-60fd-4c76-a202-5a0a73543449
15:41:52.407 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc77b157-6164-45e0-99c3-de3a6c7f264d
15:41:52.407 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0c890524-356d-4d33-a299-7f1da40f0810
15:41:52.408 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:40e64c86-44d7-4286-8553-e298daee21c1
15:41:52.408 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aea3bc58-d2ae-4340-8ebe-f3d2296443b4
15:41:52.409 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:26d93307-5b62-4db3-872f-8627bf4eee13
15:41:52.409 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2818da34-bc04-4a05-b25d-3505d251878b
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2818da34-bc04-4a05-b25d-3505d251878b
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:26d93307-5b62-4db3-872f-8627bf4eee13
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aea3bc58-d2ae-4340-8ebe-f3d2296443b4
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:40e64c86-44d7-4286-8553-e298daee21c1
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0c890524-356d-4d33-a299-7f1da40f0810
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc77b157-6164-45e0-99c3-de3a6c7f264d
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:50aa5971-60fd-4c76-a202-5a0a73543449
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b19a6637-64ae-4f77-add1-4623615aad8f
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2818da34-bc04-4a05-b25d-3505d251878b = 
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2818da34-bc04-4a05-b25d-3505d251878b = 
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2818da34-bc04-4a05-b25d-3505d251878b: 
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b19a6637-64ae-4f77-add1-4623615aad8f,_:50aa5971-60fd-4c76-a202-5a0a73543449,_:fc77b157-6164-45e0-99c3-de3a6c7f264d,_:0c890524-356d-4d33-a299-7f1da40f0810,_:40e64c86-44d7-4286-8553-e298daee21c1,_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4,_:26d93307-5b62-4db3-872f-8627bf4eee13,_:2818da34-bc04-4a05-b25d-3505d251878b)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b19a6637-64ae-4f77-add1-4623615aad8f)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50aa5971-60fd-4c76-a202-5a0a73543449)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc77b157-6164-45e0-99c3-de3a6c7f264d)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c890524-356d-4d33-a299-7f1da40f0810)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:40e64c86-44d7-4286-8553-e298daee21c1)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26d93307-5b62-4db3-872f-8627bf4eee13)
15:41:52.410 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2818da34-bc04-4a05-b25d-3505d251878b)
15:41:52.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.411 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b19a6637-64ae-4f77-add1-4623615aad8f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b19a6637-64ae-4f77-add1-4623615aad8f,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"))))))))
15:41:52.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.411 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.412 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:50aa5971-60fd-4c76-a202-5a0a73543449],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:41:52.413 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:50aa5971-60fd-4c76-a202-5a0a73543449=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:50aa5971-60fd-4c76-a202-5a0a73543449,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc77b157-6164-45e0-99c3-de3a6c7f264d=ShapeTyping(TypingMap(Map()))
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.413 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:52.396Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0c890524-356d-4d33-a299-7f1da40f0810],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:41:52.414 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0c890524-356d-4d33-a299-7f1da40f0810=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0c890524-356d-4d33-a299-7f1da40f0810,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.414 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:40e64c86-44d7-4286-8553-e298daee21c1],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:41:52.414 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:40e64c86-44d7-4286-8553-e298daee21c1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:40e64c86-44d7-4286-8553-e298daee21c1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4=ShapeTyping(TypingMap(Map()))
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26d93307-5b62-4db3-872f-8627bf4eee13=ShapeTyping(TypingMap(Map()))
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.415 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.416 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2818da34-bc04-4a05-b25d-3505d251878b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:41:52.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.416 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:41:52.416 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2818da34-bc04-4a05-b25d-3505d251878b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2818da34-bc04-4a05-b25d-3505d251878b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:41:52.416 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:b19a6637-64ae-4f77-add1-4623615aad8f,_:50aa5971-60fd-4c76-a202-5a0a73543449,_:fc77b157-6164-45e0-99c3-de3a6c7f264d,_:0c890524-356d-4d33-a299-7f1da40f0810,_:40e64c86-44d7-4286-8553-e298daee21c1,_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4,_:26d93307-5b62-4db3-872f-8627bf4eee13,_:2818da34-bc04-4a05-b25d-3505d251878b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:40e64c86-44d7-4286-8553-e298daee21c1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:50aa5971-60fd-4c76-a202-5a0a73543449,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:b19a6637-64ae-4f77-add1-4623615aad8f,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(_:0c890524-356d-4d33-a299-7f1da40f0810,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2818da34-bc04-4a05-b25d-3505d251878b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.417 [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(_:40e64c86-44d7-4286-8553-e298daee21c1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:50aa5971-60fd-4c76-a202-5a0a73543449,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:b19a6637-64ae-4f77-add1-4623615aad8f,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(_:0c890524-356d-4d33-a299-7f1da40f0810,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2818da34-bc04-4a05-b25d-3505d251878b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.417 [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(_:40e64c86-44d7-4286-8553-e298daee21c1,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:50aa5971-60fd-4c76-a202-5a0a73543449,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:b19a6637-64ae-4f77-add1-4623615aad8f,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(_:0c890524-356d-4d33-a299-7f1da40f0810,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2818da34-bc04-4a05-b25d-3505d251878b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:b19a6637-64ae-4f77-add1-4623615aad8f), ShapeRef(_:50aa5971-60fd-4c76-a202-5a0a73543449), ShapeRef(_:fc77b157-6164-45e0-99c3-de3a6c7f264d), ShapeRef(_:0c890524-356d-4d33-a299-7f1da40f0810), ShapeRef(_:40e64c86-44d7-4286-8553-e298daee21c1), ShapeRef(_:aea3bc58-d2ae-4340-8ebe-f3d2296443b4), ShapeRef(_:26d93307-5b62-4db3-872f-8627bf4eee13), ShapeRef(_:2818da34-bc04-4a05-b25d-3505d251878b)),false,List()) -> TypingResult(Valid(List()))))))
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:26d93307-5b62-4db3-872f-8627bf4eee13 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:26d93307-5b62-4db3-872f-8627bf4eee13 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:26d93307-5b62-4db3-872f-8627bf4eee13: 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aea3bc58-d2ae-4340-8ebe-f3d2296443b4 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aea3bc58-d2ae-4340-8ebe-f3d2296443b4 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aea3bc58-d2ae-4340-8ebe-f3d2296443b4: 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:40e64c86-44d7-4286-8553-e298daee21c1 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:40e64c86-44d7-4286-8553-e298daee21c1 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:40e64c86-44d7-4286-8553-e298daee21c1: 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0c890524-356d-4d33-a299-7f1da40f0810 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0c890524-356d-4d33-a299-7f1da40f0810 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0c890524-356d-4d33-a299-7f1da40f0810: 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc77b157-6164-45e0-99c3-de3a6c7f264d = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc77b157-6164-45e0-99c3-de3a6c7f264d = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc77b157-6164-45e0-99c3-de3a6c7f264d: 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:50aa5971-60fd-4c76-a202-5a0a73543449 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:50aa5971-60fd-4c76-a202-5a0a73543449 = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:50aa5971-60fd-4c76-a202-5a0a73543449: 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b19a6637-64ae-4f77-add1-4623615aad8f = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b19a6637-64ae-4f77-add1-4623615aad8f = 
15:41:52.417 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b19a6637-64ae-4f77-add1-4623615aad8f: 
15:41:52.419 [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
               ]
] .

15:41:52.419 [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.097 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ lyo-validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 0.2.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ lyo-validation ---
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/site/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:00 min
[INFO] Finished at: 2020-08-19T15:41:57Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -B deploy -Prelease-profile
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.lyo.experimental:lyo-validation:jar:0.2.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.6.3:super-pom, jar:file:/opt/tools/apache-maven/latest/lib/maven-model-builder-3.6.3.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.eclipse.lyo.experimental:lyo-validation >-------------
[INFO] Building lyo-validation 0.2.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-validation-master/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ lyo-validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ lyo-validation ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ lyo-validation ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/lyo-validation-master/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.lyo.validation.ShaclMinExclusiveValidationTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-log4j12/1.7.24/slf4j-log4j12-1.7.24.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
15:41:59.599 [main] DEBUG Jena - Jena initialization
15:41:59.695 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
15:41:59.695 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
15:41:59.696 [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
15:41:59.697 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorFile
15:41:59.697 [main] DEBUG org.apache.jena.util.FileManager - Add location: LocatorURL
15:41:59.697 [main] DEBUG org.apache.jena.util.FileManager - Add location: ClassLoaderLocator
15:41:59.700 [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
15:41:59.851 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
15:41:59.866 [main] DEBUG org.apache.jena.info - System architecture: 64 bit
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:41:59.497Z"^^<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 .
15:42:00.007 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:41:59.497Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [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, "2020-08-19T15:41:59.497Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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: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> .
15:42:00.014 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175 @sh:class http://www.sampledomain.org/sam#AnotherResource; 6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175 @rdf:type sh:Property; 42124539-2792-4ddc-bbd6-5956ba25a512 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 42124539-2792-4ddc-bbd6-5956ba25a512 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 42124539-2792-4ddc-bbd6-5956ba25a512 @sh:path http://www.sampledomain.org/sam#integerProperty3; 42124539-2792-4ddc-bbd6-5956ba25a512 @rdf:type sh:Property; 177f742a-6189-449a-8464-e445402b40b3 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 177f742a-6189-449a-8464-e445402b40b3 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 177f742a-6189-449a-8464-e445402b40b3 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 177f742a-6189-449a-8464-e445402b40b3 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 177f742a-6189-449a-8464-e445402b40b3 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 177f742a-6189-449a-8464-e445402b40b3 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 177f742a-6189-449a-8464-e445402b40b3 @rdf:type sh:Property; bdf79db4-2005-468c-b20b-3ca8ba48f54b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bdf79db4-2005-468c-b20b-3ca8ba48f54b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; bdf79db4-2005-468c-b20b-3ca8ba48f54b @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer...} |  [6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [42124539-2792-4ddc-bbd6-5956ba25a512, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [42124539-2792-4ddc-bbd6-5956ba25a512, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [42124539-2792-4ddc-bbd6-5956ba25a512, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [42124539-2792-4ddc-bbd6-5956ba25a512, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [177f742a-6189-449a-8464-e445402b40b3, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#pattern, "^B"] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [bdf79db4-2005-468c-b20b-3ca8ba48f54b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f4af4068-55db-4f80-8bd4-56dad13328c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2a061688-4791-4dbc-97e9-d4668409b682] [f4af4068-55db-4f80-8bd4-56dad13328c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [03e50331-1ba6-420d-bd72-83e22ba1649f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [03e50331-1ba6-420d-bd72-83e22ba1649f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [03e50331-1ba6-420d-bd72-83e22ba1649f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [03e50331-1ba6-420d-bd72-83e22ba1649f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c17acb68-4ba7-449a-8307-75f3277d2caa, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [c17acb68-4ba7-449a-8307-75f3277d2caa, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [abfe7bbd-5fa6-449f-855a-db5127a34b8c, http://www.w3.org/ns/shacl#in, f4af4068-55db-4f80-8bd4-56dad13328c9] [abfe7bbd-5fa6-449f-855a-db5127a34b8c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [abfe7bbd-5fa6-449f-855a-db5127a34b8c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b800354f-ddc2-4819-90eb-fd138ec47997, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d1bd88b7-55f4-44bc-8c1a-012568f6c081, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d1bd88b7-55f4-44bc-8c1a-012568f6c081, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d1bd88b7-55f4-44bc-8c1a-012568f6c081, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d1bd88b7-55f4-44bc-8c1a-012568f6c081, 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, 177f742a-6189-449a-8464-e445402b40b3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, bdf79db4-2005-468c-b20b-3ca8ba48f54b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, abfe7bbd-5fa6-449f-855a-db5127a34b8c] [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, b800354f-ddc2-4819-90eb-fd138ec47997] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d1bd88b7-55f4-44bc-8c1a-012568f6c081] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 42124539-2792-4ddc-bbd6-5956ba25a512] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 03e50331-1ba6-420d-bd72-83e22ba1649f] [2a061688-4791-4dbc-97e9-d4668409b682, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c17acb68-4ba7-449a-8307-75f3277d2caa] [2a061688-4791-4dbc-97e9-d4668409b682, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"]>
15:42:00.338 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:00.493 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:00.513 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:177f742a-6189-449a-8464-e445402b40b3,_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,_:abfe7bbd-5fa6-449f-855a-db5127a34b8c,_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,_:03e50331-1ba6-420d-bd72-83e22ba1649f,_:b800354f-ddc2-4819-90eb-fd138ec47997,_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175,_:42124539-2792-4ddc-bbd6-5956ba25a512. Pending nodes: 
15:42:00.517 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:177f742a-6189-449a-8464-e445402b40b3
15:42:00.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bdf79db4-2005-468c-b20b-3ca8ba48f54b
15:42:00.535 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:abfe7bbd-5fa6-449f-855a-db5127a34b8c
15:42:00.538 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d1bd88b7-55f4-44bc-8c1a-012568f6c081
15:42:00.542 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:03e50331-1ba6-420d-bd72-83e22ba1649f
15:42:00.545 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b800354f-ddc2-4819-90eb-fd138ec47997
15:42:00.548 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175
15:42:00.551 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:42124539-2792-4ddc-bbd6-5956ba25a512
15:42:00.563 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:00.597 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:42124539-2792-4ddc-bbd6-5956ba25a512
15:42:00.597 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175
15:42:00.597 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b800354f-ddc2-4819-90eb-fd138ec47997
15:42:00.597 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:03e50331-1ba6-420d-bd72-83e22ba1649f
15:42:00.597 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d1bd88b7-55f4-44bc-8c1a-012568f6c081
15:42:00.598 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:abfe7bbd-5fa6-449f-855a-db5127a34b8c
15:42:00.598 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bdf79db4-2005-468c-b20b-3ca8ba48f54b
15:42:00.598 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:177f742a-6189-449a-8464-e445402b40b3
15:42:00.615 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:00.621 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:00.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>
15:42:00.629 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:00.630 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:00.639 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:177f742a-6189-449a-8464-e445402b40b3,_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,_:abfe7bbd-5fa6-449f-855a-db5127a34b8c,_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,_:03e50331-1ba6-420d-bd72-83e22ba1649f,_:b800354f-ddc2-4819-90eb-fd138ec47997,_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175,_:42124539-2792-4ddc-bbd6-5956ba25a512)
15:42:00.644 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:177f742a-6189-449a-8464-e445402b40b3)
15:42:00.647 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bdf79db4-2005-468c-b20b-3ca8ba48f54b)
15:42:00.648 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:abfe7bbd-5fa6-449f-855a-db5127a34b8c)
15:42:00.648 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1bd88b7-55f4-44bc-8c1a-012568f6c081)
15:42:00.648 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03e50331-1ba6-420d-bd72-83e22ba1649f)
15:42:00.648 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b800354f-ddc2-4819-90eb-fd138ec47997)
15:42:00.649 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175)
15:42:00.649 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42124539-2792-4ddc-bbd6-5956ba25a512)
15:42:00.657 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.658 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.763 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.763 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.765 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.765 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.766 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.767 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.767 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:177f742a-6189-449a-8464-e445402b40b3],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:00.768 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.769 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.778 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:177f742a-6189-449a-8464-e445402b40b3=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:177f742a-6189-449a-8464-e445402b40b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:00.779 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.779 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.795 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.797 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.798 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.799 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.799 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bdf79db4-2005-468c-b20b-3ca8ba48f54b],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:00.800 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bdf79db4-2005-468c-b20b-3ca8ba48f54b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:00.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.801 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.802 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:abfe7bbd-5fa6-449f-855a-db5127a34b8c=ShapeTyping(TypingMap(Map()))
15:42:00.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.802 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.807 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.809 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1bd88b7-55f4-44bc-8c1a-012568f6c081=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,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))))))))
15:42:00.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.809 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.810 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.810 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:41:59.497Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:03e50331-1ba6-420d-bd72-83e22ba1649f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:00.811 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:03e50331-1ba6-420d-bd72-83e22ba1649f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:03e50331-1ba6-420d-bd72-83e22ba1649f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:00.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.811 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.812 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.813 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.813 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b800354f-ddc2-4819-90eb-fd138ec47997],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:00.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.814 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.815 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b800354f-ddc2-4819-90eb-fd138ec47997=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b800354f-ddc2-4819-90eb-fd138ec47997,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:00.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.815 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.816 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175=ShapeTyping(TypingMap(Map()))
15:42:00.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.816 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.817 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.817 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:42124539-2792-4ddc-bbd6-5956ba25a512=ShapeTyping(TypingMap(Map()))
15:42:00.820 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:177f742a-6189-449a-8464-e445402b40b3,_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,_:abfe7bbd-5fa6-449f-855a-db5127a34b8c,_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,_:03e50331-1ba6-420d-bd72-83e22ba1649f,_:b800354f-ddc2-4819-90eb-fd138ec47997,_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175,_:42124539-2792-4ddc-bbd6-5956ba25a512)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,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(_:b800354f-ddc2-4819-90eb-fd138ec47997,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:03e50331-1ba6-420d-bd72-83e22ba1649f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:177f742a-6189-449a-8464-e445402b40b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:00.825 [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(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,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(_:b800354f-ddc2-4819-90eb-fd138ec47997,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:03e50331-1ba6-420d-bd72-83e22ba1649f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:177f742a-6189-449a-8464-e445402b40b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:00.832 [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(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:177f742a-6189-449a-8464-e445402b40b3), ShapeRef(_:bdf79db4-2005-468c-b20b-3ca8ba48f54b), ShapeRef(_:abfe7bbd-5fa6-449f-855a-db5127a34b8c), ShapeRef(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081), ShapeRef(_:03e50331-1ba6-420d-bd72-83e22ba1649f), ShapeRef(_:b800354f-ddc2-4819-90eb-fd138ec47997), ShapeRef(_:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175), ShapeRef(_:42124539-2792-4ddc-bbd6-5956ba25a512)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1bd88b7-55f4-44bc-8c1a-012568f6c081,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(_:b800354f-ddc2-4819-90eb-fd138ec47997,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:03e50331-1ba6-420d-bd72-83e22ba1649f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:177f742a-6189-449a-8464-e445402b40b3,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:00.837 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:42124539-2792-4ddc-bbd6-5956ba25a512 = 
15:42:00.838 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:42124539-2792-4ddc-bbd6-5956ba25a512 = 
15:42:00.838 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:42124539-2792-4ddc-bbd6-5956ba25a512: 
15:42:00.838 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175 = 
15:42:00.838 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175 = 
15:42:00.838 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6cf12bcf-8ff6-4cb9-bf6c-51dda3f0e175: 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b800354f-ddc2-4819-90eb-fd138ec47997 = 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b800354f-ddc2-4819-90eb-fd138ec47997 = 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b800354f-ddc2-4819-90eb-fd138ec47997: 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:03e50331-1ba6-420d-bd72-83e22ba1649f = 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:03e50331-1ba6-420d-bd72-83e22ba1649f = 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:03e50331-1ba6-420d-bd72-83e22ba1649f: 
15:42:00.839 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d1bd88b7-55f4-44bc-8c1a-012568f6c081 = 
15:42:00.840 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d1bd88b7-55f4-44bc-8c1a-012568f6c081 = 
15:42:00.840 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d1bd88b7-55f4-44bc-8c1a-012568f6c081: 
15:42:00.840 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:abfe7bbd-5fa6-449f-855a-db5127a34b8c = 
15:42:00.840 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:abfe7bbd-5fa6-449f-855a-db5127a34b8c = 
15:42:00.840 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:abfe7bbd-5fa6-449f-855a-db5127a34b8c: 
15:42:00.840 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bdf79db4-2005-468c-b20b-3ca8ba48f54b = 
15:42:00.841 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bdf79db4-2005-468c-b20b-3ca8ba48f54b = 
15:42:00.841 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bdf79db4-2005-468c-b20b-3ca8ba48f54b: 
15:42:00.841 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:177f742a-6189-449a-8464-e445402b40b3 = 
15:42:00.841 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:177f742a-6189-449a-8464-e445402b40b3 = 
15:42:00.841 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:177f742a-6189-449a-8464-e445402b40b3: 
15:42:00.917 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:00.933Z"^^<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 .
15:42:00.946 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:00.933Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:00.933Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:00.948 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f76bc897-cfcf-4770-941d-12c2d4c5b91b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f76bc897-cfcf-4770-941d-12c2d4c5b91b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f76bc897-cfcf-4770-941d-12c2d4c5b91b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f76bc897-cfcf-4770-941d-12c2d4c5b91b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f76bc897-cfcf-4770-941d-12c2d4c5b91b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f76bc897-cfcf-4770-941d-12c2d4c5b91b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; f76bc897-cfcf-4770-941d-12c2d4c5b91b @rdf:type sh:Property; 4abfc505-b9ac-4609-9f53-360ff9838be6 @sh:in 9ff9c0dd-05df-4a1f-a5a2-e1e9f7d64466; 4abfc505-b9ac-4609-9f53-360ff9838be6 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 4abfc505-b9ac-4609-9f53-360ff9838be6 @rdf:type sh:Property; 7270db39-acea-4aaf-8a12-06d074a6e971 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 7270db39-acea-4aaf-8a12-06d074a6e971 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 7270db39-acea-4aaf-8a12-06d074a6e971 @sh:path http://www.sampledomain.org/sam#integerProperty3; 7270db39-acea-4aaf-8a12-06d074a6e971 @rdf:type sh:Property; 3aee43d7-b9e9-4963-bbdc-f5de31d54855 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3aee43d7-b9e9-4963-bbdc-f5de31d54855 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 3aee43d7-b9e9-4963-bbdc-f5de31d54855 @sh:datatype http://www.w3.org/2001/XMLSchema#integer...} |  [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [f76bc897-cfcf-4770-941d-12c2d4c5b91b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4abfc505-b9ac-4609-9f53-360ff9838be6, http://www.w3.org/ns/shacl#in, 9ff9c0dd-05df-4a1f-a5a2-e1e9f7d64466] [4abfc505-b9ac-4609-9f53-360ff9838be6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [4abfc505-b9ac-4609-9f53-360ff9838be6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7270db39-acea-4aaf-8a12-06d074a6e971, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7270db39-acea-4aaf-8a12-06d074a6e971, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7270db39-acea-4aaf-8a12-06d074a6e971, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [7270db39-acea-4aaf-8a12-06d074a6e971, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [3aee43d7-b9e9-4963-bbdc-f5de31d54855, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b649ed3d-f3cc-41ad-af7f-296e4e4a26f7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [b649ed3d-f3cc-41ad-af7f-296e4e4a26f7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [b649ed3d-f3cc-41ad-af7f-296e4e4a26f7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [b649ed3d-f3cc-41ad-af7f-296e4e4a26f7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4b09f978-7250-48fa-84d8-59f4575eff85, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [4b09f978-7250-48fa-84d8-59f4575eff85, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#pattern, "^B"] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [091c6e68-3ca1-4c4b-938c-430bbc4d5e59, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e2c8a707-310a-4f19-a3f7-44a8ed729ce7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [e2c8a707-310a-4f19-a3f7-44a8ed729ce7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [e2c8a707-310a-4f19-a3f7-44a8ed729ce7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d4467981-f0db-4cbd-b0de-c59f83c410a8, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d4467981-f0db-4cbd-b0de-c59f83c410a8, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d4467981-f0db-4cbd-b0de-c59f83c410a8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d4467981-f0db-4cbd-b0de-c59f83c410a8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [165b66e1-9563-4fe2-8200-601734bfab0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 4b09f978-7250-48fa-84d8-59f4575eff85] [165b66e1-9563-4fe2-8200-601734bfab0b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e2c8a707-310a-4f19-a3f7-44a8ed729ce7] [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, b649ed3d-f3cc-41ad-af7f-296e4e4a26f7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3aee43d7-b9e9-4963-bbdc-f5de31d54855] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7270db39-acea-4aaf-8a12-06d074a6e971] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4abfc505-b9ac-4609-9f53-360ff9838be6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f76bc897-cfcf-4770-941d-12c2d4c5b91b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 091c6e68-3ca1-4c4b-938c-430bbc4d5e59] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d4467981-f0db-4cbd-b0de-c59f83c410a8] [9ff9c0dd-05df-4a1f-a5a2-e1e9f7d64466, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 165b66e1-9563-4fe2-8200-601734bfab0b] [9ff9c0dd-05df-4a1f-a5a2-e1e9f7d64466, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"]>
15:42:00.949 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:00.951 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:00.953 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,_:4abfc505-b9ac-4609-9f53-360ff9838be6,_:d4467981-f0db-4cbd-b0de-c59f83c410a8,_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7,_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,_:7270db39-acea-4aaf-8a12-06d074a6e971,_:f76bc897-cfcf-4770-941d-12c2d4c5b91b. Pending nodes: 
15:42:00.954 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59
15:42:00.957 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4abfc505-b9ac-4609-9f53-360ff9838be6
15:42:00.958 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d4467981-f0db-4cbd-b0de-c59f83c410a8
15:42:00.960 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3aee43d7-b9e9-4963-bbdc-f5de31d54855
15:42:00.962 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2c8a707-310a-4f19-a3f7-44a8ed729ce7
15:42:00.963 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7
15:42:00.964 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7270db39-acea-4aaf-8a12-06d074a6e971
15:42:00.966 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f76bc897-cfcf-4770-941d-12c2d4c5b91b
15:42:00.967 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f76bc897-cfcf-4770-941d-12c2d4c5b91b
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7270db39-acea-4aaf-8a12-06d074a6e971
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2c8a707-310a-4f19-a3f7-44a8ed729ce7
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3aee43d7-b9e9-4963-bbdc-f5de31d54855
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d4467981-f0db-4cbd-b0de-c59f83c410a8
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4abfc505-b9ac-4609-9f53-360ff9838be6
15:42:00.994 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59
15:42:00.995 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f76bc897-cfcf-4770-941d-12c2d4c5b91b = 
15:42:00.995 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f76bc897-cfcf-4770-941d-12c2d4c5b91b = 
15:42:00.995 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f76bc897-cfcf-4770-941d-12c2d4c5b91b: 
15:42:00.995 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7270db39-acea-4aaf-8a12-06d074a6e971 = 
15:42:00.995 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7270db39-acea-4aaf-8a12-06d074a6e971 = 
15:42:00.995 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7270db39-acea-4aaf-8a12-06d074a6e971: 
15:42:00.996 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:00.996 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:00.996 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:00.996 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:00.996 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:00.996 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,_:4abfc505-b9ac-4609-9f53-360ff9838be6,_:d4467981-f0db-4cbd-b0de-c59f83c410a8,_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7,_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,_:7270db39-acea-4aaf-8a12-06d074a6e971,_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)
15:42:00.997 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59)
15:42:00.997 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4abfc505-b9ac-4609-9f53-360ff9838be6)
15:42:00.997 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4467981-f0db-4cbd-b0de-c59f83c410a8)
15:42:00.997 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3aee43d7-b9e9-4963-bbdc-f5de31d54855)
15:42:00.997 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7)
15:42:00.998 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7)
15:42:00.998 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7270db39-acea-4aaf-8a12-06d074a6e971)
15:42:00.998 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)
15:42:00.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:00.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.002 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.002 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.003 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4abfc505-b9ac-4609-9f53-360ff9838be6=ShapeTyping(TypingMap(Map()))
15:42:01.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.003 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.004 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.005 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:00.933Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d4467981-f0db-4cbd-b0de-c59f83c410a8],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.005 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d4467981-f0db-4cbd-b0de-c59f83c410a8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d4467981-f0db-4cbd-b0de-c59f83c410a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.005 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.006 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.007 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:3aee43d7-b9e9-4963-bbdc-f5de31d54855],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.007 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.008 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3aee43d7-b9e9-4963-bbdc-f5de31d54855=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.008 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7=ShapeTyping(TypingMap(Map()))
15:42:01.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.008 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.009 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.026 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,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"))))))))
15:42:01.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7270db39-acea-4aaf-8a12-06d074a6e971=ShapeTyping(TypingMap(Map()))
15:42:01.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.032 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f76bc897-cfcf-4770-941d-12c2d4c5b91b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.033 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f76bc897-cfcf-4770-941d-12c2d4c5b91b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.034 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,_:4abfc505-b9ac-4609-9f53-360ff9838be6,_:d4467981-f0db-4cbd-b0de-c59f83c410a8,_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7,_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,_:7270db39-acea-4aaf-8a12-06d074a6e971,_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,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(_:d4467981-f0db-4cbd-b0de-c59f83c410a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.035 [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(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,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(_:d4467981-f0db-4cbd-b0de-c59f83c410a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.035 [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(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:091c6e68-3ca1-4c4b-938c-430bbc4d5e59), ShapeRef(_:4abfc505-b9ac-4609-9f53-360ff9838be6), ShapeRef(_:d4467981-f0db-4cbd-b0de-c59f83c410a8), ShapeRef(_:3aee43d7-b9e9-4963-bbdc-f5de31d54855), ShapeRef(_:e2c8a707-310a-4f19-a3f7-44a8ed729ce7), ShapeRef(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7), ShapeRef(_:7270db39-acea-4aaf-8a12-06d074a6e971), ShapeRef(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7,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(_:d4467981-f0db-4cbd-b0de-c59f83c410a8,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f76bc897-cfcf-4770-941d-12c2d4c5b91b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.035 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7 = 
15:42:01.035 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7 = 
15:42:01.035 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b649ed3d-f3cc-41ad-af7f-296e4e4a26f7: 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2c8a707-310a-4f19-a3f7-44a8ed729ce7 = 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2c8a707-310a-4f19-a3f7-44a8ed729ce7 = 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2c8a707-310a-4f19-a3f7-44a8ed729ce7: 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3aee43d7-b9e9-4963-bbdc-f5de31d54855 = 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3aee43d7-b9e9-4963-bbdc-f5de31d54855 = 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3aee43d7-b9e9-4963-bbdc-f5de31d54855: 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d4467981-f0db-4cbd-b0de-c59f83c410a8 = 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d4467981-f0db-4cbd-b0de-c59f83c410a8 = 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d4467981-f0db-4cbd-b0de-c59f83c410a8: 
15:42:01.036 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4abfc505-b9ac-4609-9f53-360ff9838be6 = 
15:42:01.037 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4abfc505-b9ac-4609-9f53-360ff9838be6 = 
15:42:01.037 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4abfc505-b9ac-4609-9f53-360ff9838be6: 
15:42:01.037 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59 = 
15:42:01.037 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59 = 
15:42:01.037 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:091c6e68-3ca1-4c4b-938c-430bbc4d5e59: 
15:42:01.043 [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
               ]
] .

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

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

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.655 sec
Running org.eclipse.lyo.validation.ShaclPatternValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:01.109 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:pattern "^B"; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:description "a Simple Single String Property"; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @sh:path http://www.sampledomain.org/sam#aStringProperty; 5984864f-b1cb-49cd-b8ce-be8a23b92076 @rdf:type sh:Property; 2bc435b1-32e1-4b8d-8704-6bc897de64d8 @rdf:rest 3538a8de-1415-401c-866e-423da24b1e47; 2bc435b1-32e1-4b8d-8704-6bc897de64d8 @rdf:first "B"; 98d418c9-7b0f-4ff8-b032-924b40aab453 @sh:in 40fb5a18-d0e6-4264-b4a3-1262d051f794; 98d418c9-7b0f-4ff8-b032-924b40aab453 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 98d418c9-7b0f-4ff8-b032-924b40aab453 @rdf:type sh:Property; fbdbc301-6696-4a3c-8e54-8062f774650b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; fbdbc301-6696-4a3c-8e54-8062f774650b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; fbdbc301-6696-4a3c-8e54-8062f774650b @sh:path http://www.sampledomain.org/sam#integerProperty3; fbdbc301-6696-4a3c-8e54-8062f774650b @rdf:type sh:Property...} |  [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#pattern, "^B"] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5984864f-b1cb-49cd-b8ce-be8a23b92076, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2bc435b1-32e1-4b8d-8704-6bc897de64d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3538a8de-1415-401c-866e-423da24b1e47] [2bc435b1-32e1-4b8d-8704-6bc897de64d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [98d418c9-7b0f-4ff8-b032-924b40aab453, http://www.w3.org/ns/shacl#in, 40fb5a18-d0e6-4264-b4a3-1262d051f794] [98d418c9-7b0f-4ff8-b032-924b40aab453, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [98d418c9-7b0f-4ff8-b032-924b40aab453, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fbdbc301-6696-4a3c-8e54-8062f774650b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fbdbc301-6696-4a3c-8e54-8062f774650b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fbdbc301-6696-4a3c-8e54-8062f774650b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fbdbc301-6696-4a3c-8e54-8062f774650b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [da5786f4-3f70-47d8-816f-a31290813779, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [da5786f4-3f70-47d8-816f-a31290813779, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [da5786f4-3f70-47d8-816f-a31290813779, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [da5786f4-3f70-47d8-816f-a31290813779, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c480c1fe-2bed-4036-9918-4bd0fa281830, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c480c1fe-2bed-4036-9918-4bd0fa281830, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c480c1fe-2bed-4036-9918-4bd0fa281830, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [40fb5a18-d0e6-4264-b4a3-1262d051f794, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 2bc435b1-32e1-4b8d-8704-6bc897de64d8] [40fb5a18-d0e6-4264-b4a3-1262d051f794, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [3538a8de-1415-401c-866e-423da24b1e47, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [3538a8de-1415-401c-866e-423da24b1e47, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [d5d12402-f9c3-45d5-b890-52ab260f992f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [d5d12402-f9c3-45d5-b890-52ab260f992f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [d5d12402-f9c3-45d5-b890-52ab260f992f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [d5d12402-f9c3-45d5-b890-52ab260f992f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [94415867-b62b-4164-9f8a-272e73980d52, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94415867-b62b-4164-9f8a-272e73980d52, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94415867-b62b-4164-9f8a-272e73980d52, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [94415867-b62b-4164-9f8a-272e73980d52, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [94415867-b62b-4164-9f8a-272e73980d52, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [94415867-b62b-4164-9f8a-272e73980d52, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [94415867-b62b-4164-9f8a-272e73980d52, 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, 98d418c9-7b0f-4ff8-b032-924b40aab453] [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, d5d12402-f9c3-45d5-b890-52ab260f992f] [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, da5786f4-3f70-47d8-816f-a31290813779] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c480c1fe-2bed-4036-9918-4bd0fa281830] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5984864f-b1cb-49cd-b8ce-be8a23b92076] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 94415867-b62b-4164-9f8a-272e73980d52] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fbdbc301-6696-4a3c-8e54-8062f774650b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5]>
15:42:01.110 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.112 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.114 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:c480c1fe-2bed-4036-9918-4bd0fa281830,_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,_:94415867-b62b-4164-9f8a-272e73980d52,_:da5786f4-3f70-47d8-816f-a31290813779,_:fbdbc301-6696-4a3c-8e54-8062f774650b,_:d5d12402-f9c3-45d5-b890-52ab260f992f,_:5984864f-b1cb-49cd-b8ce-be8a23b92076,_:98d418c9-7b0f-4ff8-b032-924b40aab453. Pending nodes: 
15:42:01.114 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c480c1fe-2bed-4036-9918-4bd0fa281830
15:42:01.115 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5
15:42:01.117 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:94415867-b62b-4164-9f8a-272e73980d52
15:42:01.118 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da5786f4-3f70-47d8-816f-a31290813779
15:42:01.119 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fbdbc301-6696-4a3c-8e54-8062f774650b
15:42:01.120 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d5d12402-f9c3-45d5-b890-52ab260f992f
15:42:01.121 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5984864f-b1cb-49cd-b8ce-be8a23b92076
15:42:01.123 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:98d418c9-7b0f-4ff8-b032-924b40aab453
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:98d418c9-7b0f-4ff8-b032-924b40aab453
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5984864f-b1cb-49cd-b8ce-be8a23b92076
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d5d12402-f9c3-45d5-b890-52ab260f992f
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fbdbc301-6696-4a3c-8e54-8062f774650b
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da5786f4-3f70-47d8-816f-a31290813779
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:94415867-b62b-4164-9f8a-272e73980d52
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c480c1fe-2bed-4036-9918-4bd0fa281830
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:98d418c9-7b0f-4ff8-b032-924b40aab453 = 
15:42:01.124 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:98d418c9-7b0f-4ff8-b032-924b40aab453 = 
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:98d418c9-7b0f-4ff8-b032-924b40aab453: 
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.125 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c480c1fe-2bed-4036-9918-4bd0fa281830,_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,_:94415867-b62b-4164-9f8a-272e73980d52,_:da5786f4-3f70-47d8-816f-a31290813779,_:fbdbc301-6696-4a3c-8e54-8062f774650b,_:d5d12402-f9c3-45d5-b890-52ab260f992f,_:5984864f-b1cb-49cd-b8ce-be8a23b92076,_:98d418c9-7b0f-4ff8-b032-924b40aab453)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c480c1fe-2bed-4036-9918-4bd0fa281830)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94415867-b62b-4164-9f8a-272e73980d52)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da5786f4-3f70-47d8-816f-a31290813779)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fbdbc301-6696-4a3c-8e54-8062f774650b)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5d12402-f9c3-45d5-b890-52ab260f992f)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5984864f-b1cb-49cd-b8ce-be8a23b92076)
15:42:01.126 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98d418c9-7b0f-4ff8-b032-924b40aab453)
15:42:01.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.126 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.127 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c480c1fe-2bed-4036-9918-4bd0fa281830=ShapeTyping(TypingMap(Map()))
15:42:01.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.127 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.128 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.129 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.129 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.130 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.130 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.131 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:94415867-b62b-4164-9f8a-272e73980d52],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.131 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.132 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94415867-b62b-4164-9f8a-272e73980d52=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94415867-b62b-4164-9f8a-272e73980d52,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.132 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.133 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.133 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.097Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:da5786f4-3f70-47d8-816f-a31290813779],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.133 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da5786f4-3f70-47d8-816f-a31290813779=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:da5786f4-3f70-47d8-816f-a31290813779,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.134 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fbdbc301-6696-4a3c-8e54-8062f774650b=ShapeTyping(TypingMap(Map()))
15:42:01.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.134 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.135 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d5d12402-f9c3-45d5-b890-52ab260f992f=ShapeTyping(TypingMap(Map()))
15:42:01.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.135 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.136 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.136 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.137 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.138 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5984864f-b1cb-49cd-b8ce-be8a23b92076],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.138 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5984864f-b1cb-49cd-b8ce-be8a23b92076=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5984864f-b1cb-49cd-b8ce-be8a23b92076,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.138 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.139 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:98d418c9-7b0f-4ff8-b032-924b40aab453=ShapeTyping(TypingMap(Map()))
15:42:01.139 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:c480c1fe-2bed-4036-9918-4bd0fa281830,_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,_:94415867-b62b-4164-9f8a-272e73980d52,_:da5786f4-3f70-47d8-816f-a31290813779,_:fbdbc301-6696-4a3c-8e54-8062f774650b,_:d5d12402-f9c3-45d5-b890-52ab260f992f,_:5984864f-b1cb-49cd-b8ce-be8a23b92076,_:98d418c9-7b0f-4ff8-b032-924b40aab453)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:da5786f4-3f70-47d8-816f-a31290813779,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5984864f-b1cb-49cd-b8ce-be8a23b92076,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:94415867-b62b-4164-9f8a-272e73980d52,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.140 [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(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:da5786f4-3f70-47d8-816f-a31290813779,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5984864f-b1cb-49cd-b8ce-be8a23b92076,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:94415867-b62b-4164-9f8a-272e73980d52,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.140 [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(_:c480c1fe-2bed-4036-9918-4bd0fa281830), ShapeRef(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5), ShapeRef(_:94415867-b62b-4164-9f8a-272e73980d52), ShapeRef(_:da5786f4-3f70-47d8-816f-a31290813779), ShapeRef(_:fbdbc301-6696-4a3c-8e54-8062f774650b), ShapeRef(_:d5d12402-f9c3-45d5-b890-52ab260f992f), ShapeRef(_:5984864f-b1cb-49cd-b8ce-be8a23b92076), ShapeRef(_:98d418c9-7b0f-4ff8-b032-924b40aab453)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:da5786f4-3f70-47d8-816f-a31290813779,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5984864f-b1cb-49cd-b8ce-be8a23b92076,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:94415867-b62b-4164-9f8a-272e73980d52,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.140 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5984864f-b1cb-49cd-b8ce-be8a23b92076 = 
15:42:01.140 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5984864f-b1cb-49cd-b8ce-be8a23b92076 = 
15:42:01.140 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5984864f-b1cb-49cd-b8ce-be8a23b92076: 
15:42:01.140 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d5d12402-f9c3-45d5-b890-52ab260f992f = 
15:42:01.140 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d5d12402-f9c3-45d5-b890-52ab260f992f = 
15:42:01.140 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d5d12402-f9c3-45d5-b890-52ab260f992f: 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fbdbc301-6696-4a3c-8e54-8062f774650b = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fbdbc301-6696-4a3c-8e54-8062f774650b = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fbdbc301-6696-4a3c-8e54-8062f774650b: 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da5786f4-3f70-47d8-816f-a31290813779 = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da5786f4-3f70-47d8-816f-a31290813779 = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da5786f4-3f70-47d8-816f-a31290813779: 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:94415867-b62b-4164-9f8a-272e73980d52 = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:94415867-b62b-4164-9f8a-272e73980d52 = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:94415867-b62b-4164-9f8a-272e73980d52: 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5 = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5 = 
15:42:01.141 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d9b0fa2e-9865-4d66-b6bc-d6b6f352a4b5: 
15:42:01.142 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c480c1fe-2bed-4036-9918-4bd0fa281830 = 
15:42:01.142 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c480c1fe-2bed-4036-9918-4bd0fa281830 = 
15:42:01.142 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c480c1fe-2bed-4036-9918-4bd0fa281830: 
15:42:01.196 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:01.199Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Catalyzer" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
15:42:01.208 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:01.199Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Catalyzer"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [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, "2020-08-19T15:42:01.199Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Catalyzer"] [http://www.sampledomain.org/sam#AResource, http://www.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:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:01.209 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a9af6e64-1e63-4fad-965a-2ffcc894ea73 @rdf:rest 154102b8-efe8-42d7-9649-1ba03b741098; a9af6e64-1e63-4fad-965a-2ffcc894ea73 @rdf:first "B"; e7b49d7b-ba0d-41a1-b625-5d091e129dbd @sh:in 02cdd510-06de-481a-a2cd-b902507888ab; e7b49d7b-ba0d-41a1-b625-5d091e129dbd @sh:path http://www.sampledomain.org/sam#anotherStringProperty; e7b49d7b-ba0d-41a1-b625-5d091e129dbd @rdf:type sh:Property; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; b0d19a43-9319-4b9e-a87f-bd31c764b6c9 @rdf:type sh:Property; 12c94e27-4c84-4d79-b8b4-7210605ccd59 @sh:class http://www.sampledomain.org/sam#AnotherResource; 12c94e27-4c84-4d79-b8b4-7210605ccd59 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 12c94e27-4c84-4d79-b8b4-7210605ccd59 @rdf:type sh:Property; 154102b8-efe8-42d7-9649-1ba03b741098 @rdf:rest rdf:nil; 154102b8-efe8-42d7-9649-1ba03b741098 @rdf:first "C"...} |  [a9af6e64-1e63-4fad-965a-2ffcc894ea73, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 154102b8-efe8-42d7-9649-1ba03b741098] [a9af6e64-1e63-4fad-965a-2ffcc894ea73, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [e7b49d7b-ba0d-41a1-b625-5d091e129dbd, http://www.w3.org/ns/shacl#in, 02cdd510-06de-481a-a2cd-b902507888ab] [e7b49d7b-ba0d-41a1-b625-5d091e129dbd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e7b49d7b-ba0d-41a1-b625-5d091e129dbd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [b0d19a43-9319-4b9e-a87f-bd31c764b6c9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [12c94e27-4c84-4d79-b8b4-7210605ccd59, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [12c94e27-4c84-4d79-b8b4-7210605ccd59, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [12c94e27-4c84-4d79-b8b4-7210605ccd59, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [154102b8-efe8-42d7-9649-1ba03b741098, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [154102b8-efe8-42d7-9649-1ba03b741098, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#pattern, "^B"] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [05eedc18-e5e3-4303-9acb-449fc1b638fe, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [c339e6de-8340-421f-8027-ba9956650301, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [02cdd510-06de-481a-a2cd-b902507888ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a9af6e64-1e63-4fad-965a-2ffcc894ea73] [02cdd510-06de-481a-a2cd-b902507888ab, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [97d64a14-6cf4-4af7-8d88-7f5c78cfae3d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [97d64a14-6cf4-4af7-8d88-7f5c78cfae3d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [97d64a14-6cf4-4af7-8d88-7f5c78cfae3d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [97d64a14-6cf4-4af7-8d88-7f5c78cfae3d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [14877357-a3e2-4408-a8f6-ad23bbff754c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [14877357-a3e2-4408-a8f6-ad23bbff754c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [14877357-a3e2-4408-a8f6-ad23bbff754c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [14877357-a3e2-4408-a8f6-ad23bbff754c, 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, c339e6de-8340-421f-8027-ba9956650301] [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, b0d19a43-9319-4b9e-a87f-bd31c764b6c9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 05eedc18-e5e3-4303-9acb-449fc1b638fe] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e7b49d7b-ba0d-41a1-b625-5d091e129dbd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 12c94e27-4c84-4d79-b8b4-7210605ccd59] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d8d7b1de-03e2-40b4-8448-469bc6f7305c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 14877357-a3e2-4408-a8f6-ad23bbff754c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 97d64a14-6cf4-4af7-8d88-7f5c78cfae3d] [d8d7b1de-03e2-40b4-8448-469bc6f7305c, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d8d7b1de-03e2-40b4-8448-469bc6f7305c, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d8d7b1de-03e2-40b4-8448-469bc6f7305c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d8d7b1de-03e2-40b4-8448-469bc6f7305c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:01.210 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.212 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:d8d7b1de-03e2-40b4-8448-469bc6f7305c,_:12c94e27-4c84-4d79-b8b4-7210605ccd59,_:05eedc18-e5e3-4303-9acb-449fc1b638fe,_:c339e6de-8340-421f-8027-ba9956650301,_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd,_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,_:14877357-a3e2-4408-a8f6-ad23bbff754c,_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d. Pending nodes: 
15:42:01.214 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d8d7b1de-03e2-40b4-8448-469bc6f7305c
15:42:01.215 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:12c94e27-4c84-4d79-b8b4-7210605ccd59
15:42:01.216 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:05eedc18-e5e3-4303-9acb-449fc1b638fe
15:42:01.218 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c339e6de-8340-421f-8027-ba9956650301
15:42:01.220 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7b49d7b-ba0d-41a1-b625-5d091e129dbd
15:42:01.221 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b0d19a43-9319-4b9e-a87f-bd31c764b6c9
15:42:01.222 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:14877357-a3e2-4408-a8f6-ad23bbff754c
15:42:01.223 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:14877357-a3e2-4408-a8f6-ad23bbff754c
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b0d19a43-9319-4b9e-a87f-bd31c764b6c9
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7b49d7b-ba0d-41a1-b625-5d091e129dbd
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c339e6de-8340-421f-8027-ba9956650301
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:05eedc18-e5e3-4303-9acb-449fc1b638fe
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:12c94e27-4c84-4d79-b8b4-7210605ccd59
15:42:01.224 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d8d7b1de-03e2-40b4-8448-469bc6f7305c
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d = 
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d = 
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d: 
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d8d7b1de-03e2-40b4-8448-469bc6f7305c,_:12c94e27-4c84-4d79-b8b4-7210605ccd59,_:05eedc18-e5e3-4303-9acb-449fc1b638fe,_:c339e6de-8340-421f-8027-ba9956650301,_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd,_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,_:14877357-a3e2-4408-a8f6-ad23bbff754c,_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)
15:42:01.225 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8d7b1de-03e2-40b4-8448-469bc6f7305c)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:12c94e27-4c84-4d79-b8b4-7210605ccd59)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05eedc18-e5e3-4303-9acb-449fc1b638fe)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c339e6de-8340-421f-8027-ba9956650301)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14877357-a3e2-4408-a8f6-ad23bbff754c)
15:42:01.226 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)
15:42:01.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.226 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.227 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.199Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d8d7b1de-03e2-40b4-8448-469bc6f7305c],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.227 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d8d7b1de-03e2-40b4-8448-469bc6f7305c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.227 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.228 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:12c94e27-4c84-4d79-b8b4-7210605ccd59=ShapeTyping(TypingMap(Map()))
15:42:01.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.228 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.229 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.230 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Catalyzer"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:05eedc18-e5e3-4303-9acb-449fc1b638fe],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.231 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05eedc18-e5e3-4303-9acb-449fc1b638fe=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:05eedc18-e5e3-4303-9acb-449fc1b638fe,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'"))))))))
15:42:01.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.233 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c339e6de-8340-421f-8027-ba9956650301],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.234 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c339e6de-8340-421f-8027-ba9956650301=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c339e6de-8340-421f-8027-ba9956650301,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.234 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd=ShapeTyping(TypingMap(Map()))
15:42:01.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.236 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.236 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.237 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14877357-a3e2-4408-a8f6-ad23bbff754c=ShapeTyping(TypingMap(Map()))
15:42:01.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.237 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.238 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.238 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d=ShapeTyping(TypingMap(Map()))
15:42:01.238 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:d8d7b1de-03e2-40b4-8448-469bc6f7305c,_:12c94e27-4c84-4d79-b8b4-7210605ccd59,_:05eedc18-e5e3-4303-9acb-449fc1b638fe,_:c339e6de-8340-421f-8027-ba9956650301,_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd,_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,_:14877357-a3e2-4408-a8f6-ad23bbff754c,_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:05eedc18-e5e3-4303-9acb-449fc1b638fe,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(_:c339e6de-8340-421f-8027-ba9956650301,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.239 [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(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:05eedc18-e5e3-4303-9acb-449fc1b638fe,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(_:c339e6de-8340-421f-8027-ba9956650301,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.239 [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(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c), ShapeRef(_:12c94e27-4c84-4d79-b8b4-7210605ccd59), ShapeRef(_:05eedc18-e5e3-4303-9acb-449fc1b638fe), ShapeRef(_:c339e6de-8340-421f-8027-ba9956650301), ShapeRef(_:e7b49d7b-ba0d-41a1-b625-5d091e129dbd), ShapeRef(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9), ShapeRef(_:14877357-a3e2-4408-a8f6-ad23bbff754c), ShapeRef(_:97d64a14-6cf4-4af7-8d88-7f5c78cfae3d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b0d19a43-9319-4b9e-a87f-bd31c764b6c9,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:05eedc18-e5e3-4303-9acb-449fc1b638fe,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(_:c339e6de-8340-421f-8027-ba9956650301,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:d8d7b1de-03e2-40b4-8448-469bc6f7305c,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.239 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:14877357-a3e2-4408-a8f6-ad23bbff754c = 
15:42:01.239 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:14877357-a3e2-4408-a8f6-ad23bbff754c = 
15:42:01.239 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:14877357-a3e2-4408-a8f6-ad23bbff754c: 
15:42:01.294 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b0d19a43-9319-4b9e-a87f-bd31c764b6c9 = 
15:42:01.294 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b0d19a43-9319-4b9e-a87f-bd31c764b6c9 = 
15:42:01.294 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b0d19a43-9319-4b9e-a87f-bd31c764b6c9: 
15:42:01.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7b49d7b-ba0d-41a1-b625-5d091e129dbd = 
15:42:01.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7b49d7b-ba0d-41a1-b625-5d091e129dbd = 
15:42:01.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7b49d7b-ba0d-41a1-b625-5d091e129dbd: 
15:42:01.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c339e6de-8340-421f-8027-ba9956650301 = 
15:42:01.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c339e6de-8340-421f-8027-ba9956650301 = 
15:42:01.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c339e6de-8340-421f-8027-ba9956650301: 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:05eedc18-e5e3-4303-9acb-449fc1b638fe = 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:05eedc18-e5e3-4303-9acb-449fc1b638fe = 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:05eedc18-e5e3-4303-9acb-449fc1b638fe: 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:12c94e27-4c84-4d79-b8b4-7210605ccd59 = 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:12c94e27-4c84-4d79-b8b4-7210605ccd59 = 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:12c94e27-4c84-4d79-b8b4-7210605ccd59: 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d8d7b1de-03e2-40b4-8448-469bc6f7305c = 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d8d7b1de-03e2-40b4-8448-469bc6f7305c = 
15:42:01.296 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d8d7b1de-03e2-40b4-8448-469bc6f7305c: 
15:42:01.299 [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
               ]
] .

15:42:01.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  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.2 sec
Running org.eclipse.lyo.validation.ShaclInValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   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: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: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> .
15:42:01.314 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {6f58356a-8170-49ee-9e5d-68d958caf102 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6f58356a-8170-49ee-9e5d-68d958caf102 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 6f58356a-8170-49ee-9e5d-68d958caf102 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 6f58356a-8170-49ee-9e5d-68d958caf102 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 6f58356a-8170-49ee-9e5d-68d958caf102 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 6f58356a-8170-49ee-9e5d-68d958caf102 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 6f58356a-8170-49ee-9e5d-68d958caf102 @rdf:type sh:Property; b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096 @sh:in dfd4f770-034e-4b41-b943-6bad75e358db; b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096 @rdf:type sh:Property; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:pattern "^B"; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:description "a Simple Single String Property"; 5ce25a72-d4d8-4b1b-b78e-6783d40db514 @sh:path http://www.sampledomain.org/sam#aStringProperty...} |  [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6f58356a-8170-49ee-9e5d-68d958caf102, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096, http://www.w3.org/ns/shacl#in, dfd4f770-034e-4b41-b943-6bad75e358db] [b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#pattern, "^B"] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [5ce25a72-d4d8-4b1b-b78e-6783d40db514, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [41df3559-5794-4496-8b02-c522a2d5d2cf, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [41df3559-5794-4496-8b02-c522a2d5d2cf, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [41df3559-5794-4496-8b02-c522a2d5d2cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [41df3559-5794-4496-8b02-c522a2d5d2cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2c4ae018-b700-4653-bb82-b6d058122fe2, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2c4ae018-b700-4653-bb82-b6d058122fe2, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2c4ae018-b700-4653-bb82-b6d058122fe2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [2c4ae018-b700-4653-bb82-b6d058122fe2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dfd4f770-034e-4b41-b943-6bad75e358db, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f66f0851-0bc4-4753-aaea-4eb19210c738] [dfd4f770-034e-4b41-b943-6bad75e358db, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d47eb504-2077-4c4a-b089-6e4b105b37bd, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [d47eb504-2077-4c4a-b089-6e4b105b37bd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [d47eb504-2077-4c4a-b089-6e4b105b37bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [10033785-939f-4e4a-b61b-bdf380601864, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [10033785-939f-4e4a-b61b-bdf380601864, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [10033785-939f-4e4a-b61b-bdf380601864, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [10033785-939f-4e4a-b61b-bdf380601864, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f66f0851-0bc4-4753-aaea-4eb19210c738, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 02fa64a1-d144-4da0-97ce-9e4c0f759228] [f66f0851-0bc4-4753-aaea-4eb19210c738, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [02fa64a1-d144-4da0-97ce-9e4c0f759228, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [02fa64a1-d144-4da0-97ce-9e4c0f759228, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "false"^^http://www.w3.org/2001/XMLSchema#boolean] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Shape] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6f58356a-8170-49ee-9e5d-68d958caf102] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d47eb504-2077-4c4a-b089-6e4b105b37bd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5ce25a72-d4d8-4b1b-b78e-6783d40db514] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, dd8b9f1d-b6a4-4985-a427-19c5252bdda1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2c4ae018-b700-4653-bb82-b6d058122fe2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 10033785-939f-4e4a-b61b-bdf380601864] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 41df3559-5794-4496-8b02-c522a2d5d2cf] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [dd8b9f1d-b6a4-4985-a427-19c5252bdda1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:01.315 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.316 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.318 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:2c4ae018-b700-4653-bb82-b6d058122fe2,_:41df3559-5794-4496-8b02-c522a2d5d2cf,_:10033785-939f-4e4a-b61b-bdf380601864,_:6f58356a-8170-49ee-9e5d-68d958caf102,_:d47eb504-2077-4c4a-b089-6e4b105b37bd,_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096,_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1. Pending nodes: 
15:42:01.319 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c4ae018-b700-4653-bb82-b6d058122fe2
15:42:01.320 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:41df3559-5794-4496-8b02-c522a2d5d2cf
15:42:01.321 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:10033785-939f-4e4a-b61b-bdf380601864
15:42:01.322 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6f58356a-8170-49ee-9e5d-68d958caf102
15:42:01.324 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d47eb504-2077-4c4a-b089-6e4b105b37bd
15:42:01.324 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096
15:42:01.325 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5ce25a72-d4d8-4b1b-b78e-6783d40db514
15:42:01.327 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dd8b9f1d-b6a4-4985-a427-19c5252bdda1
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dd8b9f1d-b6a4-4985-a427-19c5252bdda1
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5ce25a72-d4d8-4b1b-b78e-6783d40db514
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d47eb504-2077-4c4a-b089-6e4b105b37bd
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6f58356a-8170-49ee-9e5d-68d958caf102
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:10033785-939f-4e4a-b61b-bdf380601864
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:41df3559-5794-4496-8b02-c522a2d5d2cf
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c4ae018-b700-4653-bb82-b6d058122fe2
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dd8b9f1d-b6a4-4985-a427-19c5252bdda1 = 
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dd8b9f1d-b6a4-4985-a427-19c5252bdda1 = 
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dd8b9f1d-b6a4-4985-a427-19c5252bdda1: 
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5ce25a72-d4d8-4b1b-b78e-6783d40db514 = 
15:42:01.329 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5ce25a72-d4d8-4b1b-b78e-6783d40db514 = 
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5ce25a72-d4d8-4b1b-b78e-6783d40db514: 
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2c4ae018-b700-4653-bb82-b6d058122fe2,_:41df3559-5794-4496-8b02-c522a2d5d2cf,_:10033785-939f-4e4a-b61b-bdf380601864,_:6f58356a-8170-49ee-9e5d-68d958caf102,_:d47eb504-2077-4c4a-b089-6e4b105b37bd,_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096,_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c4ae018-b700-4653-bb82-b6d058122fe2)
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41df3559-5794-4496-8b02-c522a2d5d2cf)
15:42:01.330 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:10033785-939f-4e4a-b61b-bdf380601864)
15:42:01.331 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6f58356a-8170-49ee-9e5d-68d958caf102)
15:42:01.331 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d47eb504-2077-4c4a-b089-6e4b105b37bd)
15:42:01.331 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096)
15:42:01.331 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ce25a72-d4d8-4b1b-b78e-6783d40db514)
15:42:01.331 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)
15:42:01.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.331 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.332 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c4ae018-b700-4653-bb82-b6d058122fe2=ShapeTyping(TypingMap(Map()))
15:42:01.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.332 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.333 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41df3559-5794-4496-8b02-c522a2d5d2cf=ShapeTyping(TypingMap(Map()))
15:42:01.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.333 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.333 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.304Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:10033785-939f-4e4a-b61b-bdf380601864],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.334 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:10033785-939f-4e4a-b61b-bdf380601864=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:10033785-939f-4e4a-b61b-bdf380601864,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.334 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.335 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6f58356a-8170-49ee-9e5d-68d958caf102],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.335 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.336 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6f58356a-8170-49ee-9e5d-68d958caf102=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6f58356a-8170-49ee-9e5d-68d958caf102,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.336 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d47eb504-2077-4c4a-b089-6e4b105b37bd=ShapeTyping(TypingMap(Map()))
15:42:01.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.336 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096=ShapeTyping(TypingMap(Map()))
15:42:01.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.336 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.337 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.338 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5ce25a72-d4d8-4b1b-b78e-6783d40db514],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.338 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ce25a72-d4d8-4b1b-b78e-6783d40db514=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.338 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.339 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.394 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.395 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.395 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.395 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.396 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:2c4ae018-b700-4653-bb82-b6d058122fe2,_:41df3559-5794-4496-8b02-c522a2d5d2cf,_:10033785-939f-4e4a-b61b-bdf380601864,_:6f58356a-8170-49ee-9e5d-68d958caf102,_:d47eb504-2077-4c4a-b089-6e4b105b37bd,_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096,_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:6f58356a-8170-49ee-9e5d-68d958caf102,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:10033785-939f-4e4a-b61b-bdf380601864,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List()))))))
15:42:01.396 [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(_:6f58356a-8170-49ee-9e5d-68d958caf102,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:10033785-939f-4e4a-b61b-bdf380601864,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List()))))))
15:42:01.396 [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(_:6f58356a-8170-49ee-9e5d-68d958caf102,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:10033785-939f-4e4a-b61b-bdf380601864,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:2c4ae018-b700-4653-bb82-b6d058122fe2), ShapeRef(_:41df3559-5794-4496-8b02-c522a2d5d2cf), ShapeRef(_:10033785-939f-4e4a-b61b-bdf380601864), ShapeRef(_:6f58356a-8170-49ee-9e5d-68d958caf102), ShapeRef(_:d47eb504-2077-4c4a-b089-6e4b105b37bd), ShapeRef(_:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096), ShapeRef(_:5ce25a72-d4d8-4b1b-b78e-6783d40db514), ShapeRef(_:dd8b9f1d-b6a4-4985-a427-19c5252bdda1)),false,List()) -> TypingResult(Valid(List()))))))
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096 = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096 = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b7a6a0b5-c22e-42ea-aefb-1d7e0bda2096: 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d47eb504-2077-4c4a-b089-6e4b105b37bd = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d47eb504-2077-4c4a-b089-6e4b105b37bd = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d47eb504-2077-4c4a-b089-6e4b105b37bd: 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6f58356a-8170-49ee-9e5d-68d958caf102 = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6f58356a-8170-49ee-9e5d-68d958caf102 = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6f58356a-8170-49ee-9e5d-68d958caf102: 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:10033785-939f-4e4a-b61b-bdf380601864 = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:10033785-939f-4e4a-b61b-bdf380601864 = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:10033785-939f-4e4a-b61b-bdf380601864: 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:41df3559-5794-4496-8b02-c522a2d5d2cf = 
15:42:01.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:41df3559-5794-4496-8b02-c522a2d5d2cf = 
15:42:01.398 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:41df3559-5794-4496-8b02-c522a2d5d2cf: 
15:42:01.398 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c4ae018-b700-4653-bb82-b6d058122fe2 = 
15:42:01.398 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c4ae018-b700-4653-bb82-b6d058122fe2 = 
15:42:01.398 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c4ae018-b700-4653-bb82-b6d058122fe2: 
15:42:01.399 [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
] .

15:42:01.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  true
] .

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:01.402Z"^^<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" .
15:42:01.410 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:01.402Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:01.402Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:01.412 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:pattern "^B"; f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:description "a Simple Single String Property"; f57b5368-c4af-4eb5-a4be-c13e388ef92a @sh:path http://www.sampledomain.org/sam#aStringProperty; f57b5368-c4af-4eb5-a4be-c13e388ef92a @rdf:type sh:Property; 72162c0f-eb8a-4ab4-a603-04d428d8e527 @rdf:rest 0bdcf92b-7e40-4b0e-85c6-13a57d895264; 72162c0f-eb8a-4ab4-a603-04d428d8e527 @rdf:first "B"; 0bdcf92b-7e40-4b0e-85c6-13a57d895264 @rdf:rest rdf:nil; 0bdcf92b-7e40-4b0e-85c6-13a57d895264 @rdf:first "C"; be3276ac-8942-4639-8f33-8dc3ad09ec0f @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; be3276ac-8942-4639-8f33-8dc3ad09ec0f @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; be3276ac-8942-4639-8f33-8dc3ad09ec0f @sh:path http://www.sampledomain.org/sam#integerProperty3; be3276ac-8942-4639-8f33-8dc3ad09ec0f @rdf:type sh:Property; 991be77f-f1f7-47d9-891f-d2bc402d4489 @sh:in af2aaeb1-65da-4900-8dea-11e5b59a9452...} |  [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#pattern, "^B"] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f57b5368-c4af-4eb5-a4be-c13e388ef92a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [72162c0f-eb8a-4ab4-a603-04d428d8e527, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0bdcf92b-7e40-4b0e-85c6-13a57d895264] [72162c0f-eb8a-4ab4-a603-04d428d8e527, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0bdcf92b-7e40-4b0e-85c6-13a57d895264, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [0bdcf92b-7e40-4b0e-85c6-13a57d895264, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [be3276ac-8942-4639-8f33-8dc3ad09ec0f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [be3276ac-8942-4639-8f33-8dc3ad09ec0f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [be3276ac-8942-4639-8f33-8dc3ad09ec0f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [be3276ac-8942-4639-8f33-8dc3ad09ec0f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [991be77f-f1f7-47d9-891f-d2bc402d4489, http://www.w3.org/ns/shacl#in, af2aaeb1-65da-4900-8dea-11e5b59a9452] [991be77f-f1f7-47d9-891f-d2bc402d4489, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [991be77f-f1f7-47d9-891f-d2bc402d4489, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [a902cb79-3a89-4749-b1b7-66122cf0bd6f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [151e0640-9b5e-4645-bff9-d66edbf98320, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [151e0640-9b5e-4645-bff9-d66edbf98320, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [151e0640-9b5e-4645-bff9-d66edbf98320, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [af2aaeb1-65da-4900-8dea-11e5b59a9452, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 72162c0f-eb8a-4ab4-a603-04d428d8e527] [af2aaeb1-65da-4900-8dea-11e5b59a9452, 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, a902cb79-3a89-4749-b1b7-66122cf0bd6f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 13cf0b94-c191-44eb-b236-39517d34c23b] [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, f57b5368-c4af-4eb5-a4be-c13e388ef92a] [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, 151e0640-9b5e-4645-bff9-d66edbf98320] [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, 991be77f-f1f7-47d9-891f-d2bc402d4489] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, be3276ac-8942-4639-8f33-8dc3ad09ec0f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [13cf0b94-c191-44eb-b236-39517d34c23b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:01.412 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.414 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:151e0640-9b5e-4645-bff9-d66edbf98320,_:13cf0b94-c191-44eb-b236-39517d34c23b,_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64,_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,_:991be77f-f1f7-47d9-891f-d2bc402d4489,_:be3276ac-8942-4639-8f33-8dc3ad09ec0f,_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb. Pending nodes: 
15:42:01.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:151e0640-9b5e-4645-bff9-d66edbf98320
15:42:01.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:13cf0b94-c191-44eb-b236-39517d34c23b
15:42:01.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64
15:42:01.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f57b5368-c4af-4eb5-a4be-c13e388ef92a
15:42:01.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:991be77f-f1f7-47d9-891f-d2bc402d4489
15:42:01.422 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:be3276ac-8942-4639-8f33-8dc3ad09ec0f
15:42:01.423 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a902cb79-3a89-4749-b1b7-66122cf0bd6f
15:42:01.424 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a902cb79-3a89-4749-b1b7-66122cf0bd6f
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:be3276ac-8942-4639-8f33-8dc3ad09ec0f
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:991be77f-f1f7-47d9-891f-d2bc402d4489
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f57b5368-c4af-4eb5-a4be-c13e388ef92a
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:13cf0b94-c191-44eb-b236-39517d34c23b
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:151e0640-9b5e-4645-bff9-d66edbf98320
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb = 
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb = 
15:42:01.425 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb: 
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:151e0640-9b5e-4645-bff9-d66edbf98320,_:13cf0b94-c191-44eb-b236-39517d34c23b,_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64,_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,_:991be77f-f1f7-47d9-891f-d2bc402d4489,_:be3276ac-8942-4639-8f33-8dc3ad09ec0f,_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:151e0640-9b5e-4645-bff9-d66edbf98320)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13cf0b94-c191-44eb-b236-39517d34c23b)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f57b5368-c4af-4eb5-a4be-c13e388ef92a)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:991be77f-f1f7-47d9-891f-d2bc402d4489)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be3276ac-8942-4639-8f33-8dc3ad09ec0f)
15:42:01.426 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a902cb79-3a89-4749-b1b7-66122cf0bd6f)
15:42:01.427 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)
15:42:01.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.427 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:151e0640-9b5e-4645-bff9-d66edbf98320=ShapeTyping(TypingMap(Map()))
15:42:01.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.428 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(6), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:13cf0b94-c191-44eb-b236-39517d34c23b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.429 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:13cf0b94-c191-44eb-b236-39517d34c23b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:13cf0b94-c191-44eb-b236-39517d34c23b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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>)))))))
15:42:01.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.430 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64=ShapeTyping(TypingMap(Map()))
15:42:01.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.430 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.431 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.432 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.432 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f57b5368-c4af-4eb5-a4be-c13e388ef92a],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.433 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f57b5368-c4af-4eb5-a4be-c13e388ef92a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.433 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.436 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:991be77f-f1f7-47d9-891f-d2bc402d4489=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:991be77f-f1f7-47d9-891f-d2bc402d4489,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"))"))))))))
15:42:01.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.436 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:be3276ac-8942-4639-8f33-8dc3ad09ec0f=ShapeTyping(TypingMap(Map()))
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.437 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.438 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a902cb79-3a89-4749-b1b7-66122cf0bd6f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.438 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a902cb79-3a89-4749-b1b7-66122cf0bd6f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.438 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.439 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.439 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.439 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.402Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.439 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.440 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:151e0640-9b5e-4645-bff9-d66edbf98320,_:13cf0b94-c191-44eb-b236-39517d34c23b,_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64,_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,_:991be77f-f1f7-47d9-891f-d2bc402d4489,_:be3276ac-8942-4639-8f33-8dc3ad09ec0f,_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:991be77f-f1f7-47d9-891f-d2bc402d4489,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(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:13cf0b94-c191-44eb-b236-39517d34c23b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.440 [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(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:991be77f-f1f7-47d9-891f-d2bc402d4489,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(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:13cf0b94-c191-44eb-b236-39517d34c23b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.440 [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(_:151e0640-9b5e-4645-bff9-d66edbf98320), ShapeRef(_:13cf0b94-c191-44eb-b236-39517d34c23b), ShapeRef(_:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64), ShapeRef(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a), ShapeRef(_:991be77f-f1f7-47d9-891f-d2bc402d4489), ShapeRef(_:be3276ac-8942-4639-8f33-8dc3ad09ec0f), ShapeRef(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f), ShapeRef(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:991be77f-f1f7-47d9-891f-d2bc402d4489,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(_:e48fc7ef-a5ca-4aa3-8b89-804c4ce822cb,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:a902cb79-3a89-4749-b1b7-66122cf0bd6f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:13cf0b94-c191-44eb-b236-39517d34c23b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),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(_:f57b5368-c4af-4eb5-a4be-c13e388ef92a,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a902cb79-3a89-4749-b1b7-66122cf0bd6f = 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a902cb79-3a89-4749-b1b7-66122cf0bd6f = 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a902cb79-3a89-4749-b1b7-66122cf0bd6f: 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:be3276ac-8942-4639-8f33-8dc3ad09ec0f = 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:be3276ac-8942-4639-8f33-8dc3ad09ec0f = 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:be3276ac-8942-4639-8f33-8dc3ad09ec0f: 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:991be77f-f1f7-47d9-891f-d2bc402d4489 = 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:991be77f-f1f7-47d9-891f-d2bc402d4489 = 
15:42:01.441 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:991be77f-f1f7-47d9-891f-d2bc402d4489: 
15:42:01.494 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f57b5368-c4af-4eb5-a4be-c13e388ef92a = 
15:42:01.494 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f57b5368-c4af-4eb5-a4be-c13e388ef92a = 
15:42:01.494 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f57b5368-c4af-4eb5-a4be-c13e388ef92a: 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64 = 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64 = 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0cef77a5-7af8-4ec3-85dd-e81cf0fe6d64: 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:13cf0b94-c191-44eb-b236-39517d34c23b = 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:13cf0b94-c191-44eb-b236-39517d34c23b = 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:13cf0b94-c191-44eb-b236-39517d34c23b: 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:151e0640-9b5e-4645-bff9-d66edbf98320 = 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:151e0640-9b5e-4645-bff9-d66edbf98320 = 
15:42:01.495 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:151e0640-9b5e-4645-bff9-d66edbf98320: 
15:42:01.498 [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
               ]
] .

15:42:01.501 [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.199 sec
Running org.eclipse.lyo.validation.ShaclMinLengthValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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: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: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> .
15:42:01.519 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8e2fcb11-e771-4417-924d-35be664f287b @sh:in 0ead4e45-596e-448a-a04d-f0ba0d20e059; 8e2fcb11-e771-4417-924d-35be664f287b @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 8e2fcb11-e771-4417-924d-35be664f287b @rdf:type sh:Property; 2702436c-df6a-4efa-9236-08b00de335d0 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 2702436c-df6a-4efa-9236-08b00de335d0 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 2702436c-df6a-4efa-9236-08b00de335d0 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 2702436c-df6a-4efa-9236-08b00de335d0 @rdf:type sh:Property; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 5ef26518-e611-4ccf-992b-2a19d2ef62b4 @rdf:type sh:Property; 9684b405-6bf4-4c9f-8a0d-e28ac6d16df7 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9684b405-6bf4-4c9f-8a0d-e28ac6d16df7 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 9684b405-6bf4-4c9f-8a0d-e28ac6d16df7 @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [8e2fcb11-e771-4417-924d-35be664f287b, http://www.w3.org/ns/shacl#in, 0ead4e45-596e-448a-a04d-f0ba0d20e059] [8e2fcb11-e771-4417-924d-35be664f287b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [8e2fcb11-e771-4417-924d-35be664f287b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2702436c-df6a-4efa-9236-08b00de335d0, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2702436c-df6a-4efa-9236-08b00de335d0, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [2702436c-df6a-4efa-9236-08b00de335d0, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [2702436c-df6a-4efa-9236-08b00de335d0, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [5ef26518-e611-4ccf-992b-2a19d2ef62b4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9684b405-6bf4-4c9f-8a0d-e28ac6d16df7, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9684b405-6bf4-4c9f-8a0d-e28ac6d16df7, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9684b405-6bf4-4c9f-8a0d-e28ac6d16df7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9684b405-6bf4-4c9f-8a0d-e28ac6d16df7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0ead4e45-596e-448a-a04d-f0ba0d20e059, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 620a7808-457d-4340-bd1c-3bfc5427bdcc] [0ead4e45-596e-448a-a04d-f0ba0d20e059, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [909b2626-3fdf-4d7b-a82e-03b58a514702, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [909b2626-3fdf-4d7b-a82e-03b58a514702, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [909b2626-3fdf-4d7b-a82e-03b58a514702, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [55c25e19-7511-4d0f-9b11-609c5150103d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [03f4ed78-761f-41d7-a384-9f91818d9c5c, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [03f4ed78-761f-41d7-a384-9f91818d9c5c, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#pattern, "^B"] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f490e5f5-cee1-44dc-bea6-73905188f6bd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [01729097-4175-4c0a-a9f5-868bb63389ac, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [01729097-4175-4c0a-a9f5-868bb63389ac, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [01729097-4175-4c0a-a9f5-868bb63389ac, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [01729097-4175-4c0a-a9f5-868bb63389ac, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [620a7808-457d-4340-bd1c-3bfc5427bdcc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 03f4ed78-761f-41d7-a384-9f91818d9c5c] [620a7808-457d-4340-bd1c-3bfc5427bdcc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#targetClass, http://www.sampledomain.org/sam#AResource] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f490e5f5-cee1-44dc-bea6-73905188f6bd] [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, 8e2fcb11-e771-4417-924d-35be664f287b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 55c25e19-7511-4d0f-9b11-609c5150103d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 909b2626-3fdf-4d7b-a82e-03b58a514702] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2702436c-df6a-4efa-9236-08b00de335d0] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9684b405-6bf4-4c9f-8a0d-e28ac6d16df7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 01729097-4175-4c0a-a9f5-868bb63389ac] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5ef26518-e611-4ccf-992b-2a19d2ef62b4]>
15:42:01.520 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.522 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:909b2626-3fdf-4d7b-a82e-03b58a514702,_:f490e5f5-cee1-44dc-bea6-73905188f6bd,_:55c25e19-7511-4d0f-9b11-609c5150103d,_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,_:8e2fcb11-e771-4417-924d-35be664f287b,_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7,_:2702436c-df6a-4efa-9236-08b00de335d0,_:01729097-4175-4c0a-a9f5-868bb63389ac. Pending nodes: 
15:42:01.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:909b2626-3fdf-4d7b-a82e-03b58a514702
15:42:01.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f490e5f5-cee1-44dc-bea6-73905188f6bd
15:42:01.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:55c25e19-7511-4d0f-9b11-609c5150103d
15:42:01.529 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5ef26518-e611-4ccf-992b-2a19d2ef62b4
15:42:01.531 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8e2fcb11-e771-4417-924d-35be664f287b
15:42:01.532 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7
15:42:01.533 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2702436c-df6a-4efa-9236-08b00de335d0
15:42:01.534 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:01729097-4175-4c0a-a9f5-868bb63389ac
15:42:01.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:01729097-4175-4c0a-a9f5-868bb63389ac
15:42:01.534 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2702436c-df6a-4efa-9236-08b00de335d0
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8e2fcb11-e771-4417-924d-35be664f287b
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5ef26518-e611-4ccf-992b-2a19d2ef62b4
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:55c25e19-7511-4d0f-9b11-609c5150103d
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f490e5f5-cee1-44dc-bea6-73905188f6bd
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:909b2626-3fdf-4d7b-a82e-03b58a514702
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:01729097-4175-4c0a-a9f5-868bb63389ac = 
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:01729097-4175-4c0a-a9f5-868bb63389ac = 
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:01729097-4175-4c0a-a9f5-868bb63389ac: 
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.535 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:909b2626-3fdf-4d7b-a82e-03b58a514702,_:f490e5f5-cee1-44dc-bea6-73905188f6bd,_:55c25e19-7511-4d0f-9b11-609c5150103d,_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,_:8e2fcb11-e771-4417-924d-35be664f287b,_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7,_:2702436c-df6a-4efa-9236-08b00de335d0,_:01729097-4175-4c0a-a9f5-868bb63389ac)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:909b2626-3fdf-4d7b-a82e-03b58a514702)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f490e5f5-cee1-44dc-bea6-73905188f6bd)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:55c25e19-7511-4d0f-9b11-609c5150103d)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ef26518-e611-4ccf-992b-2a19d2ef62b4)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8e2fcb11-e771-4417-924d-35be664f287b)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2702436c-df6a-4efa-9236-08b00de335d0)
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01729097-4175-4c0a-a9f5-868bb63389ac)
15:42:01.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.536 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:909b2626-3fdf-4d7b-a82e-03b58a514702=ShapeTyping(TypingMap(Map()))
15:42:01.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.538 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f490e5f5-cee1-44dc-bea6-73905188f6bd],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.539 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f490e5f5-cee1-44dc-bea6-73905188f6bd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f490e5f5-cee1-44dc-bea6-73905188f6bd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.540 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.540 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.540 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.540 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.541 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:55c25e19-7511-4d0f-9b11-609c5150103d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.541 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.541 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.541 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:55c25e19-7511-4d0f-9b11-609c5150103d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55c25e19-7511-4d0f-9b11-609c5150103d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.541 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.541 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:5ef26518-e611-4ccf-992b-2a19d2ef62b4],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.542 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.543 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5ef26518-e611-4ccf-992b-2a19d2ef62b4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.543 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.543 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.543 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8e2fcb11-e771-4417-924d-35be664f287b=ShapeTyping(TypingMap(Map()))
15:42:01.543 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.543 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.594 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.595 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7=ShapeTyping(TypingMap(Map()))
15:42:01.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.595 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.596 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.596 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.505Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2702436c-df6a-4efa-9236-08b00de335d0],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.597 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2702436c-df6a-4efa-9236-08b00de335d0=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2702436c-df6a-4efa-9236-08b00de335d0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.597 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.597 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:01729097-4175-4c0a-a9f5-868bb63389ac=ShapeTyping(TypingMap(Map()))
15:42:01.598 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:909b2626-3fdf-4d7b-a82e-03b58a514702,_:f490e5f5-cee1-44dc-bea6-73905188f6bd,_:55c25e19-7511-4d0f-9b11-609c5150103d,_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,_:8e2fcb11-e771-4417-924d-35be664f287b,_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7,_:2702436c-df6a-4efa-9236-08b00de335d0,_:01729097-4175-4c0a-a9f5-868bb63389ac)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f490e5f5-cee1-44dc-bea6-73905188f6bd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:2702436c-df6a-4efa-9236-08b00de335d0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55c25e19-7511-4d0f-9b11-609c5150103d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.599 [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(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f490e5f5-cee1-44dc-bea6-73905188f6bd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:2702436c-df6a-4efa-9236-08b00de335d0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55c25e19-7511-4d0f-9b11-609c5150103d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.599 [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(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:f490e5f5-cee1-44dc-bea6-73905188f6bd,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:2702436c-df6a-4efa-9236-08b00de335d0,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:909b2626-3fdf-4d7b-a82e-03b58a514702), ShapeRef(_:f490e5f5-cee1-44dc-bea6-73905188f6bd), ShapeRef(_:55c25e19-7511-4d0f-9b11-609c5150103d), ShapeRef(_:5ef26518-e611-4ccf-992b-2a19d2ef62b4), ShapeRef(_:8e2fcb11-e771-4417-924d-35be664f287b), ShapeRef(_:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7), ShapeRef(_:2702436c-df6a-4efa-9236-08b00de335d0), ShapeRef(_:01729097-4175-4c0a-a9f5-868bb63389ac)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:55c25e19-7511-4d0f-9b11-609c5150103d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2702436c-df6a-4efa-9236-08b00de335d0 = 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2702436c-df6a-4efa-9236-08b00de335d0 = 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2702436c-df6a-4efa-9236-08b00de335d0: 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7 = 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7 = 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9684b405-6bf4-4c9f-8a0d-e28ac6d16df7: 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8e2fcb11-e771-4417-924d-35be664f287b = 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8e2fcb11-e771-4417-924d-35be664f287b = 
15:42:01.600 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8e2fcb11-e771-4417-924d-35be664f287b: 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5ef26518-e611-4ccf-992b-2a19d2ef62b4 = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5ef26518-e611-4ccf-992b-2a19d2ef62b4 = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5ef26518-e611-4ccf-992b-2a19d2ef62b4: 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:55c25e19-7511-4d0f-9b11-609c5150103d = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:55c25e19-7511-4d0f-9b11-609c5150103d = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:55c25e19-7511-4d0f-9b11-609c5150103d: 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f490e5f5-cee1-44dc-bea6-73905188f6bd = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f490e5f5-cee1-44dc-bea6-73905188f6bd = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f490e5f5-cee1-44dc-bea6-73905188f6bd: 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:909b2626-3fdf-4d7b-a82e-03b58a514702 = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:909b2626-3fdf-4d7b-a82e-03b58a514702 = 
15:42:01.601 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:909b2626-3fdf-4d7b-a82e-03b58a514702: 
15:42:01.603 [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
] .

15:42:01.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>
                "2020-08-19T15:42:01.605Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Betwee" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
15:42:01.615 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:01.605Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Betwee"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [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, "2020-08-19T15:42:01.605Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Betwee"] [http://www.sampledomain.org/sam#AResource, http://www.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:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh: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   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:01.616 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0f9843f5-59e3-467f-a090-ce415c319b39 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f9843f5-59e3-467f-a090-ce415c319b39 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f9843f5-59e3-467f-a090-ce415c319b39 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0f9843f5-59e3-467f-a090-ce415c319b39 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 0f9843f5-59e3-467f-a090-ce415c319b39 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 0f9843f5-59e3-467f-a090-ce415c319b39 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 0f9843f5-59e3-467f-a090-ce415c319b39 @rdf:type sh:Property; c9b02d2a-20d1-4963-8379-f24627aafe35 @rdf:rest bc838f3a-d197-4d1c-8cd5-0e2a9ea68e38; c9b02d2a-20d1-4963-8379-f24627aafe35 @rdf:first "B"; 336420b4-9961-467f-9c57-ca9fd851cae8 @sh:class http://www.sampledomain.org/sam#AnotherResource; 336420b4-9961-467f-9c57-ca9fd851cae8 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 336420b4-9961-467f-9c57-ca9fd851cae8 @rdf:type sh:Property; b2d4e991-7f1e-4b54-b014-8cbfcc46c045 @sh:in 1156e9cc-ed03-4eda-8daf-1a16929b4938; b2d4e991-7f1e-4b54-b014-8cbfcc46c045 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b2d4e991-7f1e-4b54-b014-8cbfcc46c045 @rdf:type sh:Property; 1156e9cc-ed03-4eda-8daf-1a16929b4938 @rdf:rest c9b02d2a-20d1-4963-8379-f24627aafe35; 1156e9cc-ed03-4eda-8daf-1a16929b4938 @rdf:first "A"...} |  [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [0f9843f5-59e3-467f-a090-ce415c319b39, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c9b02d2a-20d1-4963-8379-f24627aafe35, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, bc838f3a-d197-4d1c-8cd5-0e2a9ea68e38] [c9b02d2a-20d1-4963-8379-f24627aafe35, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [336420b4-9961-467f-9c57-ca9fd851cae8, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [336420b4-9961-467f-9c57-ca9fd851cae8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [336420b4-9961-467f-9c57-ca9fd851cae8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b2d4e991-7f1e-4b54-b014-8cbfcc46c045, http://www.w3.org/ns/shacl#in, 1156e9cc-ed03-4eda-8daf-1a16929b4938] [b2d4e991-7f1e-4b54-b014-8cbfcc46c045, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b2d4e991-7f1e-4b54-b014-8cbfcc46c045, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1156e9cc-ed03-4eda-8daf-1a16929b4938, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, c9b02d2a-20d1-4963-8379-f24627aafe35] [1156e9cc-ed03-4eda-8daf-1a16929b4938, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [c5731e53-b129-4b55-af6a-7097a2131572, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5c07e9a-5575-4e73-afcf-459072b1bee1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [f5c07e9a-5575-4e73-afcf-459072b1bee1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [f5c07e9a-5575-4e73-afcf-459072b1bee1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [f5c07e9a-5575-4e73-afcf-459072b1bee1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [04587120-92d3-4b74-8477-22c8bee71ad4, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [04587120-92d3-4b74-8477-22c8bee71ad4, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [04587120-92d3-4b74-8477-22c8bee71ad4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [04587120-92d3-4b74-8477-22c8bee71ad4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#pattern, "^B"] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [068cd69e-4331-4173-903f-19ea528837d8, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4a8a49b3-66d7-47dd-8307-40d1377f7cc1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4a8a49b3-66d7-47dd-8307-40d1377f7cc1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4a8a49b3-66d7-47dd-8307-40d1377f7cc1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [4a8a49b3-66d7-47dd-8307-40d1377f7cc1, 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, f5c07e9a-5575-4e73-afcf-459072b1bee1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 04587120-92d3-4b74-8477-22c8bee71ad4] [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, 068cd69e-4331-4173-903f-19ea528837d8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f9843f5-59e3-467f-a090-ce415c319b39] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 336420b4-9961-467f-9c57-ca9fd851cae8] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b2d4e991-7f1e-4b54-b014-8cbfcc46c045] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c5731e53-b129-4b55-af6a-7097a2131572] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4a8a49b3-66d7-47dd-8307-40d1377f7cc1] [bc838f3a-d197-4d1c-8cd5-0e2a9ea68e38, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [bc838f3a-d197-4d1c-8cd5-0e2a9ea68e38, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"]>
15:42:01.617 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.619 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.621 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:0f9843f5-59e3-467f-a090-ce415c319b39,_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,_:04587120-92d3-4b74-8477-22c8bee71ad4,_:f5c07e9a-5575-4e73-afcf-459072b1bee1,_:336420b4-9961-467f-9c57-ca9fd851cae8,_:c5731e53-b129-4b55-af6a-7097a2131572,_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045,_:068cd69e-4331-4173-903f-19ea528837d8. Pending nodes: 
15:42:01.622 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f9843f5-59e3-467f-a090-ce415c319b39
15:42:01.624 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4a8a49b3-66d7-47dd-8307-40d1377f7cc1
15:42:01.625 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:04587120-92d3-4b74-8477-22c8bee71ad4
15:42:01.626 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5c07e9a-5575-4e73-afcf-459072b1bee1
15:42:01.627 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:336420b4-9961-467f-9c57-ca9fd851cae8
15:42:01.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c5731e53-b129-4b55-af6a-7097a2131572
15:42:01.629 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b2d4e991-7f1e-4b54-b014-8cbfcc46c045
15:42:01.630 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:068cd69e-4331-4173-903f-19ea528837d8
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:068cd69e-4331-4173-903f-19ea528837d8
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b2d4e991-7f1e-4b54-b014-8cbfcc46c045
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c5731e53-b129-4b55-af6a-7097a2131572
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:336420b4-9961-467f-9c57-ca9fd851cae8
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5c07e9a-5575-4e73-afcf-459072b1bee1
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:04587120-92d3-4b74-8477-22c8bee71ad4
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4a8a49b3-66d7-47dd-8307-40d1377f7cc1
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f9843f5-59e3-467f-a090-ce415c319b39
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:068cd69e-4331-4173-903f-19ea528837d8 = 
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:068cd69e-4331-4173-903f-19ea528837d8 = 
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:068cd69e-4331-4173-903f-19ea528837d8: 
15:42:01.632 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.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>
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0f9843f5-59e3-467f-a090-ce415c319b39,_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,_:04587120-92d3-4b74-8477-22c8bee71ad4,_:f5c07e9a-5575-4e73-afcf-459072b1bee1,_:336420b4-9961-467f-9c57-ca9fd851cae8,_:c5731e53-b129-4b55-af6a-7097a2131572,_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045,_:068cd69e-4331-4173-903f-19ea528837d8)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f9843f5-59e3-467f-a090-ce415c319b39)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04587120-92d3-4b74-8477-22c8bee71ad4)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5c07e9a-5575-4e73-afcf-459072b1bee1)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:336420b4-9961-467f-9c57-ca9fd851cae8)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5731e53-b129-4b55-af6a-7097a2131572)
15:42:01.633 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045)
15:42:01.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:068cd69e-4331-4173-903f-19ea528837d8)
15:42:01.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.635 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f9843f5-59e3-467f-a090-ce415c319b39],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.636 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f9843f5-59e3-467f-a090-ce415c319b39=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f9843f5-59e3-467f-a090-ce415c319b39,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.637 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.605Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.637 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.638 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:04587120-92d3-4b74-8477-22c8bee71ad4=ShapeTyping(TypingMap(Map()))
15:42:01.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.639 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5c07e9a-5575-4e73-afcf-459072b1bee1=ShapeTyping(TypingMap(Map()))
15:42:01.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.639 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:336420b4-9961-467f-9c57-ca9fd851cae8=ShapeTyping(TypingMap(Map()))
15:42:01.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.639 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c5731e53-b129-4b55-af6a-7097a2131572],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c5731e53-b129-4b55-af6a-7097a2131572=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c5731e53-b129-4b55-af6a-7097a2131572,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.640 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.641 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045=ShapeTyping(TypingMap(Map()))
15:42:01.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.641 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.642 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.642 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Betwee"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:068cd69e-4331-4173-903f-19ea528837d8],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.642 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:068cd69e-4331-4173-903f-19ea528837d8=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:068cd69e-4331-4173-903f-19ea528837d8,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"))))))))
15:42:01.643 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:0f9843f5-59e3-467f-a090-ce415c319b39,_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,_:04587120-92d3-4b74-8477-22c8bee71ad4,_:f5c07e9a-5575-4e73-afcf-459072b1bee1,_:336420b4-9961-467f-9c57-ca9fd851cae8,_:c5731e53-b129-4b55-af6a-7097a2131572,_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045,_:068cd69e-4331-4173-903f-19ea528837d8)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c5731e53-b129-4b55-af6a-7097a2131572,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:0f9843f5-59e3-467f-a090-ce415c319b39,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:068cd69e-4331-4173-903f-19ea528837d8,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"))))))))
15:42:01.643 [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(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c5731e53-b129-4b55-af6a-7097a2131572,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:0f9843f5-59e3-467f-a090-ce415c319b39,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:068cd69e-4331-4173-903f-19ea528837d8,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"))))))))
15:42:01.643 [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(_:0f9843f5-59e3-467f-a090-ce415c319b39), ShapeRef(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1), ShapeRef(_:04587120-92d3-4b74-8477-22c8bee71ad4), ShapeRef(_:f5c07e9a-5575-4e73-afcf-459072b1bee1), ShapeRef(_:336420b4-9961-467f-9c57-ca9fd851cae8), ShapeRef(_:c5731e53-b129-4b55-af6a-7097a2131572), ShapeRef(_:b2d4e991-7f1e-4b54-b014-8cbfcc46c045), ShapeRef(_:068cd69e-4331-4173-903f-19ea528837d8)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4a8a49b3-66d7-47dd-8307-40d1377f7cc1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:c5731e53-b129-4b55-af6a-7097a2131572,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:0f9843f5-59e3-467f-a090-ce415c319b39,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:068cd69e-4331-4173-903f-19ea528837d8,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"))))))))
15:42:01.643 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b2d4e991-7f1e-4b54-b014-8cbfcc46c045 = 
15:42:01.643 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b2d4e991-7f1e-4b54-b014-8cbfcc46c045 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b2d4e991-7f1e-4b54-b014-8cbfcc46c045: 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c5731e53-b129-4b55-af6a-7097a2131572 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c5731e53-b129-4b55-af6a-7097a2131572 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c5731e53-b129-4b55-af6a-7097a2131572: 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:336420b4-9961-467f-9c57-ca9fd851cae8 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:336420b4-9961-467f-9c57-ca9fd851cae8 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:336420b4-9961-467f-9c57-ca9fd851cae8: 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5c07e9a-5575-4e73-afcf-459072b1bee1 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5c07e9a-5575-4e73-afcf-459072b1bee1 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5c07e9a-5575-4e73-afcf-459072b1bee1: 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:04587120-92d3-4b74-8477-22c8bee71ad4 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:04587120-92d3-4b74-8477-22c8bee71ad4 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:04587120-92d3-4b74-8477-22c8bee71ad4: 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4a8a49b3-66d7-47dd-8307-40d1377f7cc1 = 
15:42:01.644 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4a8a49b3-66d7-47dd-8307-40d1377f7cc1 = 
15:42:01.694 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4a8a49b3-66d7-47dd-8307-40d1377f7cc1: 
15:42:01.695 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f9843f5-59e3-467f-a090-ce415c319b39 = 
15:42:01.695 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f9843f5-59e3-467f-a090-ce415c319b39 = 
15:42:01.695 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f9843f5-59e3-467f-a090-ce415c319b39: 
15:42:01.698 [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
               ]
] .

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

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

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
Running org.eclipse.lyo.validation.ShaclClosedValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:01.712 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {e2666d2d-6311-40e1-8434-f68c68295273 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e2666d2d-6311-40e1-8434-f68c68295273 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; e2666d2d-6311-40e1-8434-f68c68295273 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; e2666d2d-6311-40e1-8434-f68c68295273 @sh:pattern "^B"; e2666d2d-6311-40e1-8434-f68c68295273 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; e2666d2d-6311-40e1-8434-f68c68295273 @sh:description "a Simple Single String Property"; e2666d2d-6311-40e1-8434-f68c68295273 @sh:path http://www.sampledomain.org/sam#aStringProperty; e2666d2d-6311-40e1-8434-f68c68295273 @rdf:type sh:Property; fa3bf49e-f9e2-4aeb-b2f9-48ff8b60cec5 @rdf:rest 8a523b3a-a71b-461e-84f0-0ab3289abff8; fa3bf49e-f9e2-4aeb-b2f9-48ff8b60cec5 @rdf:first "B"; 823a3525-a992-42bf-a25c-47eb12070217 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 823a3525-a992-42bf-a25c-47eb12070217 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 823a3525-a992-42bf-a25c-47eb12070217 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 823a3525-a992-42bf-a25c-47eb12070217 @rdf:type sh:Property; 8a523b3a-a71b-461e-84f0-0ab3289abff8 @rdf:rest rdf:nil; 8a523b3a-a71b-461e-84f0-0ab3289abff8 @rdf:first "C"; 30152633-2b09-467c-9af1-6e1c7b2ebc51 @rdf:rest fa3bf49e-f9e2-4aeb-b2f9-48ff8b60cec5...} |  [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#pattern, "^B"] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e2666d2d-6311-40e1-8434-f68c68295273, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [fa3bf49e-f9e2-4aeb-b2f9-48ff8b60cec5, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8a523b3a-a71b-461e-84f0-0ab3289abff8] [fa3bf49e-f9e2-4aeb-b2f9-48ff8b60cec5, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [823a3525-a992-42bf-a25c-47eb12070217, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [823a3525-a992-42bf-a25c-47eb12070217, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [823a3525-a992-42bf-a25c-47eb12070217, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [823a3525-a992-42bf-a25c-47eb12070217, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8a523b3a-a71b-461e-84f0-0ab3289abff8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8a523b3a-a71b-461e-84f0-0ab3289abff8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [30152633-2b09-467c-9af1-6e1c7b2ebc51, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, fa3bf49e-f9e2-4aeb-b2f9-48ff8b60cec5] [30152633-2b09-467c-9af1-6e1c7b2ebc51, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [aac2b852-5e7c-4a88-9501-fd99a3b20889, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [aac2b852-5e7c-4a88-9501-fd99a3b20889, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [aac2b852-5e7c-4a88-9501-fd99a3b20889, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2e9aee99-57d4-4d91-ba7e-c8be68343c6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c46f0782-b16b-47f1-a0fd-2fed3881bb59, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c46f0782-b16b-47f1-a0fd-2fed3881bb59, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c46f0782-b16b-47f1-a0fd-2fed3881bb59, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c46f0782-b16b-47f1-a0fd-2fed3881bb59, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [da34142d-c5b9-45d1-b7ab-f5c4f971ba4f, http://www.w3.org/ns/shacl#in, 30152633-2b09-467c-9af1-6e1c7b2ebc51] [da34142d-c5b9-45d1-b7ab-f5c4f971ba4f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [da34142d-c5b9-45d1-b7ab-f5c4f971ba4f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [195f8dca-8bdf-4d8c-bb57-f616328ef9c2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bf15ae0c-7fd2-4ac9-861f-7f67428d97fa, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [bf15ae0c-7fd2-4ac9-861f-7f67428d97fa, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [bf15ae0c-7fd2-4ac9-861f-7f67428d97fa, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [bf15ae0c-7fd2-4ac9-861f-7f67428d97fa, 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, e2666d2d-6311-40e1-8434-f68c68295273] [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, da34142d-c5b9-45d1-b7ab-f5c4f971ba4f] [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, bf15ae0c-7fd2-4ac9-861f-7f67428d97fa] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2e9aee99-57d4-4d91-ba7e-c8be68343c6c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 823a3525-a992-42bf-a25c-47eb12070217] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c46f0782-b16b-47f1-a0fd-2fed3881bb59] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 195f8dca-8bdf-4d8c-bb57-f616328ef9c2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, aac2b852-5e7c-4a88-9501-fd99a3b20889]>
15:42:01.713 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.715 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.717 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,_:aac2b852-5e7c-4a88-9501-fd99a3b20889,_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa,_:823a3525-a992-42bf-a25c-47eb12070217,_:c46f0782-b16b-47f1-a0fd-2fed3881bb59,_:e2666d2d-6311-40e1-8434-f68c68295273,_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f. Pending nodes: 
15:42:01.718 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2
15:42:01.719 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:aac2b852-5e7c-4a88-9501-fd99a3b20889
15:42:01.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2e9aee99-57d4-4d91-ba7e-c8be68343c6c
15:42:01.722 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa
15:42:01.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:823a3525-a992-42bf-a25c-47eb12070217
15:42:01.724 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c46f0782-b16b-47f1-a0fd-2fed3881bb59
15:42:01.725 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e2666d2d-6311-40e1-8434-f68c68295273
15:42:01.726 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e2666d2d-6311-40e1-8434-f68c68295273
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c46f0782-b16b-47f1-a0fd-2fed3881bb59
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:823a3525-a992-42bf-a25c-47eb12070217
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2e9aee99-57d4-4d91-ba7e-c8be68343c6c
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:aac2b852-5e7c-4a88-9501-fd99a3b20889
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2
15:42:01.727 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,_:aac2b852-5e7c-4a88-9501-fd99a3b20889,_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa,_:823a3525-a992-42bf-a25c-47eb12070217,_:c46f0782-b16b-47f1-a0fd-2fed3881bb59,_:e2666d2d-6311-40e1-8434-f68c68295273,_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aac2b852-5e7c-4a88-9501-fd99a3b20889)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:823a3525-a992-42bf-a25c-47eb12070217)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c46f0782-b16b-47f1-a0fd-2fed3881bb59)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2666d2d-6311-40e1-8434-f68c68295273)
15:42:01.728 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)
15:42:01.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.730 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:aac2b852-5e7c-4a88-9501-fd99a3b20889=ShapeTyping(TypingMap(Map()))
15:42:01.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.733 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.733 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.734 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.734 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.734 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.734 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.734 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.734 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa=ShapeTyping(TypingMap(Map()))
15:42:01.734 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.735 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.735 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.735 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.735 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.702Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:823a3525-a992-42bf-a25c-47eb12070217],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.736 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:823a3525-a992-42bf-a25c-47eb12070217=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:823a3525-a992-42bf-a25c-47eb12070217,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.736 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.737 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c46f0782-b16b-47f1-a0fd-2fed3881bb59=ShapeTyping(TypingMap(Map()))
15:42:01.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.737 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.738 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.738 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.738 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.738 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.738 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e2666d2d-6311-40e1-8434-f68c68295273],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.739 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e2666d2d-6311-40e1-8434-f68c68295273=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e2666d2d-6311-40e1-8434-f68c68295273,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.739 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.739 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.739 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f=ShapeTyping(TypingMap(Map()))
15:42:01.740 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,_:aac2b852-5e7c-4a88-9501-fd99a3b20889,_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa,_:823a3525-a992-42bf-a25c-47eb12070217,_:c46f0782-b16b-47f1-a0fd-2fed3881bb59,_:e2666d2d-6311-40e1-8434-f68c68295273,_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e2666d2d-6311-40e1-8434-f68c68295273,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:823a3525-a992-42bf-a25c-47eb12070217,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.740 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e2666d2d-6311-40e1-8434-f68c68295273,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:823a3525-a992-42bf-a25c-47eb12070217,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.740 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2), ShapeRef(_:aac2b852-5e7c-4a88-9501-fd99a3b20889), ShapeRef(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c), ShapeRef(_:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa), ShapeRef(_:823a3525-a992-42bf-a25c-47eb12070217), ShapeRef(_:c46f0782-b16b-47f1-a0fd-2fed3881bb59), ShapeRef(_:e2666d2d-6311-40e1-8434-f68c68295273), ShapeRef(_:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e2666d2d-6311-40e1-8434-f68c68295273,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:2e9aee99-57d4-4d91-ba7e-c8be68343c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:823a3525-a992-42bf-a25c-47eb12070217,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:195f8dca-8bdf-4d8c-bb57-f616328ef9c2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:da34142d-c5b9-45d1-b7ab-f5c4f971ba4f: 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e2666d2d-6311-40e1-8434-f68c68295273 = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e2666d2d-6311-40e1-8434-f68c68295273 = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e2666d2d-6311-40e1-8434-f68c68295273: 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c46f0782-b16b-47f1-a0fd-2fed3881bb59 = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c46f0782-b16b-47f1-a0fd-2fed3881bb59 = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c46f0782-b16b-47f1-a0fd-2fed3881bb59: 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:823a3525-a992-42bf-a25c-47eb12070217 = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:823a3525-a992-42bf-a25c-47eb12070217 = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:823a3525-a992-42bf-a25c-47eb12070217: 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bf15ae0c-7fd2-4ac9-861f-7f67428d97fa: 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2e9aee99-57d4-4d91-ba7e-c8be68343c6c = 
15:42:01.741 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2e9aee99-57d4-4d91-ba7e-c8be68343c6c = 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2e9aee99-57d4-4d91-ba7e-c8be68343c6c: 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:aac2b852-5e7c-4a88-9501-fd99a3b20889 = 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:aac2b852-5e7c-4a88-9501-fd99a3b20889 = 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:aac2b852-5e7c-4a88-9501-fd99a3b20889: 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2 = 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2 = 
15:42:01.742 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:195f8dca-8bdf-4d8c-bb57-f616328ef9c2: 
15:42:01.795 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:01.798Z"^^<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 .
15:42:01.806 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:01.798Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [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, "2020-08-19T15:42:01.798Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.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: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:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh: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> .
15:42:01.807 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {11a35a07-41eb-425f-a34b-c4d4ce5c5808 @sh:class http://www.sampledomain.org/sam#AnotherResource; 11a35a07-41eb-425f-a34b-c4d4ce5c5808 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 11a35a07-41eb-425f-a34b-c4d4ce5c5808 @rdf:type sh:Property; e0b6f77d-f807-401d-aeb6-e03eb96380b7 @sh:in 8e96c92d-8ddd-4ec5-ae68-40cd8630bf9a; e0b6f77d-f807-401d-aeb6-e03eb96380b7 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; e0b6f77d-f807-401d-aeb6-e03eb96380b7 @rdf:type sh:Property; e6c4aeb3-e7a9-42d2-9417-1684408e7a35 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; e6c4aeb3-e7a9-42d2-9417-1684408e7a35 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; e6c4aeb3-e7a9-42d2-9417-1684408e7a35 @sh:path http://www.sampledomain.org/sam#aSetOfDates; e6c4aeb3-e7a9-42d2-9417-1684408e7a35 @rdf:type sh:Property; f876c4b3-53c9-4afa-b0bb-c9b061dd622b @rdf:rest rdf:nil; f876c4b3-53c9-4afa-b0bb-c9b061dd622b @rdf:first "C"; 67a6614d-85a8-470b-94e5-58e434341954 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 67a6614d-85a8-470b-94e5-58e434341954 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 67a6614d-85a8-470b-94e5-58e434341954 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 67a6614d-85a8-470b-94e5-58e434341954 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 67a6614d-85a8-470b-94e5-58e434341954 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [11a35a07-41eb-425f-a34b-c4d4ce5c5808, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [11a35a07-41eb-425f-a34b-c4d4ce5c5808, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [11a35a07-41eb-425f-a34b-c4d4ce5c5808, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e0b6f77d-f807-401d-aeb6-e03eb96380b7, http://www.w3.org/ns/shacl#in, 8e96c92d-8ddd-4ec5-ae68-40cd8630bf9a] [e0b6f77d-f807-401d-aeb6-e03eb96380b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e0b6f77d-f807-401d-aeb6-e03eb96380b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e6c4aeb3-e7a9-42d2-9417-1684408e7a35, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e6c4aeb3-e7a9-42d2-9417-1684408e7a35, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e6c4aeb3-e7a9-42d2-9417-1684408e7a35, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [e6c4aeb3-e7a9-42d2-9417-1684408e7a35, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f876c4b3-53c9-4afa-b0bb-c9b061dd622b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [f876c4b3-53c9-4afa-b0bb-c9b061dd622b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [67a6614d-85a8-470b-94e5-58e434341954, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8e96c92d-8ddd-4ec5-ae68-40cd8630bf9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f83414e5-89df-4aea-a235-2cf33f065cfc] [8e96c92d-8ddd-4ec5-ae68-40cd8630bf9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [f83414e5-89df-4aea-a235-2cf33f065cfc, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, f876c4b3-53c9-4afa-b0bb-c9b061dd622b] [f83414e5-89df-4aea-a235-2cf33f065cfc, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [87550d7d-8fc2-4dde-b59c-0070d236c07e, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [87550d7d-8fc2-4dde-b59c-0070d236c07e, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [87550d7d-8fc2-4dde-b59c-0070d236c07e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [87550d7d-8fc2-4dde-b59c-0070d236c07e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#pattern, "^B"] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f5cb8748-8aa4-4661-95c2-70801cfe8c46, 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, e0b6f77d-f807-401d-aeb6-e03eb96380b7] [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, 11a35a07-41eb-425f-a34b-c4d4ce5c5808] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ba4df680-c9d5-443e-be70-79f5ce3a5b85] [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, 87550d7d-8fc2-4dde-b59c-0070d236c07e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 67a6614d-85a8-470b-94e5-58e434341954] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e6c4aeb3-e7a9-42d2-9417-1684408e7a35] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f5cb8748-8aa4-4661-95c2-70801cfe8c46] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#closed, "true"^^http://www.w3.org/2001/XMLSchema#boolean] [ba4df680-c9d5-443e-be70-79f5ce3a5b85, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ba4df680-c9d5-443e-be70-79f5ce3a5b85, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ba4df680-c9d5-443e-be70-79f5ce3a5b85, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ba4df680-c9d5-443e-be70-79f5ce3a5b85, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:01.808 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:01.809 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:01.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:11a35a07-41eb-425f-a34b-c4d4ce5c5808,_:ba4df680-c9d5-443e-be70-79f5ce3a5b85,_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35,_:e0b6f77d-f807-401d-aeb6-e03eb96380b7,_:f5cb8748-8aa4-4661-95c2-70801cfe8c46,_:67a6614d-85a8-470b-94e5-58e434341954,_:87550d7d-8fc2-4dde-b59c-0070d236c07e. Pending nodes: 
15:42:01.811 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:11a35a07-41eb-425f-a34b-c4d4ce5c5808
15:42:01.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ba4df680-c9d5-443e-be70-79f5ce3a5b85
15:42:01.812 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e6c4aeb3-e7a9-42d2-9417-1684408e7a35
15:42:01.813 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e0b6f77d-f807-401d-aeb6-e03eb96380b7
15:42:01.814 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f5cb8748-8aa4-4661-95c2-70801cfe8c46
15:42:01.815 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:67a6614d-85a8-470b-94e5-58e434341954
15:42:01.817 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:87550d7d-8fc2-4dde-b59c-0070d236c07e
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:87550d7d-8fc2-4dde-b59c-0070d236c07e
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:67a6614d-85a8-470b-94e5-58e434341954
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f5cb8748-8aa4-4661-95c2-70801cfe8c46
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e0b6f77d-f807-401d-aeb6-e03eb96380b7
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e6c4aeb3-e7a9-42d2-9417-1684408e7a35
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ba4df680-c9d5-443e-be70-79f5ce3a5b85
15:42:01.817 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:11a35a07-41eb-425f-a34b-c4d4ce5c5808
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:11a35a07-41eb-425f-a34b-c4d4ce5c5808,_:ba4df680-c9d5-443e-be70-79f5ce3a5b85,_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35,_:e0b6f77d-f807-401d-aeb6-e03eb96380b7,_:f5cb8748-8aa4-4661-95c2-70801cfe8c46,_:67a6614d-85a8-470b-94e5-58e434341954,_:87550d7d-8fc2-4dde-b59c-0070d236c07e)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11a35a07-41eb-425f-a34b-c4d4ce5c5808)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba4df680-c9d5-443e-be70-79f5ce3a5b85)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e0b6f77d-f807-401d-aeb6-e03eb96380b7)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5cb8748-8aa4-4661-95c2-70801cfe8c46)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67a6614d-85a8-470b-94e5-58e434341954)
15:42:01.818 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87550d7d-8fc2-4dde-b59c-0070d236c07e)
15:42:01.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.818 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:11a35a07-41eb-425f-a34b-c4d4ce5c5808=ShapeTyping(TypingMap(Map()))
15:42:01.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.819 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ba4df680-c9d5-443e-be70-79f5ce3a5b85=ShapeTyping(TypingMap(Map()))
15:42:01.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.819 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.820 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:01.798Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.820 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:11a35a07-41eb-425f-a34b-c4d4ce5c5808), ShapeRef(_:ba4df680-c9d5-443e-be70-79f5ce3a5b85), ShapeRef(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35), ShapeRef(_:e0b6f77d-f807-401d-aeb6-e03eb96380b7), ShapeRef(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46), ShapeRef(_:67a6614d-85a8-470b-94e5-58e434341954), ShapeRef(_:87550d7d-8fc2-4dde-b59c-0070d236c07e)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.820 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.821 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e0b6f77d-f807-401d-aeb6-e03eb96380b7=ShapeTyping(TypingMap(Map()))
15:42:01.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.821 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.822 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.823 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f5cb8748-8aa4-4661-95c2-70801cfe8c46],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.823 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f5cb8748-8aa4-4661-95c2-70801cfe8c46=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:11a35a07-41eb-425f-a34b-c4d4ce5c5808), ShapeRef(_:ba4df680-c9d5-443e-be70-79f5ce3a5b85), ShapeRef(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35), ShapeRef(_:e0b6f77d-f807-401d-aeb6-e03eb96380b7), ShapeRef(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46), ShapeRef(_:67a6614d-85a8-470b-94e5-58e434341954), ShapeRef(_:87550d7d-8fc2-4dde-b59c-0070d236c07e)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:01.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.823 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.824 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.825 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:67a6614d-85a8-470b-94e5-58e434341954],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.825 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67a6614d-85a8-470b-94e5-58e434341954=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:11a35a07-41eb-425f-a34b-c4d4ce5c5808), ShapeRef(_:ba4df680-c9d5-443e-be70-79f5ce3a5b85), ShapeRef(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35), ShapeRef(_:e0b6f77d-f807-401d-aeb6-e03eb96380b7), ShapeRef(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46), ShapeRef(_:67a6614d-85a8-470b-94e5-58e434341954), ShapeRef(_:87550d7d-8fc2-4dde-b59c-0070d236c07e)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:67a6614d-85a8-470b-94e5-58e434341954,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.826 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:87550d7d-8fc2-4dde-b59c-0070d236c07e=ShapeTyping(TypingMap(Map()))
15:42:01.826 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:11a35a07-41eb-425f-a34b-c4d4ce5c5808,_:ba4df680-c9d5-443e-be70-79f5ce3a5b85,_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35,_:e0b6f77d-f807-401d-aeb6-e03eb96380b7,_:f5cb8748-8aa4-4661-95c2-70801cfe8c46,_:67a6614d-85a8-470b-94e5-58e434341954,_:87550d7d-8fc2-4dde-b59c-0070d236c07e)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:11a35a07-41eb-425f-a34b-c4d4ce5c5808), ShapeRef(_:ba4df680-c9d5-443e-be70-79f5ce3a5b85), ShapeRef(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35), ShapeRef(_:e0b6f77d-f807-401d-aeb6-e03eb96380b7), ShapeRef(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46), ShapeRef(_:67a6614d-85a8-470b-94e5-58e434341954), ShapeRef(_:87550d7d-8fc2-4dde-b59c-0070d236c07e)),true,List()) -> TypingResult(Valid(List())), PropertyShape(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:67a6614d-85a8-470b-94e5-58e434341954,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:01.912 [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(_:11a35a07-41eb-425f-a34b-c4d4ce5c5808), ShapeRef(_:ba4df680-c9d5-443e-be70-79f5ce3a5b85), ShapeRef(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35), ShapeRef(_:e0b6f77d-f807-401d-aeb6-e03eb96380b7), ShapeRef(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46), ShapeRef(_:67a6614d-85a8-470b-94e5-58e434341954), ShapeRef(_:87550d7d-8fc2-4dde-b59c-0070d236c07e)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <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()"))))))))
15:42:01.912 [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(_:11a35a07-41eb-425f-a34b-c4d4ce5c5808), ShapeRef(_:ba4df680-c9d5-443e-be70-79f5ce3a5b85), ShapeRef(_:e6c4aeb3-e7a9-42d2-9417-1684408e7a35), ShapeRef(_:e0b6f77d-f807-401d-aeb6-e03eb96380b7), ShapeRef(_:f5cb8748-8aa4-4661-95c2-70801cfe8c46), ShapeRef(_:67a6614d-85a8-470b-94e5-58e434341954), ShapeRef(_:87550d7d-8fc2-4dde-b59c-0070d236c07e)),true,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AResource>: LiteralValue("closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <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()"))))))))
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:87550d7d-8fc2-4dde-b59c-0070d236c07e = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:87550d7d-8fc2-4dde-b59c-0070d236c07e = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:87550d7d-8fc2-4dde-b59c-0070d236c07e: 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:67a6614d-85a8-470b-94e5-58e434341954 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:67a6614d-85a8-470b-94e5-58e434341954 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:67a6614d-85a8-470b-94e5-58e434341954: 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f5cb8748-8aa4-4661-95c2-70801cfe8c46 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f5cb8748-8aa4-4661-95c2-70801cfe8c46 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f5cb8748-8aa4-4661-95c2-70801cfe8c46: 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e0b6f77d-f807-401d-aeb6-e03eb96380b7 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e0b6f77d-f807-401d-aeb6-e03eb96380b7 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e0b6f77d-f807-401d-aeb6-e03eb96380b7: 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e6c4aeb3-e7a9-42d2-9417-1684408e7a35 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e6c4aeb3-e7a9-42d2-9417-1684408e7a35 = 
15:42:01.912 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e6c4aeb3-e7a9-42d2-9417-1684408e7a35: 
15:42:01.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ba4df680-c9d5-443e-be70-79f5ce3a5b85 = 
15:42:01.913 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ba4df680-c9d5-443e-be70-79f5ce3a5b85 = 
15:42:01.913 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ba4df680-c9d5-443e-be70-79f5ce3a5b85: 
15:42:01.913 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:11a35a07-41eb-425f-a34b-c4d4ce5c5808 = 
15:42:01.913 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:11a35a07-41eb-425f-a34b-c4d4ce5c5808 = 
15:42:01.913 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:11a35a07-41eb-425f-a34b-c4d4ce5c5808: 
15:42:01.917 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

[ a            sh:ValidationReport ;
  sh:conforms  false ;
  sh:result    [ a                             sh:ValidationResult ;
                 sh:focusNode                  <http://www.sampledomain.org/sam#AResource> ;
                 sh:message                    "closed violation. <http://www.sampledomain.org/sam#AResource> has more properties than List(<http://www.sampledomain.org/sam#aReferenceProperty>, <http://www.sampledomain.org/sam#integerProperty2>, <http://www.sampledomain.org/sam#aSetOfDates>, <http://www.sampledomain.org/sam#anotherStringProperty>, <http://www.sampledomain.org/sam#aStringProperty>, <http://www.sampledomain.org/sam#anotherIntegerProperty>, <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.218 sec
Running org.eclipse.lyo.validation.OslcAnnotationsBasedValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#anOslcResource>
        a       <http://www.sampledomain.org/sam#AnOslcResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:01.921Z"^^<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 .
15:42:01.934 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:01.921Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#anOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#anOslcResource @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [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, "2020-08-19T15:42:01.921Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#anOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#anOslcResource, http://www.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      "anIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:minCount  0 ;
                          sh:name      "anotherIntegerProperty" ;
                          sh:path      <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#dateTime> ;
                          sh:minCount  1 ;
                          sh:name      "aSetOfDates" ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
15:42:01.935 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {66b464c2-d8a1-4168-bb61-a250d47a5963 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 66b464c2-d8a1-4168-bb61-a250d47a5963 @sh:datatype http://www.w3.org/2001/XMLSchema#dateTime; 66b464c2-d8a1-4168-bb61-a250d47a5963 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 66b464c2-d8a1-4168-bb61-a250d47a5963 @sh:name "aSetOfDates"; 66b464c2-d8a1-4168-bb61-a250d47a5963 @rdf:type sh:Property; f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 @sh:datatype http://www.w3.org/2001/XMLSchema#string; f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 @sh:description "a Simple Single String Property"; f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 @sh:path http://www.sampledomain.org/sam#aStringProperty; f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 @sh:name "aStringProperty"; f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 @rdf:type sh:Property; ead599d0-e680-4e3f-a009-5d33dc991f0e @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ead599d0-e680-4e3f-a009-5d33dc991f0e @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; ead599d0-e680-4e3f-a009-5d33dc991f0e @sh:datatype http://www.w3.org/2001/XMLSchema#integer; ead599d0-e680-4e3f-a009-5d33dc991f0e @sh:path http://www.sampledomain.org/sam#integerProperty2; ead599d0-e680-4e3f-a009-5d33dc991f0e @sh:name "integerProperty2"; ead599d0-e680-4e3f-a009-5d33dc991f0e @rdf:type sh:Property...} |  [66b464c2-d8a1-4168-bb61-a250d47a5963, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [66b464c2-d8a1-4168-bb61-a250d47a5963, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [66b464c2-d8a1-4168-bb61-a250d47a5963, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [66b464c2-d8a1-4168-bb61-a250d47a5963, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [66b464c2-d8a1-4168-bb61-a250d47a5963, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1, http://www.w3.org/ns/shacl#name, "aStringProperty"] [f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ead599d0-e680-4e3f-a009-5d33dc991f0e, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ead599d0-e680-4e3f-a009-5d33dc991f0e, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ead599d0-e680-4e3f-a009-5d33dc991f0e, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ead599d0-e680-4e3f-a009-5d33dc991f0e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ead599d0-e680-4e3f-a009-5d33dc991f0e, http://www.w3.org/ns/shacl#name, "integerProperty2"] [ead599d0-e680-4e3f-a009-5d33dc991f0e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cb692285-a910-44ee-b522-447617a1fbc7, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cb692285-a910-44ee-b522-447617a1fbc7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [cb692285-a910-44ee-b522-447617a1fbc7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [cb692285-a910-44ee-b522-447617a1fbc7, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [cb692285-a910-44ee-b522-447617a1fbc7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cb692285-a910-44ee-b522-447617a1fbc7, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [cb692285-a910-44ee-b522-447617a1fbc7, 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, f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, ead599d0-e680-4e3f-a009-5d33dc991f0e] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, cb692285-a910-44ee-b522-447617a1fbc7] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, e0f5b32d-7e87-4024-85c5-440df55705e1] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, f477ad9e-7292-45f2-b385-835bc169cfce] [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, 79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83] [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, 66b464c2-d8a1-4168-bb61-a250d47a5963] [e0f5b32d-7e87-4024-85c5-440df55705e1, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e0f5b32d-7e87-4024-85c5-440df55705e1, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e0f5b32d-7e87-4024-85c5-440df55705e1, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e0f5b32d-7e87-4024-85c5-440df55705e1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e0f5b32d-7e87-4024-85c5-440df55705e1, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [e0f5b32d-7e87-4024-85c5-440df55705e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f477ad9e-7292-45f2-b385-835bc169cfce, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f477ad9e-7292-45f2-b385-835bc169cfce, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f477ad9e-7292-45f2-b385-835bc169cfce, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f477ad9e-7292-45f2-b385-835bc169cfce, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [f477ad9e-7292-45f2-b385-835bc169cfce, http://www.w3.org/ns/shacl#name, "integerProperty3"] [f477ad9e-7292-45f2-b385-835bc169cfce, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:01.936 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
15:42:01.937 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
15:42:01.939 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:cb692285-a910-44ee-b522-447617a1fbc7,_:e0f5b32d-7e87-4024-85c5-440df55705e1,_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,_:66b464c2-d8a1-4168-bb61-a250d47a5963,_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,_:f477ad9e-7292-45f2-b385-835bc169cfce,_:ead599d0-e680-4e3f-a009-5d33dc991f0e. Pending nodes: 
15:42:01.939 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cb692285-a910-44ee-b522-447617a1fbc7
15:42:01.940 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e0f5b32d-7e87-4024-85c5-440df55705e1
15:42:01.942 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83
15:42:01.943 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:66b464c2-d8a1-4168-bb61-a250d47a5963
15:42:01.944 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1
15:42:01.945 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f477ad9e-7292-45f2-b385-835bc169cfce
15:42:01.946 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ead599d0-e680-4e3f-a009-5d33dc991f0e
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ead599d0-e680-4e3f-a009-5d33dc991f0e
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f477ad9e-7292-45f2-b385-835bc169cfce
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:66b464c2-d8a1-4168-bb61-a250d47a5963
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e0f5b32d-7e87-4024-85c5-440df55705e1
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cb692285-a910-44ee-b522-447617a1fbc7
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ead599d0-e680-4e3f-a009-5d33dc991f0e = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ead599d0-e680-4e3f-a009-5d33dc991f0e = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ead599d0-e680-4e3f-a009-5d33dc991f0e: 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f477ad9e-7292-45f2-b385-835bc169cfce = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f477ad9e-7292-45f2-b385-835bc169cfce = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f477ad9e-7292-45f2-b385-835bc169cfce: 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1 = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1: 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:66b464c2-d8a1-4168-bb61-a250d47a5963 = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:66b464c2-d8a1-4168-bb61-a250d47a5963 = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:66b464c2-d8a1-4168-bb61-a250d47a5963: 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83 = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83 = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83: 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
15:42:01.947 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#anOslcResource>
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#anOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#anOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:cb692285-a910-44ee-b522-447617a1fbc7,_:e0f5b32d-7e87-4024-85c5-440df55705e1,_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,_:66b464c2-d8a1-4168-bb61-a250d47a5963,_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,_:f477ad9e-7292-45f2-b385-835bc169cfce,_:ead599d0-e680-4e3f-a009-5d33dc991f0e)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cb692285-a910-44ee-b522-447617a1fbc7)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e0f5b32d-7e87-4024-85c5-440df55705e1)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:66b464c2-d8a1-4168-bb61-a250d47a5963)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:f477ad9e-7292-45f2-b385-835bc169cfce)
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ead599d0-e680-4e3f-a009-5d33dc991f0e)
15:42:01.948 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.948 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.948 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.948 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.948 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:cb692285-a910-44ee-b522-447617a1fbc7],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
15:42:01.948 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.948 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.949 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:cb692285-a910-44ee-b522-447617a1fbc7=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cb692285-a910-44ee-b522-447617a1fbc7,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>)))))))
15:42:01.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.949 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.995 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:e0f5b32d-7e87-4024-85c5-440df55705e1],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:01.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.995 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.996 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:e0f5b32d-7e87-4024-85c5-440df55705e1=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e0f5b32d-7e87-4024-85c5-440df55705e1,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>)))))))
15:42:01.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.996 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.997 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:01.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.997 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.998 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,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>)))))))
15:42:01.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.998 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-08-19T15:42:01.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:66b464c2-d8a1-4168-bb61-a250d47a5963],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:01.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.998 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.999 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:66b464c2-d8a1-4168-bb61-a250d47a5963=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:66b464c2-d8a1-4168-bb61-a250d47a5963,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:42:01.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
15:42:01.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.999 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:01.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:01.999 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.000 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,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>)))))))
15:42:02.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.000 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.000 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:f477ad9e-7292-45f2-b385-835bc169cfce],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
15:42:02.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.001 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:f477ad9e-7292-45f2-b385-835bc169cfce=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f477ad9e-7292-45f2-b385-835bc169cfce,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>)))))))
15:42:02.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.001 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.002 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#anOslcResource>,_:ead599d0-e680-4e3f-a009-5d33dc991f0e],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
15:42:02.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.002 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.002 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#anOslcResource>,_:ead599d0-e680-4e3f-a009-5d33dc991f0e=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(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ead599d0-e680-4e3f-a009-5d33dc991f0e,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>)))))))
15:42:02.002 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#anOslcResource>, _:cb692285-a910-44ee-b522-447617a1fbc7,_:e0f5b32d-7e87-4024-85c5-440df55705e1,_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,_:66b464c2-d8a1-4168-bb61-a250d47a5963,_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,_:f477ad9e-7292-45f2-b385-835bc169cfce,_:ead599d0-e680-4e3f-a009-5d33dc991f0e)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#anOslcResource> -> Map(PropertyShape(_:66b464c2-d8a1-4168-bb61-a250d47a5963,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:42:01.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ead599d0-e680-4e3f-a009-5d33dc991f0e,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:cb692285-a910-44ee-b522-447617a1fbc7,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(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f477ad9e-7292-45f2-b385-835bc169cfce,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(_:e0f5b32d-7e87-4024-85c5-440df55705e1,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(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,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>)))))))
15:42:02.003 [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(_:66b464c2-d8a1-4168-bb61-a250d47a5963,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:42:01.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ead599d0-e680-4e3f-a009-5d33dc991f0e,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:cb692285-a910-44ee-b522-447617a1fbc7,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(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f477ad9e-7292-45f2-b385-835bc169cfce,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(_:e0f5b32d-7e87-4024-85c5-440df55705e1,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(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,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>)))))))
15:42:02.003 [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(_:66b464c2-d8a1-4168-bb61-a250d47a5963,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#anOslcResource>, "2020-08-19T15:42:01.921Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:ead599d0-e680-4e3f-a009-5d33dc991f0e,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)) on node <http://www.sampledomain.org/sam#anOslcResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>))), PropertyShape(_:cb692285-a910-44ee-b522-447617a1fbc7,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(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83,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>))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:cb692285-a910-44ee-b522-447617a1fbc7), ShapeRef(_:e0f5b32d-7e87-4024-85c5-440df55705e1), ShapeRef(_:79f4bfc2-30e1-4eb1-8ad3-6ccbda76ae83), ShapeRef(_:66b464c2-d8a1-4168-bb61-a250d47a5963), ShapeRef(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1), ShapeRef(_:f477ad9e-7292-45f2-b385-835bc169cfce), ShapeRef(_:ead599d0-e680-4e3f-a009-5d33dc991f0e)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f477ad9e-7292-45f2-b385-835bc169cfce,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(_:e0f5b32d-7e87-4024-85c5-440df55705e1,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(_:f19ba231-4428-4e08-b8d0-bc6d9e1bc1d1,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>)))))))
15:42:02.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e0f5b32d-7e87-4024-85c5-440df55705e1 = 
15:42:02.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e0f5b32d-7e87-4024-85c5-440df55705e1 = 
15:42:02.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e0f5b32d-7e87-4024-85c5-440df55705e1: 
15:42:02.003 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cb692285-a910-44ee-b522-447617a1fbc7 = 
15:42:02.003 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cb692285-a910-44ee-b522-447617a1fbc7 = 
15:42:02.003 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cb692285-a910-44ee-b522-447617a1fbc7: 
15:42:02.005 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a       <http://www.sampledomain.org/sam#AnOslcResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.008Z"^^<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 .
15:42:02.016 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.008Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AnOslcResource @http://www.sampledomain.org/sam#aStringProperty "Cat"; http://www.sampledomain.org/sam#AnOslcResource @rdf:type http://www.sampledomain.org/sam#AnOslcResource} |  [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, "2020-08-19T15:42:02.008Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AnOslcResource, http://www.sampledomain.org/sam#aStringProperty, "Cat"] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AnOslcResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AnOslcResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh: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      "integerProperty2" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        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:property     [ a               sh:Property ;
                          sh:datatype     <http://www.w3.org/2001/XMLSchema#string> ;
                          sh:description  "a Simple Single String Property" ;
                          sh:minCount     1 ;
                          sh:name         "aStringProperty" ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:datatype  <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount  1 ;
                          sh:minCount  1 ;
                          sh:name      "integerProperty3" ;
                          sh:path      <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AnOslcResource> .
15:42:02.016 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0059e0fa-a853-4b28-bb22-828b8647189c @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0059e0fa-a853-4b28-bb22-828b8647189c @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 0059e0fa-a853-4b28-bb22-828b8647189c @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0059e0fa-a853-4b28-bb22-828b8647189c @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 0059e0fa-a853-4b28-bb22-828b8647189c @sh:name "anIntegerProperty"; 0059e0fa-a853-4b28-bb22-828b8647189c @rdf:type sh:Property; 8bbe7e5e-f9e8-4761-affa-301059700621 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 8bbe7e5e-f9e8-4761-affa-301059700621 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 8bbe7e5e-f9e8-4761-affa-301059700621 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 8bbe7e5e-f9e8-4761-affa-301059700621 @sh:name "anotherIntegerProperty"; 8bbe7e5e-f9e8-4761-affa-301059700621 @rdf:type sh:Property; 4dcebaf5-6906-4d92-a84e-a66c79155f03 @sh:class http://www.sampledomain.org/sam#AnotherResource; 4dcebaf5-6906-4d92-a84e-a66c79155f03 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4dcebaf5-6906-4d92-a84e-a66c79155f03 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 4dcebaf5-6906-4d92-a84e-a66c79155f03 @sh:datatype oslc:Resource; 4dcebaf5-6906-4d92-a84e-a66c79155f03 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 4dcebaf5-6906-4d92-a84e-a66c79155f03 @sh:name "aReferenceProperty"...} |  [0059e0fa-a853-4b28-bb22-828b8647189c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0059e0fa-a853-4b28-bb22-828b8647189c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0059e0fa-a853-4b28-bb22-828b8647189c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0059e0fa-a853-4b28-bb22-828b8647189c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0059e0fa-a853-4b28-bb22-828b8647189c, http://www.w3.org/ns/shacl#name, "anIntegerProperty"] [0059e0fa-a853-4b28-bb22-828b8647189c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8bbe7e5e-f9e8-4761-affa-301059700621, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8bbe7e5e-f9e8-4761-affa-301059700621, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [8bbe7e5e-f9e8-4761-affa-301059700621, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [8bbe7e5e-f9e8-4761-affa-301059700621, http://www.w3.org/ns/shacl#name, "anotherIntegerProperty"] [8bbe7e5e-f9e8-4761-affa-301059700621, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/ns/shacl#datatype, http://open-services.net/ns/core#Resource] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/ns/shacl#name, "aReferenceProperty"] [4dcebaf5-6906-4d92-a84e-a66c79155f03, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c0fbda51-49d9-4a81-8472-fd352b5a8c45, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0fbda51-49d9-4a81-8472-fd352b5a8c45, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [c0fbda51-49d9-4a81-8472-fd352b5a8c45, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [c0fbda51-49d9-4a81-8472-fd352b5a8c45, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c0fbda51-49d9-4a81-8472-fd352b5a8c45, http://www.w3.org/ns/shacl#name, "integerProperty3"] [c0fbda51-49d9-4a81-8472-fd352b5a8c45, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dd9bffac-afa5-40d7-8260-2c28ac2c92d5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dd9bffac-afa5-40d7-8260-2c28ac2c92d5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [dd9bffac-afa5-40d7-8260-2c28ac2c92d5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [dd9bffac-afa5-40d7-8260-2c28ac2c92d5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [dd9bffac-afa5-40d7-8260-2c28ac2c92d5, http://www.w3.org/ns/shacl#name, "integerProperty2"] [dd9bffac-afa5-40d7-8260-2c28ac2c92d5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1404b6ca-5cb2-4c8d-8368-d3ca433d8020, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1404b6ca-5cb2-4c8d-8368-d3ca433d8020, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#string] [1404b6ca-5cb2-4c8d-8368-d3ca433d8020, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1404b6ca-5cb2-4c8d-8368-d3ca433d8020, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1404b6ca-5cb2-4c8d-8368-d3ca433d8020, http://www.w3.org/ns/shacl#name, "aStringProperty"] [1404b6ca-5cb2-4c8d-8368-d3ca433d8020, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 8bbe7e5e-f9e8-4761-affa-301059700621] [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, 4dcebaf5-6906-4d92-a84e-a66c79155f03] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, dd9bffac-afa5-40d7-8260-2c28ac2c92d5] [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, 6b4f819e-e5d5-494e-8ccd-68e8d14c7322] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, 0059e0fa-a853-4b28-bb22-828b8647189c] [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, 1404b6ca-5cb2-4c8d-8368-d3ca433d8020] [http://www.sampledomain.org/sam#AnOslcResource, http://www.w3.org/ns/shacl#property, c0fbda51-49d9-4a81-8472-fd352b5a8c45] [6b4f819e-e5d5-494e-8ccd-68e8d14c7322, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6b4f819e-e5d5-494e-8ccd-68e8d14c7322, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#dateTime] [6b4f819e-e5d5-494e-8ccd-68e8d14c7322, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [6b4f819e-e5d5-494e-8ccd-68e8d14c7322, http://www.w3.org/ns/shacl#name, "aSetOfDates"] [6b4f819e-e5d5-494e-8ccd-68e8d14c7322, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:02.017 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AnOslcResource>. Pending nodes: 
15:42:02.018 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AnOslcResource>
15:42:02.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:4dcebaf5-6906-4d92-a84e-a66c79155f03,_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,_:8bbe7e5e-f9e8-4761-affa-301059700621,_:0059e0fa-a853-4b28-bb22-828b8647189c. Pending nodes: 
15:42:02.019 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4dcebaf5-6906-4d92-a84e-a66c79155f03
15:42:02.020 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6b4f819e-e5d5-494e-8ccd-68e8d14c7322
15:42:02.021 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c0fbda51-49d9-4a81-8472-fd352b5a8c45
15:42:02.022 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dd9bffac-afa5-40d7-8260-2c28ac2c92d5
15:42:02.023 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1404b6ca-5cb2-4c8d-8368-d3ca433d8020
15:42:02.023 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8bbe7e5e-f9e8-4761-affa-301059700621
15:42:02.024 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0059e0fa-a853-4b28-bb22-828b8647189c
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0059e0fa-a853-4b28-bb22-828b8647189c
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8bbe7e5e-f9e8-4761-affa-301059700621
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1404b6ca-5cb2-4c8d-8368-d3ca433d8020
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dd9bffac-afa5-40d7-8260-2c28ac2c92d5
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c0fbda51-49d9-4a81-8472-fd352b5a8c45
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6b4f819e-e5d5-494e-8ccd-68e8d14c7322
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AnOslcResource
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4dcebaf5-6906-4d92-a84e-a66c79155f03
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0059e0fa-a853-4b28-bb22-828b8647189c = 
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0059e0fa-a853-4b28-bb22-828b8647189c = 
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0059e0fa-a853-4b28-bb22-828b8647189c: 
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8bbe7e5e-f9e8-4761-affa-301059700621 = 
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8bbe7e5e-f9e8-4761-affa-301059700621 = 
15:42:02.025 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8bbe7e5e-f9e8-4761-affa-301059700621: 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1404b6ca-5cb2-4c8d-8368-d3ca433d8020 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1404b6ca-5cb2-4c8d-8368-d3ca433d8020 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1404b6ca-5cb2-4c8d-8368-d3ca433d8020: 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dd9bffac-afa5-40d7-8260-2c28ac2c92d5 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dd9bffac-afa5-40d7-8260-2c28ac2c92d5 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dd9bffac-afa5-40d7-8260-2c28ac2c92d5: 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c0fbda51-49d9-4a81-8472-fd352b5a8c45 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c0fbda51-49d9-4a81-8472-fd352b5a8c45 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c0fbda51-49d9-4a81-8472-fd352b5a8c45: 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6b4f819e-e5d5-494e-8ccd-68e8d14c7322 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6b4f819e-e5d5-494e-8ccd-68e8d14c7322 = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6b4f819e-e5d5-494e-8ccd-68e8d14c7322: 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AnOslcResource = 
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AnOslcResource = <http://www.sampledomain.org/sam#AnOslcResource>
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AnOslcResource: <http://www.sampledomain.org/sam#AnOslcResource>
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AnOslcResource> - NodeShape http://www.sampledomain.org/sam#AnOslcResource
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,http://www.sampledomain.org/sam#AnOslcResource)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:4dcebaf5-6906-4d92-a84e-a66c79155f03,_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,_:8bbe7e5e-f9e8-4761-affa-301059700621,_:0059e0fa-a853-4b28-bb22-828b8647189c)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:4dcebaf5-6906-4d92-a84e-a66c79155f03)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:c0fbda51-49d9-4a81-8472-fd352b5a8c45)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8bbe7e5e-f9e8-4761-affa-301059700621)
15:42:02.026 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0059e0fa-a853-4b28-bb22-828b8647189c)
15:42:02.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.026 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:4dcebaf5-6906-4d92-a84e-a66c79155f03],Some(PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aReferenceProperty>)
15:42:02.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.027 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:4dcebaf5-6906-4d92-a84e-a66c79155f03=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4dcebaf5-6906-4d92-a84e-a66c79155f03,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>)))))))
15:42:02.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.028 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("2020-08-19T15:42:02.008Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.028 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:42:02.008Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>)))))))
15:42:02.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.028 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.029 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:c0fbda51-49d9-4a81-8472-fd352b5a8c45],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty3>)
15:42:02.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.029 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:c0fbda51-49d9-4a81-8472-fd352b5a8c45=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,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>)))))))
15:42:02.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.029 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5],Some(PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>))), path: PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>)
15:42:02.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,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"))))))))
15:42:02.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.030 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Cat"), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.031 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,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>)))))))
15:42:02.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.031 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:8bbe7e5e-f9e8-4761-affa-301059700621],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.031 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.032 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:8bbe7e5e-f9e8-4761-affa-301059700621=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8bbe7e5e-f9e8-4761-affa-301059700621,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>)))))))
15:42:02.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.032 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AnOslcResource>,_:0059e0fa-a853-4b28-bb22-828b8647189c],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.032 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.033 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AnOslcResource>,_:0059e0fa-a853-4b28-bb22-828b8647189c=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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0059e0fa-a853-4b28-bb22-828b8647189c,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>)))))))
15:42:02.033 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AnOslcResource>, _:4dcebaf5-6906-4d92-a84e-a66c79155f03,_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,_:8bbe7e5e-f9e8-4761-affa-301059700621,_:0059e0fa-a853-4b28-bb22-828b8647189c)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AnOslcResource> -> Map(PropertyShape(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,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(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:42:02.008Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,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(_:8bbe7e5e-f9e8-4761-affa-301059700621,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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03,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(_:0059e0fa-a853-4b28-bb22-828b8647189c,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(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.033 [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(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,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(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:42:02.008Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,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(_:8bbe7e5e-f9e8-4761-affa-301059700621,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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03,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(_:0059e0fa-a853-4b28-bb22-828b8647189c,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(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.034 [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(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45,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(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#dateTime>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AnOslcResource>, "2020-08-19T15:42:02.008Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> has datatype <http://www.w3.org/2001/XMLSchema#dateTime>))), PropertyShape(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020,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(_:8bbe7e5e-f9e8-4761-affa-301059700621,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(_:4dcebaf5-6906-4d92-a84e-a66c79155f03,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(_:0059e0fa-a853-4b28-bb22-828b8647189c,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(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Invalid(NonEmptyList(Violation error on <http://www.sampledomain.org/sam#AnOslcResource>: LiteralValue("MinCount violation. Expected 1, obtained: 0")))), NodeShape(<http://www.sampledomain.org/sam#AnOslcResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AnOslcResource>)),List(ShapeRef(_:4dcebaf5-6906-4d92-a84e-a66c79155f03), ShapeRef(_:6b4f819e-e5d5-494e-8ccd-68e8d14c7322), ShapeRef(_:c0fbda51-49d9-4a81-8472-fd352b5a8c45), ShapeRef(_:dd9bffac-afa5-40d7-8260-2c28ac2c92d5), ShapeRef(_:1404b6ca-5cb2-4c8d-8368-d3ca433d8020), ShapeRef(_:8bbe7e5e-f9e8-4761-affa-301059700621), ShapeRef(_:0059e0fa-a853-4b28-bb22-828b8647189c)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.034 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4dcebaf5-6906-4d92-a84e-a66c79155f03 = 
15:42:02.034 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4dcebaf5-6906-4d92-a84e-a66c79155f03 = 
15:42:02.034 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4dcebaf5-6906-4d92-a84e-a66c79155f03: 
15:42:02.036 [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
               ]
] .

15:42:02.037 [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.116 sec
Running org.eclipse.lyo.validation.ShaclMaxInclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.038Z"^^<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 .
15:42:02.098 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.038Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.038Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.099 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {1c998d54-d4c6-4825-b6ce-3831e2b78813 @rdf:rest ea9a69c0-504a-44e1-947c-10e43564c5c1; 1c998d54-d4c6-4825-b6ce-3831e2b78813 @rdf:first "B"; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 9e94fa0b-a738-4c51-ad0b-8a257078aa9a @rdf:type sh:Property; 9c7644c4-d7da-4baf-b9ae-ab18a5d387e4 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 9c7644c4-d7da-4baf-b9ae-ab18a5d387e4 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 9c7644c4-d7da-4baf-b9ae-ab18a5d387e4 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 9c7644c4-d7da-4baf-b9ae-ab18a5d387e4 @rdf:type sh:Property; cbbee872-53b9-4289-a6be-3f4776b33246 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; cbbee872-53b9-4289-a6be-3f4776b33246 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; cbbee872-53b9-4289-a6be-3f4776b33246 @sh:path http://www.sampledomain.org/sam#integerProperty3; cbbee872-53b9-4289-a6be-3f4776b33246 @rdf:type sh:Property...} |  [1c998d54-d4c6-4825-b6ce-3831e2b78813, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ea9a69c0-504a-44e1-947c-10e43564c5c1] [1c998d54-d4c6-4825-b6ce-3831e2b78813, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [9e94fa0b-a738-4c51-ad0b-8a257078aa9a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9c7644c4-d7da-4baf-b9ae-ab18a5d387e4, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9c7644c4-d7da-4baf-b9ae-ab18a5d387e4, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9c7644c4-d7da-4baf-b9ae-ab18a5d387e4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9c7644c4-d7da-4baf-b9ae-ab18a5d387e4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cbbee872-53b9-4289-a6be-3f4776b33246, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [cbbee872-53b9-4289-a6be-3f4776b33246, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [cbbee872-53b9-4289-a6be-3f4776b33246, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [cbbee872-53b9-4289-a6be-3f4776b33246, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7060a017-0d48-492e-8605-ac49c3cede15, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1c998d54-d4c6-4825-b6ce-3831e2b78813] [7060a017-0d48-492e-8605-ac49c3cede15, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea, http://www.w3.org/ns/shacl#in, 7060a017-0d48-492e-8605-ac49c3cede15] [84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#pattern, "^B"] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f70516f7-202f-42be-9961-9fffb9fb0fd6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [e1ae3a57-c17e-4f8e-ad87-bde4c424be9d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0930b41-35e7-41c2-9b5f-9b62b3471d89, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [a0930b41-35e7-41c2-9b5f-9b62b3471d89, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [a0930b41-35e7-41c2-9b5f-9b62b3471d89, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [a0930b41-35e7-41c2-9b5f-9b62b3471d89, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ea9a69c0-504a-44e1-947c-10e43564c5c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ea9a69c0-504a-44e1-947c-10e43564c5c1, 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, 84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 05a94591-272d-4ead-b407-ba3d1bceb618] [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, cbbee872-53b9-4289-a6be-3f4776b33246] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c7644c4-d7da-4baf-b9ae-ab18a5d387e4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a0930b41-35e7-41c2-9b5f-9b62b3471d89] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f70516f7-202f-42be-9961-9fffb9fb0fd6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e1ae3a57-c17e-4f8e-ad87-bde4c424be9d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9e94fa0b-a738-4c51-ad0b-8a257078aa9a] [05a94591-272d-4ead-b407-ba3d1bceb618, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [05a94591-272d-4ead-b407-ba3d1bceb618, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [05a94591-272d-4ead-b407-ba3d1bceb618, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:02.099 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.100 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.101 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea,_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,_:cbbee872-53b9-4289-a6be-3f4776b33246,_:f70516f7-202f-42be-9961-9fffb9fb0fd6,_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,_:a0930b41-35e7-41c2-9b5f-9b62b3471d89,_:05a94591-272d-4ead-b407-ba3d1bceb618. Pending nodes: 
15:42:02.101 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d
15:42:02.102 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea
15:42:02.103 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4
15:42:02.103 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cbbee872-53b9-4289-a6be-3f4776b33246
15:42:02.104 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f70516f7-202f-42be-9961-9fffb9fb0fd6
15:42:02.105 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9e94fa0b-a738-4c51-ad0b-8a257078aa9a
15:42:02.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a0930b41-35e7-41c2-9b5f-9b62b3471d89
15:42:02.106 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:05a94591-272d-4ead-b407-ba3d1bceb618
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:05a94591-272d-4ead-b407-ba3d1bceb618
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a0930b41-35e7-41c2-9b5f-9b62b3471d89
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9e94fa0b-a738-4c51-ad0b-8a257078aa9a
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f70516f7-202f-42be-9961-9fffb9fb0fd6
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cbbee872-53b9-4289-a6be-3f4776b33246
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:05a94591-272d-4ead-b407-ba3d1bceb618 = 
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:05a94591-272d-4ead-b407-ba3d1bceb618 = 
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:05a94591-272d-4ead-b407-ba3d1bceb618: 
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea,_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,_:cbbee872-53b9-4289-a6be-3f4776b33246,_:f70516f7-202f-42be-9961-9fffb9fb0fd6,_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,_:a0930b41-35e7-41c2-9b5f-9b62b3471d89,_:05a94591-272d-4ead-b407-ba3d1bceb618)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cbbee872-53b9-4289-a6be-3f4776b33246)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f70516f7-202f-42be-9961-9fffb9fb0fd6)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a)
15:42:02.107 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0930b41-35e7-41c2-9b5f-9b62b3471d89)
15:42:02.108 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05a94591-272d-4ead-b407-ba3d1bceb618)
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.108 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea=ShapeTyping(TypingMap(Map()))
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.109 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.110 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.038Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.110 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.110 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.111 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.112 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cbbee872-53b9-4289-a6be-3f4776b33246=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:cbbee872-53b9-4289-a6be-3f4776b33246,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))))))))
15:42:02.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.112 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f70516f7-202f-42be-9961-9fffb9fb0fd6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.113 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f70516f7-202f-42be-9961-9fffb9fb0fd6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f70516f7-202f-42be-9961-9fffb9fb0fd6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.113 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.114 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.115 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.115 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.116 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a0930b41-35e7-41c2-9b5f-9b62b3471d89=ShapeTyping(TypingMap(Map()))
15:42:02.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.116 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.116 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:05a94591-272d-4ead-b407-ba3d1bceb618=ShapeTyping(TypingMap(Map()))
15:42:02.116 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea,_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,_:cbbee872-53b9-4289-a6be-3f4776b33246,_:f70516f7-202f-42be-9961-9fffb9fb0fd6,_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,_:a0930b41-35e7-41c2-9b5f-9b62b3471d89,_:05a94591-272d-4ead-b407-ba3d1bceb618)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f70516f7-202f-42be-9961-9fffb9fb0fd6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:cbbee872-53b9-4289-a6be-3f4776b33246,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(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.116 [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(_:f70516f7-202f-42be-9961-9fffb9fb0fd6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:cbbee872-53b9-4289-a6be-3f4776b33246,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(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.117 [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(_:f70516f7-202f-42be-9961-9fffb9fb0fd6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:cbbee872-53b9-4289-a6be-3f4776b33246,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(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d), ShapeRef(_:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea), ShapeRef(_:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4), ShapeRef(_:cbbee872-53b9-4289-a6be-3f4776b33246), ShapeRef(_:f70516f7-202f-42be-9961-9fffb9fb0fd6), ShapeRef(_:9e94fa0b-a738-4c51-ad0b-8a257078aa9a), ShapeRef(_:a0930b41-35e7-41c2-9b5f-9b62b3471d89), ShapeRef(_:05a94591-272d-4ead-b407-ba3d1bceb618)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a0930b41-35e7-41c2-9b5f-9b62b3471d89 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a0930b41-35e7-41c2-9b5f-9b62b3471d89 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a0930b41-35e7-41c2-9b5f-9b62b3471d89: 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9e94fa0b-a738-4c51-ad0b-8a257078aa9a = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9e94fa0b-a738-4c51-ad0b-8a257078aa9a = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9e94fa0b-a738-4c51-ad0b-8a257078aa9a: 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f70516f7-202f-42be-9961-9fffb9fb0fd6 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f70516f7-202f-42be-9961-9fffb9fb0fd6 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f70516f7-202f-42be-9961-9fffb9fb0fd6: 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cbbee872-53b9-4289-a6be-3f4776b33246 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cbbee872-53b9-4289-a6be-3f4776b33246 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cbbee872-53b9-4289-a6be-3f4776b33246: 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4 = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c7644c4-d7da-4baf-b9ae-ab18a5d387e4: 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea = 
15:42:02.117 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:84f44cc8-a3c6-4e6d-ac0a-022cde89d0ea: 
15:42:02.118 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d = 
15:42:02.118 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d = 
15:42:02.118 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e1ae3a57-c17e-4f8e-ad87-bde4c424be9d: 
15:42:02.119 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.12Z"^^<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 .
15:42:02.128 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.12Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.12Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.128 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {2cd38257-2f27-47b3-820b-1c2740b6ad50 @sh:in a7a15882-44c3-4ac7-a29e-618d9616b9a3; 2cd38257-2f27-47b3-820b-1c2740b6ad50 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 2cd38257-2f27-47b3-820b-1c2740b6ad50 @rdf:type sh:Property; 7e07f999-3093-4072-add9-0100b5f216e2 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7e07f999-3093-4072-add9-0100b5f216e2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 7e07f999-3093-4072-add9-0100b5f216e2 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 7e07f999-3093-4072-add9-0100b5f216e2 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 7e07f999-3093-4072-add9-0100b5f216e2 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 7e07f999-3093-4072-add9-0100b5f216e2 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 7e07f999-3093-4072-add9-0100b5f216e2 @rdf:type sh:Property; 23b1bba4-9091-4c45-a1e1-8835b4d89a22 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 23b1bba4-9091-4c45-a1e1-8835b4d89a22 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 23b1bba4-9091-4c45-a1e1-8835b4d89a22 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 23b1bba4-9091-4c45-a1e1-8835b4d89a22 @rdf:type sh:Property; 340bd9e5-64d3-4a70-b548-ee563ed897c1 @sh:class http://www.sampledomain.org/sam#AnotherResource; 340bd9e5-64d3-4a70-b548-ee563ed897c1 @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 340bd9e5-64d3-4a70-b548-ee563ed897c1 @rdf:type sh:Property...} |  [2cd38257-2f27-47b3-820b-1c2740b6ad50, http://www.w3.org/ns/shacl#in, a7a15882-44c3-4ac7-a29e-618d9616b9a3] [2cd38257-2f27-47b3-820b-1c2740b6ad50, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [2cd38257-2f27-47b3-820b-1c2740b6ad50, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [7e07f999-3093-4072-add9-0100b5f216e2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [23b1bba4-9091-4c45-a1e1-8835b4d89a22, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [23b1bba4-9091-4c45-a1e1-8835b4d89a22, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [23b1bba4-9091-4c45-a1e1-8835b4d89a22, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [23b1bba4-9091-4c45-a1e1-8835b4d89a22, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [340bd9e5-64d3-4a70-b548-ee563ed897c1, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [340bd9e5-64d3-4a70-b548-ee563ed897c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [340bd9e5-64d3-4a70-b548-ee563ed897c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [84c85700-279e-4242-9441-824e592e10f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [84c85700-279e-4242-9441-824e592e10f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [47d437f5-9731-42e8-907c-1066697fe7d5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [47d437f5-9731-42e8-907c-1066697fe7d5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [47d437f5-9731-42e8-907c-1066697fe7d5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [47d437f5-9731-42e8-907c-1066697fe7d5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [3e87abd0-3176-4dda-b3de-24ecc09e31f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 84c85700-279e-4242-9441-824e592e10f2] [3e87abd0-3176-4dda-b3de-24ecc09e31f0, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [a7a15882-44c3-4ac7-a29e-618d9616b9a3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 3e87abd0-3176-4dda-b3de-24ecc09e31f0] [a7a15882-44c3-4ac7-a29e-618d9616b9a3, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [250eef84-980f-4a57-b4d5-eab7fabfa60d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#pattern, "^B"] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [14bc0b0e-be80-4154-b6fc-58d595b7841f, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [14bc0b0e-be80-4154-b6fc-58d595b7841f, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [14bc0b0e-be80-4154-b6fc-58d595b7841f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [14bc0b0e-be80-4154-b6fc-58d595b7841f, 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, 47d437f5-9731-42e8-907c-1066697fe7d5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7e07f999-3093-4072-add9-0100b5f216e2] [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, 23b1bba4-9091-4c45-a1e1-8835b4d89a22] [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, 340bd9e5-64d3-4a70-b548-ee563ed897c1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 2cd38257-2f27-47b3-820b-1c2740b6ad50] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 250eef84-980f-4a57-b4d5-eab7fabfa60d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 14bc0b0e-be80-4154-b6fc-58d595b7841f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6]>
15:42:02.129 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.130 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.131 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:23b1bba4-9091-4c45-a1e1-8835b4d89a22,_:250eef84-980f-4a57-b4d5-eab7fabfa60d,_:340bd9e5-64d3-4a70-b548-ee563ed897c1,_:7e07f999-3093-4072-add9-0100b5f216e2,_:2cd38257-2f27-47b3-820b-1c2740b6ad50,_:47d437f5-9731-42e8-907c-1066697fe7d5,_:14bc0b0e-be80-4154-b6fc-58d595b7841f,_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6. Pending nodes: 
15:42:02.131 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:23b1bba4-9091-4c45-a1e1-8835b4d89a22
15:42:02.132 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:250eef84-980f-4a57-b4d5-eab7fabfa60d
15:42:02.132 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:340bd9e5-64d3-4a70-b548-ee563ed897c1
15:42:02.133 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7e07f999-3093-4072-add9-0100b5f216e2
15:42:02.134 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2cd38257-2f27-47b3-820b-1c2740b6ad50
15:42:02.194 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:47d437f5-9731-42e8-907c-1066697fe7d5
15:42:02.195 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:14bc0b0e-be80-4154-b6fc-58d595b7841f
15:42:02.196 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:14bc0b0e-be80-4154-b6fc-58d595b7841f
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:47d437f5-9731-42e8-907c-1066697fe7d5
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2cd38257-2f27-47b3-820b-1c2740b6ad50
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7e07f999-3093-4072-add9-0100b5f216e2
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:340bd9e5-64d3-4a70-b548-ee563ed897c1
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:250eef84-980f-4a57-b4d5-eab7fabfa60d
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:23b1bba4-9091-4c45-a1e1-8835b4d89a22
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:23b1bba4-9091-4c45-a1e1-8835b4d89a22,_:250eef84-980f-4a57-b4d5-eab7fabfa60d,_:340bd9e5-64d3-4a70-b548-ee563ed897c1,_:7e07f999-3093-4072-add9-0100b5f216e2,_:2cd38257-2f27-47b3-820b-1c2740b6ad50,_:47d437f5-9731-42e8-907c-1066697fe7d5,_:14bc0b0e-be80-4154-b6fc-58d595b7841f,_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:23b1bba4-9091-4c45-a1e1-8835b4d89a22)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:250eef84-980f-4a57-b4d5-eab7fabfa60d)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:340bd9e5-64d3-4a70-b548-ee563ed897c1)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e07f999-3093-4072-add9-0100b5f216e2)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2cd38257-2f27-47b3-820b-1c2740b6ad50)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:47d437f5-9731-42e8-907c-1066697fe7d5)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14bc0b0e-be80-4154-b6fc-58d595b7841f)
15:42:02.197 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)
15:42:02.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.197 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.198 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.12Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:23b1bba4-9091-4c45-a1e1-8835b4d89a22],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.198 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:23b1bba4-9091-4c45-a1e1-8835b4d89a22=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.198 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:250eef84-980f-4a57-b4d5-eab7fabfa60d],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.199 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:250eef84-980f-4a57-b4d5-eab7fabfa60d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:250eef84-980f-4a57-b4d5-eab7fabfa60d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:340bd9e5-64d3-4a70-b548-ee563ed897c1=ShapeTyping(TypingMap(Map()))
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.200 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:7e07f999-3093-4072-add9-0100b5f216e2],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7e07f999-3093-4072-add9-0100b5f216e2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:7e07f999-3093-4072-add9-0100b5f216e2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2cd38257-2f27-47b3-820b-1c2740b6ad50=ShapeTyping(TypingMap(Map()))
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.201 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.202 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:47d437f5-9731-42e8-907c-1066697fe7d5=ShapeTyping(TypingMap(Map()))
15:42:02.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.202 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:14bc0b0e-be80-4154-b6fc-58d595b7841f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:14bc0b0e-be80-4154-b6fc-58d595b7841f,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"))))))))
15:42:02.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.202 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.203 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.204 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.204 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.204 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:23b1bba4-9091-4c45-a1e1-8835b4d89a22,_:250eef84-980f-4a57-b4d5-eab7fabfa60d,_:340bd9e5-64d3-4a70-b548-ee563ed897c1,_:7e07f999-3093-4072-add9-0100b5f216e2,_:2cd38257-2f27-47b3-820b-1c2740b6ad50,_:47d437f5-9731-42e8-907c-1066697fe7d5,_:14bc0b0e-be80-4154-b6fc-58d595b7841f,_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:7e07f999-3093-4072-add9-0100b5f216e2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:250eef84-980f-4a57-b4d5-eab7fabfa60d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:14bc0b0e-be80-4154-b6fc-58d595b7841f,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"))))))))
15:42:02.204 [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(_:7e07f999-3093-4072-add9-0100b5f216e2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:250eef84-980f-4a57-b4d5-eab7fabfa60d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:14bc0b0e-be80-4154-b6fc-58d595b7841f,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"))))))))
15:42:02.205 [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(_:7e07f999-3093-4072-add9-0100b5f216e2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22), ShapeRef(_:250eef84-980f-4a57-b4d5-eab7fabfa60d), ShapeRef(_:340bd9e5-64d3-4a70-b548-ee563ed897c1), ShapeRef(_:7e07f999-3093-4072-add9-0100b5f216e2), ShapeRef(_:2cd38257-2f27-47b3-820b-1c2740b6ad50), ShapeRef(_:47d437f5-9731-42e8-907c-1066697fe7d5), ShapeRef(_:14bc0b0e-be80-4154-b6fc-58d595b7841f), ShapeRef(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:250eef84-980f-4a57-b4d5-eab7fabfa60d,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:23b1bba4-9091-4c45-a1e1-8835b4d89a22,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:14bc0b0e-be80-4154-b6fc-58d595b7841f,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"))))))))
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b34a4aa6-e381-4270-8ef9-8d61ea5d4ec6: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:14bc0b0e-be80-4154-b6fc-58d595b7841f = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:14bc0b0e-be80-4154-b6fc-58d595b7841f = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:14bc0b0e-be80-4154-b6fc-58d595b7841f: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:47d437f5-9731-42e8-907c-1066697fe7d5 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:47d437f5-9731-42e8-907c-1066697fe7d5 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:47d437f5-9731-42e8-907c-1066697fe7d5: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2cd38257-2f27-47b3-820b-1c2740b6ad50 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2cd38257-2f27-47b3-820b-1c2740b6ad50 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2cd38257-2f27-47b3-820b-1c2740b6ad50: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7e07f999-3093-4072-add9-0100b5f216e2 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7e07f999-3093-4072-add9-0100b5f216e2 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7e07f999-3093-4072-add9-0100b5f216e2: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:340bd9e5-64d3-4a70-b548-ee563ed897c1 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:340bd9e5-64d3-4a70-b548-ee563ed897c1 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:340bd9e5-64d3-4a70-b548-ee563ed897c1: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:250eef84-980f-4a57-b4d5-eab7fabfa60d = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:250eef84-980f-4a57-b4d5-eab7fabfa60d = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:250eef84-980f-4a57-b4d5-eab7fabfa60d: 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:23b1bba4-9091-4c45-a1e1-8835b4d89a22 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:23b1bba4-9091-4c45-a1e1-8835b4d89a22 = 
15:42:02.205 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:23b1bba4-9091-4c45-a1e1-8835b4d89a22: 
15:42:02.207 [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
               ]
] .

15:42:02.208 [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.171 sec
Running org.eclipse.lyo.validation.ShaclMaxCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh: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   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:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.221 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; d7fd1d44-07ce-44e8-8a12-5b08c044cb33 @rdf:type sh:Property; c4344936-7097-403b-8fc8-3b862ec32ef1 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; c4344936-7097-403b-8fc8-3b862ec32ef1 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; c4344936-7097-403b-8fc8-3b862ec32ef1 @sh:path http://www.sampledomain.org/sam#integerProperty3; c4344936-7097-403b-8fc8-3b862ec32ef1 @rdf:type sh:Property; d25e3203-fd6f-4c1d-87a8-c9d601a03d4e @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; d25e3203-fd6f-4c1d-87a8-c9d601a03d4e @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d25e3203-fd6f-4c1d-87a8-c9d601a03d4e @sh:path http://www.sampledomain.org/sam#aSetOfDates; d25e3203-fd6f-4c1d-87a8-c9d601a03d4e @rdf:type sh:Property; a3784da3-f01f-4c79-8a29-0894540b7f48 @sh:in 6c9ad1ff-ad9f-47b0-8794-5d2747d6376d; a3784da3-f01f-4c79-8a29-0894540b7f48 @sh:path http://www.sampledomain.org/sam#anotherStringProperty...} |  [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [d7fd1d44-07ce-44e8-8a12-5b08c044cb33, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c4344936-7097-403b-8fc8-3b862ec32ef1, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [c4344936-7097-403b-8fc8-3b862ec32ef1, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [c4344936-7097-403b-8fc8-3b862ec32ef1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [c4344936-7097-403b-8fc8-3b862ec32ef1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d25e3203-fd6f-4c1d-87a8-c9d601a03d4e, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d25e3203-fd6f-4c1d-87a8-c9d601a03d4e, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d25e3203-fd6f-4c1d-87a8-c9d601a03d4e, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d25e3203-fd6f-4c1d-87a8-c9d601a03d4e, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a3784da3-f01f-4c79-8a29-0894540b7f48, http://www.w3.org/ns/shacl#in, 6c9ad1ff-ad9f-47b0-8794-5d2747d6376d] [a3784da3-f01f-4c79-8a29-0894540b7f48, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [a3784da3-f01f-4c79-8a29-0894540b7f48, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ecf9c187-ba14-4eb2-a4cc-6c041bcd324f, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ecf9c187-ba14-4eb2-a4cc-6c041bcd324f, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ecf9c187-ba14-4eb2-a4cc-6c041bcd324f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [ecf9c187-ba14-4eb2-a4cc-6c041bcd324f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6c9ad1ff-ad9f-47b0-8794-5d2747d6376d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9af2f4c8-45d1-4d56-bc23-7631fc74176e] [6c9ad1ff-ad9f-47b0-8794-5d2747d6376d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [9af2f4c8-45d1-4d56-bc23-7631fc74176e, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, ecf52c8c-3a7a-4436-b65c-1ff11ef04822] [9af2f4c8-45d1-4d56-bc23-7631fc74176e, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [30b65299-3983-4be3-89a9-99768cf40c1b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#pattern, "^B"] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [56879193-55e2-46fc-9ea3-976272182f27, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [caef902e-825f-4b9d-aa98-7c50b526c27a, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [caef902e-825f-4b9d-aa98-7c50b526c27a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [caef902e-825f-4b9d-aa98-7c50b526c27a, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ecf52c8c-3a7a-4436-b65c-1ff11ef04822, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [ecf52c8c-3a7a-4436-b65c-1ff11ef04822, 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, c4344936-7097-403b-8fc8-3b862ec32ef1] [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, a3784da3-f01f-4c79-8a29-0894540b7f48] [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, d25e3203-fd6f-4c1d-87a8-c9d601a03d4e] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 30b65299-3983-4be3-89a9-99768cf40c1b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, caef902e-825f-4b9d-aa98-7c50b526c27a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d7fd1d44-07ce-44e8-8a12-5b08c044cb33] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 56879193-55e2-46fc-9ea3-976272182f27] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ecf9c187-ba14-4eb2-a4cc-6c041bcd324f]>
15:42:02.222 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.223 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.224 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f,_:caef902e-825f-4b9d-aa98-7c50b526c27a,_:a3784da3-f01f-4c79-8a29-0894540b7f48,_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,_:56879193-55e2-46fc-9ea3-976272182f27,_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,_:30b65299-3983-4be3-89a9-99768cf40c1b,_:c4344936-7097-403b-8fc8-3b862ec32ef1. Pending nodes: 
15:42:02.224 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f
15:42:02.225 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:caef902e-825f-4b9d-aa98-7c50b526c27a
15:42:02.225 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a3784da3-f01f-4c79-8a29-0894540b7f48
15:42:02.226 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e
15:42:02.226 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:56879193-55e2-46fc-9ea3-976272182f27
15:42:02.227 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d7fd1d44-07ce-44e8-8a12-5b08c044cb33
15:42:02.228 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:30b65299-3983-4be3-89a9-99768cf40c1b
15:42:02.229 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c4344936-7097-403b-8fc8-3b862ec32ef1
15:42:02.229 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c4344936-7097-403b-8fc8-3b862ec32ef1
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:30b65299-3983-4be3-89a9-99768cf40c1b
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d7fd1d44-07ce-44e8-8a12-5b08c044cb33
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:56879193-55e2-46fc-9ea3-976272182f27
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a3784da3-f01f-4c79-8a29-0894540b7f48
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:caef902e-825f-4b9d-aa98-7c50b526c27a
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f,_:caef902e-825f-4b9d-aa98-7c50b526c27a,_:a3784da3-f01f-4c79-8a29-0894540b7f48,_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,_:56879193-55e2-46fc-9ea3-976272182f27,_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,_:30b65299-3983-4be3-89a9-99768cf40c1b,_:c4344936-7097-403b-8fc8-3b862ec32ef1)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:caef902e-825f-4b9d-aa98-7c50b526c27a)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3784da3-f01f-4c79-8a29-0894540b7f48)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56879193-55e2-46fc-9ea3-976272182f27)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30b65299-3983-4be3-89a9-99768cf40c1b)
15:42:02.230 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4344936-7097-403b-8fc8-3b862ec32ef1)
15:42:02.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.230 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f=ShapeTyping(TypingMap(Map()))
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:caef902e-825f-4b9d-aa98-7c50b526c27a=ShapeTyping(TypingMap(Map()))
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a3784da3-f01f-4c79-8a29-0894540b7f48=ShapeTyping(TypingMap(Map()))
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.231 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.232 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.21Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.232 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.232 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.233 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:56879193-55e2-46fc-9ea3-976272182f27],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.234 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:56879193-55e2-46fc-9ea3-976272182f27=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:56879193-55e2-46fc-9ea3-976272182f27,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.234 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.235 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:30b65299-3983-4be3-89a9-99768cf40c1b],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30b65299-3983-4be3-89a9-99768cf40c1b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:30b65299-3983-4be3-89a9-99768cf40c1b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.236 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c4344936-7097-403b-8fc8-3b862ec32ef1=ShapeTyping(TypingMap(Map()))
15:42:02.236 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f,_:caef902e-825f-4b9d-aa98-7c50b526c27a,_:a3784da3-f01f-4c79-8a29-0894540b7f48,_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,_:56879193-55e2-46fc-9ea3-976272182f27,_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,_:30b65299-3983-4be3-89a9-99768cf40c1b,_:c4344936-7097-403b-8fc8-3b862ec32ef1)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:56879193-55e2-46fc-9ea3-976272182f27,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:30b65299-3983-4be3-89a9-99768cf40c1b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.237 [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(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:56879193-55e2-46fc-9ea3-976272182f27,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:30b65299-3983-4be3-89a9-99768cf40c1b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.237 [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(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f), ShapeRef(_:caef902e-825f-4b9d-aa98-7c50b526c27a), ShapeRef(_:a3784da3-f01f-4c79-8a29-0894540b7f48), ShapeRef(_:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e), ShapeRef(_:56879193-55e2-46fc-9ea3-976272182f27), ShapeRef(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33), ShapeRef(_:30b65299-3983-4be3-89a9-99768cf40c1b), ShapeRef(_:c4344936-7097-403b-8fc8-3b862ec32ef1)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d7fd1d44-07ce-44e8-8a12-5b08c044cb33,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:56879193-55e2-46fc-9ea3-976272182f27,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:30b65299-3983-4be3-89a9-99768cf40c1b,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c4344936-7097-403b-8fc8-3b862ec32ef1 = 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c4344936-7097-403b-8fc8-3b862ec32ef1 = 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c4344936-7097-403b-8fc8-3b862ec32ef1: 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:30b65299-3983-4be3-89a9-99768cf40c1b = 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:30b65299-3983-4be3-89a9-99768cf40c1b = 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:30b65299-3983-4be3-89a9-99768cf40c1b: 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d7fd1d44-07ce-44e8-8a12-5b08c044cb33 = 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d7fd1d44-07ce-44e8-8a12-5b08c044cb33 = 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d7fd1d44-07ce-44e8-8a12-5b08c044cb33: 
15:42:02.237 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:56879193-55e2-46fc-9ea3-976272182f27 = 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:56879193-55e2-46fc-9ea3-976272182f27 = 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:56879193-55e2-46fc-9ea3-976272182f27: 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e = 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e = 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d25e3203-fd6f-4c1d-87a8-c9d601a03d4e: 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a3784da3-f01f-4c79-8a29-0894540b7f48 = 
15:42:02.294 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a3784da3-f01f-4c79-8a29-0894540b7f48 = 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a3784da3-f01f-4c79-8a29-0894540b7f48: 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:caef902e-825f-4b9d-aa98-7c50b526c27a = 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:caef902e-825f-4b9d-aa98-7c50b526c27a = 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:caef902e-825f-4b9d-aa98-7c50b526c27a: 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f = 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f = 
15:42:02.295 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ecf9c187-ba14-4eb2-a4cc-6c041bcd324f: 
15:42:02.296 [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
] .

15:42:02.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
] .

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.298Z"^^<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 .
15:42:02.306 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.298Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.298Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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: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> .
15:42:02.306 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {94f15288-07d1-404b-9752-c858dcb3b037 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 94f15288-07d1-404b-9752-c858dcb3b037 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 94f15288-07d1-404b-9752-c858dcb3b037 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 94f15288-07d1-404b-9752-c858dcb3b037 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 94f15288-07d1-404b-9752-c858dcb3b037 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 94f15288-07d1-404b-9752-c858dcb3b037 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 94f15288-07d1-404b-9752-c858dcb3b037 @rdf:type sh:Property; 7a09ea02-f5fe-4e22-93bb-565fee382c1f @sh:class http://www.sampledomain.org/sam#AnotherResource; 7a09ea02-f5fe-4e22-93bb-565fee382c1f @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 7a09ea02-f5fe-4e22-93bb-565fee382c1f @rdf:type sh:Property; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:pattern "^B"; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:description "a Simple Single String Property"; 75167ff3-8c7c-4758-8396-8adfec6c9e68 @sh:path http://www.sampledomain.org/sam#aStringProperty...} |  [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [94f15288-07d1-404b-9752-c858dcb3b037, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7a09ea02-f5fe-4e22-93bb-565fee382c1f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [7a09ea02-f5fe-4e22-93bb-565fee382c1f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [7a09ea02-f5fe-4e22-93bb-565fee382c1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#pattern, "^B"] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [75167ff3-8c7c-4758-8396-8adfec6c9e68, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [278e30c8-62b4-4e0f-829e-1fe88437e4c4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1560c185-d014-4017-b769-b81bad6eba1f] [278e30c8-62b4-4e0f-829e-1fe88437e4c4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [e8a0ef64-7574-48ed-91e9-4d5d525c1252, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [69fe3751-e527-4a2e-9690-ff3c1409ffd7, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [69fe3751-e527-4a2e-9690-ff3c1409ffd7, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [69fe3751-e527-4a2e-9690-ff3c1409ffd7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [69fe3751-e527-4a2e-9690-ff3c1409ffd7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1560c185-d014-4017-b769-b81bad6eba1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, d90f64a5-ad04-4f4e-a126-70f611aa2e11] [1560c185-d014-4017-b769-b81bad6eba1f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [9a238d08-6e22-47ac-b917-4325f7d544fc, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [9a238d08-6e22-47ac-b917-4325f7d544fc, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [9a238d08-6e22-47ac-b917-4325f7d544fc, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [9a238d08-6e22-47ac-b917-4325f7d544fc, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7927811b-89e0-45b0-ba67-3a1fd1164d32, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [7927811b-89e0-45b0-ba67-3a1fd1164d32, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [7927811b-89e0-45b0-ba67-3a1fd1164d32, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [7927811b-89e0-45b0-ba67-3a1fd1164d32, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d90f64a5-ad04-4f4e-a126-70f611aa2e11, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [d90f64a5-ad04-4f4e-a126-70f611aa2e11, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f9addb37-9236-4b6e-a035-8ea78e7f04c3, http://www.w3.org/ns/shacl#in, 278e30c8-62b4-4e0f-829e-1fe88437e4c4] [f9addb37-9236-4b6e-a035-8ea78e7f04c3, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [f9addb37-9236-4b6e-a035-8ea78e7f04c3, 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, 7927811b-89e0-45b0-ba67-3a1fd1164d32] [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, 9a238d08-6e22-47ac-b917-4325f7d544fc] [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, 69fe3751-e527-4a2e-9690-ff3c1409ffd7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f9addb37-9236-4b6e-a035-8ea78e7f04c3] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 75167ff3-8c7c-4758-8396-8adfec6c9e68] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e8a0ef64-7574-48ed-91e9-4d5d525c1252] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 94f15288-07d1-404b-9752-c858dcb3b037] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 7a09ea02-f5fe-4e22-93bb-565fee382c1f]>
15:42:02.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.307 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.308 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:94f15288-07d1-404b-9752-c858dcb3b037,_:7a09ea02-f5fe-4e22-93bb-565fee382c1f,_:9a238d08-6e22-47ac-b917-4325f7d544fc,_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,_:7927811b-89e0-45b0-ba67-3a1fd1164d32,_:f9addb37-9236-4b6e-a035-8ea78e7f04c3,_:75167ff3-8c7c-4758-8396-8adfec6c9e68,_:69fe3751-e527-4a2e-9690-ff3c1409ffd7. Pending nodes: 
15:42:02.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:94f15288-07d1-404b-9752-c858dcb3b037
15:42:02.309 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7a09ea02-f5fe-4e22-93bb-565fee382c1f
15:42:02.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9a238d08-6e22-47ac-b917-4325f7d544fc
15:42:02.310 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e8a0ef64-7574-48ed-91e9-4d5d525c1252
15:42:02.311 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:7927811b-89e0-45b0-ba67-3a1fd1164d32
15:42:02.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f9addb37-9236-4b6e-a035-8ea78e7f04c3
15:42:02.312 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:75167ff3-8c7c-4758-8396-8adfec6c9e68
15:42:02.313 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:69fe3751-e527-4a2e-9690-ff3c1409ffd7
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:69fe3751-e527-4a2e-9690-ff3c1409ffd7
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:75167ff3-8c7c-4758-8396-8adfec6c9e68
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f9addb37-9236-4b6e-a035-8ea78e7f04c3
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7927811b-89e0-45b0-ba67-3a1fd1164d32
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e8a0ef64-7574-48ed-91e9-4d5d525c1252
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9a238d08-6e22-47ac-b917-4325f7d544fc
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:7a09ea02-f5fe-4e22-93bb-565fee382c1f
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:94f15288-07d1-404b-9752-c858dcb3b037
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:94f15288-07d1-404b-9752-c858dcb3b037,_:7a09ea02-f5fe-4e22-93bb-565fee382c1f,_:9a238d08-6e22-47ac-b917-4325f7d544fc,_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,_:7927811b-89e0-45b0-ba67-3a1fd1164d32,_:f9addb37-9236-4b6e-a035-8ea78e7f04c3,_:75167ff3-8c7c-4758-8396-8adfec6c9e68,_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94f15288-07d1-404b-9752-c858dcb3b037)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7a09ea02-f5fe-4e22-93bb-565fee382c1f)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a238d08-6e22-47ac-b917-4325f7d544fc)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8a0ef64-7574-48ed-91e9-4d5d525c1252)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7927811b-89e0-45b0-ba67-3a1fd1164d32)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f9addb37-9236-4b6e-a035-8ea78e7f04c3)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75167ff3-8c7c-4758-8396-8adfec6c9e68)
15:42:02.314 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)
15:42:02.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.314 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(1), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:94f15288-07d1-404b-9752-c858dcb3b037],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.315 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:94f15288-07d1-404b-9752-c858dcb3b037=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:94f15288-07d1-404b-9752-c858dcb3b037,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7a09ea02-f5fe-4e22-93bb-565fee382c1f=ShapeTyping(TypingMap(Map()))
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.298Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:9a238d08-6e22-47ac-b917-4325f7d544fc],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.316 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9a238d08-6e22-47ac-b917-4325f7d544fc=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:9a238d08-6e22-47ac-b917-4325f7d544fc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.316 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e8a0ef64-7574-48ed-91e9-4d5d525c1252],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.317 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e8a0ef64-7574-48ed-91e9-4d5d525c1252=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:7927811b-89e0-45b0-ba67-3a1fd1164d32=ShapeTyping(TypingMap(Map()))
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f9addb37-9236-4b6e-a035-8ea78e7f04c3=ShapeTyping(TypingMap(Map()))
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.318 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.319 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:75167ff3-8c7c-4758-8396-8adfec6c9e68],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.319 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:75167ff3-8c7c-4758-8396-8adfec6c9e68=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:75167ff3-8c7c-4758-8396-8adfec6c9e68,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.320 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:69fe3751-e527-4a2e-9690-ff3c1409ffd7=ShapeTyping(TypingMap(Map()))
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:94f15288-07d1-404b-9752-c858dcb3b037,_:7a09ea02-f5fe-4e22-93bb-565fee382c1f,_:9a238d08-6e22-47ac-b917-4325f7d544fc,_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,_:7927811b-89e0-45b0-ba67-3a1fd1164d32,_:f9addb37-9236-4b6e-a035-8ea78e7f04c3,_:75167ff3-8c7c-4758-8396-8adfec6c9e68,_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:94f15288-07d1-404b-9752-c858dcb3b037,PredicatePath(<http://www.sampledomain.org/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(_:75167ff3-8c7c-4758-8396-8adfec6c9e68,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:9a238d08-6e22-47ac-b917-4325f7d544fc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:94f15288-07d1-404b-9752-c858dcb3b037,PredicatePath(<http://www.sampledomain.org/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(_:75167ff3-8c7c-4758-8396-8adfec6c9e68,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:9a238d08-6e22-47ac-b917-4325f7d544fc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:94f15288-07d1-404b-9752-c858dcb3b037,PredicatePath(<http://www.sampledomain.org/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(_:75167ff3-8c7c-4758-8396-8adfec6c9e68,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:9a238d08-6e22-47ac-b917-4325f7d544fc,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:94f15288-07d1-404b-9752-c858dcb3b037), ShapeRef(_:7a09ea02-f5fe-4e22-93bb-565fee382c1f), ShapeRef(_:9a238d08-6e22-47ac-b917-4325f7d544fc), ShapeRef(_:e8a0ef64-7574-48ed-91e9-4d5d525c1252), ShapeRef(_:7927811b-89e0-45b0-ba67-3a1fd1164d32), ShapeRef(_:f9addb37-9236-4b6e-a035-8ea78e7f04c3), ShapeRef(_:75167ff3-8c7c-4758-8396-8adfec6c9e68), ShapeRef(_:69fe3751-e527-4a2e-9690-ff3c1409ffd7)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:69fe3751-e527-4a2e-9690-ff3c1409ffd7 = 
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:69fe3751-e527-4a2e-9690-ff3c1409ffd7 = 
15:42:02.320 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:69fe3751-e527-4a2e-9690-ff3c1409ffd7: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:75167ff3-8c7c-4758-8396-8adfec6c9e68 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:75167ff3-8c7c-4758-8396-8adfec6c9e68 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:75167ff3-8c7c-4758-8396-8adfec6c9e68: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f9addb37-9236-4b6e-a035-8ea78e7f04c3 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f9addb37-9236-4b6e-a035-8ea78e7f04c3 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f9addb37-9236-4b6e-a035-8ea78e7f04c3: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7927811b-89e0-45b0-ba67-3a1fd1164d32 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7927811b-89e0-45b0-ba67-3a1fd1164d32 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7927811b-89e0-45b0-ba67-3a1fd1164d32: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e8a0ef64-7574-48ed-91e9-4d5d525c1252 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e8a0ef64-7574-48ed-91e9-4d5d525c1252 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e8a0ef64-7574-48ed-91e9-4d5d525c1252: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9a238d08-6e22-47ac-b917-4325f7d544fc = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9a238d08-6e22-47ac-b917-4325f7d544fc = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9a238d08-6e22-47ac-b917-4325f7d544fc: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:7a09ea02-f5fe-4e22-93bb-565fee382c1f = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:7a09ea02-f5fe-4e22-93bb-565fee382c1f = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:7a09ea02-f5fe-4e22-93bb-565fee382c1f: 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:94f15288-07d1-404b-9752-c858dcb3b037 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:94f15288-07d1-404b-9752-c858dcb3b037 = 
15:42:02.321 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:94f15288-07d1-404b-9752-c858dcb3b037: 
15:42:02.323 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

[ a            sh:ValidationReport ;
  sh:conforms  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
               ]
] .

15:42:02.324 [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.114 sec
Running org.eclipse.lyo.validation.ShaclMaxLengthValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.333 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {0910f92d-950d-48be-8d51-a4994e4c82e5 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0910f92d-950d-48be-8d51-a4994e4c82e5 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 0910f92d-950d-48be-8d51-a4994e4c82e5 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 0910f92d-950d-48be-8d51-a4994e4c82e5 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 0910f92d-950d-48be-8d51-a4994e4c82e5 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 0910f92d-950d-48be-8d51-a4994e4c82e5 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; 0910f92d-950d-48be-8d51-a4994e4c82e5 @rdf:type sh:Property; 92fc9acf-116b-4277-b5a5-fd26e1db6261 @sh:in 676204de-d0d0-407e-b0c3-1e566ed37e3a; 92fc9acf-116b-4277-b5a5-fd26e1db6261 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; 92fc9acf-116b-4277-b5a5-fd26e1db6261 @rdf:type sh:Property; 676204de-d0d0-407e-b0c3-1e566ed37e3a @rdf:rest 0a2f3d28-df86-49bd-a5c3-40f936cab191; 676204de-d0d0-407e-b0c3-1e566ed37e3a @rdf:first "A"; da187f0a-b236-46b1-97a4-30aed6fd7db8 @rdf:rest rdf:nil; da187f0a-b236-46b1-97a4-30aed6fd7db8 @rdf:first "C"; 9c2970ec-5365-4c3b-a657-2c3e84df82b9 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 9c2970ec-5365-4c3b-a657-2c3e84df82b9 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 9c2970ec-5365-4c3b-a657-2c3e84df82b9 @sh:path http://www.sampledomain.org/sam#integerProperty3...} |  [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [0910f92d-950d-48be-8d51-a4994e4c82e5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [92fc9acf-116b-4277-b5a5-fd26e1db6261, http://www.w3.org/ns/shacl#in, 676204de-d0d0-407e-b0c3-1e566ed37e3a] [92fc9acf-116b-4277-b5a5-fd26e1db6261, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [92fc9acf-116b-4277-b5a5-fd26e1db6261, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [676204de-d0d0-407e-b0c3-1e566ed37e3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 0a2f3d28-df86-49bd-a5c3-40f936cab191] [676204de-d0d0-407e-b0c3-1e566ed37e3a, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [da187f0a-b236-46b1-97a4-30aed6fd7db8, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [da187f0a-b236-46b1-97a4-30aed6fd7db8, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [9c2970ec-5365-4c3b-a657-2c3e84df82b9, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [9c2970ec-5365-4c3b-a657-2c3e84df82b9, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [9c2970ec-5365-4c3b-a657-2c3e84df82b9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [9c2970ec-5365-4c3b-a657-2c3e84df82b9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#pattern, "^B"] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [e59f7a45-0b37-497d-998c-fadb9879305c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0a2f3d28-df86-49bd-a5c3-40f936cab191, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, da187f0a-b236-46b1-97a4-30aed6fd7db8] [0a2f3d28-df86-49bd-a5c3-40f936cab191, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [c07e4dec-5ce2-46da-83fc-b65ce5833003, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [c07e4dec-5ce2-46da-83fc-b65ce5833003, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [c07e4dec-5ce2-46da-83fc-b65ce5833003, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [6e1d26a7-5334-4b0f-a191-1befc728905b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8885dae1-ffd5-4545-a5ec-2dcdacea1a84, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [8885dae1-ffd5-4545-a5ec-2dcdacea1a84, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [8885dae1-ffd5-4545-a5ec-2dcdacea1a84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [8885dae1-ffd5-4545-a5ec-2dcdacea1a84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [0f99c96c-fdc3-479d-aff1-f814def61a5f, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [0f99c96c-fdc3-479d-aff1-f814def61a5f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [0f99c96c-fdc3-479d-aff1-f814def61a5f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [0f99c96c-fdc3-479d-aff1-f814def61a5f, 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, e59f7a45-0b37-497d-998c-fadb9879305c] [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, 92fc9acf-116b-4277-b5a5-fd26e1db6261] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 9c2970ec-5365-4c3b-a657-2c3e84df82b9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c07e4dec-5ce2-46da-83fc-b65ce5833003] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8885dae1-ffd5-4545-a5ec-2dcdacea1a84] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0f99c96c-fdc3-479d-aff1-f814def61a5f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6e1d26a7-5334-4b0f-a191-1befc728905b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 0910f92d-950d-48be-8d51-a4994e4c82e5]>
15:42:02.333 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.334 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.335 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:6e1d26a7-5334-4b0f-a191-1befc728905b,_:0f99c96c-fdc3-479d-aff1-f814def61a5f,_:c07e4dec-5ce2-46da-83fc-b65ce5833003,_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84,_:e59f7a45-0b37-497d-998c-fadb9879305c,_:0910f92d-950d-48be-8d51-a4994e4c82e5,_:9c2970ec-5365-4c3b-a657-2c3e84df82b9,_:92fc9acf-116b-4277-b5a5-fd26e1db6261. Pending nodes: 
15:42:02.335 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6e1d26a7-5334-4b0f-a191-1befc728905b
15:42:02.336 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0f99c96c-fdc3-479d-aff1-f814def61a5f
15:42:02.336 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c07e4dec-5ce2-46da-83fc-b65ce5833003
15:42:02.337 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8885dae1-ffd5-4545-a5ec-2dcdacea1a84
15:42:02.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e59f7a45-0b37-497d-998c-fadb9879305c
15:42:02.395 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:0910f92d-950d-48be-8d51-a4994e4c82e5
15:42:02.396 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:9c2970ec-5365-4c3b-a657-2c3e84df82b9
15:42:02.397 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:92fc9acf-116b-4277-b5a5-fd26e1db6261
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:92fc9acf-116b-4277-b5a5-fd26e1db6261
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:9c2970ec-5365-4c3b-a657-2c3e84df82b9
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0910f92d-950d-48be-8d51-a4994e4c82e5
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e59f7a45-0b37-497d-998c-fadb9879305c
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8885dae1-ffd5-4545-a5ec-2dcdacea1a84
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c07e4dec-5ce2-46da-83fc-b65ce5833003
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:0f99c96c-fdc3-479d-aff1-f814def61a5f
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6e1d26a7-5334-4b0f-a191-1befc728905b
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:92fc9acf-116b-4277-b5a5-fd26e1db6261 = 
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:92fc9acf-116b-4277-b5a5-fd26e1db6261 = 
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:92fc9acf-116b-4277-b5a5-fd26e1db6261: 
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:9c2970ec-5365-4c3b-a657-2c3e84df82b9 = 
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:9c2970ec-5365-4c3b-a657-2c3e84df82b9 = 
15:42:02.397 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:9c2970ec-5365-4c3b-a657-2c3e84df82b9: 
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.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>
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e1d26a7-5334-4b0f-a191-1befc728905b,_:0f99c96c-fdc3-479d-aff1-f814def61a5f,_:c07e4dec-5ce2-46da-83fc-b65ce5833003,_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84,_:e59f7a45-0b37-497d-998c-fadb9879305c,_:0910f92d-950d-48be-8d51-a4994e4c82e5,_:9c2970ec-5365-4c3b-a657-2c3e84df82b9,_:92fc9acf-116b-4277-b5a5-fd26e1db6261)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e1d26a7-5334-4b0f-a191-1befc728905b)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f99c96c-fdc3-479d-aff1-f814def61a5f)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c07e4dec-5ce2-46da-83fc-b65ce5833003)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e59f7a45-0b37-497d-998c-fadb9879305c)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0910f92d-950d-48be-8d51-a4994e4c82e5)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c2970ec-5365-4c3b-a657-2c3e84df82b9)
15:42:02.398 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92fc9acf-116b-4277-b5a5-fd26e1db6261)
15:42:02.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.398 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6e1d26a7-5334-4b0f-a191-1befc728905b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6e1d26a7-5334-4b0f-a191-1befc728905b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e1d26a7-5334-4b0f-a191-1befc728905b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.399 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.326Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0f99c96c-fdc3-479d-aff1-f814def61a5f],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.400 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0f99c96c-fdc3-479d-aff1-f814def61a5f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0f99c96c-fdc3-479d-aff1-f814def61a5f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c07e4dec-5ce2-46da-83fc-b65ce5833003=ShapeTyping(TypingMap(Map()))
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.400 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84=ShapeTyping(TypingMap(Map()))
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.401 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:e59f7a45-0b37-497d-998c-fadb9879305c],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.402 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e59f7a45-0b37-497d-998c-fadb9879305c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:e59f7a45-0b37-497d-998c-fadb9879305c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.402 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:0910f92d-950d-48be-8d51-a4994e4c82e5],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:0910f92d-950d-48be-8d51-a4994e4c82e5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:0910f92d-950d-48be-8d51-a4994e4c82e5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:9c2970ec-5365-4c3b-a657-2c3e84df82b9=ShapeTyping(TypingMap(Map()))
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.403 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:92fc9acf-116b-4277-b5a5-fd26e1db6261=ShapeTyping(TypingMap(Map()))
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:6e1d26a7-5334-4b0f-a191-1befc728905b,_:0f99c96c-fdc3-479d-aff1-f814def61a5f,_:c07e4dec-5ce2-46da-83fc-b65ce5833003,_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84,_:e59f7a45-0b37-497d-998c-fadb9879305c,_:0910f92d-950d-48be-8d51-a4994e4c82e5,_:9c2970ec-5365-4c3b-a657-2c3e84df82b9,_:92fc9acf-116b-4277-b5a5-fd26e1db6261)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0f99c96c-fdc3-479d-aff1-f814def61a5f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e1d26a7-5334-4b0f-a191-1befc728905b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e59f7a45-0b37-497d-998c-fadb9879305c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0910f92d-950d-48be-8d51-a4994e4c82e5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:0f99c96c-fdc3-479d-aff1-f814def61a5f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e1d26a7-5334-4b0f-a191-1befc728905b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e59f7a45-0b37-497d-998c-fadb9879305c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0910f92d-950d-48be-8d51-a4994e4c82e5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.404 [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(_:0f99c96c-fdc3-479d-aff1-f814def61a5f,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:6e1d26a7-5334-4b0f-a191-1befc728905b), ShapeRef(_:0f99c96c-fdc3-479d-aff1-f814def61a5f), ShapeRef(_:c07e4dec-5ce2-46da-83fc-b65ce5833003), ShapeRef(_:8885dae1-ffd5-4545-a5ec-2dcdacea1a84), ShapeRef(_:e59f7a45-0b37-497d-998c-fadb9879305c), ShapeRef(_:0910f92d-950d-48be-8d51-a4994e4c82e5), ShapeRef(_:9c2970ec-5365-4c3b-a657-2c3e84df82b9), ShapeRef(_:92fc9acf-116b-4277-b5a5-fd26e1db6261)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6e1d26a7-5334-4b0f-a191-1befc728905b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:e59f7a45-0b37-497d-998c-fadb9879305c,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:0910f92d-950d-48be-8d51-a4994e4c82e5,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0910f92d-950d-48be-8d51-a4994e4c82e5 = 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0910f92d-950d-48be-8d51-a4994e4c82e5 = 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0910f92d-950d-48be-8d51-a4994e4c82e5: 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e59f7a45-0b37-497d-998c-fadb9879305c = 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e59f7a45-0b37-497d-998c-fadb9879305c = 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e59f7a45-0b37-497d-998c-fadb9879305c: 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8885dae1-ffd5-4545-a5ec-2dcdacea1a84 = 
15:42:02.404 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8885dae1-ffd5-4545-a5ec-2dcdacea1a84 = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8885dae1-ffd5-4545-a5ec-2dcdacea1a84: 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c07e4dec-5ce2-46da-83fc-b65ce5833003 = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c07e4dec-5ce2-46da-83fc-b65ce5833003 = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c07e4dec-5ce2-46da-83fc-b65ce5833003: 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:0f99c96c-fdc3-479d-aff1-f814def61a5f = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:0f99c96c-fdc3-479d-aff1-f814def61a5f = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:0f99c96c-fdc3-479d-aff1-f814def61a5f: 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6e1d26a7-5334-4b0f-a191-1befc728905b = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6e1d26a7-5334-4b0f-a191-1befc728905b = 
15:42:02.405 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6e1d26a7-5334-4b0f-a191-1befc728905b: 
15:42:02.406 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.407Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        <http://www.sampledomain.org/sam#aStringProperty>
                "Between two and four" ;
        <http://www.sampledomain.org/sam#anotherIntegerProperty>
                12 .
15:42:02.415 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.407Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between two and four"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [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, "2020-08-19T15:42:02.407Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between two and four"] [http://www.sampledomain.org/sam#AResource, http://www.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: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: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> .
15:42:02.415 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {67101544-8b2c-4f07-9316-4c8a69211036 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 67101544-8b2c-4f07-9316-4c8a69211036 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 67101544-8b2c-4f07-9316-4c8a69211036 @sh:path http://www.sampledomain.org/sam#integerProperty3; 67101544-8b2c-4f07-9316-4c8a69211036 @rdf:type sh:Property; b411bd2b-c191-48b3-a842-da36f48bbc36 @rdf:rest rdf:nil; b411bd2b-c191-48b3-a842-da36f48bbc36 @rdf:first "C"; 0c7f0fac-874f-4ad7-9e58-da3ffa19674b @rdf:rest 5f4b7b32-4e5d-4ede-8d7d-191626fc7e2f; 0c7f0fac-874f-4ad7-9e58-da3ffa19674b @rdf:first "A"; d75fec30-9ab5-4d08-b87e-08aa73d9f9e1 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; d75fec30-9ab5-4d08-b87e-08aa73d9f9e1 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; d75fec30-9ab5-4d08-b87e-08aa73d9f9e1 @sh:path http://www.sampledomain.org/sam#aSetOfDates; d75fec30-9ab5-4d08-b87e-08aa73d9f9e1 @rdf:type sh:Property; 29d5c24d-6dce-4b36-8e0d-51ebe5525b22 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 29d5c24d-6dce-4b36-8e0d-51ebe5525b22 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 29d5c24d-6dce-4b36-8e0d-51ebe5525b22 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 29d5c24d-6dce-4b36-8e0d-51ebe5525b22 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 29d5c24d-6dce-4b36-8e0d-51ebe5525b22 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer...} |  [67101544-8b2c-4f07-9316-4c8a69211036, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [67101544-8b2c-4f07-9316-4c8a69211036, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [67101544-8b2c-4f07-9316-4c8a69211036, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [67101544-8b2c-4f07-9316-4c8a69211036, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [b411bd2b-c191-48b3-a842-da36f48bbc36, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [b411bd2b-c191-48b3-a842-da36f48bbc36, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [0c7f0fac-874f-4ad7-9e58-da3ffa19674b, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 5f4b7b32-4e5d-4ede-8d7d-191626fc7e2f] [0c7f0fac-874f-4ad7-9e58-da3ffa19674b, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [d75fec30-9ab5-4d08-b87e-08aa73d9f9e1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [d75fec30-9ab5-4d08-b87e-08aa73d9f9e1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [d75fec30-9ab5-4d08-b87e-08aa73d9f9e1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [d75fec30-9ab5-4d08-b87e-08aa73d9f9e1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [29d5c24d-6dce-4b36-8e0d-51ebe5525b22, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [911cfc66-1e28-450e-bec9-12c11bf5df66, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [196169e1-4968-43b3-ad6c-105489ef0824, http://www.w3.org/ns/shacl#in, 0c7f0fac-874f-4ad7-9e58-da3ffa19674b] [196169e1-4968-43b3-ad6c-105489ef0824, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [196169e1-4968-43b3-ad6c-105489ef0824, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#pattern, "^B"] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [41f5eba8-bd99-425a-893e-afb214a219a7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5f4b7b32-4e5d-4ede-8d7d-191626fc7e2f, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, b411bd2b-c191-48b3-a842-da36f48bbc36] [5f4b7b32-4e5d-4ede-8d7d-191626fc7e2f, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [09947751-045e-41d1-af5e-dcd14c349318, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [09947751-045e-41d1-af5e-dcd14c349318, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [09947751-045e-41d1-af5e-dcd14c349318, 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, 911cfc66-1e28-450e-bec9-12c11bf5df66] [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, 41f5eba8-bd99-425a-893e-afb214a219a7] [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, 29d5c24d-6dce-4b36-8e0d-51ebe5525b22] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 09947751-045e-41d1-af5e-dcd14c349318] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 67101544-8b2c-4f07-9316-4c8a69211036] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 196169e1-4968-43b3-ad6c-105489ef0824] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d75fec30-9ab5-4d08-b87e-08aa73d9f9e1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3e023a1e-2638-475b-a35c-12bd109cdda5] [3e023a1e-2638-475b-a35c-12bd109cdda5, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3e023a1e-2638-475b-a35c-12bd109cdda5, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3e023a1e-2638-475b-a35c-12bd109cdda5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [3e023a1e-2638-475b-a35c-12bd109cdda5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:02.416 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.417 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:09947751-045e-41d1-af5e-dcd14c349318,_:41f5eba8-bd99-425a-893e-afb214a219a7,_:67101544-8b2c-4f07-9316-4c8a69211036,_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,_:911cfc66-1e28-450e-bec9-12c11bf5df66,_:196169e1-4968-43b3-ad6c-105489ef0824,_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,_:3e023a1e-2638-475b-a35c-12bd109cdda5. Pending nodes: 
15:42:02.418 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:09947751-045e-41d1-af5e-dcd14c349318
15:42:02.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:41f5eba8-bd99-425a-893e-afb214a219a7
15:42:02.419 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:67101544-8b2c-4f07-9316-4c8a69211036
15:42:02.420 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:29d5c24d-6dce-4b36-8e0d-51ebe5525b22
15:42:02.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:911cfc66-1e28-450e-bec9-12c11bf5df66
15:42:02.421 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:196169e1-4968-43b3-ad6c-105489ef0824
15:42:02.422 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1
15:42:02.422 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3e023a1e-2638-475b-a35c-12bd109cdda5
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3e023a1e-2638-475b-a35c-12bd109cdda5
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:196169e1-4968-43b3-ad6c-105489ef0824
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:911cfc66-1e28-450e-bec9-12c11bf5df66
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:29d5c24d-6dce-4b36-8e0d-51ebe5525b22
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:67101544-8b2c-4f07-9316-4c8a69211036
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:41f5eba8-bd99-425a-893e-afb214a219a7
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:09947751-045e-41d1-af5e-dcd14c349318
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:09947751-045e-41d1-af5e-dcd14c349318,_:41f5eba8-bd99-425a-893e-afb214a219a7,_:67101544-8b2c-4f07-9316-4c8a69211036,_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,_:911cfc66-1e28-450e-bec9-12c11bf5df66,_:196169e1-4968-43b3-ad6c-105489ef0824,_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,_:3e023a1e-2638-475b-a35c-12bd109cdda5)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09947751-045e-41d1-af5e-dcd14c349318)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41f5eba8-bd99-425a-893e-afb214a219a7)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67101544-8b2c-4f07-9316-4c8a69211036)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:911cfc66-1e28-450e-bec9-12c11bf5df66)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:196169e1-4968-43b3-ad6c-105489ef0824)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1)
15:42:02.423 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e023a1e-2638-475b-a35c-12bd109cdda5)
15:42:02.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.423 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.424 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:09947751-045e-41d1-af5e-dcd14c349318=ShapeTyping(TypingMap(Map()))
15:42:02.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.424 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between two and four"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:41f5eba8-bd99-425a-893e-afb214a219a7],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.425 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:41f5eba8-bd99-425a-893e-afb214a219a7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:41f5eba8-bd99-425a-893e-afb214a219a7,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"))))))))
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.425 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:67101544-8b2c-4f07-9316-4c8a69211036=ShapeTyping(TypingMap(Map()))
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.426 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.427 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:911cfc66-1e28-450e-bec9-12c11bf5df66],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:911cfc66-1e28-450e-bec9-12c11bf5df66=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:911cfc66-1e28-450e-bec9-12c11bf5df66,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:196169e1-4968-43b3-ad6c-105489ef0824=ShapeTyping(TypingMap(Map()))
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.428 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.407Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.429 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.429 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3e023a1e-2638-475b-a35c-12bd109cdda5=ShapeTyping(TypingMap(Map()))
15:42:02.430 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:09947751-045e-41d1-af5e-dcd14c349318,_:41f5eba8-bd99-425a-893e-afb214a219a7,_:67101544-8b2c-4f07-9316-4c8a69211036,_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,_:911cfc66-1e28-450e-bec9-12c11bf5df66,_:196169e1-4968-43b3-ad6c-105489ef0824,_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,_:3e023a1e-2638-475b-a35c-12bd109cdda5)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:41f5eba8-bd99-425a-893e-afb214a219a7,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(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:911cfc66-1e28-450e-bec9-12c11bf5df66,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.430 [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(_:41f5eba8-bd99-425a-893e-afb214a219a7,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(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:911cfc66-1e28-450e-bec9-12c11bf5df66,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.430 [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(_:41f5eba8-bd99-425a-893e-afb214a219a7,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(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:911cfc66-1e28-450e-bec9-12c11bf5df66,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:09947751-045e-41d1-af5e-dcd14c349318), ShapeRef(_:41f5eba8-bd99-425a-893e-afb214a219a7), ShapeRef(_:67101544-8b2c-4f07-9316-4c8a69211036), ShapeRef(_:29d5c24d-6dce-4b36-8e0d-51ebe5525b22), ShapeRef(_:911cfc66-1e28-450e-bec9-12c11bf5df66), ShapeRef(_:196169e1-4968-43b3-ad6c-105489ef0824), ShapeRef(_:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1), ShapeRef(_:3e023a1e-2638-475b-a35c-12bd109cdda5)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.430 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3e023a1e-2638-475b-a35c-12bd109cdda5 = 
15:42:02.430 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3e023a1e-2638-475b-a35c-12bd109cdda5 = 
15:42:02.430 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3e023a1e-2638-475b-a35c-12bd109cdda5: 
15:42:02.430 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d75fec30-9ab5-4d08-b87e-08aa73d9f9e1: 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:196169e1-4968-43b3-ad6c-105489ef0824 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:196169e1-4968-43b3-ad6c-105489ef0824 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:196169e1-4968-43b3-ad6c-105489ef0824: 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:911cfc66-1e28-450e-bec9-12c11bf5df66 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:911cfc66-1e28-450e-bec9-12c11bf5df66 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:911cfc66-1e28-450e-bec9-12c11bf5df66: 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:29d5c24d-6dce-4b36-8e0d-51ebe5525b22 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:29d5c24d-6dce-4b36-8e0d-51ebe5525b22 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:29d5c24d-6dce-4b36-8e0d-51ebe5525b22: 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:67101544-8b2c-4f07-9316-4c8a69211036 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:67101544-8b2c-4f07-9316-4c8a69211036 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:67101544-8b2c-4f07-9316-4c8a69211036: 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:41f5eba8-bd99-425a-893e-afb214a219a7 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:41f5eba8-bd99-425a-893e-afb214a219a7 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:41f5eba8-bd99-425a-893e-afb214a219a7: 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:09947751-045e-41d1-af5e-dcd14c349318 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:09947751-045e-41d1-af5e-dcd14c349318 = 
15:42:02.431 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:09947751-045e-41d1-af5e-dcd14c349318: 
15:42:02.433 [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
               ]
] .

15:42:02.434 [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.109 sec
Running org.eclipse.lyo.validation.ShaclMaxExclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.435Z"^^<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 .
15:42:02.497 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.435Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.435Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.498 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @sh:datatype http://www.w3.org/2001/XMLSchema#integer; a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; a9293fb2-2a96-4a90-81a8-891e0bc2a2cf @rdf:type sh:Property; 493df5ab-e038-4f03-8d74-bacbec76955c @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 493df5ab-e038-4f03-8d74-bacbec76955c @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 493df5ab-e038-4f03-8d74-bacbec76955c @sh:path http://www.sampledomain.org/sam#integerProperty2; 493df5ab-e038-4f03-8d74-bacbec76955c @rdf:type sh:Property; 1da300c9-b589-4ff7-a570-619a624b3ac9 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1da300c9-b589-4ff7-a570-619a624b3ac9 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 1da300c9-b589-4ff7-a570-619a624b3ac9 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 1da300c9-b589-4ff7-a570-619a624b3ac9 @sh:pattern "^B"; 1da300c9-b589-4ff7-a570-619a624b3ac9 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 1da300c9-b589-4ff7-a570-619a624b3ac9 @sh:description "a Simple Single String Property"...} |  [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [a9293fb2-2a96-4a90-81a8-891e0bc2a2cf, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [493df5ab-e038-4f03-8d74-bacbec76955c, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [493df5ab-e038-4f03-8d74-bacbec76955c, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [493df5ab-e038-4f03-8d74-bacbec76955c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [493df5ab-e038-4f03-8d74-bacbec76955c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#pattern, "^B"] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [1da300c9-b589-4ff7-a570-619a624b3ac9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [7c45d3f5-38d3-46a6-aa16-d2bf479cdbec, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [7c45d3f5-38d3-46a6-aa16-d2bf479cdbec, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [f00874f8-080d-4bed-90fb-d51ffe6fe138, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f00874f8-080d-4bed-90fb-d51ffe6fe138, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f00874f8-080d-4bed-90fb-d51ffe6fe138, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [f00874f8-080d-4bed-90fb-d51ffe6fe138, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f7d97889-ba9b-457f-a63d-235816afa46f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c58c93e3-6254-4577-b87f-f9d80a2e7ded, http://www.w3.org/ns/shacl#in, 0f712a74-fbfd-4747-ab2d-94658dd01364] [c58c93e3-6254-4577-b87f-f9d80a2e7ded, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [c58c93e3-6254-4577-b87f-f9d80a2e7ded, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [ce9830ee-fce0-4345-b386-c5d5b19fb324, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [ce9830ee-fce0-4345-b386-c5d5b19fb324, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [ce9830ee-fce0-4345-b386-c5d5b19fb324, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [ce9830ee-fce0-4345-b386-c5d5b19fb324, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [38a9bd1f-0b4a-4a4c-a4f1-925ac4e127a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 7c45d3f5-38d3-46a6-aa16-d2bf479cdbec] [38a9bd1f-0b4a-4a4c-a4f1-925ac4e127a4, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [0f712a74-fbfd-4747-ab2d-94658dd01364, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 38a9bd1f-0b4a-4a4c-a4f1-925ac4e127a4] [0f712a74-fbfd-4747-ab2d-94658dd01364, 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#property, 224c593b-84d5-4506-904e-26d62e64c9fd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 1da300c9-b589-4ff7-a570-619a624b3ac9] [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, ce9830ee-fce0-4345-b386-c5d5b19fb324] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 493df5ab-e038-4f03-8d74-bacbec76955c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a9293fb2-2a96-4a90-81a8-891e0bc2a2cf] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f00874f8-080d-4bed-90fb-d51ffe6fe138] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c58c93e3-6254-4577-b87f-f9d80a2e7ded] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f7d97889-ba9b-457f-a63d-235816afa46f] [224c593b-84d5-4506-904e-26d62e64c9fd, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [224c593b-84d5-4506-904e-26d62e64c9fd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [224c593b-84d5-4506-904e-26d62e64c9fd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property]>
15:42:02.498 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.499 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:f7d97889-ba9b-457f-a63d-235816afa46f,_:224c593b-84d5-4506-904e-26d62e64c9fd,_:f00874f8-080d-4bed-90fb-d51ffe6fe138,_:ce9830ee-fce0-4345-b386-c5d5b19fb324,_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,_:c58c93e3-6254-4577-b87f-f9d80a2e7ded,_:1da300c9-b589-4ff7-a570-619a624b3ac9,_:493df5ab-e038-4f03-8d74-bacbec76955c. Pending nodes: 
15:42:02.500 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f7d97889-ba9b-457f-a63d-235816afa46f
15:42:02.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:224c593b-84d5-4506-904e-26d62e64c9fd
15:42:02.501 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f00874f8-080d-4bed-90fb-d51ffe6fe138
15:42:02.502 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ce9830ee-fce0-4345-b386-c5d5b19fb324
15:42:02.502 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf
15:42:02.503 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c58c93e3-6254-4577-b87f-f9d80a2e7ded
15:42:02.504 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:1da300c9-b589-4ff7-a570-619a624b3ac9
15:42:02.504 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:493df5ab-e038-4f03-8d74-bacbec76955c
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:493df5ab-e038-4f03-8d74-bacbec76955c
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:1da300c9-b589-4ff7-a570-619a624b3ac9
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c58c93e3-6254-4577-b87f-f9d80a2e7ded
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ce9830ee-fce0-4345-b386-c5d5b19fb324
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f00874f8-080d-4bed-90fb-d51ffe6fe138
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:224c593b-84d5-4506-904e-26d62e64c9fd
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f7d97889-ba9b-457f-a63d-235816afa46f
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:493df5ab-e038-4f03-8d74-bacbec76955c = 
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:493df5ab-e038-4f03-8d74-bacbec76955c = 
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:493df5ab-e038-4f03-8d74-bacbec76955c: 
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.505 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f7d97889-ba9b-457f-a63d-235816afa46f,_:224c593b-84d5-4506-904e-26d62e64c9fd,_:f00874f8-080d-4bed-90fb-d51ffe6fe138,_:ce9830ee-fce0-4345-b386-c5d5b19fb324,_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,_:c58c93e3-6254-4577-b87f-f9d80a2e7ded,_:1da300c9-b589-4ff7-a570-619a624b3ac9,_:493df5ab-e038-4f03-8d74-bacbec76955c)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7d97889-ba9b-457f-a63d-235816afa46f)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:224c593b-84d5-4506-904e-26d62e64c9fd)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f00874f8-080d-4bed-90fb-d51ffe6fe138)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ce9830ee-fce0-4345-b386-c5d5b19fb324)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c58c93e3-6254-4577-b87f-f9d80a2e7ded)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1da300c9-b589-4ff7-a570-619a624b3ac9)
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:493df5ab-e038-4f03-8d74-bacbec76955c)
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.506 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f7d97889-ba9b-457f-a63d-235816afa46f],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f7d97889-ba9b-457f-a63d-235816afa46f=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f7d97889-ba9b-457f-a63d-235816afa46f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:224c593b-84d5-4506-904e-26d62e64c9fd=ShapeTyping(TypingMap(Map()))
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.507 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.435Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f00874f8-080d-4bed-90fb-d51ffe6fe138],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f00874f8-080d-4bed-90fb-d51ffe6fe138=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f00874f8-080d-4bed-90fb-d51ffe6fe138,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ce9830ee-fce0-4345-b386-c5d5b19fb324=ShapeTyping(TypingMap(Map()))
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.508 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.509 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c58c93e3-6254-4577-b87f-f9d80a2e7ded=ShapeTyping(TypingMap(Map()))
15:42:02.509 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.510 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.511 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:1da300c9-b589-4ff7-a570-619a624b3ac9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.511 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:1da300c9-b589-4ff7-a570-619a624b3ac9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1da300c9-b589-4ff7-a570-619a624b3ac9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.511 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.511 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:493df5ab-e038-4f03-8d74-bacbec76955c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:493df5ab-e038-4f03-8d74-bacbec76955c,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))))))))
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:f7d97889-ba9b-457f-a63d-235816afa46f,_:224c593b-84d5-4506-904e-26d62e64c9fd,_:f00874f8-080d-4bed-90fb-d51ffe6fe138,_:ce9830ee-fce0-4345-b386-c5d5b19fb324,_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,_:c58c93e3-6254-4577-b87f-f9d80a2e7ded,_:1da300c9-b589-4ff7-a570-619a624b3ac9,_:493df5ab-e038-4f03-8d74-bacbec76955c)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:f7d97889-ba9b-457f-a63d-235816afa46f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:493df5ab-e038-4f03-8d74-bacbec76955c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:f00874f8-080d-4bed-90fb-d51ffe6fe138,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1da300c9-b589-4ff7-a570-619a624b3ac9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.512 [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(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:f7d97889-ba9b-457f-a63d-235816afa46f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:493df5ab-e038-4f03-8d74-bacbec76955c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:f00874f8-080d-4bed-90fb-d51ffe6fe138,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1da300c9-b589-4ff7-a570-619a624b3ac9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.512 [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(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:f7d97889-ba9b-457f-a63d-235816afa46f,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:493df5ab-e038-4f03-8d74-bacbec76955c,PredicatePath(<http://www.sampledomain.org/sam#integerProperty2>),List(MaxExclusive(15), MinExclusive(5)),List(),List(),false,List()) -> TypingResult(Valid(List(14 satisfies maxExclusive(15), 14 satisfies minExclusive(5)))), PropertyShape(_:f00874f8-080d-4bed-90fb-d51ffe6fe138,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:f7d97889-ba9b-457f-a63d-235816afa46f), ShapeRef(_:224c593b-84d5-4506-904e-26d62e64c9fd), ShapeRef(_:f00874f8-080d-4bed-90fb-d51ffe6fe138), ShapeRef(_:ce9830ee-fce0-4345-b386-c5d5b19fb324), ShapeRef(_:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf), ShapeRef(_:c58c93e3-6254-4577-b87f-f9d80a2e7ded), ShapeRef(_:1da300c9-b589-4ff7-a570-619a624b3ac9), ShapeRef(_:493df5ab-e038-4f03-8d74-bacbec76955c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:1da300c9-b589-4ff7-a570-619a624b3ac9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:1da300c9-b589-4ff7-a570-619a624b3ac9 = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:1da300c9-b589-4ff7-a570-619a624b3ac9 = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:1da300c9-b589-4ff7-a570-619a624b3ac9: 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c58c93e3-6254-4577-b87f-f9d80a2e7ded = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c58c93e3-6254-4577-b87f-f9d80a2e7ded = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c58c93e3-6254-4577-b87f-f9d80a2e7ded: 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a9293fb2-2a96-4a90-81a8-891e0bc2a2cf: 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ce9830ee-fce0-4345-b386-c5d5b19fb324 = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ce9830ee-fce0-4345-b386-c5d5b19fb324 = 
15:42:02.512 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ce9830ee-fce0-4345-b386-c5d5b19fb324: 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f00874f8-080d-4bed-90fb-d51ffe6fe138 = 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f00874f8-080d-4bed-90fb-d51ffe6fe138 = 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f00874f8-080d-4bed-90fb-d51ffe6fe138: 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:224c593b-84d5-4506-904e-26d62e64c9fd = 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:224c593b-84d5-4506-904e-26d62e64c9fd = 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:224c593b-84d5-4506-904e-26d62e64c9fd: 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f7d97889-ba9b-457f-a63d-235816afa46f = 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f7d97889-ba9b-457f-a63d-235816afa46f = 
15:42:02.513 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f7d97889-ba9b-457f-a63d-235816afa46f: 
15:42:02.514 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Validation report: 
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.515Z"^^<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 .
15:42:02.522 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.515Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.515Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a         sh:Property ;
                          sh: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   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:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.523 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {af5f8e9e-1147-4b15-a0f3-f3f70e3de56d @rdf:rest 373d8dd7-46fb-4d1d-90db-468b009bf864; af5f8e9e-1147-4b15-a0f3-f3f70e3de56d @rdf:first "B"; f270508f-b6ab-4699-83da-cf0384ba01f2 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f270508f-b6ab-4699-83da-cf0384ba01f2 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; f270508f-b6ab-4699-83da-cf0384ba01f2 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; f270508f-b6ab-4699-83da-cf0384ba01f2 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; f270508f-b6ab-4699-83da-cf0384ba01f2 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; f270508f-b6ab-4699-83da-cf0384ba01f2 @sh:path http://www.sampledomain.org/sam#anIntegerProperty; f270508f-b6ab-4699-83da-cf0384ba01f2 @rdf:type sh:Property; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty; 098a44be-623b-4c0a-bf50-d7976aa89ff4 @rdf:type sh:Property; cff777f6-df6e-4a7c-a16a-58454ddae13f @sh:class http://www.sampledomain.org/sam#AnotherResource...} |  [af5f8e9e-1147-4b15-a0f3-f3f70e3de56d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 373d8dd7-46fb-4d1d-90db-468b009bf864] [af5f8e9e-1147-4b15-a0f3-f3f70e3de56d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [f270508f-b6ab-4699-83da-cf0384ba01f2, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [098a44be-623b-4c0a-bf50-d7976aa89ff4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [cff777f6-df6e-4a7c-a16a-58454ddae13f, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [cff777f6-df6e-4a7c-a16a-58454ddae13f, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [cff777f6-df6e-4a7c-a16a-58454ddae13f, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [127cc898-4f43-407e-8edf-e1259d3422e6, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [127cc898-4f43-407e-8edf-e1259d3422e6, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [127cc898-4f43-407e-8edf-e1259d3422e6, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [127cc898-4f43-407e-8edf-e1259d3422e6, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [373d8dd7-46fb-4d1d-90db-468b009bf864, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [373d8dd7-46fb-4d1d-90db-468b009bf864, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [7c538e21-5da0-4210-bab9-8b88c5de0cd9, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, af5f8e9e-1147-4b15-a0f3-f3f70e3de56d] [7c538e21-5da0-4210-bab9-8b88c5de0cd9, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#pattern, "^B"] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [c696daf0-ba85-4229-b082-1eb456c107b7, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [c696daf0-ba85-4229-b082-1eb456c107b7, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [c696daf0-ba85-4229-b082-1eb456c107b7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [c696daf0-ba85-4229-b082-1eb456c107b7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7, http://www.w3.org/ns/shacl#in, 7c538e21-5da0-4210-bab9-8b88c5de0cd9] [e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5b88bca1-6b35-4ca4-9f82-761a9883fc1a, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5b88bca1-6b35-4ca4-9f82-761a9883fc1a, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5b88bca1-6b35-4ca4-9f82-761a9883fc1a, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [5b88bca1-6b35-4ca4-9f82-761a9883fc1a, 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, cff777f6-df6e-4a7c-a16a-58454ddae13f] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 127cc898-4f43-407e-8edf-e1259d3422e6] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f270508f-b6ab-4699-83da-cf0384ba01f2] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5b88bca1-6b35-4ca4-9f82-761a9883fc1a] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 098a44be-623b-4c0a-bf50-d7976aa89ff4] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, c696daf0-ba85-4229-b082-1eb456c107b7]>
15:42:02.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.524 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.525 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:cff777f6-df6e-4a7c-a16a-58454ddae13f,_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7,_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,_:127cc898-4f43-407e-8edf-e1259d3422e6,_:f270508f-b6ab-4699-83da-cf0384ba01f2,_:098a44be-623b-4c0a-bf50-d7976aa89ff4,_:c696daf0-ba85-4229-b082-1eb456c107b7,_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7. Pending nodes: 
15:42:02.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:cff777f6-df6e-4a7c-a16a-58454ddae13f
15:42:02.526 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7
15:42:02.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5b88bca1-6b35-4ca4-9f82-761a9883fc1a
15:42:02.527 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:127cc898-4f43-407e-8edf-e1259d3422e6
15:42:02.528 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f270508f-b6ab-4699-83da-cf0384ba01f2
15:42:02.529 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:098a44be-623b-4c0a-bf50-d7976aa89ff4
15:42:02.530 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:c696daf0-ba85-4229-b082-1eb456c107b7
15:42:02.531 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:c696daf0-ba85-4229-b082-1eb456c107b7
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:098a44be-623b-4c0a-bf50-d7976aa89ff4
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f270508f-b6ab-4699-83da-cf0384ba01f2
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:127cc898-4f43-407e-8edf-e1259d3422e6
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5b88bca1-6b35-4ca4-9f82-761a9883fc1a
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:cff777f6-df6e-4a7c-a16a-58454ddae13f
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7 = 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7 = 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7: 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:c696daf0-ba85-4229-b082-1eb456c107b7 = 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:c696daf0-ba85-4229-b082-1eb456c107b7 = 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:c696daf0-ba85-4229-b082-1eb456c107b7: 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:cff777f6-df6e-4a7c-a16a-58454ddae13f,_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7,_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,_:127cc898-4f43-407e-8edf-e1259d3422e6,_:f270508f-b6ab-4699-83da-cf0384ba01f2,_:098a44be-623b-4c0a-bf50-d7976aa89ff4,_:c696daf0-ba85-4229-b082-1eb456c107b7,_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cff777f6-df6e-4a7c-a16a-58454ddae13f)
15:42:02.532 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7)
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a)
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:127cc898-4f43-407e-8edf-e1259d3422e6)
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f270508f-b6ab-4699-83da-cf0384ba01f2)
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:098a44be-623b-4c0a-bf50-d7976aa89ff4)
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c696daf0-ba85-4229-b082-1eb456c107b7)
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)
15:42:02.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:cff777f6-df6e-4a7c-a16a-58454ddae13f=ShapeTyping(TypingMap(Map()))
15:42:02.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.533 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7=ShapeTyping(TypingMap(Map()))
15:42:02.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.533 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,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"))))))))
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:127cc898-4f43-407e-8edf-e1259d3422e6=ShapeTyping(TypingMap(Map()))
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.534 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f270508f-b6ab-4699-83da-cf0384ba01f2],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f270508f-b6ab-4699-83da-cf0384ba01f2=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f270508f-b6ab-4699-83da-cf0384ba01f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.535 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:098a44be-623b-4c0a-bf50-d7976aa89ff4],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.536 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.537 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:098a44be-623b-4c0a-bf50-d7976aa89ff4=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:098a44be-623b-4c0a-bf50-d7976aa89ff4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.537 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.537 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.515Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:c696daf0-ba85-4229-b082-1eb456c107b7],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.538 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:c696daf0-ba85-4229-b082-1eb456c107b7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:c696daf0-ba85-4229-b082-1eb456c107b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.538 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.539 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.539 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.539 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.539 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:cff777f6-df6e-4a7c-a16a-58454ddae13f,_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7,_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,_:127cc898-4f43-407e-8edf-e1259d3422e6,_:f270508f-b6ab-4699-83da-cf0384ba01f2,_:098a44be-623b-4c0a-bf50-d7976aa89ff4,_:c696daf0-ba85-4229-b082-1eb456c107b7,_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:f270508f-b6ab-4699-83da-cf0384ba01f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,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(_:c696daf0-ba85-4229-b082-1eb456c107b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:098a44be-623b-4c0a-bf50-d7976aa89ff4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.540 [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(_:f270508f-b6ab-4699-83da-cf0384ba01f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,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(_:c696daf0-ba85-4229-b082-1eb456c107b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:098a44be-623b-4c0a-bf50-d7976aa89ff4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.540 [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(_:f270508f-b6ab-4699-83da-cf0384ba01f2,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a,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(_:c696daf0-ba85-4229-b082-1eb456c107b7,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:098a44be-623b-4c0a-bf50-d7976aa89ff4,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:cff777f6-df6e-4a7c-a16a-58454ddae13f), ShapeRef(_:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7), ShapeRef(_:5b88bca1-6b35-4ca4-9f82-761a9883fc1a), ShapeRef(_:127cc898-4f43-407e-8edf-e1259d3422e6), ShapeRef(_:f270508f-b6ab-4699-83da-cf0384ba01f2), ShapeRef(_:098a44be-623b-4c0a-bf50-d7976aa89ff4), ShapeRef(_:c696daf0-ba85-4229-b082-1eb456c107b7), ShapeRef(_:ee6826c7-4bb3-453c-8bc9-b56f5cde4bd7)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:098a44be-623b-4c0a-bf50-d7976aa89ff4 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:098a44be-623b-4c0a-bf50-d7976aa89ff4 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:098a44be-623b-4c0a-bf50-d7976aa89ff4: 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f270508f-b6ab-4699-83da-cf0384ba01f2 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f270508f-b6ab-4699-83da-cf0384ba01f2 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f270508f-b6ab-4699-83da-cf0384ba01f2: 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:127cc898-4f43-407e-8edf-e1259d3422e6 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:127cc898-4f43-407e-8edf-e1259d3422e6 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:127cc898-4f43-407e-8edf-e1259d3422e6: 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5b88bca1-6b35-4ca4-9f82-761a9883fc1a = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5b88bca1-6b35-4ca4-9f82-761a9883fc1a = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5b88bca1-6b35-4ca4-9f82-761a9883fc1a: 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7 = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:e7cbb0ea-d56c-4c52-ac64-f0acd8a88ea7: 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:cff777f6-df6e-4a7c-a16a-58454ddae13f = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:cff777f6-df6e-4a7c-a16a-58454ddae13f = 
15:42:02.541 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:cff777f6-df6e-4a7c-a16a-58454ddae13f: 
15:42:02.543 [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
               ]
] .

15:42:02.544 [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.16 sec
Running org.eclipse.lyo.validation.ShaclMinCountValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:property     [ a               sh:Property ;
                          sh:description  "a Simple Single String Property" ;
                          sh:maxCount     1 ;
                          sh:maxLength    10 ;
                          sh:minCount     1 ;
                          sh:minLength    7 ;
                          sh:path         <http://www.sampledomain.org/sam#aStringProperty> ;
                          sh:pattern      "^B"
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.601 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {3836a2a3-1540-4a3e-a28b-f78626a4080b @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 3836a2a3-1540-4a3e-a28b-f78626a4080b @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 3836a2a3-1540-4a3e-a28b-f78626a4080b @sh:path http://www.sampledomain.org/sam#integerProperty3; 3836a2a3-1540-4a3e-a28b-f78626a4080b @rdf:type sh:Property; afe9947f-50d7-4944-afca-0e196f20a531 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; afe9947f-50d7-4944-afca-0e196f20a531 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; afe9947f-50d7-4944-afca-0e196f20a531 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; afe9947f-50d7-4944-afca-0e196f20a531 @sh:pattern "^B"; afe9947f-50d7-4944-afca-0e196f20a531 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; afe9947f-50d7-4944-afca-0e196f20a531 @sh:description "a Simple Single String Property"; afe9947f-50d7-4944-afca-0e196f20a531 @sh:path http://www.sampledomain.org/sam#aStringProperty; afe9947f-50d7-4944-afca-0e196f20a531 @rdf:type sh:Property; de407c32-7b05-4bd7-9940-26ecb43baa7d @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; de407c32-7b05-4bd7-9940-26ecb43baa7d @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; de407c32-7b05-4bd7-9940-26ecb43baa7d @sh:path http://www.sampledomain.org/sam#aSetOfDates; de407c32-7b05-4bd7-9940-26ecb43baa7d @rdf:type sh:Property; e7bb281e-12d3-4cc7-ae7f-0bea5d37ed93 @rdf:rest 1ba2c5b3-e84d-417e-9d87-50a3c58d38c3...} |  [3836a2a3-1540-4a3e-a28b-f78626a4080b, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [3836a2a3-1540-4a3e-a28b-f78626a4080b, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [3836a2a3-1540-4a3e-a28b-f78626a4080b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [3836a2a3-1540-4a3e-a28b-f78626a4080b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#pattern, "^B"] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [afe9947f-50d7-4944-afca-0e196f20a531, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [de407c32-7b05-4bd7-9940-26ecb43baa7d, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [de407c32-7b05-4bd7-9940-26ecb43baa7d, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [de407c32-7b05-4bd7-9940-26ecb43baa7d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [de407c32-7b05-4bd7-9940-26ecb43baa7d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [e7bb281e-12d3-4cc7-ae7f-0bea5d37ed93, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 1ba2c5b3-e84d-417e-9d87-50a3c58d38c3] [e7bb281e-12d3-4cc7-ae7f-0bea5d37ed93, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [eaf25ff9-06bd-4300-af25-cf0c6290eab4, http://www.w3.org/ns/shacl#in, e7bb281e-12d3-4cc7-ae7f-0bea5d37ed93] [eaf25ff9-06bd-4300-af25-cf0c6290eab4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [eaf25ff9-06bd-4300-af25-cf0c6290eab4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [6ac3b436-a6a5-4db2-84f4-9c939898b082, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2c54c778-28bd-4ab4-a27f-1b223a6496b1, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [2c54c778-28bd-4ab4-a27f-1b223a6496b1, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [2c54c778-28bd-4ab4-a27f-1b223a6496b1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [2c54c778-28bd-4ab4-a27f-1b223a6496b1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [79ab3a13-2295-4237-8e0c-510473cf4974, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [79ab3a13-2295-4237-8e0c-510473cf4974, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [79ab3a13-2295-4237-8e0c-510473cf4974, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [2026b484-3ca5-4cbc-9de6-6d6066747c6c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [74ff7356-a13e-4aee-bd56-96df43794402, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [74ff7356-a13e-4aee-bd56-96df43794402, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [1ba2c5b3-e84d-417e-9d87-50a3c58d38c3, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 74ff7356-a13e-4aee-bd56-96df43794402] [1ba2c5b3-e84d-417e-9d87-50a3c58d38c3, 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, 2c54c778-28bd-4ab4-a27f-1b223a6496b1] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, de407c32-7b05-4bd7-9940-26ecb43baa7d] [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, eaf25ff9-06bd-4300-af25-cf0c6290eab4] [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, 2026b484-3ca5-4cbc-9de6-6d6066747c6c] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 79ab3a13-2295-4237-8e0c-510473cf4974] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, afe9947f-50d7-4944-afca-0e196f20a531] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6ac3b436-a6a5-4db2-84f4-9c939898b082] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 3836a2a3-1540-4a3e-a28b-f78626a4080b]>
15:42:02.602 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.602 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.603 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:afe9947f-50d7-4944-afca-0e196f20a531,_:eaf25ff9-06bd-4300-af25-cf0c6290eab4,_:6ac3b436-a6a5-4db2-84f4-9c939898b082,_:79ab3a13-2295-4237-8e0c-510473cf4974,_:de407c32-7b05-4bd7-9940-26ecb43baa7d,_:2c54c778-28bd-4ab4-a27f-1b223a6496b1,_:3836a2a3-1540-4a3e-a28b-f78626a4080b,_:2026b484-3ca5-4cbc-9de6-6d6066747c6c. Pending nodes: 
15:42:02.604 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:afe9947f-50d7-4944-afca-0e196f20a531
15:42:02.605 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:eaf25ff9-06bd-4300-af25-cf0c6290eab4
15:42:02.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6ac3b436-a6a5-4db2-84f4-9c939898b082
15:42:02.606 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:79ab3a13-2295-4237-8e0c-510473cf4974
15:42:02.607 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:de407c32-7b05-4bd7-9940-26ecb43baa7d
15:42:02.608 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2c54c778-28bd-4ab4-a27f-1b223a6496b1
15:42:02.608 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:3836a2a3-1540-4a3e-a28b-f78626a4080b
15:42:02.609 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:2026b484-3ca5-4cbc-9de6-6d6066747c6c
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2026b484-3ca5-4cbc-9de6-6d6066747c6c
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:3836a2a3-1540-4a3e-a28b-f78626a4080b
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:2c54c778-28bd-4ab4-a27f-1b223a6496b1
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:de407c32-7b05-4bd7-9940-26ecb43baa7d
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:79ab3a13-2295-4237-8e0c-510473cf4974
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6ac3b436-a6a5-4db2-84f4-9c939898b082
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:eaf25ff9-06bd-4300-af25-cf0c6290eab4
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:afe9947f-50d7-4944-afca-0e196f20a531
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.610 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:afe9947f-50d7-4944-afca-0e196f20a531,_:eaf25ff9-06bd-4300-af25-cf0c6290eab4,_:6ac3b436-a6a5-4db2-84f4-9c939898b082,_:79ab3a13-2295-4237-8e0c-510473cf4974,_:de407c32-7b05-4bd7-9940-26ecb43baa7d,_:2c54c778-28bd-4ab4-a27f-1b223a6496b1,_:3836a2a3-1540-4a3e-a28b-f78626a4080b,_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:afe9947f-50d7-4944-afca-0e196f20a531)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eaf25ff9-06bd-4300-af25-cf0c6290eab4)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6ac3b436-a6a5-4db2-84f4-9c939898b082)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79ab3a13-2295-4237-8e0c-510473cf4974)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de407c32-7b05-4bd7-9940-26ecb43baa7d)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c54c778-28bd-4ab4-a27f-1b223a6496b1)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3836a2a3-1540-4a3e-a28b-f78626a4080b)
15:42:02.611 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)
15:42:02.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.611 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.612 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.613 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:afe9947f-50d7-4944-afca-0e196f20a531],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:afe9947f-50d7-4944-afca-0e196f20a531=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:afe9947f-50d7-4944-afca-0e196f20a531,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:eaf25ff9-06bd-4300-af25-cf0c6290eab4=ShapeTyping(TypingMap(Map()))
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.614 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:6ac3b436-a6a5-4db2-84f4-9c939898b082],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6ac3b436-a6a5-4db2-84f4-9c939898b082=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6ac3b436-a6a5-4db2-84f4-9c939898b082,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:79ab3a13-2295-4237-8e0c-510473cf4974=ShapeTyping(TypingMap(Map()))
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.615 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.545Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:de407c32-7b05-4bd7-9940-26ecb43baa7d],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:de407c32-7b05-4bd7-9940-26ecb43baa7d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:de407c32-7b05-4bd7-9940-26ecb43baa7d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2c54c778-28bd-4ab4-a27f-1b223a6496b1=ShapeTyping(TypingMap(Map()))
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:3836a2a3-1540-4a3e-a28b-f78626a4080b=ShapeTyping(TypingMap(Map()))
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.616 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:2026b484-3ca5-4cbc-9de6-6d6066747c6c],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:2026b484-3ca5-4cbc-9de6-6d6066747c6c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.617 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:afe9947f-50d7-4944-afca-0e196f20a531,_:eaf25ff9-06bd-4300-af25-cf0c6290eab4,_:6ac3b436-a6a5-4db2-84f4-9c939898b082,_:79ab3a13-2295-4237-8e0c-510473cf4974,_:de407c32-7b05-4bd7-9940-26ecb43baa7d,_:2c54c778-28bd-4ab4-a27f-1b223a6496b1,_:3836a2a3-1540-4a3e-a28b-f78626a4080b,_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:de407c32-7b05-4bd7-9940-26ecb43baa7d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6ac3b436-a6a5-4db2-84f4-9c939898b082,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:afe9947f-50d7-4944-afca-0e196f20a531,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Result of checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource = ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:de407c32-7b05-4bd7-9940-26ecb43baa7d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6ac3b436-a6a5-4db2-84f4-9c939898b082,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:afe9947f-50d7-4944-afca-0e196f20a531,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Result of node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource: ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:de407c32-7b05-4bd7-9940-26ecb43baa7d,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:afe9947f-50d7-4944-afca-0e196f20a531), ShapeRef(_:eaf25ff9-06bd-4300-af25-cf0c6290eab4), ShapeRef(_:6ac3b436-a6a5-4db2-84f4-9c939898b082), ShapeRef(_:79ab3a13-2295-4237-8e0c-510473cf4974), ShapeRef(_:de407c32-7b05-4bd7-9940-26ecb43baa7d), ShapeRef(_:2c54c778-28bd-4ab4-a27f-1b223a6496b1), ShapeRef(_:3836a2a3-1540-4a3e-a28b-f78626a4080b), ShapeRef(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6ac3b436-a6a5-4db2-84f4-9c939898b082,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:2026b484-3ca5-4cbc-9de6-6d6066747c6c,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:afe9947f-50d7-4944-afca-0e196f20a531,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2026b484-3ca5-4cbc-9de6-6d6066747c6c = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2026b484-3ca5-4cbc-9de6-6d6066747c6c = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2026b484-3ca5-4cbc-9de6-6d6066747c6c: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:3836a2a3-1540-4a3e-a28b-f78626a4080b = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:3836a2a3-1540-4a3e-a28b-f78626a4080b = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:3836a2a3-1540-4a3e-a28b-f78626a4080b: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:2c54c778-28bd-4ab4-a27f-1b223a6496b1 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:2c54c778-28bd-4ab4-a27f-1b223a6496b1 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:2c54c778-28bd-4ab4-a27f-1b223a6496b1: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:de407c32-7b05-4bd7-9940-26ecb43baa7d = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:de407c32-7b05-4bd7-9940-26ecb43baa7d = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:de407c32-7b05-4bd7-9940-26ecb43baa7d: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:79ab3a13-2295-4237-8e0c-510473cf4974 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:79ab3a13-2295-4237-8e0c-510473cf4974 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:79ab3a13-2295-4237-8e0c-510473cf4974: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6ac3b436-a6a5-4db2-84f4-9c939898b082 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6ac3b436-a6a5-4db2-84f4-9c939898b082 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6ac3b436-a6a5-4db2-84f4-9c939898b082: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:eaf25ff9-06bd-4300-af25-cf0c6290eab4 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:eaf25ff9-06bd-4300-af25-cf0c6290eab4 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:eaf25ff9-06bd-4300-af25-cf0c6290eab4: 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:afe9947f-50d7-4944-afca-0e196f20a531 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:afe9947f-50d7-4944-afca-0e196f20a531 = 
15:42:02.618 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:afe9947f-50d7-4944-afca-0e196f20a531: 
15:42:02.619 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

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

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a        sh:Property ;
                          sh:in    ( "A" "B" "C" ) ;
                          sh:path  <http://www.sampledomain.org/sam#anotherStringProperty>
                        ] ;
        sh:property     [ a            sh:Property ;
                          sh: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:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxInclusive  15 ;
                          sh:minInclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty3>
                        ] ;
        sh:property     [ a         sh:Property ;
                          sh:class  <http://www.sampledomain.org/sam#AnotherResource> ;
                          sh:path   <http://www.sampledomain.org/sam#aReferenceProperty>
                        ] ;
        sh:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.627 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {fc9471c8-906b-45c2-b902-f4be338bb652 @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; fc9471c8-906b-45c2-b902-f4be338bb652 @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; fc9471c8-906b-45c2-b902-f4be338bb652 @sh:path http://www.sampledomain.org/sam#integerProperty3; fc9471c8-906b-45c2-b902-f4be338bb652 @rdf:type sh:Property; 852f5d9e-1de8-4653-85d0-1d5478e92b74 @rdf:rest 68ca8150-174c-4cb5-bb79-5a54ec5a28ea; 852f5d9e-1de8-4653-85d0-1d5478e92b74 @rdf:first "B"; 138de7b8-d968-4567-afdc-c90519b5fa95 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 138de7b8-d968-4567-afdc-c90519b5fa95 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 138de7b8-d968-4567-afdc-c90519b5fa95 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 138de7b8-d968-4567-afdc-c90519b5fa95 @rdf:type sh:Property; 34421931-2b1d-4484-adfe-f9c44ac1b7d7 @rdf:rest 852f5d9e-1de8-4653-85d0-1d5478e92b74; 34421931-2b1d-4484-adfe-f9c44ac1b7d7 @rdf:first "A"; 085dc9fc-df0d-47d5-8b1c-acbafb59da84 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 085dc9fc-df0d-47d5-8b1c-acbafb59da84 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 085dc9fc-df0d-47d5-8b1c-acbafb59da84 @sh:path http://www.sampledomain.org/sam#integerProperty2; 085dc9fc-df0d-47d5-8b1c-acbafb59da84 @rdf:type sh:Property; df00ff9d-efd5-4c1f-9426-db291bfbd649 @sh:maxCount "0"^^http://www.w3.org/2001/XMLSchema#integer...} |  [fc9471c8-906b-45c2-b902-f4be338bb652, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [fc9471c8-906b-45c2-b902-f4be338bb652, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [fc9471c8-906b-45c2-b902-f4be338bb652, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [fc9471c8-906b-45c2-b902-f4be338bb652, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [852f5d9e-1de8-4653-85d0-1d5478e92b74, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 68ca8150-174c-4cb5-bb79-5a54ec5a28ea] [852f5d9e-1de8-4653-85d0-1d5478e92b74, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [138de7b8-d968-4567-afdc-c90519b5fa95, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [138de7b8-d968-4567-afdc-c90519b5fa95, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [138de7b8-d968-4567-afdc-c90519b5fa95, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [138de7b8-d968-4567-afdc-c90519b5fa95, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [34421931-2b1d-4484-adfe-f9c44ac1b7d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 852f5d9e-1de8-4653-85d0-1d5478e92b74] [34421931-2b1d-4484-adfe-f9c44ac1b7d7, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [085dc9fc-df0d-47d5-8b1c-acbafb59da84, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [085dc9fc-df0d-47d5-8b1c-acbafb59da84, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [085dc9fc-df0d-47d5-8b1c-acbafb59da84, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [085dc9fc-df0d-47d5-8b1c-acbafb59da84, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [df00ff9d-efd5-4c1f-9426-db291bfbd649, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [8939248d-fc28-49fe-883a-6f95e78b9ca4, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [8939248d-fc28-49fe-883a-6f95e78b9ca4, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [8939248d-fc28-49fe-883a-6f95e78b9ca4, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [68ca8150-174c-4cb5-bb79-5a54ec5a28ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [68ca8150-174c-4cb5-bb79-5a54ec5a28ea, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [ea7f543f-9e25-4e0d-b62a-972888b0e306, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#pattern, "^B"] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcbbccb9-6da2-47fc-80e1-639d1af69110, http://www.w3.org/ns/shacl#in, 34421931-2b1d-4484-adfe-f9c44ac1b7d7] [dcbbccb9-6da2-47fc-80e1-639d1af69110, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [dcbbccb9-6da2-47fc-80e1-639d1af69110, 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, dcbbccb9-6da2-47fc-80e1-639d1af69110] [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, 138de7b8-d968-4567-afdc-c90519b5fa95] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 085dc9fc-df0d-47d5-8b1c-acbafb59da84] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, df00ff9d-efd5-4c1f-9426-db291bfbd649] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, ea7f543f-9e25-4e0d-b62a-972888b0e306] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, fc9471c8-906b-45c2-b902-f4be338bb652] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8939248d-fc28-49fe-883a-6f95e78b9ca4]>
15:42:02.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.628 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.629 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:dcbbccb9-6da2-47fc-80e1-639d1af69110,_:138de7b8-d968-4567-afdc-c90519b5fa95,_:8939248d-fc28-49fe-883a-6f95e78b9ca4,_:fc9471c8-906b-45c2-b902-f4be338bb652,_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,_:085dc9fc-df0d-47d5-8b1c-acbafb59da84,_:df00ff9d-efd5-4c1f-9426-db291bfbd649,_:ea7f543f-9e25-4e0d-b62a-972888b0e306. Pending nodes: 
15:42:02.629 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:dcbbccb9-6da2-47fc-80e1-639d1af69110
15:42:02.630 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:138de7b8-d968-4567-afdc-c90519b5fa95
15:42:02.630 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8939248d-fc28-49fe-883a-6f95e78b9ca4
15:42:02.630 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:fc9471c8-906b-45c2-b902-f4be338bb652
15:42:02.631 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5
15:42:02.632 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:085dc9fc-df0d-47d5-8b1c-acbafb59da84
15:42:02.632 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:df00ff9d-efd5-4c1f-9426-db291bfbd649
15:42:02.633 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:ea7f543f-9e25-4e0d-b62a-972888b0e306
15:42:02.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.633 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:ea7f543f-9e25-4e0d-b62a-972888b0e306
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:df00ff9d-efd5-4c1f-9426-db291bfbd649
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:085dc9fc-df0d-47d5-8b1c-acbafb59da84
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:fc9471c8-906b-45c2-b902-f4be338bb652
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8939248d-fc28-49fe-883a-6f95e78b9ca4
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:138de7b8-d968-4567-afdc-c90519b5fa95
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:dcbbccb9-6da2-47fc-80e1-639d1af69110
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:dcbbccb9-6da2-47fc-80e1-639d1af69110,_:138de7b8-d968-4567-afdc-c90519b5fa95,_:8939248d-fc28-49fe-883a-6f95e78b9ca4,_:fc9471c8-906b-45c2-b902-f4be338bb652,_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,_:085dc9fc-df0d-47d5-8b1c-acbafb59da84,_:df00ff9d-efd5-4c1f-9426-db291bfbd649,_:ea7f543f-9e25-4e0d-b62a-972888b0e306)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcbbccb9-6da2-47fc-80e1-639d1af69110)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:138de7b8-d968-4567-afdc-c90519b5fa95)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8939248d-fc28-49fe-883a-6f95e78b9ca4)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc9471c8-906b-45c2-b902-f4be338bb652)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:085dc9fc-df0d-47d5-8b1c-acbafb59da84)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df00ff9d-efd5-4c1f-9426-db291bfbd649)
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea7f543f-9e25-4e0d-b62a-972888b0e306)
15:42:02.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.634 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:dcbbccb9-6da2-47fc-80e1-639d1af69110=ShapeTyping(TypingMap(Map()))
15:42:02.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.634 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.62Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:138de7b8-d968-4567-afdc-c90519b5fa95],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.635 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:138de7b8-d968-4567-afdc-c90519b5fa95=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:138de7b8-d968-4567-afdc-c90519b5fa95,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8939248d-fc28-49fe-883a-6f95e78b9ca4=ShapeTyping(TypingMap(Map()))
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:fc9471c8-906b-45c2-b902-f4be338bb652=ShapeTyping(TypingMap(Map()))
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.635 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.636 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.636 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:085dc9fc-df0d-47d5-8b1c-acbafb59da84=ShapeTyping(TypingMap(Map()))
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:df00ff9d-efd5-4c1f-9426-db291bfbd649],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.637 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:df00ff9d-efd5-4c1f-9426-db291bfbd649=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:df00ff9d-efd5-4c1f-9426-db291bfbd649,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:ea7f543f-9e25-4e0d-b62a-972888b0e306],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.638 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:ea7f543f-9e25-4e0d-b62a-972888b0e306=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:ea7f543f-9e25-4e0d-b62a-972888b0e306,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:dcbbccb9-6da2-47fc-80e1-639d1af69110,_:138de7b8-d968-4567-afdc-c90519b5fa95,_:8939248d-fc28-49fe-883a-6f95e78b9ca4,_:fc9471c8-906b-45c2-b902-f4be338bb652,_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,_:085dc9fc-df0d-47d5-8b1c-acbafb59da84,_:df00ff9d-efd5-4c1f-9426-db291bfbd649,_:ea7f543f-9e25-4e0d-b62a-972888b0e306)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:138de7b8-d968-4567-afdc-c90519b5fa95,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:df00ff9d-efd5-4c1f-9426-db291bfbd649,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ea7f543f-9e25-4e0d-b62a-972888b0e306,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:42:02.639 [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(_:138de7b8-d968-4567-afdc-c90519b5fa95,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:df00ff9d-efd5-4c1f-9426-db291bfbd649,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ea7f543f-9e25-4e0d-b62a-972888b0e306,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:42:02.639 [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(_:138de7b8-d968-4567-afdc-c90519b5fa95,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:dcbbccb9-6da2-47fc-80e1-639d1af69110), ShapeRef(_:138de7b8-d968-4567-afdc-c90519b5fa95), ShapeRef(_:8939248d-fc28-49fe-883a-6f95e78b9ca4), ShapeRef(_:fc9471c8-906b-45c2-b902-f4be338bb652), ShapeRef(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5), ShapeRef(_:085dc9fc-df0d-47d5-8b1c-acbafb59da84), ShapeRef(_:df00ff9d-efd5-4c1f-9426-db291bfbd649), ShapeRef(_:ea7f543f-9e25-4e0d-b62a-972888b0e306)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:df00ff9d-efd5-4c1f-9426-db291bfbd649,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:ea7f543f-9e25-4e0d-b62a-972888b0e306,PredicatePath(<http://www.sampledomain.org/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"))))))))
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:ea7f543f-9e25-4e0d-b62a-972888b0e306 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:ea7f543f-9e25-4e0d-b62a-972888b0e306 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:ea7f543f-9e25-4e0d-b62a-972888b0e306: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:df00ff9d-efd5-4c1f-9426-db291bfbd649 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:df00ff9d-efd5-4c1f-9426-db291bfbd649 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:df00ff9d-efd5-4c1f-9426-db291bfbd649: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:085dc9fc-df0d-47d5-8b1c-acbafb59da84 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:085dc9fc-df0d-47d5-8b1c-acbafb59da84 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:085dc9fc-df0d-47d5-8b1c-acbafb59da84: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:f73db929-d6c1-43e1-8b97-8e3b0fd9a9b5: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:fc9471c8-906b-45c2-b902-f4be338bb652 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:fc9471c8-906b-45c2-b902-f4be338bb652 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:fc9471c8-906b-45c2-b902-f4be338bb652: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8939248d-fc28-49fe-883a-6f95e78b9ca4 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8939248d-fc28-49fe-883a-6f95e78b9ca4 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8939248d-fc28-49fe-883a-6f95e78b9ca4: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:138de7b8-d968-4567-afdc-c90519b5fa95 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:138de7b8-d968-4567-afdc-c90519b5fa95 = 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:138de7b8-d968-4567-afdc-c90519b5fa95: 
15:42:02.639 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:dcbbccb9-6da2-47fc-80e1-639d1af69110 = 
15:42:02.640 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:dcbbccb9-6da2-47fc-80e1-639d1af69110 = 
15:42:02.640 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:dcbbccb9-6da2-47fc-80e1-639d1af69110: 
15:42:02.641 [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
               ]
] .

15:42:02.642 [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.048 sec
Running org.eclipse.lyo.validation.ShaclMinInclusiveValidationTest
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.643Z"^^<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 .
15:42:02.697 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.643Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.643Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a            sh:Property ;
                          sh:maxCount  2 ;
                          sh:minCount  0 ;
                          sh:path      <http://www.sampledomain.org/sam#aSetOfDates>
                        ] ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   1 ;
                          sh:maxLength  2 ;
                          sh:minCount   1 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anotherIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh:maxExclusive  15 ;
                          sh:minExclusive  5 ;
                          sh:path          <http://www.sampledomain.org/sam#integerProperty2>
                        ] ;
        sh:property     [ a        sh:Property ;
                          sh: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: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:targetClass  <http://www.sampledomain.org/sam#AResource> .
15:42:02.697 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {8f859143-0a51-4894-a5d6-c8fb6eef5758 @rdf:rest rdf:nil; 8f859143-0a51-4894-a5d6-c8fb6eef5758 @rdf:first "C"; 5206aa01-c01a-4462-991f-dda3d4ebe28d @sh:class http://www.sampledomain.org/sam#AnotherResource; 5206aa01-c01a-4462-991f-dda3d4ebe28d @sh:path http://www.sampledomain.org/sam#aReferenceProperty; 5206aa01-c01a-4462-991f-dda3d4ebe28d @rdf:type sh:Property; 26a95527-8bff-43d0-a355-4796e82059c1 @sh:maxCount "2"^^http://www.w3.org/2001/XMLSchema#integer; 26a95527-8bff-43d0-a355-4796e82059c1 @sh:minCount "0"^^http://www.w3.org/2001/XMLSchema#integer; 26a95527-8bff-43d0-a355-4796e82059c1 @sh:path http://www.sampledomain.org/sam#aSetOfDates; 26a95527-8bff-43d0-a355-4796e82059c1 @rdf:type sh:Property; 30750a3b-7827-4df5-8c2a-8244dfa7161c @sh:maxInclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 30750a3b-7827-4df5-8c2a-8244dfa7161c @sh:minInclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 30750a3b-7827-4df5-8c2a-8244dfa7161c @sh:path http://www.sampledomain.org/sam#integerProperty3; 30750a3b-7827-4df5-8c2a-8244dfa7161c @rdf:type sh:Property; 4ef8665c-11f3-40ac-8a4e-d56cba6f7495 @sh:maxExclusive "15"^^http://www.w3.org/2001/XMLSchema#integer; 4ef8665c-11f3-40ac-8a4e-d56cba6f7495 @sh:minExclusive "5"^^http://www.w3.org/2001/XMLSchema#integer; 4ef8665c-11f3-40ac-8a4e-d56cba6f7495 @sh:path http://www.sampledomain.org/sam#integerProperty2; 4ef8665c-11f3-40ac-8a4e-d56cba6f7495 @rdf:type sh:Property...} |  [8f859143-0a51-4894-a5d6-c8fb6eef5758, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [8f859143-0a51-4894-a5d6-c8fb6eef5758, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [5206aa01-c01a-4462-991f-dda3d4ebe28d, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [5206aa01-c01a-4462-991f-dda3d4ebe28d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [5206aa01-c01a-4462-991f-dda3d4ebe28d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [26a95527-8bff-43d0-a355-4796e82059c1, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [26a95527-8bff-43d0-a355-4796e82059c1, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [26a95527-8bff-43d0-a355-4796e82059c1, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [26a95527-8bff-43d0-a355-4796e82059c1, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [30750a3b-7827-4df5-8c2a-8244dfa7161c, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [30750a3b-7827-4df5-8c2a-8244dfa7161c, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [30750a3b-7827-4df5-8c2a-8244dfa7161c, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [30750a3b-7827-4df5-8c2a-8244dfa7161c, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4ef8665c-11f3-40ac-8a4e-d56cba6f7495, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [4ef8665c-11f3-40ac-8a4e-d56cba6f7495, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [4ef8665c-11f3-40ac-8a4e-d56cba6f7495, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [4ef8665c-11f3-40ac-8a4e-d56cba6f7495, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [a0a177d8-db22-4aba-8524-27afe280ee36, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 8f859143-0a51-4894-a5d6-c8fb6eef5758] [a0a177d8-db22-4aba-8524-27afe280ee36, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [8bca5c58-aeb7-4b4a-8337-f382704c2d73, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, a0a177d8-db22-4aba-8524-27afe280ee36] [8bca5c58-aeb7-4b4a-8337-f382704c2d73, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [07ce1059-23a4-40d7-9ff5-9f00d2f65236, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [bb48d34a-eb40-4959-bdaf-85eb3f3194dd, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#pattern, "^B"] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [78b04bc0-f59c-431c-af79-f33667577f5b, http://www.w3.org/ns/shacl#in, 8bca5c58-aeb7-4b4a-8337-f382704c2d73] [78b04bc0-f59c-431c-af79-f33667577f5b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [78b04bc0-f59c-431c-af79-f33667577f5b, 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, 26a95527-8bff-43d0-a355-4796e82059c1] [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, bb48d34a-eb40-4959-bdaf-85eb3f3194dd] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4ef8665c-11f3-40ac-8a4e-d56cba6f7495] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 78b04bc0-f59c-431c-af79-f33667577f5b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 5206aa01-c01a-4462-991f-dda3d4ebe28d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 07ce1059-23a4-40d7-9ff5-9f00d2f65236] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 30750a3b-7827-4df5-8c2a-8244dfa7161c]>
15:42:02.698 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.698 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.699 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,_:26a95527-8bff-43d0-a355-4796e82059c1,_:5206aa01-c01a-4462-991f-dda3d4ebe28d,_:78b04bc0-f59c-431c-af79-f33667577f5b,_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495,_:30750a3b-7827-4df5-8c2a-8244dfa7161c,_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d. Pending nodes: 
15:42:02.700 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd
15:42:02.700 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:07ce1059-23a4-40d7-9ff5-9f00d2f65236
15:42:02.701 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:26a95527-8bff-43d0-a355-4796e82059c1
15:42:02.702 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5206aa01-c01a-4462-991f-dda3d4ebe28d
15:42:02.702 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:78b04bc0-f59c-431c-af79-f33667577f5b
15:42:02.702 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4ef8665c-11f3-40ac-8a4e-d56cba6f7495
15:42:02.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:30750a3b-7827-4df5-8c2a-8244dfa7161c
15:42:02.703 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:30750a3b-7827-4df5-8c2a-8244dfa7161c
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4ef8665c-11f3-40ac-8a4e-d56cba6f7495
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:78b04bc0-f59c-431c-af79-f33667577f5b
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5206aa01-c01a-4462-991f-dda3d4ebe28d
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:26a95527-8bff-43d0-a355-4796e82059c1
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:07ce1059-23a4-40d7-9ff5-9f00d2f65236
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.704 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,_:26a95527-8bff-43d0-a355-4796e82059c1,_:5206aa01-c01a-4462-991f-dda3d4ebe28d,_:78b04bc0-f59c-431c-af79-f33667577f5b,_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495,_:30750a3b-7827-4df5-8c2a-8244dfa7161c,_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07ce1059-23a4-40d7-9ff5-9f00d2f65236)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26a95527-8bff-43d0-a355-4796e82059c1)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5206aa01-c01a-4462-991f-dda3d4ebe28d)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:78b04bc0-f59c-431c-af79-f33667577f5b)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30750a3b-7827-4df5-8c2a-8244dfa7161c)
15:42:02.705 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)
15:42:02.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.705 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.706 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:07ce1059-23a4-40d7-9ff5-9f00d2f65236],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:07ce1059-23a4-40d7-9ff5-9f00d2f65236=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.643Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:26a95527-8bff-43d0-a355-4796e82059c1],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.707 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:26a95527-8bff-43d0-a355-4796e82059c1=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:26a95527-8bff-43d0-a355-4796e82059c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.707 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5206aa01-c01a-4462-991f-dda3d4ebe28d=ShapeTyping(TypingMap(Map()))
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:78b04bc0-f59c-431c-af79-f33667577f5b=ShapeTyping(TypingMap(Map()))
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495=ShapeTyping(TypingMap(Map()))
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:30750a3b-7827-4df5-8c2a-8244dfa7161c=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:30750a3b-7827-4df5-8c2a-8244dfa7161c,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))))))))
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.708 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.709 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,_:26a95527-8bff-43d0-a355-4796e82059c1,_:5206aa01-c01a-4462-991f-dda3d4ebe28d,_:78b04bc0-f59c-431c-af79-f33667577f5b,_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495,_:30750a3b-7827-4df5-8c2a-8244dfa7161c,_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:26a95527-8bff-43d0-a355-4796e82059c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:30750a3b-7827-4df5-8c2a-8244dfa7161c,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.710 [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(_:26a95527-8bff-43d0-a355-4796e82059c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:30750a3b-7827-4df5-8c2a-8244dfa7161c,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.710 [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(_:26a95527-8bff-43d0-a355-4796e82059c1,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:30750a3b-7827-4df5-8c2a-8244dfa7161c,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)))), NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd), ShapeRef(_:07ce1059-23a4-40d7-9ff5-9f00d2f65236), ShapeRef(_:26a95527-8bff-43d0-a355-4796e82059c1), ShapeRef(_:5206aa01-c01a-4462-991f-dda3d4ebe28d), ShapeRef(_:78b04bc0-f59c-431c-af79-f33667577f5b), ShapeRef(_:4ef8665c-11f3-40ac-8a4e-d56cba6f7495), ShapeRef(_:30750a3b-7827-4df5-8c2a-8244dfa7161c), ShapeRef(_:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:bb48d34a-eb40-4959-bdaf-85eb3f3194dd,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d = 
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d = 
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:d1047ce2-2130-4cf2-9ee8-7a1a88b7c72d: 
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:30750a3b-7827-4df5-8c2a-8244dfa7161c = 
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:30750a3b-7827-4df5-8c2a-8244dfa7161c = 
15:42:02.710 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:30750a3b-7827-4df5-8c2a-8244dfa7161c: 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4ef8665c-11f3-40ac-8a4e-d56cba6f7495 = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4ef8665c-11f3-40ac-8a4e-d56cba6f7495 = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4ef8665c-11f3-40ac-8a4e-d56cba6f7495: 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:78b04bc0-f59c-431c-af79-f33667577f5b = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:78b04bc0-f59c-431c-af79-f33667577f5b = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:78b04bc0-f59c-431c-af79-f33667577f5b: 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5206aa01-c01a-4462-991f-dda3d4ebe28d = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5206aa01-c01a-4462-991f-dda3d4ebe28d = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5206aa01-c01a-4462-991f-dda3d4ebe28d: 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:26a95527-8bff-43d0-a355-4796e82059c1 = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:26a95527-8bff-43d0-a355-4796e82059c1 = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:26a95527-8bff-43d0-a355-4796e82059c1: 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:07ce1059-23a4-40d7-9ff5-9f00d2f65236 = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:07ce1059-23a4-40d7-9ff5-9f00d2f65236 = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:07ce1059-23a4-40d7-9ff5-9f00d2f65236: 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd = 
15:42:02.711 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:bb48d34a-eb40-4959-bdaf-85eb3f3194dd: 
15:42:02.712 [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
] .

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

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

@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a       <http://www.sampledomain.org/sam#AResource> ;
        <http://www.sampledomain.org/sam#aSetOfDates>
                "2020-08-19T15:42:02.713Z"^^<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 .
15:42:02.719 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Data model: 
<ModelCom   {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 "2020-08-19T15:42:02.713Z"^^http://www.w3.org/2001/XMLSchema#dateTime; http://www.sampledomain.org/sam#AResource @http://www.sampledomain.org/sam#aStringProperty "Between"; http://www.sampledomain.org/sam#AResource @rdf:type http://www.sampledomain.org/sam#AResource} |  [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#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, "2020-08-19T15:42:02.713Z"^^http://www.w3.org/2001/XMLSchema#dateTime] [http://www.sampledomain.org/sam#AResource, http://www.sampledomain.org/sam#aStringProperty, "Between"] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.sampledomain.org/sam#AResource]>
@prefix oslc_data: <http://open-services.net/ns/servicemanagement/1.0/> .
@prefix sh:    <http://www.w3.org/ns/shacl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix oslc:  <http://open-services.net/ns/core#> .

<http://www.sampledomain.org/sam#AResource>
        a               sh:Shape ;
        sh:closed       false ;
        sh:property     [ a             sh:Property ;
                          sh:datatype   <http://www.w3.org/2001/XMLSchema#integer> ;
                          sh:maxCount   0 ;
                          sh:maxLength  2 ;
                          sh:minCount   0 ;
                          sh:minLength  1 ;
                          sh:path       <http://www.sampledomain.org/sam#anIntegerProperty>
                        ] ;
        sh:property     [ a                sh:Property ;
                          sh: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: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: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> .
15:42:02.720 [main] DEBUG org.eclipse.lyo.validation.impl.ShaclExValidatorImpl - Shape model: 
<ModelCom   {b72c776d-0c0a-4f59-8173-2855c5e9f445 @sh:in dcf9375d-07e4-47d3-b3af-ac8c1c40fa99; b72c776d-0c0a-4f59-8173-2855c5e9f445 @sh:path http://www.sampledomain.org/sam#anotherStringProperty; b72c776d-0c0a-4f59-8173-2855c5e9f445 @rdf:type sh:Property; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:maxLength "10"^^http://www.w3.org/2001/XMLSchema#integer; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:pattern "^B"; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:minLength "7"^^http://www.w3.org/2001/XMLSchema#integer; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:description "a Simple Single String Property"; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @sh:path http://www.sampledomain.org/sam#aStringProperty; 4834fb7b-ee08-4ae2-8446-e74f27139ae9 @rdf:type sh:Property; 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b @sh:maxCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b @sh:minCount "1"^^http://www.w3.org/2001/XMLSchema#integer; 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b @sh:datatype http://www.w3.org/2001/XMLSchema#integer; 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b @sh:maxLength "2"^^http://www.w3.org/2001/XMLSchema#integer; 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b @sh:minLength "1"^^http://www.w3.org/2001/XMLSchema#integer; 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b @sh:path http://www.sampledomain.org/sam#anotherIntegerProperty...} |  [b72c776d-0c0a-4f59-8173-2855c5e9f445, http://www.w3.org/ns/shacl#in, dcf9375d-07e4-47d3-b3af-ac8c1c40fa99] [b72c776d-0c0a-4f59-8173-2855c5e9f445, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherStringProperty] [b72c776d-0c0a-4f59-8173-2855c5e9f445, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#maxLength, "10"^^http://www.w3.org/2001/XMLSchema#integer] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#pattern, "^B"] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#minLength, "7"^^http://www.w3.org/2001/XMLSchema#integer] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#description, "a Simple Single String Property"] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aStringProperty] [4834fb7b-ee08-4ae2-8446-e74f27139ae9, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/ns/shacl#maxCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/ns/shacl#minCount, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anotherIntegerProperty] [4d09f988-97e1-4f40-bbfe-14de5fa6ea7b, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [5dfadf23-42dc-4803-b608-e1e601317d7d, http://www.w3.org/ns/shacl#maxExclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [5dfadf23-42dc-4803-b608-e1e601317d7d, http://www.w3.org/ns/shacl#minExclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [5dfadf23-42dc-4803-b608-e1e601317d7d, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty2] [5dfadf23-42dc-4803-b608-e1e601317d7d, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [32c8f0e0-e158-45d9-9cab-f06a8ab22e9d, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 9686828b-9e6e-4665-aa56-18cac0a87fad] [32c8f0e0-e158-45d9-9cab-f06a8ab22e9d, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "B"] [6014fb01-9a1a-4695-91a5-77e0f077da98, http://www.w3.org/ns/shacl#maxInclusive, "15"^^http://www.w3.org/2001/XMLSchema#integer] [6014fb01-9a1a-4695-91a5-77e0f077da98, http://www.w3.org/ns/shacl#minInclusive, "5"^^http://www.w3.org/2001/XMLSchema#integer] [6014fb01-9a1a-4695-91a5-77e0f077da98, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#integerProperty3] [6014fb01-9a1a-4695-91a5-77e0f077da98, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [9686828b-9e6e-4665-aa56-18cac0a87fad, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, http://www.w3.org/1999/02/22-rdf-syntax-ns#nil] [9686828b-9e6e-4665-aa56-18cac0a87fad, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "C"] [8bbbb658-3fa1-4046-8e66-cce9706eea58, http://www.w3.org/ns/shacl#maxCount, "2"^^http://www.w3.org/2001/XMLSchema#integer] [8bbbb658-3fa1-4046-8e66-cce9706eea58, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [8bbbb658-3fa1-4046-8e66-cce9706eea58, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aSetOfDates] [8bbbb658-3fa1-4046-8e66-cce9706eea58, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/ns/shacl#maxCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/ns/shacl#minCount, "0"^^http://www.w3.org/2001/XMLSchema#integer] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/ns/shacl#datatype, http://www.w3.org/2001/XMLSchema#integer] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/ns/shacl#maxLength, "2"^^http://www.w3.org/2001/XMLSchema#integer] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/ns/shacl#minLength, "1"^^http://www.w3.org/2001/XMLSchema#integer] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#anIntegerProperty] [627be760-1c4f-44ac-8733-b0de3c7d38ca, http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://www.w3.org/ns/shacl#Property] [dcf9375d-07e4-47d3-b3af-ac8c1c40fa99, http://www.w3.org/1999/02/22-rdf-syntax-ns#rest, 32c8f0e0-e158-45d9-9cab-f06a8ab22e9d] [dcf9375d-07e4-47d3-b3af-ac8c1c40fa99, http://www.w3.org/1999/02/22-rdf-syntax-ns#first, "A"] [a90096ec-f4ac-46fa-81d4-113b29092c13, http://www.w3.org/ns/shacl#class, http://www.sampledomain.org/sam#AnotherResource] [a90096ec-f4ac-46fa-81d4-113b29092c13, http://www.w3.org/ns/shacl#path, http://www.sampledomain.org/sam#aReferenceProperty] [a90096ec-f4ac-46fa-81d4-113b29092c13, 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, 627be760-1c4f-44ac-8733-b0de3c7d38ca] [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, 5dfadf23-42dc-4803-b608-e1e601317d7d] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, b72c776d-0c0a-4f59-8173-2855c5e9f445] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4d09f988-97e1-4f40-bbfe-14de5fa6ea7b] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 6014fb01-9a1a-4695-91a5-77e0f077da98] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 4834fb7b-ee08-4ae2-8446-e74f27139ae9] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, 8bbbb658-3fa1-4046-8e66-cce9706eea58] [http://www.sampledomain.org/sam#AResource, http://www.w3.org/ns/shacl#property, a90096ec-f4ac-46fa-81d4-113b29092c13]>
15:42:02.720 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: <http://www.sampledomain.org/sam#AResource>. Pending nodes: 
15:42:02.721 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on <http://www.sampledomain.org/sam#AResource>
15:42:02.722 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - parseShapes: Nodes: _:5dfadf23-42dc-4803-b608-e1e601317d7d,_:b72c776d-0c0a-4f59-8173-2855c5e9f445,_:627be760-1c4f-44ac-8733-b0de3c7d38ca,_:a90096ec-f4ac-46fa-81d4-113b29092c13,_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,_:6014fb01-9a1a-4695-91a5-77e0f077da98,_:8bbbb658-3fa1-4046-8e66-cce9706eea58. Pending nodes: 
15:42:02.722 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:5dfadf23-42dc-4803-b608-e1e601317d7d
15:42:02.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:b72c776d-0c0a-4f59-8173-2855c5e9f445
15:42:02.723 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:627be760-1c4f-44ac-8733-b0de3c7d38ca
15:42:02.724 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:a90096ec-f4ac-46fa-81d4-113b29092c13
15:42:02.724 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b
15:42:02.725 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:4834fb7b-ee08-4ae2-8446-e74f27139ae9
15:42:02.726 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:6014fb01-9a1a-4695-91a5-77e0f077da98
15:42:02.726 [main] DEBUG es.weso.shacl.converter.RDF2Shacl$ - Parsing hasValue on _:8bbbb658-3fa1-4046-8e66-cce9706eea58
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: http://www.sampledomain.org/sam#AResource
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:8bbbb658-3fa1-4046-8e66-cce9706eea58
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:6014fb01-9a1a-4695-91a5-77e0f077da98
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4834fb7b-ee08-4ae2-8446-e74f27139ae9
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:a90096ec-f4ac-46fa-81d4-113b29092c13
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:627be760-1c4f-44ac-8733-b0de3c7d38ca
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:b72c776d-0c0a-4f59-8173-2855c5e9f445
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Checking shape: _:5dfadf23-42dc-4803-b608-e1e601317d7d
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of http://www.sampledomain.org/sam#AResource = 
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of http://www.sampledomain.org/sam#AResource = <http://www.sampledomain.org/sam#AResource>
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: http://www.sampledomain.org/sam#AResource: <http://www.sampledomain.org/sam#AResource>
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Node <http://www.sampledomain.org/sam#AResource> - NodeShape http://www.sampledomain.org/sam#AResource
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - checkNodeShape(<http://www.sampledomain.org/sam#AResource>,http://www.sampledomain.org/sam#AResource)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - Check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5dfadf23-42dc-4803-b608-e1e601317d7d,_:b72c776d-0c0a-4f59-8173-2855c5e9f445,_:627be760-1c4f-44ac-8733-b0de3c7d38ca,_:a90096ec-f4ac-46fa-81d4-113b29092c13,_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,_:6014fb01-9a1a-4695-91a5-77e0f077da98,_:8bbbb658-3fa1-4046-8e66-cce9706eea58)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5dfadf23-42dc-4803-b608-e1e601317d7d)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b72c776d-0c0a-4f59-8173-2855c5e9f445)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:627be760-1c4f-44ac-8733-b0de3c7d38ca)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a90096ec-f4ac-46fa-81d4-113b29092c13)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4834fb7b-ee08-4ae2-8446-e74f27139ae9)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6014fb01-9a1a-4695-91a5-77e0f077da98)
15:42:02.727 [main] DEBUG es.weso.shacl.validator.Validator - chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8bbbb658-3fa1-4046-8e66-cce9706eea58)
15:42:02.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.727 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:5dfadf23-42dc-4803-b608-e1e601317d7d=ShapeTyping(TypingMap(Map()))
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:b72c776d-0c0a-4f59-8173-2855c5e9f445=ShapeTyping(TypingMap(Map()))
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List(), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:627be760-1c4f-44ac-8733-b0de3c7d38ca],Some(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.728 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:627be760-1c4f-44ac-8733-b0de3c7d38ca=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:627be760-1c4f-44ac-8733-b0de3c7d38ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:a90096ec-f4ac-46fa-81d4-113b29092c13=ShapeTyping(TypingMap(Map()))
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.729 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List(12), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b],Some(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, 12 has datatype <http://www.w3.org/2001/XMLSchema#integer>)))))))
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.730 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG es.weso.shacl.validator.Validator - minCount 1, os: List("Between"), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:4834fb7b-ee08-4ae2-8446-e74f27139ae9],Some(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>))), path: PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)
15:42:02.731 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:4834fb7b-ee08-4ae2-8446-e74f27139ae9=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.731 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:6014fb01-9a1a-4695-91a5-77e0f077da98=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:6014fb01-9a1a-4695-91a5-77e0f077da98,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"))))))))
15:42:02.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG org.apache.jena.shared.LockMRSW - Lock : main
15:42:02.732 [main] DEBUG es.weso.shacl.validator.Validator - minCount 0, os: List("2020-08-19T15:42:02.713Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>), attempt: Attempt([<http://www.sampledomain.org/sam#AResource>,_:8bbbb658-3fa1-4046-8e66-cce9706eea58],Some(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>))), path: PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)
15:42:02.732 [main] DEBUG es.weso.shacl.validator.Validator - Result of chechPropertyShape(<http://www.sampledomain.org/sam#AResource>,_:8bbbb658-3fa1-4046-8e66-cce9706eea58=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(NodeShape(<http://www.sampledomain.org/sam#AResource>,List(),List(TargetClass(<http://www.sampledomain.org/sam#AResource>)),List(ShapeRef(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List())), PropertyShape(_:8bbbb658-3fa1-4046-8e66-cce9706eea58,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.sampledomain.org/sam#AResource>)))))))
15:42:02.732 [main] DEBUG es.weso.shacl.validator.Validator - Result of check propertyShapes(<http://www.sampledomain.org/sam#AResource>, _:5dfadf23-42dc-4803-b608-e1e601317d7d,_:b72c776d-0c0a-4f59-8173-2855c5e9f445,_:627be760-1c4f-44ac-8733-b0de3c7d38ca,_:a90096ec-f4ac-46fa-81d4-113b29092c13,_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,_:6014fb01-9a1a-4695-91a5-77e0f077da98,_:8bbbb658-3fa1-4046-8e66-cce9706eea58)=ShapeTyping(TypingMap(Map(<http://www.sampledomain.org/sam#AResource> -> Map(PropertyShape(_:627be760-1c4f-44ac-8733-b0de3c7d38ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:6014fb01-9a1a-4695-91a5-77e0f077da98,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(_:8bbbb658-3fa1-4046-8e66-cce9706eea58,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.733 [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(_:627be760-1c4f-44ac-8733-b0de3c7d38ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:6014fb01-9a1a-4695-91a5-77e0f077da98,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(_:8bbbb658-3fa1-4046-8e66-cce9706eea58,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.733 [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(_:627be760-1c4f-44ac-8733-b0de3c7d38ca,PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(0), MinCount(0), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(0) for path(PredicatePath(<http://www.sampledomain.org/sam#anIntegerProperty>)) on node <http://www.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(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b,PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>),List(MaxLength(2), MinLength(1), MaxCount(1), MinCount(1), Datatype(<http://www.w3.org/2001/XMLSchema#integer>)),List(),List(),false,List()) -> TypingResult(Valid(List(12 satisfies maxLength(2), 12 satisfies minLength(1), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#anotherIntegerProperty>)) on node <http://www.sampledomain.org/sam#AResource>, Checked minCount(1) for path(PredicatePath(<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(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9,PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>),List(Pattern(^B,None), MaxLength(10), MinLength(7), MaxCount(1), MinCount(1)),List(),List(),false,List()) -> TypingResult(Valid(List("Between" satisfies pattern ~/^B/, "Between" satisfies maxLength(10), "Between" satisfies minLength(7), Checked maxCount(1) for path(PredicatePath(<http://www.sampledomain.org/sam#aStringProperty>)) on node <http://www.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(_:6014fb01-9a1a-4695-91a5-77e0f077da98,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(_:8bbbb658-3fa1-4046-8e66-cce9706eea58,PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>),List(MaxCount(2), MinCount(0)),List(),List(),false,List()) -> TypingResult(Valid(List(Checked maxCount(2) for path(PredicatePath(<http://www.sampledomain.org/sam#aSetOfDates>)) on node <http://www.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(_:5dfadf23-42dc-4803-b608-e1e601317d7d), ShapeRef(_:b72c776d-0c0a-4f59-8173-2855c5e9f445), ShapeRef(_:627be760-1c4f-44ac-8733-b0de3c7d38ca), ShapeRef(_:a90096ec-f4ac-46fa-81d4-113b29092c13), ShapeRef(_:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b), ShapeRef(_:4834fb7b-ee08-4ae2-8446-e74f27139ae9), ShapeRef(_:6014fb01-9a1a-4695-91a5-77e0f077da98), ShapeRef(_:8bbbb658-3fa1-4046-8e66-cce9706eea58)),false,List()) -> TypingResult(Valid(List()))))))
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:8bbbb658-3fa1-4046-8e66-cce9706eea58 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:8bbbb658-3fa1-4046-8e66-cce9706eea58 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:8bbbb658-3fa1-4046-8e66-cce9706eea58: 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:6014fb01-9a1a-4695-91a5-77e0f077da98 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:6014fb01-9a1a-4695-91a5-77e0f077da98 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:6014fb01-9a1a-4695-91a5-77e0f077da98: 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4834fb7b-ee08-4ae2-8446-e74f27139ae9 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4834fb7b-ee08-4ae2-8446-e74f27139ae9 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4834fb7b-ee08-4ae2-8446-e74f27139ae9: 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:4d09f988-97e1-4f40-bbfe-14de5fa6ea7b: 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:a90096ec-f4ac-46fa-81d4-113b29092c13 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:a90096ec-f4ac-46fa-81d4-113b29092c13 = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:a90096ec-f4ac-46fa-81d4-113b29092c13: 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:627be760-1c4f-44ac-8733-b0de3c7d38ca = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:627be760-1c4f-44ac-8733-b0de3c7d38ca = 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:627be760-1c4f-44ac-8733-b0de3c7d38ca: 
15:42:02.733 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:b72c776d-0c0a-4f59-8173-2855c5e9f445 = 
15:42:02.734 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:b72c776d-0c0a-4f59-8173-2855c5e9f445 = 
15:42:02.734 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:b72c776d-0c0a-4f59-8173-2855c5e9f445: 
15:42:02.734 [main] DEBUG es.weso.shacl.validator.Validator - Target nodes of _:5dfadf23-42dc-4803-b608-e1e601317d7d = 
15:42:02.734 [main] DEBUG es.weso.shacl.validator.Validator - Target classes of _:5dfadf23-42dc-4803-b608-e1e601317d7d = 
15:42:02.734 [main] DEBUG es.weso.shacl.validator.Validator - Nodes found for shape class: _:5dfadf23-42dc-4803-b608-e1e601317d7d: 
15:42:02.735 [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
               ]
] .

15:42:02.736 [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.094 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ lyo-validation ---
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) > generate-sources @ lyo-validation >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) < generate-sources @ lyo-validation <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ lyo-validation ---
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ lyo-validation ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (attach-javadocs) @ lyo-validation ---
[INFO] 
Loading source files for package org.eclipse.lyo.validation...
Loading source files for package org.eclipse.lyo.validation.impl...
Constructing Javadoc information...
Standard Doclet version 1.8.0_252
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/ValidatorFactory.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/class-use/Validator.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/class-use/ShaclExValidatorImpl.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/package-use.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/org/eclipse/lyo/validation/impl/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/lyo-validation-master/target/apidocs/help-doc.html...
2 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[WARNING] /home/jenkins/agent/workspace/lyo-validation-master/src/main/java/org/eclipse/lyo/validation/Validator.java:49: warning - Tag @see: reference not found: org.eclipse.lyo.validation.shacl.ShaclShapeFactory#createShaclShape(Class)
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lyo-validation ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.1-SNAPSHOT/lyo-validation-0.2.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.1-SNAPSHOT/lyo-validation-0.2.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.1-SNAPSHOT/lyo-validation-0.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.1-SNAPSHOT/lyo-validation-0.2.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-validation-master/target/lyo-validation-0.2.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/experimental/lyo-validation/0.2.1-SNAPSHOT/lyo-validation-0.2.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ lyo-validation ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.430 s
[INFO] Finished at: 2020-08-19T15:42:06Z
[INFO] ------------------------------------------------------------------------
[lyo-validation-master] $ /bin/sh -xe /tmp/jenkins7121648703540677808.sh
+ DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/validation
+ /opt/tools/apache-maven/latest/bin/mvn -q '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
+ VERSION=0.2.1-SNAPSHOT
+ ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/validation/0.2.1-SNAPSHOT
+ ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/validation/latest
+ scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/validation/0.2.1-SNAPSHOT
+ scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/validation/latest
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.
Finished: SUCCESS